html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  margin: 0;
}
@-ms-viewport {
  width: device-width;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
video {
  border: 0;
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:active,
a:hover {
  outline: 0;
}
h1 a,
h2 a,
h3 a,
.title a,
.entry-title a {
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
summary {
  display: list-item;
}
output {
  display: inline-block;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 2px;
  padding: 2px 4px;
  white-space: nowrap;
  direction: ltr;
  text-align: left;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #777;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  tab-size: 4;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
li a {
  color: inherit;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.hide,
.hidden {
  display: none;
}
.force-hide {
  display: none !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.m-center {
  margin-left: auto;
  margin-right: auto;
}
.middle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.all-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizental-center {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vertical-center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.self-center {
  align-self: center;
  -ms-flex-item-align: center;
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
.go-right {
  float: right;
}
.go-left {
  float: left;
}
.circle {
  display: inline-block;
  border-radius: 100%;
}
.grayscale {
  filter: #808080;
  filter: grayscale(1);
}
.ungrayscale {
  filter: none;
}
.flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.in-height p {
  line-height: inherit;
}
.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.no-p {
  padding: 0px;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sbs-media {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.sbs-media .sbs-content {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1em;
  min-width: 0px;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
html {
  font-family: 'Noto Sans', Tahoma, 'Open Sans', sans-serif;
  font-size: 13px;
}
body {
  margin: 0;
  font-family: 13px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #373737;
  text-align: left;
  background-color: #fff;
  direction: ltr;
}
svg.icon {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}
svg.icon path {
  -ms-transition: inherit;
  transition: inherit;
}
::selection {
  background: #aba870;
  color: #fff;
}
::-moz-selection {
  background: #aba870;
  color: #fff;
}
html {
  font-size: 13px;
  min-height: 100%;
}
body {
  font-family: 'Noto Sans', Tahoma, 'Open Sans', sans-serif;
  font-size: 13px;
  color: #373737;
  background-color: #fff;
  direction: rtl;
  text-align: right;
  font-weight: 400;
  position: relative;
}
a,
ins {
  text-decoration: none;
}
img {
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fa-input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  border-bottom: 1px solid #d5dde5;
  margin-bottom: 10px;
}
.green-btn {
  box-shadow: 0 0 16px rgba(70,82,93,0.18);
  background-color: #4db921;
  padding: 14px 19px;
  line-height: 1;
  color: #fff;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
  border: 0;
}
.drop-shadow-btn {
  position: relative;
  z-index: 1;
}
.drop-shadow-btn:after {
  content: '';
  position: absolute;
  width: 96%;
  height: 100%;
  bottom: -3px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4db921;
  border-radius: 12px;
  filter: blur(3px);
  z-index: -1;
}
.gray-btn {
  height: 43px;
  background-color: #e7ebef;
  line-height: 43px;
  padding: 0 28px;
  border-radius: 8px;
  border: 0;
  outline: none;
  color: #697887;
  font-size: 1rem;
  font-weight: 500;
}
.btn-alternate-gray {
  height: 47px;
  border: 0;
  outline: none;
  background: none;
  border-radius: 6px;
  background-color: #e7ebef;
  line-height: 47px;
  padding: 0 26px;
  color: #697887;
  font-size: 1rem;
  font-weight: 500;
}
.typography,
.post-content {
  font: 500 1rem/31px 'Noto Sans', Tahoma, 'Open Sans', sans-serif;
  text-align: justify;
  color: #4e5863;
}
.typography p,
.post-content p {
  line-height: inherit;
  margin-bottom: 10px;
}
.typography p:last-child,
.post-content p:last-child {
  margin-bottom: 0;
}
.typography .row,
.post-content .row {
  margin-bottom: 27px;
}
.typography a,
.post-content a {
  color: inherit;
  font-weight: 700;
}
.typography a.gray,
.post-content a.gray {
  color: #8a8a8a;
  font-style: italic;
}
.typography [class*=wp-image],
.post-content [class*=wp-image] {
  margin-bottom: 20px;
}
.typography img.aligncenter,
.post-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.typography img.alignright,
.post-content img.alignright {
  margin-left: 1em;
  float: right;
}
.typography img.alignleft,
.post-content img.alignleft {
  margin-right: 1em;
  float: left;
}
.typography img.alignleft + p + p,
.post-content img.alignleft + p + p,
.typography img.alignright + p + p,
.post-content img.alignright + p + p {
  clear: both;
}
.typography hr,
.post-content hr {
  outline: none;
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 27px;
}
.typography h1,
.post-content h1,
.typography h2,
.post-content h2,
.typography h3,
.post-content h3,
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  line-height: 1.94;
  margin-bottom: 10px;
  font-weight: 500;
  color: #3f9e19;
}
.typography h1,
.post-content h1 {
  font-size: 1.538461538461539rem;
}
.typography h2,
.post-content h2 {
  font-size: 1.384615384615385rem;
}
.typography h3,
.post-content h3 {
  font-size: 1.230769230769231rem;
}
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  font-size: 1.076923076923077rem;
}
.typography ol,
.post-content ol,
.typography ul,
.post-content ul {
  list-style: none;
  margin-bottom: 27px;
  line-height: 2.58;
}
.typography ol ul,
.post-content ol ul,
.typography ul ul,
.post-content ul ul,
.typography ol ol,
.post-content ol ol,
.typography ul ol,
.post-content ul ol {
  padding-left: 20px;
}
html[dir="rtl"] .typography ol ul,
html[dir="rtl"] .post-content ol ul,
html[dir="rtl"] .typography ul ul,
html[dir="rtl"] .post-content ul ul,
html[dir="rtl"] .typography ol ol,
html[dir="rtl"] .post-content ol ol,
html[dir="rtl"] .typography ul ol,
html[dir="rtl"] .post-content ul ol,
body.rtl .typography ol ul,
body.rtl .post-content ol ul,
body.rtl .typography ul ul,
body.rtl .post-content ul ul,
body.rtl .typography ol ol,
body.rtl .post-content ol ol,
body.rtl .typography ul ol,
body.rtl .post-content ul ol {
  padding: 0 50px 0;
}
.typography ol,
.post-content ol {
  counter-reset: item;
}
.typography ol li:before,
.post-content ol li:before {
  content: counter(item);
  counter-increment: item;
  display: inline-block;
  margin-right: 25px;
  background-color: #4db921;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  font-size: 1rem;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.typography ul li,
.post-content ul li {
  position: relative;
  padding-left: 30px;
}
.typography ul li:before,
.post-content ul li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath fill='%234db921' d='M.863 5.157a.509.509 0 0 1-.14-.33c0-.093.046-.234.14-.328l.658-.658a.454.454 0 0 1 .657 0l.047.047L4.808 6.66a.227.227 0 0 0 .33 0L11.43.13h.047a.454.454 0 0 1 .657 0l.658.658a.454.454 0 0 1 0 .657l-7.515 7.8a.428.428 0 0 1-.329.14.428.428 0 0 1-.328-.14L.957 5.297z'/%3E%3C/svg%3E");
  display: inline-block;
  color: #60c339;
  font-size: 0.923076923076923rem;
  vertical-align: middle;
  margin-right: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
.typography ins,
.post-content ins {
  background-color: #fff8dc;
  color: #8f7200;
  padding: 0 3px;
}
.typography strong,
.post-content strong {
  font-weight: 700;
}
.typography em,
.post-content em {
  font-style: italic;
}
.typography code,
.post-content code {
  background: none;
  letter-spacing: 3.2px;
  color: #4e5863;
  font-size: 1.230769230769231rem;
  font-weight: 400;
  direction: ltr;
  display: inline-block;
  text-align: left;
}
.typography pre,
.post-content pre {
  margin-bottom: 20px;
}
.typography blockquote,
.post-content blockquote {
  quotes: none;
  margin-bottom: 27px;
  padding: 10px 25px;
  position: relative;
  border-radius: 9px;
  border: 1px solid #4fa913;
  background-color: #dff4d9;
  color: #2c6f0f;
  font-size: 1.307692307692308rem;
  display: table;
  width: auto;
}
.typography blockquote h1,
.post-content blockquote h1,
.typography blockquote h2,
.post-content blockquote h2,
.typography blockquote h3,
.post-content blockquote h3,
.typography blockquote h4,
.post-content blockquote h4,
.typography blockquote h5,
.post-content blockquote h5,
.typography blockquote h6,
.post-content blockquote h6 {
  color: #ff6430;
  font-size: 1.076923076923077rem;
  font-weight: 700;
  font-style: normal;
}
.typography blockquote p,
.post-content blockquote p {
  margin: 0;
}
.typography > *:last-child,
.post-content > *:last-child {
  margin-bottom: 0px;
}
.typography figure,
.post-content figure {
  margin: 0 0 20px;
  max-width: 100%;
}
.typography figure.aligncenter,
.post-content figure.aligncenter {
  margin: 0 auto 20px;
  text-align: center;
}
.typography figure.aligncenter img,
.post-content figure.aligncenter img {
  display: inline-block;
}
.typography figure.alignright,
.post-content figure.alignright {
  float: right;
  margin-left: 1em;
}
.typography figure.alignleft,
.post-content figure.alignleft {
  float: left;
  margin-right: 1em;
}
.typography figure.alignnone,
.post-content figure.alignnone {
  width: auto !important;
  margin: 0 -20px 20px;
  max-width: none;
}
.typography figure .wp-caption-text,
.post-content figure .wp-caption-text {
  color: #aaa;
  font-size: 1.076923076923077rem;
  font-weight: 400;
  font-style: italic;
  padding: 10px 10px 0;
}
.typography img.full-size,
.post-content img.full-size {
  width: 100%;
  height: auto;
}
.typography .accordion .accordion-title,
.post-content .accordion .accordion-title {
  background-color: #60c339;
  padding: 5px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: table;
  cursor: pointer;
}
.typography .accordion .accordion-content,
.post-content .accordion .accordion-content {
  margin-bottom: 27px;
  text-align: justify;
}
.typography .trailer-vid,
.post-content .trailer-vid {
  margin-bottom: 20px;
}
.typography .post-top-notification,
.post-content .post-top-notification {
  padding: 10px 16px;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  border-radius: 10px;
  color: #6b8c5e;
  background-color: #f3f8f1;
}
.typography .post-top-notification.orange,
.post-content .post-top-notification.orange {
  background-color: #f7f4e9;
  color: #988d6e;
}
.typography .post-top-notification.red,
.post-content .post-top-notification.red {
  background-color: #fff2f3;
  color: #a97d81;
}
.typography .wpcf7-form,
.post-content .wpcf7-form {
  position: relative;
  z-index: 1;
  zoom: 1;
}
.typography .wpcf7-form:before,
.post-content .wpcf7-form:before,
.typography .wpcf7-form:after,
.post-content .wpcf7-form:after {
  content: "";
  display: table;
}
.typography .wpcf7-form:after,
.post-content .wpcf7-form:after {
  clear: both;
}
.typography .wpcf7-form p,
.post-content .wpcf7-form p {
  margin-bottom: 0;
}
.typography .wpcf7-form br,
.post-content .wpcf7-form br {
  display: none;
}
.typography .wpcf7-form input[type=text],
.post-content .wpcf7-form input[type=text],
.typography .wpcf7-form input[type=email],
.post-content .wpcf7-form input[type=email],
.typography .wpcf7-form input[type=password],
.post-content .wpcf7-form input[type=password],
.typography .wpcf7-form input[type=tel],
.post-content .wpcf7-form input[type=tel],
.typography .wpcf7-form input[type=address],
.post-content .wpcf7-form input[type=address],
.typography .wpcf7-form input[type=number],
.post-content .wpcf7-form input[type=number],
.typography .wpcf7-form input[type=url],
.post-content .wpcf7-form input[type=url],
.typography .wpcf7-form input[type=search],
.post-content .wpcf7-form input[type=search],
.typography .wpcf7-form textarea,
.post-content .wpcf7-form textarea,
.typography .wpcf7-form select,
.post-content .wpcf7-form select {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  outline: none;
  border-bottom: 1px solid #e7eaf1;
  height: 43px;
  margin-bottom: 20px;
}
.typography .wpcf7-form textarea,
.post-content .wpcf7-form textarea {
  height: 183px;
  padding-top: 10px;
  resize: vertical;
}
.typography .wpcf7-form button,
.post-content .wpcf7-form button {
  height: 43px;
  background-color: #4db921;
  padding: 0 18px 0 21px;
  color: #fff;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  border-radius: 15px 0 15px 0;
  position: relative;
  border: 0;
  outline: none;
  margin-right: auto;
}
.typography .wpcf7-form button svg,
.post-content .wpcf7-form button svg {
  fill: #fff;
  width: 17px;
  height: 17px;
  margin-left: 17px;
}
.typography .wpcf7-form button:before,
.post-content .wpcf7-form button:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: #4db921;
  filter: blur(3px);
  z-index: -1;
  border-radius: 15px 0 15px 0;
  top: 3px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.typography .wpcf7-form .nice-select,
.post-content .wpcf7-form .nice-select {
  width: 100%;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e7eaf1;
  border-radius: 0;
}
.typography .wpcf7-form .nice-select:before,
.post-content .wpcf7-form .nice-select:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cdefs%3E%3CclipPath id='sqeba'%3E%3Cpath fill='%23fff' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z'/%3E%3Cpath fill='none' stroke='%234db921' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='2' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z' clip-path='url(&quot;%23sqeba&quot;)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 42px;
  height: 100%;
  line-height: 42px;
  top: 0;
  left: 0;
  text-align: center;
}
.typography .wpcf7-form .nice-select:after,
.post-content .wpcf7-form .nice-select:after {
  position: absolute;
  bottom: -1px;
  top: auto;
  margin-top: 0;
  right: auto;
  left: 0;
  margin-top: 0;
  width: 42px;
  line-height: 42px;
  height: 100%;
  border: 0;
  -ms-transform: none;
  transform: none;
  text-align: center;
  border-bottom: 1px solid #4db921;
  content: '';
}
.typography .wpcf7-form .nice-select.open:before,
.post-content .wpcf7-form .nice-select.open:before {
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.typography .wpcf7-form .nice-select .list,
.post-content .wpcf7-form .nice-select .list {
  height: auto;
  direction: rtl;
  border: 0;
  direction: rtl;
  text-align: right;
  top: calc(100% + 6px);
  color: #7d8b98;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 35px;
  padding: 23px 14px;
  width: 100%;
}
.typography .wpcf7-form .nice-select .list li:before,
.post-content .wpcf7-form .nice-select .list li:before {
  content: none;
}
.typography .wpcf7-form .nice-select .list .option,
.post-content .wpcf7-form .nice-select .list .option {
  padding: 0;
  direction: rtl;
  text-align: right;
  width: 100%;
  background: none !important;
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  min-height: 0;
}
.typography .wpcf7-form .nice-select .list .option:hover,
.post-content .wpcf7-form .nice-select .list .option:hover {
  background: none !important;
  color: #232c35;
}
.typography .wp-block-image,
.post-content .wp-block-image {
  position: relative;
}
div.wpcf7 .ajax-loader {
  position: absolute;
}
body {
  padding-top: 44px;
}
.site-header {
  margin-bottom: 17px;
}
.site-header .site-header--inner {
  box-shadow: 0 0 3px rgba(159,171,182,0.75);
  background-color: #fff;
  height: 43px;
  padding: 0 31px;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 100000;
}
.site-header .site-header--inner .right-menu-toggle svg,
.site-header .site-header--inner .left-menu-toggle svg {
  width: 19px;
  height: 19px;
  fill: #7f8d9b;
}
.site-header .site-header--inner .site-logo svg {
  width: 67px;
  height: 22px;
  fill: #4db921;
}
.site-header--searchform {
  background-color: #eaeff3;
  height: 43px;
  position: relative;
}
.site-header--searchform form {
  width: 100%;
  height: 100%;
}
.site-header--searchform input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: none;
  padding: 0 55px 0 30px;
}
.site-header--searchform button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  background: none;
  outline: none;
  border: 0;
}
.site-header--searchform button svg {
  width: 17px;
  height: 17px;
  fill: #b2c2cf;
}
.site-header--searchform svg.icon-close {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 21px;
  height: 21px;
  fill: #b2c2cf;
  cursor: pointer;
  display: none;
  z-index: 200000;
}
.site-header--searchform.is-searching button {
  display: none;
}
.site-header--searchform.is-searching svg.icon-close {
  display: inline-block;
}
html.noflow,
body.noflow {
  overflow: hidden;
}
body {
  background-color: #f6f8fa;
  position: relative;
}
body.black-overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(70,82,93,0.8);
  top: 0;
  right: 0;
  z-index: 2000;
}
.accordion {
  border: 1px solid #d5dde5;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 17px;
}
.accordion .accordion-title {
  color: #495765;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.accordion .accordion-title svg {
  width: 24px;
  height: 24px;
  fill: #5f6e7d;
}
.accordion:not([data-open=true]) .accordion-body {
  display: none;
}
.accordion ul.links {
  border-top: 1px solid #d7dfe7;
  padding-top: 27px;
  margin-top: 21px;
  color: #6c7a88;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 35px;
}
.custom-checkbox {
  cursor: pointer;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-align: center;
  align-items: center;
}
.custom-checkbox .box {
  width: 17px;
  height: 17px;
  border: 1px solid #d5dde5;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  margin-right: 10px;
}
.custom-checkbox .box svg {
  width: 8px;
  height: 8px;
  fill: #d5dde5;
}
.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.custom-checkbox input[type=checkbox]:checked + .box,
.custom-checkbox input[type=radio]:checked + .box {
  border-color: #4db921;
}
.custom-checkbox input[type=checkbox]:checked + .box svg,
.custom-checkbox input[type=radio]:checked + .box svg {
  fill: #4db921;
}
.grid-row,
.row {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.row {
  margin-right: -30px;
  margin-left: -30px;
}
.container,
.page404-main {
  padding-right: 30px;
  padding-left: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.items-center {
  -ms-flex-align: center;
  align-items: center;
}
.items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.space-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.self-center {
  align-self: center;
  -ms-flex-item-align: center;
}
.self-start {
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.self-end {
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.banner-ads {
  margin-bottom: 20px;
  text-align: center;
}
.banner-ads .ads:not(:last-child) {
  margin-bottom: 9px;
}
@media (min-width: 767px) {
  .banner-ads {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-ads .ads:not(:last-child) {
    margin-left: 7px;
  }
}
.homepage-slider {
  margin-bottom: 19px;
}
.homepage-slider .swiper-wrapper {
  width: max-content;
  box-sizing: border-box;
}
.homepage-slider .homepage-slider-pagination {
  margin-top: 9px !important;
}
.homepage-slider .homepage-slider-wrapper {
  margin-left: -30px;
}
.homepage-slider .homepage-slider-wrapper .swiper-slide {
  max-width: calc(100vw - 60px);
  position: relative;
  padding-bottom: 7px;
  flex-shrink: initial;
  flex-shrink: unset;
  max-height: 167px;
}
.homepage-slider .homepage-slider-wrapper .swiper-slide:last-of-type {
  margin-left: 28px !important;
}
@media (min-width: 560px) {
  .homepage-slider .homepage-slider-wrapper .swiper-slide {
    max-width: 300px;
  }
}
.homepage-slider .homepage-slider-wrapper .swiper-slide:before {
  content: '';
  position: absolute;
  bottom: 5px;
  z-index: -1;
  left: 0;
  width: 90%;
  height: 90%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  filter: blur(3px);
  background-color: #000;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.homepage-slider .homepage-slider-wrapper .swiper-slide a {
  display: block;
}
.homepage-slider .homepage-slider-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
}
.post-item {
  color: #000;
  border-radius: 12px;
  position: relative;
  background: #e8e8e8;
  padding: 1px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}
.post-item .abs-fill {
  z-index: 15;
}
.post-item .post-item-inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 11px 13px;
  height: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.post-item > *:not(.abs-fill) {
  position: relative;
  z-index: 2;
}
.post-item .entry-title {
  color: #46525d;
  font-size: 0.807692307692308rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  text-align: center;
}
.post-item .thumbnail {
  position: relative;
  margin: 0 auto 19px;
  width: 100%;
  line-height: 1;
  max-width: 67px;
}
.post-item .thumbnail img {
  width: 100%;
  border-radius: 12px;
}
.post-item .fa-title {
  text-align: center;
  color: #3b4753;
  font-size: 0.846153846153846rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-item .entry-info {
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #adb8c4;
  font-size: 0.923076923076923rem;
  font-weight: 400;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
}
.post-item .entry-info .date {
  font-size: 0.846153846153846rem;
  color: #747f8b;
  font-size: 0.846153846153846rem;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 100%;
}
.post-item.featured {
  background: -ms-linear-gradient(36deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%);
  background: linear-gradient(54deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%);
}
.post-item.featured .entry-info .star-ratings .stars .avg svg {
  fill: #d4ad25;
}
.post-item.updated:after {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  width: 94.73684210526316%;
  height: 100%;
  bottom: -4px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-item.updated.featured:before {
  content: '';
  position: absolute;
  z-index: -2;
  border-radius: 12px;
  width: 94.73684210526316%;
  height: 100%;
  bottom: -4px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -ms-linear-gradient(36deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%);
  background: linear-gradient(54deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%);
}
.post-item.updated.featured:after {
  background-color: #fff;
  z-index: -1;
  bottom: -3px;
  border: 0;
}
.post-item.online {
  background: -ms-linear-gradient(36deg, #e8e8e8 20%, #e8e8e8 75%, #7acb5a 100%);
  background: linear-gradient(54deg,#7acb5a 20%,#e8e8e8 75%,#e8e8e8 100%);
}
.post-item.online.featured {
  background: -ms-linear-gradient(36deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%, #7acb5a 100%);
  background: linear-gradient(54deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%, #7acb5a 100%);
}
.post-item.online .status {
  content: '';
  position: absolute;
  top: 13px;
  left: 10px;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background-color: #4db921;
}
.blurred-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: blur(4px);
  z-index: -1;
}
.star-ratings .stars-container {
  cursor: pointer;
}
.star-ratings.rated .stars-container,
.star-ratings.not-ratable .stars-container {
  cursor: default;
}
.stars {
  position: relative;
  white-space: nowrap;
}
.stars svg {
  width: 15px;
  height: 15px;
  fill: #738291;
}
.stars .avg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  direction: ltr;
}
.stars .avg svg {
  fill: #4db921;
}
.game-app-box {
  margin-bottom: 35px;
}
.game-app-box .game-app-box--top {
  margin-bottom: 17px;
}
.game-app-box .game-app-box--top .box-ttl {
  color: #46525d;
  font-size: 1rem;
  font-weight: 700;
}
.game-app-box .game-app-box--top .box-ttl svg {
  width: 25px;
  height: 18px;
  margin-left: 8px;
  fill: #46525d;
}
.game-app-box .game-app-box--top .box-ttl svg.icon-squares {
  width: 19px;
  height: 19px;
}
.posts-list-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -3px;
  padding-bottom: 20px;
  width: max-content;
  padding-left: 30px;
}
.posts-list-wrapper .post-item-wrapper {
  padding: 0 3px;
  width: 100%;
  max-width: 104px;
  min-width: 0;
  box-flex: 1;
  -ms-flex: 0 0 104px;
  flex: 0 0 104px;
  flex-shrink: 1;
}
@media (min-width: 560px) {
  .posts-list-wrapper .post-item-wrapper {
    box-flex: 1;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    flex-shrink: 1;
    max-width: 150px;
  }
}
.posts-list-wrapper .post-item-wrapper .post-item {
  height: 100%;
  width: 100%;
}
.site-middle-banners {
  background-color: #e6eaee;
  padding: 26px 0px;
  margin-bottom: 30px;
}
@media (min-width: 560px) {
  .site-middle-banners {
    overflow-x: auto;
  }
}
.site-middle-banners .banner:not(:last-child) {
  margin-bottom: 16px;
}
.site-middle-banners .banner .txt {
  display: block;
  color: #96a1ab;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 12px;
}
.site-middle-banners .banner img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 7px rgba(95,110,125,0.47);
  border-radius: 6px;
}
@media (min-width: 560px) {
  .site-middle-banners .container {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: max-content;
    padding-left: 15px;
  }
  .site-middle-banners .banner {
    max-width: 300px;
    min-width: 0;
    box-flex: 1;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    flex-shrink: 1;
    margin-left: 25px;
  }
}
a.archive-link {
  height: 22px;
  line-height: 22px;
  box-shadow: 0 1px 1px rgba(54,64,74,0.24);
  background-color: #fff;
  padding: 0 7px;
  color: #828b93;
  font-size: 0.846153846153846rem;
  font-weight: 400;
  border-radius: 4px;
}
.widget-vidroid {
  margin-bottom: 35px;
}
.widget-vidroid .videoroid-item {
  position: relative;
  width: 100%;
}
.widget-vidroid .widget-title {
  border-bottom: 1px solid #d4dbe2;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.widget-vidroid .videoroid-item .thumbnail {
  margin: 0;
  width: 100%;
  position: relative;
}
.widget-vidroid .videoroid-item .thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(62,71,81,0.7);
}
.widget-vidroid .videoroid-item .thumbnail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(44,57,69,0.2);
  width: 59px;
  height: 59px;
  display: inline-block;
  border-radius: 100%;
  padding: 7px;
  line-height: 1;
  z-index: 2;
}
.widget-vidroid .videoroid-item .thumbnail .play span {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 100%;
  background-color: #df1154;
  text-align: center;
  line-height: 45px;
}
.widget-vidroid .videoroid-item .thumbnail .play span svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}
.widget-vidroid .videoroid-item .thumbnail img {
  width: 100%;
}
.widget-vidroid .videoroid-item .overlay {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
  right: 0;
  color: #f6f8fa;
  font-weight: 700;
  padding: 0 18px 15px;
}
.widget-vidroid .videoroid-item .overlay .video-title {
  font-size: 1.076923076923077rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  max-width: 80%;
}
.widget-vidroid .videoroid-item .overlay .bottom {
  color: #f6f8fa;
  font-size: 0.846153846153846rem;
  font-weight: 500;
}
.widget-vidroid .videoroid-item .overlay .bottom .views {
  margin-left: 12px;
}
.widget-vidroid .videoroid-item .overlay .bottom .duration {
  margin-right: auto;
  text-shadow: 0 2px 2px rgba(51,60,69,0.75);
  font-size: 1.076923076923077rem;
  color: #fff;
}
.widget-vidroid .swiper-slide {
  position: relative;
  padding: 0 4px;
}
.widget-vidroid .swiper-slide:before,
.widget-vidroid .swiper-slide:after {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 87.79069%;
  background-color: rgba(95,110,125,0.5);
  right: 0;
}
.widget-vidroid .swiper-slide:after {
  right: auto;
  left: 0;
}
.widget-vidroid .swiper-slide.swiper-slide-active:first-child {
  padding-right: 0;
}
.widget-vidroid .swiper-slide.swiper-slide-active:first-child:before {
  content: none !important;
}
.widget-vidroid .swiper-slide.swiper-slide-active:last-child {
  padding-left: 0;
}
.widget-vidroid .swiper-slide.swiper-slide-active:last-child:after {
  content: none !important;
}
.widget-game-developers {
  margin-bottom: 32px;
}
.widget-game-developers .widget-title {
  margin-bottom: 15px;
}
.widget-game-developers .widget-title:after {
  content: '';
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  max-width: 100%;
  min-width: 0;
  background-color: #d4dbe2;
  margin-left: 17px;
  color: #46525d;
  font-size: 1rem;
  font-weight: 700;
}
.widget-game-developers .developers-items-scroller {
  overflow: auto;
  margin-left: -30px;
}
.widget-game-developers .developers-items-wrapper {
  margin-right: -6px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  width: max-content;
  padding-left: 30px;
}
.widget-game-developers .developers-items-wrapper .game-dvlpr-item-wrap {
  padding: 0 6px;
  max-width: 150px;
  width: 100%;
  box-flex: 1;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.widget-game-developers .game-dvlpr-item {
  position: relative;
  width: 100%;
}
.widget-game-developers .game-dvlpr-item:not(:first-child) {
  margin-top: 25px;
}
.widget-game-developers .game-dvlpr-item img {
  display: block;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 13px rgba(58,71,84,0.32);
  margin-bottom: 12px;
  max-height: 75.92px;
}
.widget-game-developers .game-dvlpr-item .info {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #46525d;
  font-size: 1.076923076923077rem;
  font-weight: 700;
}
.widget-game-developers .game-dvlpr-item .info .en {
  color: #8493a1;
  font-size: 0.923076923076923rem;
  font-weight: 500;
}
.videoroid-pagination,
.homepage-slider-pagination {
  text-align: left;
  margin-top: 16px;
}
.videoroid-pagination .swiper-pagination-bullet,
.homepage-slider-pagination .swiper-pagination-bullet {
  background-color: #a5b2be;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.videoroid-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 17px !important;
  background-color: #df1154 !important;
  border-radius: 6px !important;
}
.homepage-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 17px !important;
  background-color: #4db921 !important;
}
.offcanvas-side {
  position: fixed;
  top: 0;
  z-index: 40000;
  background-color: #fff;
  width: 93%;
  max-width: 300px;
  height: 100%;
  padding: 66px 31px 30px 21px;
  -ms-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow-y: auto;
}
.offcanvas-side:not(.opened) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.offcanvas-side.offcanvas-side-right:not(.opened) {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas-side.offcanvas-side-left:not(.opened) {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas-side-left {
  right: 0;
}
.offcanvas-side-right {
  left: 0;
}
.offcanvas-side-right .offcanvas-searchform {
  width: 100%;
  position: relative;
  margin-bottom: 17px;
}
.offcanvas-side-right .offcanvas-searchform input {
  height: 46px;
  border: 1px solid #dce3eb;
  padding: 0 40px 0 9px;
  background: none;
  border-radius: 6px;
  display: block;
  width: 100%;
  color: #55616e;
  font-size: 1.076923076923077rem;
  font-weight: 500;
}
.offcanvas-side-right .offcanvas-searchform input::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.offcanvas-side-right .offcanvas-searchform input:-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.offcanvas-side-right .offcanvas-searchform input::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.offcanvas-side-right .offcanvas-searchform input:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.offcanvas-side-right .offcanvas-searchform input::placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.offcanvas-side-right .offcanvas-searchform button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: 0;
  outline: none;
  right: 19px;
}
.offcanvas-side-right .offcanvas-searchform button svg {
  width: 17px;
  height: 17px;
  fill: #55616e;
}
.offcanvas-side-right .accounts-links {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 15px;
}
.offcanvas-side-right .accounts-links a {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  background-color: #dce3eb;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 7px;
  color: #55616e;
  font-size: 1.076923076923077rem;
  font-weight: 500;
}
.offcanvas-side-right .accounts-links a.green,
.offcanvas-side-right .accounts-links a.red {
  margin-left: 10px;
  background-color: #4db921;
  color: #fff;
}
.offcanvas-side-right .accounts-links a.red {
  background-color: #fd4c4c;
}
.offcanvas-site-navigation {
  margin-bottom: 43px;
}
.offcanvas-site-navigation > ul > li {
  display: box;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
.offcanvas-site-navigation > ul > li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cpath fill='%23768392' d='M6.593,5.492c0.29,0.291,0.29,0.761-0.001,1.051L2.05,11.111c-0.002,0.002-0.005,0.004-0.007,0.006 c-0.289,0.285-0.754,0.283-1.04-0.006c-0.289-0.291-0.289-0.762,0-1.053l4.02-4.042l-4.02-4.041c-0.289-0.292-0.289-0.761,0-1.052 c0.001-0.001,0.003-0.003,0.005-0.004C1.297,0.633,1.764,0.635,2.05,0.924L6.593,5.492C6.592,5.491,6.593,5.492,6.593,5.492z'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.offcanvas-site-navigation > ul > li.menu-item-has-children.opened > a:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.offcanvas-site-navigation > ul > li > svg {
  fill: #768392;
  width: 20px;
  height: 20px;
  margin-left: 23px;
}
.offcanvas-site-navigation > ul > li > a {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: block;
  border-bottom: 1px solid #e8edf3;
  line-height: 1;
  padding: 14px 0px;
  color: #384451;
  font-size: 1rem;
  position: relative;
  font-weight: 500;
}
.offcanvas-site-navigation > ul > li > a .new {
  background-color: #ffd56f;
  height: 17px;
  line-height: 17px;
  border-radius: 4px;
  color: #947323;
  font-size: 0.846153846153846rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 4px;
  margin-right: 8px;
}
.offcanvas-site-navigation > ul > li ul {
  width: 100%;
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
  padding: 15px 43px 10px 0;
  color: #6a7683;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 29px;
  display: none;
}
.offcanvas-socials h3 {
  color: #46525d;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.offcanvas-socials .socials {
  padding: 0 4px 0 14px;
}
.offcanvas-socials .socials svg {
  width: 23px;
  height: 23px;
  fill: #46525d;
}
[data-offcanvas] svg.icon-close {
  display: none;
}
[data-offcanvas].opened svg {
  display: none;
}
[data-offcanvas].opened svg.icon-close {
  display: inline-block;
}
.live-search-results {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  box-shadow: 0 9px 13px rgba(144,166,184,0.33);
  z-index: 2000;
  padding: 14px 30px 12px;
  -ms-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.live-search-results:not(.shown) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.live-search-results .search-items {
  margin-bottom: 12px;
}
.live-search-results .search-items li {
  position: relative;
  padding: 11px 0;
  border-bottom: 1px solid #e9eff4;
}
.live-search-results .search-items li .sbs-content {
  margin: 0 0 0 1em;
  min-width: 0;
}
.live-search-results .search-items li .entry-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3b4753;
  font-size: 0.846153846153846rem;
  font-weight: 700;
}
.live-search-results .search-items li .date {
  display: block;
  color: #747f8b;
  font-size: 0.846153846153846rem;
  font-weight: 400;
}
.live-search-results .search-items li .thumbnail {
  margin: 0;
  position: relative;
}
.live-search-results .search-items li .thumbnail img {
  border-radius: 6px;
}
.live-search-results .all-results-link {
  display: block;
  width: 100%;
  text-align: center;
  color: #3b4753;
  font-size: 1.076923076923077rem;
  font-weight: 700;
}
.tingle-modal {
  z-index: 999999;
}
html.page-404-html,
html.page-404-html body {
  min-height: 100vh;
}
.page404-main .logo {
  margin: auto auto 0;
}
.page404-main .form-wrapper {
  max-width: 100%;
  margin: 20px auto 0;
  margin-bottom: 20px;
}
.page404-main .form-wrapper .paragraph {
  padding: 0 20px 20px;
  display: block !important;
  text-align: center;
}
.page404-main .form-wrapper .paragraph span {
  color: #5e6873;
  font-size: 1.076923076923077rem;
  font-weight: 400;
  display: block;
}
.page404-main .form-wrapper .paragraph span:last-child {
  font-weight: 300;
}
.page404-main .form-wrapper form {
  height: 66px;
  box-shadow: 0 0 24px rgba(73,87,101,0.18);
  background-color: #fff;
  border-radius: 35px;
  position: relative;
}
.page404-main .form-wrapper form input {
  height: 100%;
  width: 100%;
  display: block;
  font-size: 0.846153846153846rem;
  color: #474747;
  border: 0;
  background: none;
  padding: 0 32px;
}
.page404-main .form-wrapper form button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 27px;
  border: 0;
  outline: none;
  background: none;
}
.page404-main .go-home-link {
  height: 88px;
  background-color: #fff;
  width: 216px;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 88px;
  border: 11px solid #f4f5f6;
  margin: 0 auto 40px;
}
.page404-main .foot {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.page404-main .foot .copyright {
  color: #99a0a8;
  font-size: 0.923076923076923rem;
  font-weight: 400;
}
.page404-main .foot .copyright svg {
  fill: #4db921;
  width: 13px;
  height: 13px;
  margin-left: 7px;
}
.page404-main .foot .copyright p:first-child {
  font-size: 0.692307692307692rem;
}
.page404-main .foot a.report {
  margin-right: auto;
  display: block;
  font-size: 1rem;
  color: #9aa0a8;
  font-weight: 400;
}
.page404-main .foot a.report svg {
  display: block;
  margin: 0 auto 12px;
}
.page404-main .foot a.report:hover {
  color: #4db921;
}
.page404-main .foot a.report:hover svg {
  fill: #4db921;
}
.welcome-message-side .welcome-msg {
  margin-bottom: 10px;
}
a.go-to-top {
  position: fixed;
  bottom: 54px;
  right: 30px;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  line-height: 26px;
  z-index: 300000;
  text-align: center;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a.go-to-top svg {
  fill: #46ab1c;
  width: 14px;
  height: 14px;
}
a.go-to-top:not(.shown) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.overflow-auto {
  overflow: auto;
}
.tingle-modal {
  background-color: rgba(0,0,0,0.7);
}
.tingle-modal--visible .tingle-modal-box {
  border-radius: 12px !important;
  max-width: 92% !important;
  margin: auto;
}
.tingle-modal--visible > .tingle-modal__close {
  display: none;
}
.tingle-modal-box__content {
  height: 100%;
}
.tingle-modal-box__content form {
  margin-bottom: 30px;
}
.tingle-modal-box__content p {
  text-align: justify;
  margin-bottom: 12px;
}
.tingle-modal-box__content .modal--header {
  margin-bottom: 40px;
}
.tingle-modal-box__content .modal--header h3 {
  color: #384451;
  font-size: 1rem;
  font-weight: 700;
  min-width: 0;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
}
.tingle-modal-box__content .modal--header .modal--close {
  font-size: 0;
  color: #adb7c2;
  cursor: pointer;
}
.tingle-modal-box__content .modal--header .modal--close svg {
  fill: #858e99;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.tingle-modal-box__content .modal--header.ltr {
  text-align: left;
}
.tingle-modal-box__content .modal--header.ltr h3 {
  text-align: left;
}
.tingle-modal-box__content .modal--header.ltr .modal--close svg {
  margin: 0 0 0 15px;
}
form.report-form textarea {
  width: 100%;
  min-width: 0;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  resize: none;
  min-height: 120px;
  display: block;
  border-bottom: 1px solid #d5dde5;
  margin-bottom: 22px;
}
form.report-form input[type=text],
form.report-form input[type=email] {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  height: 38px;
  border-bottom: 1px solid #d5dde5;
  color: #5c6876;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
}
form.report-form input[type=text]::-webkit-input-placeholder,
form.report-form input[type=email]::-webkit-input-placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
form.report-form input[type=text]:-moz-placeholder,
form.report-form input[type=email]:-moz-placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
form.report-form input[type=text]::-moz-placeholder,
form.report-form input[type=email]::-moz-placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
form.report-form input[type=text]:-ms-input-placeholder,
form.report-form input[type=email]:-ms-input-placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
form.report-form input[type=text]::placeholder,
form.report-form input[type=email]::placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
form.report-form button[type=submit] {
  height: 47px;
  background-color: #4db921;
  border-radius: 6px;
  color: #fff;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  padding: 0 22px;
  border: 0;
  outline: none;
  position: relative;
  margin: 35px 0 0;
  margin-left: 10px;
  display: block;
  margin-top: auto;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
form.report-form button[type=submit]:disabled {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
form.report-form button[type=submit]:after {
  content: '';
  position: absolute;
  width: 96%;
  height: 100%;
  bottom: -3px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4db921;
  border-radius: 12px;
  filter: blur(3px);
  z-index: -1;
}
form.report-form.ltr button[type=submit] {
  margin: 0 10px 0 0;
}
.report-success-message-modal p {
  text-align: center;
  font-size: 1.769230769230769rem;
  font-weight: 500;
}
.report-success-message-modal svg {
  width: 90px;
  height: 90px;
  fill: #50bb47;
  margin-bottom: 12px;
}
#dwtoast {
  width: 95%;
  max-width: 560px;
  background-color: #fff;
  box-shadow: 0 -10px 44px rgba(73,87,101,0.28);
  color: #384451;
  font-size: 0.923076923076923rem;
  font-weight: 400;
  padding: 30px 38px;
  position: fixed;
  z-index: 9990000;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  bottom: 20px;
}
#dwtoast:not(.show) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transform: translate(-50%, 10px) scale(0.97);
  transform: translate(-50%, 10px) scale(0.97);
}
#dwtoast a {
  color: inherit;
  text-decoration: underline;
}
#dwtoast h3 {
  font-size: 1.538461538461539rem;
  font-weight: 700;
}
#dwtoast .dwtoast--close {
  font-size: 0.923076923076923rem;
  color: #adb7c2;
  cursor: pointer;
}
#dwtoast .dwtoast--close svg {
  fill: #858e99;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
#dwtoast.titleless a {
  font-weight: 700;
  text-decoration: none;
}
#dwtoast.light a {
  color: #3b9e13;
}
#dwtoast.green,
#dwtoast.red,
#dwtoast.dark {
  color: #fff;
}
#dwtoast.green .dwtoast--close,
#dwtoast.red .dwtoast--close,
#dwtoast.dark .dwtoast--close {
  color: #fff;
}
#dwtoast.green .dwtoast--close svg,
#dwtoast.red .dwtoast--close svg,
#dwtoast.dark .dwtoast--close svg {
  fill: #fff;
}
#dwtoast.green {
  background-color: #4db921;
}
#dwtoast.red {
  background-color: #ea321f;
}
#dwtoast.dark {
  background-color: #384451;
}
.star-ratings .stars-container {
  cursor: pointer;
}
.star-ratings.rated .stars-container,
.star-ratings.not-ratable .stars-container {
  cursor: default;
}
.posts-list-wrap-scroller {
  margin-left: -30px;
  overflow-x: auto;
}
.bookmark-btn svg.bookmark-black {
  display: none;
}
.bookmark-btn.bookmarked svg.bookmark-black {
  display: inline-block;
}
.bookmark-btn.bookmarked svg.bookmark-white {
  display: none;
}
.tingle-modal--visible {
  overflow: visible;
  padding: 0;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.tingle-modal--visible .tingle-modal-box {
  height: 60vh;
}
.no-rows-found {
  box-shadow: 0 1px 1px rgba(54,64,74,0.24);
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}
[data-yasimplebar=true] {
  margin-right: -18px;
}
[data-yasimplebar=true] .yass-wrapper {
  padding-right: 18px;
}
[data-yasimplebar=true] .yass-sensor {
  max-width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.yass-scrollbar {
  width: 2px !important;
  background-color: #ced6de !important;
}
.yass-scrollbar-button {
  width: 2px !important;
  background-color: #4db921 !important;
}
.yass-content {
  padding: 0 0 0 20px !important;
  width: calc(100% + 20px) !important;
}
.yass-scrollbar {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.slbImageWrap {
  max-width: 85%;
  margin: 0 auto;
}
.slbImageWrap:after {
  content: none !important;
}
.slbImageWrap {
  padding: 0;
}
.mobile-sticky-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.mobile-sticky-banner img {
  display: block;
  width: 100%;
}
.mobile-sticky-banner a {
  display: block;
}
.mobile-sticky-banner .close {
  display: block;
  position: absolute;
  left: 10px;
  color: #000;
  font-size: 2.461538461538462rem;
  top: -38px;
  cursor: pointer;
}
.labeled-dw-ads a {
  display: inline-block;
  -webkit-box-shadow: inset 0px 1px 0px 0px #6ded40;
  -moz-box-shadow: inset 0px 1px 0px 0px #6ded40;
  box-shadow: inset 0px 1px 0px 0px #6ded40;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #58d82b), to(#63ac27));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #58d82b), to(#63ac27));
  background: -webkit--ms-linear-gradient(top, #58d82b 5%, #63ac27 100%);
  background: -webkit-linear-gradient(to bottom, #58d82b 5%, #63ac27 100%);
  background: -moz- old-ms-linear-gradient(top, #58d82b 5%, #63ac27 100%);
  background: -moz- oldlinear-gradient(to bottom, #58d82b 5%, #63ac27 100%);
  background: -o--ms-linear-gradient(top, #58d82b 5%, #63ac27 100%);
  background: -o-linear-gradient(to bottom, #58d82b 5%, #63ac27 100%);
  background: -ms-linear-gradient(top, #58d82b 5%, #63ac27 100%);
  background: linear-gradient(to bottom, #58d82b 5%, #63ac27 100%);
  background-color: rgba(0,0,0,0);
  background-color: #63ac27;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #288c50;
  display: inline-block;
  cursor: pointer;
  color: #fff5ff;
  font-family: tahoma;
  font-size: 1.153846153846154rem;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  padding: 10px 65px;
  margin: 0 auto;
}
.modal-text-scrolled .yass-sensor {
  padding-left: 27px;
}
.site-footer {
  background-color: #46ab1c;
  border-top: 10px solid #d4e7cd;
  /*padding: 35px 0 60px;*/
  padding: 35px 0 40px;
}
.site-footer .ft-box {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
}
.site-footer .ft-box.less-m {
  margin-bottom: 35px;
}
.site-footer .ft-box .ft-box-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.site-footer .ft-box .ft-box-title a {
  color: inherit;
}
.site-footer .ft-box .ft-box-title h3 {
  font-size: 1.307692307692308rem;
  font-weight: 500;
}
.site-footer .ft-box .ft-box-title h3 svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  margin-right: 9px;
}
.site-footer .ft-box .ft-box-title h3 svg.icon-gamepad {
  width: 36px;
  height: 24px;
}
.site-footer .ft-box .ft-box-title .stats span {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.site-footer .ft-box .posts-list {
  position: relative;
}
.site-footer .ft-box .posts-list .more-toggle-next,
.site-footer .ft-box .posts-list .more-toggle-prev {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 0;
  outline: none;
  background-color: #fff;
  border-radius: 20px;
  height: 49px;
  line-height: 49px;
  padding: 0 14px;
  color: #3c8320;
  font-size: 1rem;
  font-weight: 500;
  -ms-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 4;
}
.site-footer .ft-box .posts-list .more-toggle-next.swiper-button-disabled,
.site-footer .ft-box .posts-list .more-toggle-prev.swiper-button-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.site-footer .ft-box .posts-list .more-toggle-next svg,
.site-footer .ft-box .posts-list .more-toggle-prev svg {
  width: 15px;
  height: 15px;
  fill: #3a811e;
  margin-right: 23px;
}
@media (max-width: 480px) {
  .site-footer .ft-box .posts-list .more-toggle-next svg,
  .site-footer .ft-box .posts-list .more-toggle-prev svg {
    margin-right: 6px;
  }
}
.site-footer .ft-box .posts-list .more-toggle-prev {
  bottom: auto;
  top: -20px;
}
.site-footer .ft-box .posts-list ul {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  position: relative;
}
.site-footer .ft-box .posts-list ul li a {
  width: 100%;
  height: 49px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}
.site-footer .ft-box .posts-list ul li a strong,
.site-footer .ft-box .posts-list ul li a span {
  display: inline-block;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 14px;
  font-weight: inherit;
  box-flex: 1;
  -ms-flex: 1;
}
.site-footer .ft-box .posts-list ul li a .en {
  text-align: left;
  direction: ltr;
}
.site-footer .ft-box .posts-list ul li:not(:last-child) a {
  border-bottom: 1px solid #40951d;
}
.site-footer .ft-box .posts-list ul li:hover {
  color: #266a18;
}
.site-footer .ft-box .posts-list.faded .ul-wrapper {
  overflow: hidden;
  max-height: inherit;
}
.site-footer .ft-box .posts-list.faded .more-toggle-next:not(.swiper-button-disabled) ~ .ul-wrapper {
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0), #000 20%);
  mask-image: linear-gradient(to top, rgba(0,0,0,0), #000 20%);
}
.site-footer .ft-box .posts-list.faded .more-toggle-prev:not(.swiper-button-disabled) ~ .ul-wrapper {
  -webkit-mask-image: linear-gradient(to top, #000 80%, rgba(0,0,0,0));
  mask-image: linear-gradient(to top, #000 80%, rgba(0,0,0,0));
}
.site-footer .ft-box .posts-list.faded.next-prev-enabled .ul-wrapper {
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0), #000 20%, #000 80%, rgba(0,0,0,0));
  mask-image: linear-gradient(to top, rgba(0,0,0,0), #000 20%, #000 80%, rgba(0,0,0,0));
}
.site-footer .ft-box .get-in-touch {
  color: #fff;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 31px;
  text-align: justify;
}
.site-footer .ft-box .get-in-touch p {
  margin-bottom: 20px;
}
.site-footer .ft-box .get-in-touch .foot-menu ul {
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0 10px;
}
.site-footer .ft-box .get-in-touch .foot-menu ul li {
  min-width: max-content;
}
.site-footer .ft-box .get-in-touch .foot-menu ul a {
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 0 12px;
  height: 41px;
  line-height: 41px;
}
@media (max-width: 1599px) {
  .site-footer .ft-box .get-in-touch .foot-menu ul a {
    font-size: 0.884615384615385rem;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
  }
}
.site-footer .ft-box .get-in-touch .foot-menu ul a:hover {
  border-color: #fff;
}
.site-footer .copyright {
  -ms-flex-pack: center;
  justify-content: center;
  grid-column: 1/-1;
}
.site-footer .copyright .ivahid {
  position: relative;
}
.site-footer .copyright .ivahid svg {
  width: 80px;
  height: 26px;
  fill: #fff;
  -ms-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
}
.site-footer .copyright .ivahid:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 5px;
  display: inline-block;
  background-color: #439924;
  border-radius: 50%;
  filter: blur(2px);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
.site-footer .copyright .ivahid:hover svg {
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.socials svg {
  width: 23px;
  height: 23px;
}
.post-title-summary {
  box-shadow: 0 0 3px rgba(159,171,182,0.75);
  background-color: #fff;
  padding: 14px 0px;
  margin-top: -17px;
  margin-bottom: 14px;
}
.post-title-summary .thumbnail {
  position: relative;
  margin: 0;
}
.post-title-summary .thumbnail img {
  border-radius: 5px;
}
.post-title-summary .sbs-content {
  color: #46525d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 26px;
  margin-right: 15px;
}
.post-summary-info .post-title-wrap {
  margin-bottom: 12px;
}
.post-summary-info .post-title-wrap svg {
  width: 25px;
  height: 25px;
  fill: #46525d;
}
.post-summary-info .post-title-wrap svg.icon-gamepad {
  height: 18px;
}
.post-summary-info .post-title-wrap h2 {
  color: #46525d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 21.08px;
}
body.page .post-title-wrap {
  text-align: center;
}
body.page .post-title-wrap svg {
  display: none;
}
body.page .sbs-content {
  margin-right: 0;
}
.post-summary-card {
  box-shadow: 0 1px 1px rgba(54,64,74,0.24);
  border-radius: 12px;
  padding: 1px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 560px) {
  .post-summary-card {
    margin: 0 auto 16px;
  }
}
.post-summary-card .thumb-title {
  border-bottom: 1px solid #e6eaef;
  margin-bottom: 10px;
  padding: 0 3px 23px;
}
.post-summary-card .thumbnail {
  position: relative;
  margin: 0;
  z-index: 1;
  margin-left: auto;
  width: 67px;
}
.post-summary-card .thumbnail img {
  border-radius: 6px;
}
.post-summary-card .titles {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin-right: 20px;
}
.post-summary-card .titles h2 {
  color: #3b4753;
  font-size: 1.153846153846154rem;
  font-weight: 700;
}
.post-summary-card .titles h2:not(.full-title) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-summary-card .titles h2:first-child {
  margin-bottom: 6px;
}
.post-summary-card .titles h2.en-title {
  color: #8191a0;
  font-size: 1rem;
  font-weight: 500;
}
.post-summary-card .post-summary-card--inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  height: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.post-summary-card.featured {
  background: -ms-linear-gradient(36deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%);
  background: linear-gradient(54deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%);
}
.post-summary-card.updated:after {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  width: 94.73684210526316%;
  height: 100%;
  bottom: -4px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-summary-card.updated.featured:before {
  content: '';
  position: absolute;
  z-index: -2;
  border-radius: 12px;
  width: 94.73684210526316%;
  height: 100%;
  bottom: -4px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -ms-linear-gradient(36deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%);
  background: linear-gradient(54deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%);
}
.post-summary-card.updated.featured:after {
  background-color: #fff;
  z-index: -1;
  bottom: -3px;
  border: 0;
}
.post-summary-card.online {
  background: -ms-linear-gradient(36deg, #e8e8e8 20%, #e8e8e8 75%, #7acb5a 100%);
  background: linear-gradient(54deg,#7acb5a 20%,#e8e8e8 75%,#e8e8e8 100%);
}
.post-summary-card.online.featured {
  background: -ms-linear-gradient(36deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%, #7acb5a 100%);
  background: linear-gradient(54deg, #d9b01f 0%, #e8e8e8 20%, #e8e8e8 75%, #7acb5a 100%);
}
.post-summary-card.online .status {
  content: '';
  position: absolute;
  top: 13px;
  left: 10px;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background-color: #4db921;
}
.post-summary-card .meta {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  color: #798592;
  font-size: 0.846153846153846rem;
  font-weight: 500;
}
.post-summary-card .meta li {
  display: table-row;
}
.post-summary-card .meta li span {
  display: table-cell;
}
.post-summary-card .meta li span.value {
  padding-left: 12px;
  color: #384451;
  font-size: 0.923076923076923rem;
  font-weight: 500;
}
.post-summary-card .meta li span.value a {
  color: #46a71f;
}
.post-summary-card .star-ratings {
  text-align: left;
  color: #3b4753;
  font-size: 1.230769230769231rem;
  font-weight: 400;
  line-height: 1.2;
}
.post-summary-card .star-ratings .stars svg {
  width: 12px !important;
  height: 12px !important;
}
.post-dl-bookmark-links {
  border: 1px solid #e1e6eb;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 17px;
}
@media (min-width: 560px) {
  .post-dl-bookmark-links {
    margin: 0 auto 17px;
  }
}
.post-dl-bookmark-links a {
  display: block;
  padding: 0 17px;
  height: 100%;
  line-height: 46px;
}
.post-dl-bookmark-links a:first-of-type {
  border-left: 1px solid #e1e6eb;
}
.post-dl-bookmark-links a:last-of-type {
  border-right: 1px solid #e1e6eb;
}
.post-dl-bookmark-links a svg {
  width: 20px;
  height: 20px;
  fill: #758393;
}
.post-dl-bookmark-links a svg.icon-bookmark {
  width: 11px;
  height: 21px;
}
.post-dl-bookmark-links a.go-to-downloads-btn,
.post-dl-bookmark-links a.like-btn {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  color: #3b4753;
  font-size: 0.923076923076923rem;
  font-weight: 700;
  text-align: center;
}
.post-dl-bookmark-links a.like-btn {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-dl-bookmark-links a.like-btn svg {
  margin-left: 10px;
}
.post-dl-bookmark-links a.like-btn.voted .icn svg {
  fill: #fb6d6d;
}
.post-dl-bookmark-links.voted,
.post-dl-bookmark-links.voted a {
  border-color: #f0c6c6 !important;
}
.post-content-wrapper {
  background-color: #fff;
  padding: 22px 0;
}
.download-short-description {
  box-shadow: 0 2px 16px rgba(204,214,226,0.58);
  background-color: #4ba427;
  background-image: -ms-linear-gradient(86deg, #6ed630 0%, #08a853 100%);
  background-image: linear-gradient(4deg, #6ed630 0%, #08a853 100%);
  border-radius: 8px;
  padding: 32px 15px 24px;
  text-align: center;
  color: #fff;
  font-size: 1.230769230769231rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.download-short-description p {
  margin-bottom: 0;
}
.downloadbox {
  margin-bottom: 30px;
}
.downloadbox .downloadbox-top {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #e9eef3;
  font-size: 1.923076923076923rem;
  font-weight: 500;
  margin-bottom: 10px;
  -ms-user-select: none;
  user-select: none;
}
.downloadbox .downloadbox-top h3 {
  color: #4e5863;
  font-size: 2.307692307692307rem;
  font-weight: 500;
}
.downloadbox .downloadbox-body {
  box-shadow: 0 2px 2px rgba(151,165,180,0.54);
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 31px 34px;
}
.downloadbox .downloadbox-body .download-links {
  width: 100%;
}
@media (max-width: 1599px) {
  .downloadbox .downloadbox-body .download-links {
    display: table;
    margin: 0 auto 20px;
  }
}
.downloadbox .downloadbox-body .download-links .download-link {
  box-shadow: 0 1px 1px rgba(143,158,174,0.4);
  background-color: #fff;
  padding: 14px 13px;
  margin-bottom: 24px;
  border-radius: 6px;
  -ms-flex-align: center;
  align-items: center;
}
.downloadbox .downloadbox-body .download-links .download-link.ads-download {
  -ms-flex-pack: center;
  justify-content: center;
}
.downloadbox .downloadbox-body .download-links .download-link .qr {
  margin-left: 13px;
}
.downloadbox .downloadbox-body .download-links .download-link .qr svg {
  width: 38px;
  height: 38px;
  fill: #4b5763;
}
.downloadbox .downloadbox-body .download-links .download-link .download-btn {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.downloadbox .downloadbox-body .post-metas-tabeld {
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.downloadbox .downloadbox-body .post-metas-tabeld tbody {
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: block;
}
.downloadbox .downloadbox-body .post-metas-tabeld th {
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-weight: 500;
}
.downloadbox .downloadbox-body .post-metas-tabeld tr {
  color: #4d5964;
  font-size: 1rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e9eef4;
  padding-bottom: 15px;
  color: #4d5964;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
.downloadbox .downloadbox-body .post-metas-tabeld tr .icn {
  width: 50px;
}
.downloadbox .downloadbox-body .post-metas-tabeld tr .icn:after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  width: 50px;
  left: 0;
  bottom: -1px;
  z-index: 1;
  position: absolute;
}
.downloadbox .downloadbox-body .post-metas-tabeld tr .icn svg {
  width: 22px;
  height: 22px;
  fill: #46525d;
}
.downloadbox .downloadbox-body .post-metas-tabeld tr span {
  display: block;
}
.downloadbox .downloadbox-body .post-metas-tabeld th {
  font-size: 0.923076923076923rem;
  color: #5f6b76;
}
@media (min-width: 1600px) {
  .downloadbox .downloadbox-body .post-metas-tabeld {
    position: relative;
    box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .downloadbox .downloadbox-body .post-metas-tabeld tbody {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 90px;
    position: relative;
    box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .downloadbox .downloadbox-body .post-metas-tabeld tbody:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    background-color: #f8fafc;
    box-shadow: 11px 0px 16px -14px rgba(0,0,0,0.2);
  }
  .downloadbox .downloadbox-body .post-metas-tabeld tr {
    background-color: #f8fafc;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 1;
  }
}
.downloadbox .downloadbox-body .post-metas {
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.downloadbox .downloadbox-body .post-metas li {
  color: #4d5964;
  font-size: 1rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 15px;
}
.downloadbox .downloadbox-body .post-metas li .icn {
  width: 50px;
}
.downloadbox .downloadbox-body .post-metas li .icn svg {
  width: 22px;
  height: 22px;
  fill: #46525d;
}
.downloadbox .downloadbox-body .post-metas li span {
  display: block;
}
.downloadbox .downloadbox-body .post-metas li .texts {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9eef4;
  padding-bottom: 15px;
  color: #4d5964;
  font-size: 1rem;
  font-weight: 500;
}
.downloadbox .downloadbox-body .post-metas li .texts span {
  font-size: 0.923076923076923rem;
  color: #5f6b76;
}
@media (min-width: 1600px) {
  .downloadbox .downloadbox-body .post-metas {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-right: 90px;
    position: relative;
    box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .downloadbox .downloadbox-body .post-metas:before {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    width: 100%;
    height: 100%;
    background-color: #f8fafc;
    box-shadow: 11px 0px 16px -14px rgba(0,0,0,0.2);
  }
  .downloadbox .downloadbox-body .post-metas li {
    background-color: #f8fafc;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 1;
  }
}
.shadowed-btn,
.post-foot-stuff .reports,
.post-foot-stuff .reports .nice-select .current,
.post-foot-stuff .reports .nice-select .list {
  box-shadow: 0 2px 2px rgba(151,165,180,0.54);
  background-color: #f8fafc;
  color: #46525d;
  font-size: 1rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 19px;
  height: 48px;
  border-radius: 10px;
}
.shadowed-btn svg,
.post-foot-stuff .reports svg,
.post-foot-stuff .reports .nice-select .current svg,
.post-foot-stuff .reports .nice-select .list svg {
  width: 17px;
  height: 17px;
  fill: #bfcad4;
}
.shadowed-btn.copyright-report,
.post-foot-stuff .reports.copyright-report,
.post-foot-stuff .reports .nice-select .current.copyright-report,
.post-foot-stuff .reports .nice-select .list.copyright-report {
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 2px 2px rgba(192,188,166,0.54);
  background-color: #fffcec;
  color: #a6a083;
  font-size: 0.923076923076923rem;
}
.post-foot-stuff .shadowed-btn {
  padding: 0 10px;
}
@media (max-width: 360px) {
  .post-foot-stuff .shadowed-btn {
    font-size: 12px !important;
    padding: 0 5px !important;
  }
  .post-foot-stuff .shadowed-btn svg {
    width: 14px !important;
    height: 14px !important;
  }
}
.download-btn {
  background-color: #4db921;
  color: #fff;
  border-radius: 6px;
  padding: 16px 20px;
  display: inline-block;
  border-bottom: 2px solid #348812;
}
.download-btn:hover {
  background-color: #369310;
}
.download-btn svg {
  fill: #fff;
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.post-foot-stuff {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 14px;
}
.post-foot-stuff .reports {
  overflow: hidden;
  padding: 0;
  display: block;
  position: relative;
}
.post-foot-stuff .reports:after {
  content: '';
  left: auto;
  right: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #bfcad4 transparent transparent transparent;
  -ms-transform: none;
  transform: none;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-foot-stuff .reports select {
  width: 120%;
  height: 100%;
  border: 0;
  background: none;
  outline: none;
  padding-left: 10px;
}
.post-foot-stuff .reports .nice-select {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: none;
  outline: none;
}
.post-foot-stuff .reports .nice-select:after {
  left: auto;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #bfcad4 transparent transparent transparent;
  -ms-transform: none;
  transform: none;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.post-foot-stuff .reports .nice-select.open:after {
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.post-foot-stuff .reports .nice-select .list {
  height: auto;
  direction: rtl;
  border: 0;
  direction: rtl;
  text-align: right;
  top: calc(100% + 6px);
  color: #7d8b98;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 35px;
  padding: 23px 14px;
}
.post-foot-stuff .reports .nice-select .list .option {
  padding: 0;
  direction: rtl;
  text-align: right;
  width: 100%;
  background: none !important;
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  min-height: 0;
}
.post-foot-stuff .reports .nice-select .list .option:hover {
  background: none !important;
  color: #232c35;
}
.download-link-ads-below {
  border: 1px solid #e8e8e8;
  padding: 19px;
  text-align: center;
  margin-bottom: 30px;
}
.screenshots-gallery {
  max-width: 100%;
  margin-bottom: 40px;
}
.screenshots-gallery .screenshots-slider {
  margin-left: -30px;
}
.screenshots-gallery .screenshots-head {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.screenshots-gallery .screenshots-head .videoroid {
  margin-left: auto;
}
.screenshots-gallery .screenshots-head h3 {
  color: #4e5863;
  font-size: 1.384615384615385rem;
  font-weight: 500;
}
.screenshots-gallery .screenshots-head .count {
  color: #88929d;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  margin-left: auto;
}
.screenshots-gallery .swiper-container {
  padding-bottom: 15px;
  position: relative;
}
.screenshots-gallery .swiper-container:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 90%;
  box-shadow: 24px 0 19px -18px rgba(0,0,0,0.4);
  top: 50%;
  left: -59px;
  z-index: 100;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.screenshots-gallery .swiper-wrapper {
  width: max-content;
}
.screenshots-gallery .swiper-slide {
  width: auto;
  padding: 15px 0;
  flex-shrink: unset;
}
.screenshots-gallery .swiper-slide:last-of-type {
  margin-left: 30px !important;
}
.screenshots-gallery .swiper-slide a {
  display: block;
  position: relative;
}
.screenshots-gallery .swiper-slide a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32,42,53,0.5);
  border-radius: 11px;
  -ms-transition: all 250ms cubic-bezier(1, 0, 0, 1);
  transition: all 250ms cubic-bezier(1, 0, 0, 1);
}
.screenshots-gallery .swiper-slide a .expand {
  position: absolute;
  background-color: #f00;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  line-height: 28px;
  text-align: center;
  top: 17px;
  right: 17px;
  font-size: 0;
  -ms-transition: all 250ms cubic-bezier(1, 0, 0, 1);
  transition: all 250ms cubic-bezier(1, 0, 0, 1);
}
.screenshots-gallery .swiper-slide a .expand svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
.screenshots-gallery .swiper-slide a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transition: all 250ms cubic-bezier(1, 0, 0, 1);
  transition: all 250ms cubic-bezier(1, 0, 0, 1);
}
.screenshots-gallery .swiper-slide a .play svg {
  width: 55px;
  height: 62px;
  fill: #df1154;
}
.screenshots-gallery .swiper-slide a:not(:hover):before,
.screenshots-gallery .swiper-slide a:not(:hover) .play,
.screenshots-gallery .swiper-slide a:not(:hover) .expand {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.screenshots-gallery .swiper-slide img {
  height: 197px;
  width: auto;
  border-radius: 11px;
  box-shadow: 0 2px 16px rgba(144,159,175,0.67);
}
.screenshots-gallery .swiper-scrollbar-drag {
  background-color: #37ab07;
  border-radius: 0;
}
.user-reviews-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(54,64,74,0.24);
}
.post-reviews {
  padding: 35px 0;
}
.post-reviews > h3 {
  color: #4e5863;
  font-size: 1.923076923076923rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}
.post-reviews .reviews-list > li {
  border: 1px solid #e0e5ea;
  padding: 14px;
  border-radius: 10px;
  margin-bottom: 21px;
}
.post-reviews .reviews-list > li.none {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #909aa6;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  padding: 31px 39px;
}
.post-reviews .reviews-list > li.none a {
  color: #384451;
}
.post-reviews .reviews-list > li.none a.green-btn {
  color: #fff;
}
.post-reviews .reviews-list > li .author {
  color: #4e5863;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.post-reviews .reviews-list > li .date {
  color: #87909a;
  font-size: 0.846153846153846rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}
.post-reviews .reviews-list > li .review-text {
  color: #4e5863;
  font-size: 1rem;
  font-weight: 500;
  line-height: 31px;
  text-align: justify;
  margin-bottom: 20px;
  position: relative;
}
.post-reviews .reviews-list > li .review-text p {
  line-height: inherit;
}
.post-reviews .reviews-list > li .review-text .show-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  background: none;
  border: 0;
  font-weight: 700;
  font-size: 0.923076923076923rem;
  background-color: #fb6d6d;
  color: #fff;
  border-radius: 17px;
  padding: 6px 13px;
  line-height: 1;
}
.post-reviews .reviews-list > li .review-text:not(.full) {
  max-height: 200px;
  overflow: hidden;
}
.post-reviews .reviews-list > li .review-text:not(.full):after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  height: 100px;
  z-index: 1;
}
.post-reviews .reviews-list > li .likes {
  cursor: pointer;
  display: block;
  line-height: 1;
  margin-bottom: 40px;
  color: #7e8a97;
  font-size: 1rem;
  font-weight: 500;
}
.post-reviews .reviews-list > li .likes .count {
  background-color: #adb7c1;
  padding: 6px 18px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 15px;
}
.post-reviews .reviews-list > li .likes svg {
  width: 20px;
  height: 20px;
  fill: #7e8a97;
  margin-right: 12px;
}
.post-reviews .review-rating-container {
  text-align: left;
  margin-top: 51px;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.post-reviews .review-rating-container .overall-rating {
  color: #384451;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.post-reviews .review-rating-container .overall-rating .star-ratings {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}
.post-reviews .review-rating-container .overall-rating .star-ratings .stars svg {
  width: 19px;
  height: 19px;
}
.post-reviews .review-rating-container .overall-rating .average-rate {
  direction: ltr;
  color: #384451;
  font-size: 7.692307692307693rem;
  font-weight: 400;
  line-height: 73px;
  letter-spacing: -10px;
}
.post-reviews .review-rating-container .rates {
  margin-bottom: 27px;
  direction: ltr;
  text-align: left;
  color: #384451;
  font-size: 1.384615384615385rem;
  font-weight: 400;
  line-height: 1;
}
.post-reviews .review-rating-container .rates li {
  margin-bottom: 8px;
}
.post-reviews .review-rating-container .rates li .bars {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin-left: 17px;
}
.post-reviews .review-rating-container .rates li .bars .percent {
  height: 4px;
  display: inline-block;
  vertical-align: middle;
}
.post-reviews .review-rating-container .rates li .bars.bar-5 .percent {
  width: 100%;
  background-color: #4db921;
}
.post-reviews .review-rating-container .rates li .bars.bar-4 .percent {
  width: 80%;
  background-color: #89b921;
}
.post-reviews .review-rating-container .rates li .bars.bar-3 .percent {
  width: 60%;
  background-color: #b9b721;
}
.post-reviews .review-rating-container .rates li .bars.bar-2 .percent {
  width: 40%;
  background-color: #b98c21;
}
.post-reviews .review-rating-container .rates li .bars.bar-1 .percent {
  width: 20%;
  background-color: #d45f19;
}
.green-btn {
  box-shadow: 0 0 16px rgba(70,82,93,0.18);
  background-color: #4db921;
  padding: 14px 19px;
  line-height: 1;
  color: #fff;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
}
.post-footer-wrapper {
  background-color: #fff;
  padding: 29px 0 40px;
  margin-bottom: 34px;
}
.post-footer-wrapper .downloadbox .downloadbox-top {
  display: block !important;
}
.post-footer-wrapper .downloadbox .downloadbox-top .en {
  display: none;
}
.post-footer-wrapper .downloadbox .downloadbox-top h3 {
  text-align: center;
  font-size: 1.923076923076923rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 23px;
}
.post-footer-wrapper .downloadbox .downloadbox-body {
  box-shadow: none !important;
  padding: 0 !important;
  background: none !important;
}
.post-footer-wrapper .downloadbox .downloadbox-body .download-links .download-link {
  box-shadow: none !important;
  padding: 0 !important;
  background: none !important;
}
.post-footer-wrapper .downloadbox .downloadbox-body .download-links .download-link.ads-download {
  border: 1px solid #dbe3ea;
  border-radius: 6px;
  padding: 12px !important;
}
.post-footer-wrapper .downloadbox .downloadbox-body .download-links .download-link .qr {
  display: none !important;
}
.post-footer-wrapper .downloadbox .downloadbox-body .download-links .download-link .download-btn {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-align: center;
  align-items: center;
}
.post-footer-wrapper .downloadbox .downloadbox-body .download-links .download-link .download-btn .txt {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.related-posts {
  padding: 34px 0 39px;
  color: #4e5863;
  font-size: 1.384615384615385rem;
  font-weight: 500;
}
.related-posts h3 {
  margin-bottom: 18px;
}
.related-posts .related-slider-wrap {
  position: relative;
}
.related-posts .related-slider-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/related-shadow.png") no-repeat;
  width: 60px;
  height: 100%;
  background-size: 100% 100%;
  z-index: 1;
}
.related-posts .post-item {
  max-width: 190px;
  height: 100%;
  background: none !important;
}
.related-posts .post-item .post-item-inner {
  height: 100%;
  box-shadow: 0 2px 2px rgba(95,110,125,0.21);
}
.related-posts .post-item .post-item-inner .entry-info {
  padding-top: 0;
}
.related-posts .post-item .post-item-inner .entry-info .date {
  display: none;
}
.related-posts .post-item .post-item-inner .entry-info .star-ratings {
  margin: 0 auto;
}
.related-posts .post-item .post-item-inner .entry-info .star-ratings .average-rating {
  display: none;
}
.related-posts .post-item:after,
.related-posts .post-item:before {
  content: none !important;
}
.comment-send-container .box-ttl {
  color: #4e5863;
  font-size: 1.923076923076923rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
}
.comment-send-form {
  margin-bottom: 50px;
}
.comment-send-form form {
  position: relative;
  display: block !important;
}
.comment-send-form textarea {
  width: 100%;
  min-width: 0;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  resize: none;
  min-height: 181px;
  background-color: #f6f8fa;
  border-radius: 6px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 14px 20px;
  color: #818992;
}
.comment-send-form .fields {
  min-width: 0;
  width: 100%;
}
.comment-send-form input[type=text],
.comment-send-form input[type=email],
.comment-send-form select {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  height: 38px;
  border-bottom: 1px solid #d5dde5;
  color: #5c6876;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 14px;
}
.comment-send-form input[type=text]::-webkit-input-placeholder,
.comment-send-form input[type=email]::-webkit-input-placeholder,
.comment-send-form select::-webkit-input-placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.comment-send-form input[type=text]:-moz-placeholder,
.comment-send-form input[type=email]:-moz-placeholder,
.comment-send-form select:-moz-placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.comment-send-form input[type=text]::-moz-placeholder,
.comment-send-form input[type=email]::-moz-placeholder,
.comment-send-form select::-moz-placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.comment-send-form input[type=text]:-ms-input-placeholder,
.comment-send-form input[type=email]:-ms-input-placeholder,
.comment-send-form select:-ms-input-placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.comment-send-form input[type=text]::placeholder,
.comment-send-form input[type=email]::placeholder,
.comment-send-form select::placeholder {
  color: #5c6876;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.comment-send-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  font-weight: inherit;
  padding-left: 0;
}
.comment-send-form .nice-select,
.comment-send-form .select2-container--default .select2-selection--single {
  width: 100%;
  display: block;
  color: #5c6876;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  float: none;
  margin-bottom: 14px;
  background: none;
  border: 0;
  outline: none;
  border-bottom: 1px solid #d5dde5;
  padding: 0;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-radius: 0;
  min-height: 42px;
  -ms-flex-align: center;
  align-items: center;
}
.comment-send-form .nice-select .select2-selection__arrow,
.comment-send-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.comment-send-form .nice-select:after,
.comment-send-form .select2-container--default .select2-selection--single:after {
  position: relative;
  top: auto;
  left: auto;
  margin-right: auto;
  right: auto;
  margin-top: 0;
  min-width: 42px;
  line-height: 42px;
  height: 100%;
  border: 0;
  width: auto;
  -ms-transform: none;
  transform: none;
  text-align: center;
  border-bottom: 1px solid #4db921;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cdefs%3E%3CclipPath id='sqeba'%3E%3Cpath fill='%23fff' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z'/%3E%3Cpath fill='none' stroke='%234db921' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='2' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z' clip-path='url(&quot;%23sqeba&quot;)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.comment-send-form .nice-select .list,
.comment-send-form .select2-container--default .select2-selection--single .list {
  width: 100%;
  direction: rtl;
  text-align: right;
}
.comment-send-form .nice-select .list .option,
.comment-send-form .select2-container--default .select2-selection--single .list .option {
  direction: rtl;
  text-align: right;
}
.comment-send-form .checkbox-wrap {
  font-size: 0.923076923076923rem;
  font-weight: 500;
  color: #4e5863;
  font-weight: 500;
  margin-bottom: 30px;
}
.comment-send-form .checkbox-wrap a {
  font-weight: 700;
  color: inherit;
}
.comment-send-form button[type=submit] {
  height: 37px;
  background-color: #4db921;
  border-radius: 6px;
  color: #fff;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  padding: 0 22px;
  border: 0;
  outline: none;
  position: relative;
  margin: 35px 0 0;
  display: block;
  margin-top: auto;
  align-self: flex-start;
  -ms-flex-item-align: start;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.comment-send-form button[type=submit]:disabled {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.comment-send-form button[type=submit]:after {
  content: '';
  position: absolute;
  width: 96%;
  height: 100%;
  bottom: -3px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4db921;
  border-radius: 12px;
  filter: blur(3px);
  z-index: -1;
}
.comments-list-container .comments-list-top {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #4e5863;
  font-size: 1.230769230769231rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.comments-list-container .comments-list-top h3 {
  color: #4e5863;
  font-size: 1.923076923076923rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comments-list-container .comments-list-top span {
  display: none;
}
.comments-list {
  margin-bottom: 40px;
}
.comments-list li {
  border: 1px solid #7a828a;
  background-color: #8e97a0;
  border-radius: 12px;
  margin-bottom: 21px;
  padding: 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.comments-list li .comment-inner {
  margin-bottom: 10px;
}
.comments-list li .comment-top {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 0.846153846153846rem;
  font-weight: 400;
  line-height: 27px;
}
.comments-list li .comment-top .author {
  font-size: 1.230769230769231rem;
  font-weight: 500;
  display: block;
}
.comments-list li .comment-top .left {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  color: #fff;
  font-size: 0.923076923076923rem;
  font-weight: 400;
  line-height: 22.08px;
  text-align: left;
  line-height: 1.7;
  -ms-flex-align: center;
  align-items: center;
}
.comments-list li .comment-top .left span {
  display: block;
}
.comments-list li .comment-top .left .android {
  font-size: 0.846153846153846rem;
}
.comments-list li .comment-top .left svg {
  display: none;
}
.comments-list li .comment-body-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 28px;
  text-align: justify;
}
.comments-list li .comment-bottom {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.comments-list li .comment-bottom .likes {
  cursor: pointer;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.comments-list li .comment-bottom .likes .txt {
  display: none;
}
.comments-list li .comment-bottom .likes .count {
  background-color: #818992;
  padding: 4px 18px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 15px;
}
.comments-list li .comment-bottom .likes svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 12px;
}
.comments-list li .comment-bottom .comment-reply-link {
  background-color: #9ba6b0;
  padding: 2px 19px;
  color: #fff;
  border-radius: 5px;
  font-size: 0.923076923076923rem;
  font-weight: 500;
}
.comments-list li ul li {
  background-color: #88919a;
}
#cancel-comment-reply-link {
  position: absolute;
  top: -20px;
  left: 0;
  color: inherit;
  text-decoration: underline;
}
.app-changelog h3 {
  color: #4e5863;
  font-size: 1.384615384615385rem;
  font-weight: 500;
  margin-bottom: 18px;
}
.app-changelog li {
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.app-changelog > ul > li {
  margin-bottom: 30px;
  color: #737d88;
}
.app-changelog > ul > li > .version-name {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
.app-changelog > ul > li > .version-name:after {
  content: '';
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 45px;
  height: 1px;
  background-color: #dce2e8;
  min-width: 0;
}
.app-changelog > ul > li:hover {
  color: #384451;
}
.app-changelog > ul > li > ul {
  line-height: 31px;
  font-size: 1rem;
  font-weight: 500;
}
.app-changelog > ul > li > ul li:before {
  content: '-';
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.app-changelog > ul > li > ul.ltr {
  text-align: left;
}
.app-changelog > ul > li > ul.ltr li:before {
  margin: 0 15px 0 0;
}
.make-a-review-box {
  border: 1px solid #e0e5ea;
  padding: 6px 12px 6px 6px;
  border-radius: 10px;
}
.make-a-review-box .txt {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  color: #909aa6;
  font-size: 0.846153846153846rem;
  font-weight: 500;
}
.make-a-review-box .txt a,
.make-a-review-box .txt span {
  display: block;
  color: #384451;
  font-size: 1.076923076923077rem;
}
.load-more-reviews {
  display: table;
  margin: 0 auto;
}
.single-user-comments-wrapper {
  box-shadow: 0 1px 1px rgba(54,64,74,0.24);
  background-color: #fff;
  padding: 32px 0;
  margin-bottom: 30px;
}
#next_comments_link a {
  display: block;
  height: 56px;
  box-shadow: 0 2px 18px rgba(95,110,125,0.37);
  background-color: #68dc39;
  line-height: 56px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: 1.230769230769231rem;
  font-weight: 500;
  position: relative;
}
#next_comments_link a:hover {
  box-shadow: none;
}
#next_comments_link a:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  width: 56px;
  height: 56px;
}
#next_comments_link a:not(.loading) {
  background-color: #4db921;
}
#next_comments_link a:not(.loading):before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.article-card {
  max-width: 340px;
  box-shadow: 0 2px 2px rgba(95,110,125,0.21);
  background-color: #fff;
  height: 100%;
  padding: 20px 35px 30px;
  border-radius: 12px;
  font-size: 1rem;
  color: #85919b;
  position: relative;
}
.article-card .entry-title {
  color: #46525d;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.article-card .excerpt {
  color: #85919b;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 15px;
  text-align: justify;
}
.article-card .foot .date {
  font-size: 0.923076923076923rem;
  font-weight: 400;
  line-height: 1.2;
  color: #adb8c4;
}
.article-card .foot .date strong {
  font-size: 1.230769230769231rem;
  font-weight: 400;
}
.article-card .foot .star-ratings {
  text-align: left;
  direction: ltr;
  color: #adb8c4;
  font-size: 1rem;
  font-weight: 400;
}
.article-card .foot .star-ratings .average-rating {
  margin-right: 9px;
  color: #8695a4;
  font-size: 1.230769230769231rem;
  font-weight: 400;
}
body.page .post-content-wrapper {
  margin-bottom: 30px;
}
.contactus-shortcode-wrapper {
  max-width: 90%;
  margin: 0 auto 40px;
}
.contactus-form-wrapper {
  max-width: 100%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 766px) {
  .contactus-form-wrapper img.mascot {
    display: none;
  }
}
@media (min-width: 767px) {
  .contactus-form-wrapper img.mascot {
    display: block;
    margin: 0 auto 15px;
  }
}
.contactus-form-wrapper input[type=text],
.contactus-form-wrapper input[type=email],
.contactus-form-wrapper input[type=password],
.contactus-form-wrapper input[type=tel],
.contactus-form-wrapper input[type=address],
.contactus-form-wrapper input[type=number],
.contactus-form-wrapper input[type=url],
.contactus-form-wrapper input[type=search],
.contactus-form-wrapper .nice-select,
.contactus-form-wrapper .select2,
.contactus-form-wrapper select {
  max-width: 350px;
}
@media (min-width: 560px) {
  .contactus-form-wrapper input[type=text],
  .contactus-form-wrapper input[type=email],
  .contactus-form-wrapper input[type=password],
  .contactus-form-wrapper input[type=tel],
  .contactus-form-wrapper input[type=address],
  .contactus-form-wrapper input[type=number],
  .contactus-form-wrapper input[type=url],
  .contactus-form-wrapper input[type=search],
  .contactus-form-wrapper .nice-select,
  .contactus-form-wrapper .select2,
  .contactus-form-wrapper select {
    max-width: 100%;
  }
}
.social-networks-grid li {
  padding-right: 0 !important;
  margin-bottom: 14px;
}
.social-networks-grid li:before {
  content: none !important;
}
.social-networks-grid li a {
  border: 1px solid #e9edf1;
  height: 55px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 19px;
  -ms-flex-align: center;
  align-items: center;
  color: #333e48;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 12px;
  width: 100%;
}
.social-networks-grid li a svg:not(.arrow) {
  width: 23px;
  height: 23px;
  margin-left: 16px;
  fill: #212931;
}
.social-networks-grid li a svg.arrow {
  width: 12px;
  height: 12px;
  fill: #cdd2de;
  margin-right: auto;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  left: 0;
}
.ads-plans-last-update {
  color: #a3abb2;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
}
.wp-block-image {
  zoom: 1;
}
.wp-block-image:before,
.wp-block-image:after {
  content: "";
  display: table;
}
.wp-block-image:after {
  clear: both;
}
.ads-reservation-wrapper {
  margin-bottom: 20px;
  display: block !important;
}
.ads-reservation-wrapper .contact-card {
  background-color: #f4f7fa;
  padding: 20px 33px;
  width: 100%;
  color: #4e5863;
  font-size: 1rem;
  border-radius: 13px;
  align-self: flex-end;
  -ms-flex-item-align: end;
  margin-top: 12px;
}
.ads-reservation-wrapper .contact-card p {
  margin-bottom: 0;
}
.ads-reservation-wrapper .contact-card p.bold {
  color: #363f48;
  font-size: 1.230769230769231rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.post-content .site-rank {
  margin-bottom: 60px;
}
.post-content .site-rank .site-rank-right {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='652' height='117' viewBox='0 0 652 117'%3E%3Cg%3E%3Cg opacity='.06'%3E%3Cpath fill='%2346525d' d='M1.182 116.198l-.926-1.772 89.85-46.922.045-.094.07.034.035-.018.024.046 46.543 22.302 41.069-42.046.06-.12.038.019.013-.013.043.041 64.171 32.58 203.94-73.488.026.07.024-.025 37.283 37.283 15.09-33.97.92.394.432-.901 47.36 22.693-.5-.499 31-31 1.415 1.414-.072.072 72.859 41.352-.988 1.74-73.338-41.625-29.46 29.462-.384-.384-.756 1.578-47.072-22.555-15.514 34.922-1.576-.675-.113.114-37.149-37.149L242 82.438l-.033-.088-63.572-32.275-40.96 41.936-.034-.034-.113.237L90.26 69.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat top center;
  background-size: 100% auto;
  margin-bottom: 20px;
}
.post-content .site-rank .site-rank-right .rank-top {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.post-content .site-rank .site-rank-right .rank-top .viewers-statistics {
  color: #46525d;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.post-content .site-rank .site-rank-right .rank-top .viewers-statistics span {
  color: #46525d;
  font-size: 0.846153846153846rem;
  font-weight: 400;
  display: block;
}
.post-content .site-rank .site-rank-right .rank-bottom .alexa-statistics-box {
  height: 56px;
  border: 1px solid #dde4eb;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #46525d;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 21px;
  margin-bottom: 10px;
}
.post-content .site-rank .site-rank-right .rank-bottom .alexa-statistics-box:first-child {
  margin-left: 21px;
}
.post-content .site-rank .site-rank-right .rank-bottom .alexa-statistics-box img {
  margin-left: 13px;
}
.post-content .site-rank .site-rank-right .rank-bottom .alexa-statistics-box span {
  color: #46525d;
  font-size: 1.769230769230769rem;
  font-weight: 400;
  display: inline-block;
  margin-right: auto;
}
.post-content .advertising-status {
  margin-bottom: 32px;
  margin-left: -30px;
  margin-right: -30px;
}
.post-content .advertising-status .notice {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 14px;
}
.post-content .advertising-status .notice p {
  border-radius: 6px;
  background-color: #f6f4ec;
  padding: 6px 16px;
  line-height: 1.2;
  color: #c4b088;
  font-size: 1rem;
}
.post-content .advertising-status .tab-boxes {
  background-color: #eef2f5;
}
.post-content .advertising-status .tab-boxes .tabs {
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  align-self: start;
  -ms-flex-item-align: start;
  margin-bottom: 0;
}
.post-content .advertising-status .tab-boxes .tabs li {
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border: 1px solid #e1e5e8;
  min-height: 71px;
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.post-content .advertising-status .tab-boxes .tabs li:before {
  content: '';
  display: none;
}
.post-content .advertising-status .tab-boxes .tabs li >span:first-child {
  box-flex: 1;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}
.post-content .advertising-status .tab-boxes .tabs li > span:nth-child(2) {
  box-flex: 1;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
}
.post-content .advertising-status .tab-boxes .tabs li > span:nth-child(3) {
  box-flex: 1;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.post-content .advertising-status .tab-boxes .tabs li > span:nth-child(4) {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-content .advertising-status .tab-boxes .tabs li span {
  color: #46525d;
  font-size: 0.846153846153846rem;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
.post-content .advertising-status .tab-boxes .tabs li span.price span {
  font-size: 0.846153846153846rem;
  display: inline-block;
  margin-right: 5px;
}
.post-content .advertising-status .tab-boxes .tabs li.not-available .active-status {
  color: #e11717;
}
.post-content .advertising-status .tab-boxes .tabs li.not-available.active .active-status {
  color: #e11717;
}
.post-content .advertising-status .ads-img {
  border-right: 0;
  height: 100%;
  width: 100%;
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
  margin: 10px 0 20px;
  position: relative;
  top: -4px;
}
.post-content .advertising-status .ads-img img {
  box-shadow: 0 5px 5px rgba(158,173,189,0.23);
  border-radius: 10px;
}
.post-content .advertising-status .top-advertising-status {
  padding-left: 30px;
  padding-right: 30px;
}
.post-content .advertising-status .top-advertising-status > ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.post-content .advertising-status .top-advertising-status > ul li {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.post-content .advertising-status .top-advertising-status > ul li span {
  color: #2a333b;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.post-content .advertising-status .top-advertising-status > ul li:before {
  content: '';
  display: none;
}
.post-content .advertising-status .top-advertising-status > ul > li:first-child >span:first-child {
  box-flex: 1;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}
.post-content .advertising-status .top-advertising-status > ul > li:first-child > span:nth-child(2) {
  box-flex: 1;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
}
.post-content .advertising-status .top-advertising-status > ul > li:first-child > span:nth-child(3) {
  box-flex: 1;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.post-content .advertising-status .top-advertising-status > ul > li:first-child > span:nth-child(4) {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.request-app-grid {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.request-app-grid .dw-form-wrapper {
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 30px;
}
.request-app-grid .request-guide {
  -ms-flex-order: 1;
  order: 1;
}
.today-programs {
  border: 1px solid #e0e5ea;
  border-radius: 8px;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 767px) {
  .today-programs {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.today-programs a.green-btn {
  padding: 8px 15px;
  font-size: 1rem;
  margin: 5px 0;
}
.tingle-modal.send-review-modal {
  background-color: #eff2f5 !important;
}
.tingle-modal.send-review-modal .tingle-modal__closeIcon {
  color: #373737 !important;
}
.tingle-modal.send-review-modal .tingle-modal-box {
  width: 100% !important;
  max-width: 100% !important;
  background: none !important;
}
.tingle-modal.send-review-modal.tingle-modal--visible .tingle-modal-box {
  border-radius: 0 !important;
}
.tingle-modal.send-review-modal .tingle-modal-box__content {
  padding: 0 !important;
}
.tingle-modal.send-review-modal .review-white-card {
  background-color: #fff;
  border-radius: 17px;
  box-shadow: 0 2px 2px rgba(73,87,101,0.18);
}
.tingle-modal.send-review-modal .post-info-card {
  padding: 25px 22px;
}
.tingle-modal.send-review-modal .post-info-card .thumbnail {
  margin: 0;
  position: relative;
  z-index: 1;
}
.tingle-modal.send-review-modal .post-info-card h2 {
  font-size: 1rem;
  margin: 22px 0;
  font-weight: 500;
  color: #46525d;
  line-height: 1.429;
}
.tingle-modal.send-review-modal .post-info-card h2.ltr {
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.tingle-modal.send-review-modal .post-info-card .entry-info .date {
  font-size: 0.923076923076923rem;
  color: #adb8c4;
  font-weight: 300;
}
.tingle-modal.send-review-modal .post-info-card .entry-info .date strong {
  font-size: 1.230769230769231rem;
}
.tingle-modal.send-review-modal .post-info-card .entry-info .star-ratings {
  text-align: left;
}
.tingle-modal.send-review-modal .review-send-card {
  padding: 53px 46px;
}
.tingle-modal.send-review-modal .review-send-card .review-send--header {
  color: #3f9e19;
  font-size: 1.153846153846154rem;
  font-weight: 700;
  padding-bottom: 27px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e1e7ee;
  line-height: 1;
}
.tingle-modal.send-review-modal .review-send-card .review-send--header .farsroid-logo svg {
  width: 65px;
  height: 20px;
  fill: #dce3e9;
}
.tingle-modal.send-review-modal .review-send-card form .buttons {
  margin-top: 40px;
}
.tingle-modal.send-review-modal .review-send-card form .buttons p {
  margin-bottom: 0;
}
.tingle-modal.send-review-modal .review-send-card form .fa-input:last-child {
  margin-bottom: 0;
}
.tingle-modal.send-review-modal .review-send-card form h4 {
  font-size: 1.230769230769231rem;
  color: #3f9e19;
  font-weight: 700;
  margin-bottom: 30px;
}
.tingle-modal.send-review-modal .review-send-card form p {
  font-size: 1.076923076923077rem;
  color: #4e5863;
  line-height: 2.071;
  margin-bottom: 30px;
}
.tingle-modal.send-review-modal .review-send-card form .rating-field {
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}
.tingle-modal.send-review-modal .review-send-card form .rating-field .input {
  width: 110px;
}
.tingle-modal.send-review-modal .review-send-card form .rating-field .input em {
  cursor: pointer;
  min-width: 0;
  width: 25px;
  height: 25px;
  text-align: center;
}
.tingle-modal.send-review-modal .review-send-card form .rating-field .input em svg {
  width: 9px;
  height: 9px;
  fill: #fff;
  stroke: #4db921;
  stroke-width: 1px;
}
.tingle-modal.send-review-modal .review-send-card form .rating-field .input em.down svg {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.tingle-modal.send-review-modal .review-send-card form .rating-field input,
.tingle-modal.send-review-modal .review-send-card form .rating-field -webkit-appearance textfield {
  -moz-appearance: textfield;
  appearance: textfield;
  border: 0;
  outline: none;
  display: block;
  background: none;
  text-align: center;
  font-weight: 500;
  color: #5f6677;
  font-size: 1.230769230769231rem;
  min-width: 0;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tingle-modal.send-review-modal .review-send-card form .rating-field input::-webkit-inner-spin-button,
.tingle-modal.send-review-modal .review-send-card form .rating-field -webkit-appearance textfield::-webkit-inner-spin-button,
.tingle-modal.send-review-modal .review-send-card form .rating-field input::-webkit-outer-spin-button,
.tingle-modal.send-review-modal .review-send-card form .rating-field -webkit-appearance textfield::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.tingle-modal.send-review-modal .review-send-card form textarea {
  height: 100%;
  border: 1px solid #e2e7ec;
  border-radius: 10px;
  display: block;
  width: 100%;
  resize: vertical;
  padding: 7px 10px;
  min-height: 135px;
  margin-top: 15px;
}
.tingle-modal.send-review-modal .review-send-card form button[type=submit] {
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.tingle-modal.send-review-modal .review-send-card form.loading button[type=submit] {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
}
.comment-awaiting-moderation {
  color: #a8a8a8;
}
.load-more-reviews.loading {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  pointer-events: none;
}
.mode-features {
  margin: 0 -25px;
}
.mode-features .mode-feature {
  padding: 0 25px;
  font-size: 0.846153846153846rem;
}
.mode-features .mode-feature h5 {
  color: #e61459;
  font-size: 1.153846153846154rem;
  margin-bottom: 10px;
}
.mode-features .mode-feature li:before {
  content: '- ';
  display: inline-block;
  margin-left: 12px;
}
.app-faq .accordion {
  border: 0;
  padding: 0;
  break-before: 0;
  margin-bottom: 10px;
}
.app-faq .accordion .accordion-title {
  color: #e61459;
}
.app-faq .accordion .accordion-title:before {
  content: '+';
  -ms-flex-order: 1;
  order: 1;
  font-size: 1.692307692307692rem;
  font-weight: 700;
  margin-right: 12px;
}
.app-faq .accordion.opened .accordion-title:before {
  content: '-';
}
.ads-plans {
  width: 100%;
  font-size: 0.923076923076923rem;
  color: #46525d;
  font-weight: 300;
}
.ads-plans tr td,
.ads-plans tr th {
  text-align: center;
  padding: 0.6em 0;
}
.ads-plans tr td {
  background-color: #eef2f5;
  border-bottom: 4px solid #fff;
}
.ads-plans tr td.green {
  color: #4db921;
}
.ads-plans tr th:first-child,
.ads-plans tr td:first-child {
  padding-right: 30px;
}
.ads-plans tr th:last-child,
.ads-plans tr td:last-child {
  padding-left: 30px;
}
.ads-plans tr.not-available td.active-status {
  color: #a9b4c0;
}
.reportage-archive-link {
  position: relative;
  top: -4px;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(144,156,168,0.05);
  display: block;
  width: 100%;
  color: #43a61b !important;
  font-size: 1.153846153846154rem;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
}
.ads-plans-last-update {
  padding-left: 30px;
  padding-right: 30px;
}
.app-faq .accordion .accordion-title {
  color: #4e5863;
  font-size: 1.230769230769231rem;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #e4eaf0;
}
.app-faq .accordion .accordion-title:after {
  content: none !important;
}
.labeled-dw-ads {
  position: relative;
  margin: 0 30px 20px;
}
.labeled-dw-ads .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #25b549;
  color: #fff;
  padding: 1px 8px;
  line-height: 1;
}
.like-btn .heart-filled {
  display: none;
}
.like-btn.voted .heart-filled {
  display: inline-block;
}
.like-btn.voted .icon-heart-empty {
  display: none;
}
li.comment.comment-moderator > .comment-inner > .comment-top > .right > .author,
li.comment.comment-author-mojtaba > .comment-inner > .comment-top > .right > .author {
  color: #f4a5dd;
}
li.comment.admin-comment > .comment-inner > .comment-top > .right > .author {
  color: #7ee156;
  font-size: 1.230769230769231rem;
  font-weight: 500;
  display: block;
}
.comment-author-omid0098i2268xy > .comment-inner > .comment-top > .right > .author {
  color: #ba1d1d !important;
  font-size: 1.230769230769231rem;
  font-weight: 500;
  display: block;
}
.request-developer-page-link {
  height: 32px;
  line-height: 32px;
  background-color: #4db921;
  color: #fffefe;
  font-size: 0.923076923076923rem;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -17px;
}
.request-developer-page-link svg {
  width: 18px;
  height: 18px;
  margin-right: 13px;
  fill: #fff;
}
.developer-page-bg {
  min-height: 264px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.developer-page-bg:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: 0 2px 16px rgba(73,87,101,0.14);
  background-color: rgba(56,68,81,0.6);
}
.developer-page-bg:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: inherit;
  filter: blur(6px) brightness(55%);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.developer-page-description {
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
}
.developer-page-description:before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-color: #fff;
}
.developer-page-description > .container {
  margin-top: -47px;
  position: relative;
  z-index: 4;
}
.developer-page-description .about-developer {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.developer-page-description .about-developer .inf-cnt {
  color: #384451;
  font-size: 1.769230769230769rem;
  font-weight: 500;
  text-align: center;
  min-width: 70px;
  line-height: 21.08px;
  padding-top: 30px;
}
.developer-page-description .about-developer .inf-cnt span {
  font-size: 1rem;
  display: block;
}
.developer-page-description .about-developer .thumbnail {
  min-width: 0;
  margin: 0;
  max-width: 123px;
  margin-bottom: 14px;
  position: relative;
}
.developer-page-description .about-developer .thumbnail img {
  border-radius: 15px;
}
.developer-page-description .about-developer .thumbnail .blurred-img {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  filter: blur(10px) brightness(55%);
}
.developer-page-description .developer-title {
  color: #384451;
  font-size: 2.307692307692307rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7px;
}
.developer-page-description .developer-website {
  display: block;
  width: 100%;
  text-align: center;
  color: #848d96;
  letter-spacing: 0.26px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.developer-page-description .developer-website a {
  color: inherit;
}
.developer-page-description .socials {
  display: table;
  margin: 0 auto 33px;
}
.developer-page-description .socials ul li {
  margin: 0 10px;
}
.developer-page-description .socials ul li svg {
  fill: #85929f;
  width: 19px;
  height: 19px;
}
.developer-page-description .developer-full-desc {
  text-align: justify;
  color: #4e5863;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 27px;
}
.archive-posts-list-small {
  margin-bottom: 40px;
}
.posts-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 11px 6px;
}
.panel-main-grid {
  display: grid;
  grid-template-columns: 17.17% auto;
  grid-gap: 0 30px;
}
.top-panel-header {
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 10px;
}
.box-panel {
  display: -ms-flexbox;
  display: box;
  display: flex;
  box-shadow: 0 1px 2px rgba(95,110,125,0.21);
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box-panel svg {
  width: 30px;
  height: 30px;
  fill: #c5cfd9;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
}
.box-panel .right-box {
  color: #4db921;
  font-size: 1rem;
  font-weight: 500;
  line-height: 21.08px;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
}
.box-panel .right-box span {
  color: #919ba5;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36.08px;
  display: block;
}
.top-panel {
  padding: 0 !important;
  background-color: rgba(0,0,0,0) !important;
}
.top-panel-body .top-panel-body-right {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-panel-body .top-panel-body-right > div {
  margin-bottom: 15px;
}
.top-panel-body .top-panel-body-right .box-panel {
  box-flex: 1;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
}
.top-panel-body .top-panel-body-right .box-panel .toman {
  display: inline-block !important;
  color: #c5cfd9;
  font-size: 1rem;
  font-weight: 500;
}
.top-panel-body .top-panel-body-right .box-panel .financial-support span {
  line-height: 25.08px;
}
.top-panel-body .application-request {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 1px 2px rgba(95,110,125,0.21);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-panel-body .application-request .right-box {
  color: #4db921;
  font-size: 2.769230769230769rem;
  font-weight: 500;
  line-height: 21.08px;
  text-align: center;
}
.top-panel-body .application-request .right-box span {
  color: #919ba5;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36.08px;
  display: block;
}
.top-panel-body .application-request form {
  height: 42px;
  border: 1px solid #d5dde5;
  background-color: #fff;
  position: relative;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  padding: 0 14px 0 18px;
  width: 100%;
}
.top-panel-body .application-request form input {
  border: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-size: 0.923076923076923rem;
}
.top-panel-body .application-request form button {
  position: absolute;
  left: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border: 0;
  color: #4db921;
  font-size: 1rem;
  font-weight: 700;
}
.top-panel-body .recent-activities {
  background-color: #fff;
  border-radius: 8px;
}
.top-panel-body .recent-activities ul li {
  border-bottom: 1px solid #e9ecf0;
  margin-bottom: 27px;
}
.top-panel-body .recent-activities ul > li:last-child {
  margin-bottom: 0;
  border: 0;
}
.top-panel-body .recent-activities .recent-activities-header {
  padding: 28px 33px 27px 35px;
}
.top-panel-body .recent-activities .recent-activities-header .title-recent-activities {
  color: #919ba5;
  font-size: 1rem;
  font-weight: 500;
  line-height: 21.08px;
}
.top-panel-body .recent-activities .recent-activities-item {
  padding: 0 33px 19px 35px;
  position: relative;
}
.top-panel-body .recent-activities .recent-activities-item .recent-activities-item-top {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.top-panel-body .recent-activities .recent-activities-item .recent-activities-item-top span {
  height: 20px;
  background-color: #4db921;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
  padding: 0 3px;
  border-radius: 5px;
  margin-left: 8px;
}
.top-panel-body .recent-activities .recent-activities-item .recent-activities-item-top .item-top-title {
  color: #919ba5;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 21.08px;
}
.top-panel-body .recent-activities .recent-activities-item .recent-activities-item-body p {
  color: #919ba5;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 21.08px;
}
.main-panel {
  background-color: #fff;
  margin-top: -17px;
  padding-top: 25px;
}
.main-panel .title {
  color: #384451;
  font-size: 1.307692307692308rem;
  font-weight: 500;
  line-height: 41px;
}
.main-panel p {
  color: #384451;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36px;
  text-align: justify;
}
.main-panel > section {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 0 30px;
}
.main-panel .update .update-text {
  margin-bottom: 13px;
}
.main-panel .update .update-items > div:last-child {
  border: 0;
}
.main-panel .update .update-items .update-item {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0;
  border-bottom: 1px solid #e9eef3;
}
.main-panel .update .update-items .update-item > span {
  color: #adb9c5;
  font-weight: 500;
  font-size: 0.923076923076923rem;
}
.main-panel .update .update-items .update-item .update-item-title {
  color: #384451;
  font-size: 1rem;
  font-weight: 700;
}
.main-panel .update .update-items .update-item p {
  color: #9ba8b7;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 499px;
}
.dashboard {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 32px 51px;
}
.dashboard .text-dashboard {
  margin-bottom: 35px;
}
.dashboard .comment-send-form .nice-select {
  width: 100%;
  max-width: 310px;
  display: block;
  color: #5c6876;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  float: none;
  margin-bottom: 14px;
  background: none;
  border: 0;
  outline: none;
  border-bottom: 1px solid #d5dde5;
  padding: 0;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-radius: 0;
  padding: 22px 0 11px 0;
}
.dashboard .comment-send-form .nice-select::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAMAAAD3JJ6EAAAAAXNSR0IB2cksfwAAAFdQTFRFAAAAULolTbohTbsiUL8wTbohxOi10u3Hc8hQULskTbojgM1h6fbk////ptyQTrkhTbohr9+b0+7IY8I9UL8obMVI3vLW9fvykdR2TrkiTrohndiETroiubCKugAAAB10Uk5TADC/cBDg////QGD/////sMD///8g/////4Cg//DnY4HVAAAAQklEQVR4nC3G2xZAIBRF0R2nULZyF/7/Ozk0H9ZYMFVRQ6xrVNsBPvQkh4hXGslpXnTNuu1Hxue8nJV/5Q4eRU7aB2QmAkfS60GzAAAAAElFTkSuQmCC");
  position: relative;
  top: auto;
  left: auto;
  margin-right: auto;
  right: auto;
  margin-top: 0;
  min-width: 42px;
  height: 100%;
  border: 0;
  width: auto;
  -ms-transform: none;
  transform: none;
  text-align: center;
  border-bottom: 1px solid #4db921;
}
.dashboard .comment-send-form .nice-select .list {
  width: 100%;
  direction: rtl;
  text-align: right;
}
.dashboard .comment-send-form .nice-select .list .option {
  direction: rtl;
  text-align: right;
}
.favorites > section {
  margin-bottom: 53px;
}
.favorites .overflow-auto {
  margin-left: -30px;
  padding-bottom: 20px;
}
.favorites-items {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  padding: 0 19px 0 30px;
  width: max-content;
}
.favorites-items .favorite-item {
  padding: 21px 18px 30px 21px;
  border: 1px solid #e7ebef;
  background-color: #fff;
  border-radius: 31px;
  position: relative;
  width: 170px;
}
.favorites-items .favorite-item figure {
  margin: 0;
  margin-bottom: 23px;
}
.favorites-items .favorite-item figure img {
  border-radius: 24px;
}
.favorites-items .favorite-item .favorite-item-title {
  color: #384451;
  font-size: 0.923076923076923rem;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.favorites-items .favorite-item p {
  display: none;
}
.favorites-items .favorite-item .bottom-item {
  color: #9ba8b7;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 15;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.favorites-items .favorite-item .bottom-item svg {
  fill: #b6c2d0;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.favorites-items .favorite-item .bottom-item:hover {
  color: #384451;
}
.favorites-items .favorite-item .bottom-item:hover svg {
  fill: #384451;
}
.favorite-footer {
  margin-top: 15px;
  text-align: center;
  padding: 0 10px;
}
.favorite-footer .clear-all-items {
  color: #a4b1c1;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 18px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.favorite-footer .clear-all-items svg {
  fill: #84909c;
  width: 28px;
  height: 33px;
  margin-left: 20px;
}
.favorite-footer .clear-all-items:hover {
  color: #384451;
}
.favorite-footer .clear-all-items:hover svg {
  fill: #384451;
}
.panel-table table {
  width: 100%;
  margin-top: 30px;
}
.panel-table table tr {
  border-bottom: 1px solid #e9eef3;
}
.panel-table table tr th,
.panel-table table tr td {
  padding: 24px 0 21px 0;
}
.panel-table table tr th .orange,
.panel-table table tr td .orange {
  color: #ea7a03;
}
.panel-table table tr th .red,
.panel-table table tr td .red {
  color: #d22626;
}
.panel-table table tr th .green,
.panel-table table tr td .green {
  color: #33bb28;
}
.panel-table table tr th a,
.panel-table table tr td a {
  color: inherit;
}
.panel-table table tr td {
  color: #707a85;
  font-size: 1rem;
  font-weight: 500;
}
.panel-table table tr th {
  color: #384451 s;
}
.panel-table table tr:last-child {
  border: 0;
}
.panel-table .site-pagination-item {
  margin-top: 29px;
}
.panel-table .site-pagination-item > :nth-child(1) {
  padding-right: 0;
}
.panel-table .site-pagination-item .page-numbers:before {
  content: '';
  display: none;
}
.panel-navigation-sidebar .user-display-name {
  padding: 0 23px;
  color: #384451;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  text-align: center;
}
.panel-navigation-sidebar .user-display-name .icn {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 100%;
  background-color: #4db921;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}
.panel-navigation-sidebar .user-display-name .icn svg {
  position: absolute;
  fill: #fff;
  width: 24px;
  height: 24px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -3px;
}
.panel-navigation-sidebar .mobile-info {
  padding: 0 19px;
  margin-bottom: 35px;
  text-align: center;
}
.panel-navigation-sidebar .mobile-info p {
  text-align: center;
  line-height: 1.7;
  color: #384451;
  font-size: 0.923076923076923rem;
}
.panel-navigation-sidebar .mobile-info svg {
  fill: #768392;
  width: 34px;
  height: 34px;
  margin-left: 3px;
  margin-top: 5px;
}
.panel-navigation-sidebar .mobile-info span {
  color: #384451;
  font-size: 0.923076923076923rem;
  font-weight: 400;
  line-height: 20.08px;
  text-transform: uppercase;
}
.panel-navigation-sidebar .mobile-info span.android {
  color: #858f9b;
}
.user-panel-navigation {
  margin-left: -30px;
  margin-right: -30px;
  background-color: #edf1f5;
  padding: 15px 0;
  overflow: auto;
  margin-bottom: 20px;
}
.user-panel-navigation ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 25px;
  width: max-content;
}
.user-panel-navigation li {
  color: #384451;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  padding: 0 5px;
  flex-shrink: 0;
}
.user-panel-navigation li > a {
  box-shadow: 0 1px 2px rgba(95,110,125,0.21);
  background-color: #fff;
  display: block;
  height: 100%;
  border-radius: 8px;
  min-width: 80px;
  padding: 21px 10px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.user-panel-navigation li .icn {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.user-panel-navigation li .icn svg {
  width: 22px;
  height: 22px;
  fill: #768392;
}
.user-panel-navigation li a span.badge {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #ffd56f;
  color: #947323;
  font-size: 0.846153846153846rem;
  line-height: 1;
  vertical-align: middle;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
}
.user-panel-page-content .field-item.centered-items {
  -ms-flex-align: center;
  align-items: center;
}
.user-panel-page-content .field-item .change-phone-number-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #4db921;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #4db921;
}
.user-panel-page-content .select2-container {
  min-width: 310px;
}
.user-panel-page-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  font-weight: inherit;
  padding-right: 0;
}
.user-panel-page-content .nice-select,
.user-panel-page-content .select2-container--default .select2-selection--single {
  width: 100%;
  display: block;
  color: #5c6876;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  float: none;
  margin-bottom: 14px;
  background: none;
  border: 0;
  outline: none;
  border-bottom: 1px solid #d5dde5;
  padding: 0;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-radius: 0;
  min-height: 42px;
  -ms-flex-align: center;
  align-items: center;
}
.user-panel-page-content .nice-select .select2-selection__arrow,
.user-panel-page-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.user-panel-page-content .nice-select:after,
.user-panel-page-content .select2-container--default .select2-selection--single:after {
  position: relative;
  top: auto;
  left: auto;
  margin-right: auto;
  right: auto;
  margin-top: 0;
  min-width: 42px;
  line-height: 42px;
  height: 100%;
  border: 0;
  width: auto;
  -ms-transform: none;
  transform: none;
  text-align: center;
  border-bottom: 1px solid #4db921;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cdefs%3E%3CclipPath id='sqeba'%3E%3Cpath fill='%23fff' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z'/%3E%3Cpath fill='none' stroke='%234db921' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='2' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z' clip-path='url(&quot;%23sqeba&quot;)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.user-panel-page-content .nice-select .list,
.user-panel-page-content .select2-container--default .select2-selection--single .list {
  width: 100%;
  direction: rtl;
  text-align: right;
}
.user-panel-page-content .nice-select .list .option,
.user-panel-page-content .select2-container--default .select2-selection--single .list .option {
  direction: rtl;
  text-align: right;
}
.user-panel-page-content input[type=text],
.user-panel-page-content input[type=email],
.user-panel-page-content input[type=number],
.user-panel-page-content input[type=url],
.user-panel-page-content input[type=tel],
.user-panel-page-content input[type=password],
.user-panel-page-content textarea {
  display: block;
  border: 0;
  border-bottom: 1px solid #d5dde5;
  width: 100%;
  max-width: 310px;
  padding: 11px 0 11px 0;
  margin-bottom: 12px;
  color: #5c6876;
  font-size: 1.076923076923077rem;
  font-weight: 500;
}
.user-panel-page-content input[type=text]::placeholder,
.user-panel-page-content input[type=email]::placeholder,
.user-panel-page-content input[type=number]::placeholder,
.user-panel-page-content input[type=url]::placeholder,
.user-panel-page-content input[type=tel]::placeholder,
.user-panel-page-content input[type=password]::placeholder,
.user-panel-page-content textarea::placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.user-panel-page-content input[type=text]:disabled,
.user-panel-page-content input[type=email]:disabled,
.user-panel-page-content input[type=number]:disabled,
.user-panel-page-content input[type=url]:disabled,
.user-panel-page-content input[type=tel]:disabled,
.user-panel-page-content input[type=password]:disabled,
.user-panel-page-content textarea:disabled,
.user-panel-page-content input[type=text][readonly],
.user-panel-page-content input[type=email][readonly],
.user-panel-page-content input[type=number][readonly],
.user-panel-page-content input[type=url][readonly],
.user-panel-page-content input[type=tel][readonly],
.user-panel-page-content input[type=password][readonly],
.user-panel-page-content textarea[readonly] {
  background: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.user-panel-page-content textarea {
  height: 120px;
}
.user-panel-page-content button.green,
.user-panel-page-content button.empty {
  height: 37px;
  line-height: 37px;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
}
.user-panel-page-content button.green:disabled,
.user-panel-page-content button.empty:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.user-panel-page-content button.green {
  background-color: #4db921;
  color: #fff;
}
.user-panel-page-content button.empty {
  border: 1px solid #e0e5ea;
  background-color: #fff;
}
.user-panel-page-content .nice-select {
  max-width: 310px;
  width: 100%;
  display: block;
  color: #5c6876;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  float: none;
  margin-bottom: 14px;
  background: none;
  border: 0;
  outline: none;
  border-bottom: 1px solid #d5dde5;
  padding: 0;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-radius: 0;
  min-height: 42px;
  -ms-flex-align: center;
  align-items: center;
}
.user-panel-page-content .nice-select .select2-selection__arrow {
  display: none;
}
.user-panel-page-content .nice-select:after {
  position: relative;
  top: auto;
  left: auto;
  margin-right: auto;
  right: auto;
  margin-top: 0;
  min-width: 42px;
  line-height: 42px;
  height: 100%;
  border: 0;
  width: auto;
  -ms-transform: none;
  transform: none;
  text-align: center;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cdefs%3E%3CclipPath id='sqeba'%3E%3Cpath fill='%23fff' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z'/%3E%3Cpath fill='none' stroke='%234db921' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='2' d='M1.143.132h8.032A.5.5 0 0 1 9.608.9c-.175.306-3.706 6.42-4.008 6.942a.499.499 0 0 1-.87 0C4.509 7.467.96 1.328.713.884.532.558.732.132 1.143.132z' clip-path='url(&quot;%23sqeba&quot;)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.user-panel-page-content .nice-select .list {
  width: 100%;
  direction: rtl;
  text-align: right;
}
.user-panel-page-content .nice-select .list .option {
  direction: rtl;
  text-align: right;
}
.user-panel-page-content .checkboxgroup {
  margin-bottom: 11px;
}
.user-panel-page-content .checkboxgroup label {
  margin-left: 12px;
}
.confirm-app-request-content .app-name {
  font-weight: 700;
  font-size: 1.230769230769231rem;
  color: #4db921;
}
.confirm-app-request-content .app-name:before,
.confirm-app-request-content .app-name:after {
  content: '"';
}
.confirm-app-request-content button {
  height: 37px;
  background-color: #4db921;
  border-radius: 6px;
  color: #fff;
  font-size: 1.153846153846154rem;
  font-weight: 500;
  padding: 0 22px;
  border: 0;
  outline: none;
  position: relative;
  margin: 35px 0 0;
  display: block;
  margin-top: auto;
  align-self: flex-start;
  -ms-flex-item-align: start;
  margin-top: 25px;
}
.confirm-app-request-content button:disabled {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.confirm-app-request-content button:after {
  content: '';
  position: absolute;
  width: 96%;
  height: 100%;
  bottom: -3px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4db921;
  border-radius: 12px;
  filter: blur(3px);
  z-index: -1;
}
.subscription-method {
  display: inline-block;
  background: none;
  border: 0;
  outline: none;
  margin: 0 5px;
}
.subscription-method svg {
  width: 22px;
  height: 22px;
  fill: #898989;
}
.subscription-method.subscribed svg {
  fill: #4db921;
}
.tooltiped {
  position: relative;
}
.tooltiped:before {
  content: attr(aria-label);
  background-color: #ccc;
  position: absolute;
  top: -100%;
  left: 50%;
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  padding: 4px 15px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 0.846153846153846rem;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tooltiped:not(:hover):before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transform: translate(-50%, -4px);
  transform: translate(-50%, -4px);
}
.panel-footer {
  position: relative;
  border-top: 1px solid #d4dbe2;
  padding-top: 35px;
  padding-bottom: 20px;
}
.panel-footer-content {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .panel-footer-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.panel-footer-content .foot-logo {
  margin-top: 10px;
  margin-left: 11px;
}
.panel-footer-content .footer-txt {
  color: #85929f;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 31.08px;
  max-width: 316px;
  text-align: justify;
  padding: 0 10px;
}
@media (min-width: 1600px) {
  .panel-footer-content .footer-txt {
    max-width: 450px;
  }
}
.panel-footer-content .footer-menu {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1199px) {
  .panel-footer-content .footer-menu {
    margin-bottom: 30px;
  }
}
.panel-footer-content .footer-menu > ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.panel-footer-content .footer-menu > ul > li {
  width: 100%;
  max-width: 33.3333%;
  box-flex: 1;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 15px;
  min-width: 0;
}
.panel-footer-content .footer-menu > ul > li > a {
  color: #85929f;
  font-size: 1rem;
  font-weight: 500;
  line-height: 31px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.panel-footer-content .footer-menu > ul > li > a:hover {
  color: #df1154;
}
.panel-footer-content .socials-network h4 {
  color: #85929f;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.panel-footer-content .socials-network .socials-network-item a {
  height: 51px;
  border: 1px solid #ebf0f5;
  display: inline-block;
  line-height: 51px;
  width: 51px;
  text-align: center;
  border-radius: 4px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-left: 12px;
}
.panel-footer-content .socials-network .socials-network-item a:hover {
  border: 1px solid #df1154;
}
.panel-footer-content .socials-network .socials-network-item a:hover svg {
  fill: #df1154;
}
.panel-footer-content .socials-network .socials-network-item a svg {
  width: 17px;
  height: 17px;
  fill: #85929f;
}
.panel-footer-content .prepare-logo {
  position: relative;
  width: 94px;
  height: 107px;
  box-shadow: 0 2px 38px rgba(95,110,125,0.24);
  background-color: #ff4342;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
}
.panel-footer-content .prepare-logo:before {
  position: absolute;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAMAAADm3a4bAAAAAXNSR0IB2cksfwAAAj1QTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////anIwUQAAAL90Uk5TAByLX7b/RDhWBz2EJUy/Sh/3fBDsuA/lBTywiBM2oxLttSL+8E3c6+aoDjSfOXseIfpmnh3q2vvj84MBZzKtTgIEpDptaDstFE9BM/jIhjDADOkup9+rMfnE4KnC8fy5ywpH9FTU9ifKzXcb7u/yIFtlz4yz0nqc9b6JkIK9fRd+KNkZ4llzw3VQwf231wkYksUmbOfHnQPR6GRw2A0WxmF4LCRGrrSPQEnJlaE/Iz5I5FfTsV2RsgZ/KUONKjdZnmEBAAACoUlEQVR4nJ2U+V9MURjG3+ixJGoybZIZzZhKlkGMMaVJpVFTtMgtTSQlraKhQShUSENpQbLvRJaQ5W/znnu78+HzGfOD88O9z/uc8z33nPe85xJR0Jy59N8tGJgXqH/+goU+HbIo1KdDF/NjCRAWgA3XIELVS7WIVHVUNIhiYpfFLQ8AxwMrVK3TY6WqEwxGWmVKjE7SJq/+J5wCrPEFa9etV6V5g5FMkNvGQPAmf34qw5u3WICt1m1kS0tOl92w7Rny256pwjuysnN22kSQm+OQzdxdeflOI2mDnUBBUiHtBvYIv6gYRh1RSalpb9k+BZbE2srN3FeB/WyVVHLsqtKT/gDDBxkOlaAXiYs3oKKaDtUIQHNYhpVWq6PUOhQQHUlUDD1pBVzPsP0okMdwA5BMjU08dTPQ0irDkcfajgMnKMiKcqJ2wH3yVB3DHR4Bu04TnQHOMtwJpNE5nuG8owy4IOCkIqIuDbrtFwVslnCJ93UZTdTTUFUh9fZlEV3h5dsovAZ1ZroKSxfv7Rr6BVwq0ncdxQNeAWcAN0S2LUaiWLQbb4pMeV2QBmkIqKTMbtzik2+0YpjygRHuHR3DbQW+A9ydPWfKQ79LhikSyOZvoo9ixpF0j2iiGfcFLIpk1K3CD4CHbLT+DbcBnkcWOB8T9UJK4Ap0+oOfAE/Z6DI0/wl7jXC6gWcsnwOFJNLmB55wQRNCFMEJoxc+mEbk43vJKt0AvPLAL0yvAeubMgNaiN4yXK7Ak1Ye7rEL2TdbGQVyeQp4HE0DXgn1fLfGlL44ondotwzPFvv7KbjNivzwscpg6sAn0tVKn4Uxbfhi/9opdkOOaa6fqR5WUd9ShjLUq+LIr1ZlzODMwPcfMzxgUo5tP/mHUl1iU9LzKyWK6Df7/qM0lNdY0AAAAABJRU5ErkJggg==") no-repeat bottom center;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-grayed-negative {
  margin-right: -30px;
  margin-left: -30px;
  background-color: #edf1f5;
  padding: 20px 30px;
}
#user_profile_update > .row {
  margin: 0;
}
.change-phone-field {
  -ms-flex-align: stretch;
  align-items: stretch !important;
  margin-bottom: 12px;
}
.change-phone-field input {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0 !important;
}
.archive-title {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.post-item.post-item-archive {
  margin-bottom: 11px;
}
.post-item.post-item-archive .post-item-inner {
  padding: 20px 18px 0px !important;
}
.post-item.post-item-archive .post-item-inner .stars svg {
  width: 11px !important;
  height: 11px !important;
}
.post-item.post-item-archive .post-item-inner .excerpt {
  text-align: justify;
  color: #4e5863;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
}
.post-item.post-item-archive .post-item-inner .excerpt a {
  color: #46a71f;
}
.post-item.post-item-archive .post-item-inner .grid-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.post-item.post-item-archive .post-item-inner .post-item-header {
  border-bottom: 1px solid #e6eaef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-item.post-item-archive .post-item-inner .post-item-header .thumbnail {
  position: relative;
  max-width: 67px;
  margin: 0;
}
.post-item.post-item-archive .post-item-inner .post-item-header .thumbnail img {
  max-width: 67px;
}
.post-item.post-item-archive .post-item-inner .post-item-header .post-item-title {
  color: #3b4753;
  font-size: 1rem;
  font-weight: 700;
  line-height: 25px;
  margin-right: 15px;
}
.post-item.post-item-archive .post-item-inner .post-item-header .post-item-title .fa-title {
  color: #3b4753;
  font-size: 1.153846153846154rem;
  font-weight: 700;
  display: block;
  text-align: left;
}
.post-item.post-item-archive .post-item-inner .post-item-header .post-item-title .en-title {
  color: #8191a0;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  text-align: left;
}
.post-item.post-item-archive .post-item-inner .post-item-infs {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}
.post-item.post-item-archive .post-item-inner .post-item-infs .star-ratings {
  margin-right: auto;
  text-align: left;
}
.post-item.post-item-archive .post-item-inner .post-item-infs .star-ratings .average-rating {
  color: #3b4753;
  font-size: 1.230769230769231rem;
  font-weight: 400;
  line-height: 21.08px;
}
.post-item.post-item-archive .post-item-inner .post-infs {
  line-height: 31px;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #798592;
  font-size: 0.846153846153846rem;
  font-weight: 500;
  line-height: 31px;
}
.post-item.post-item-archive .post-item-inner .post-infs li {
  display: table-row;
}
.post-item.post-item-archive .post-item-inner .post-infs li a {
  color: #46a71f;
}
.post-item.post-item-archive .post-item-inner .post-infs li span {
  display: table-cell;
}
.post-item.post-item-archive .post-item-inner .post-infs li span:last-child {
  padding-left: 13px;
  color: #384451;
  font-size: 0.923076923076923rem;
  font-weight: 500;
}
.post-item.post-item-archive .post-item-inner .post-infs li span:last-child a {
  color: #46a71f;
}
.post-item.post-item-archive .post-item-inner .post-infs li .inf-cnt {
  font-size: 0.923076923076923rem;
  font-weight: 500;
  color: #384451;
}
.post-item.post-item-archive .post-item-inner .post-infs li .inf-cnt span {
  color: #798592;
  font-size: 0.846153846153846rem;
  font-weight: 500;
  line-height: 31px;
}
.post-item.post-item-archive .post-item-inner .post-infs li .inf-cnt a {
  color: #46a71f;
  font-size: 0.923076923076923rem;
  font-weight: 500;
  line-height: 31px;
}
.post-item.post-item-archive .post-item-inner .post-infs .go-to-downloads-btn {
  white-space: nowrap;
  text-align: center;
}
.post-item.post-item-archive .post-dl-bookmark-links {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #e1e6eb;
  padding-top: 6px;
  position: relative;
}
.post-item.post-item-archive .post-dl-bookmark-links > a {
  border: 0 !important;
}
.post-item.post-item-archive .post-dl-bookmark-links > a.go-to-downloads-btn {
  font-size: 1.076923076923077rem;
  text-align: center;
  padding: 0;
}
.archive-title .view-more a {
  box-shadow: 0 1px 1px rgba(54,64,74,0.24);
  background-color: #fff;
  border-radius: 3px;
  height: 28px;
  padding: 0 10px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  color: #3b4753;
  font-size: 1rem;
  font-weight: 500;
}
.archive-pagination .page-numbers {
  box-shadow: 0 1px 1px rgba(54,64,74,0.24);
  background-color: #fff;
  border-radius: 3px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 31px;
  display: inline-block;
  color: #3b4753;
  font-size: 1.076923076923077rem;
  font-weight: 500;
  display: none;
}
.archive-pagination .page-numbers svg {
  width: 6px;
  height: 10px;
  fill: #acb9c5;
}
.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers.next,
.archive-pagination .page-numbers.prev {
  display: inline-block;
}
.archive-pagination .page-numbers.prev svg {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.archive-title-bottom {
  margin-top: 22px;
  margin-bottom: 31px !important;
}
.archive-title {
  margin-bottom: 22px;
}
.archive-title .archive-title-text,
.archive-title .count {
  color: #46525d;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 5px;
}
.archive-title .archive-title-text svg,
.archive-title .count svg {
  width: 25px;
  height: 18px;
  fill: #46525d;
  margin-left: 8px;
}
.archive-top-title {
  background-color: #fff;
  height: 57px;
  box-shadow: 0 0 3px rgba(159,171,182,0.75);
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 57px;
  margin-top: -17px;
}
.archive-top-title .archive-title-text,
.archive-top-title .count {
  color: #46525d;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 5px;
}
.archive-top-title .archive-title-text svg,
.archive-top-title .count svg {
  width: 25px;
  height: 18px;
  fill: #46525d;
  margin-left: 8px;
}
.post-dl-bookmark-links {
  position: relative;
}
.post-dl-bookmark-links a {
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.post-dl-bookmark-links .share-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.post-dl-bookmark-links .share-wrap .title {
  width: 100%;
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
  font-size: 0.846153846153846rem;
  color: #b9b9b9;
  text-align: center;
}
.post-dl-bookmark-links .share-wrap a {
  padding: 0;
  display: inline-block;
  height: auto;
  line-height: 1;
  border: 0 !important;
  -ms-transform: translateX(-3px) skewX(2px);
  transform: translateX(-3px) skewX(2px);
  color: #333;
  text-decoration: underline;
}
.post-dl-bookmark-links .share-wrap a:nth-child(1) {
  -ms-transition-delay: 40ms;
  transition-delay: 40ms;
}
.post-dl-bookmark-links .share-wrap a:nth-child(2) {
  -ms-transition-delay: 80ms;
  transition-delay: 80ms;
}
.post-dl-bookmark-links .share-wrap a:nth-child(3) {
  -ms-transition-delay: 120ms;
  transition-delay: 120ms;
}
.post-dl-bookmark-links .share-wrap a:nth-child(4) {
  -ms-transition-delay: 160ms;
  transition-delay: 160ms;
}
.post-dl-bookmark-links .share-wrap a:nth-child(5) {
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.post-dl-bookmark-links .share-wrap a:nth-child(6) {
  -ms-transition-delay: 240ms;
  transition-delay: 240ms;
}
.post-dl-bookmark-links.show-share > a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}
.post-dl-bookmark-links.show-share .share-wrap {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.post-dl-bookmark-links.show-share .share-wrap a {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
body.dw-login-page {
  background-image: -ms-linear-gradient(13deg, #4db921 0%, #0aa251 100%);
  background-image: linear-gradient(77deg, #4db921 0%, #0aa251 100%);
  background-repeat: no-repeat;
}
.login-page-wrapper .back-to-farsroid {
  display: block !important;
  text-align: center;
}
.login-page-wrapper .back-to-farsroid a {
  color: #fff;
  font-size: 1.076923076923077rem;
  font-weight: 500;
}
.login-page-wrapper .back-to-farsroid a svg {
  width: 18px;
  height: 18px;
  margin-right: 27px;
  fill: #fff;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.login-page-wrapper .path-to-login-bg {
  width: 39.5631067vw;
  height: 69.6658097vh;
  position: absolute;
  top: 8.8260497vh;
  right: 5.7281553398vw;
  background: url("../images/login-bg.png") no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.login-page-wrapper .bg-svgs svg {
  position: absolute;
  fill: rgba(0,0,0,0);
  opacity: 0.24;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=24)";
  filter: alpha(opacity=24);
  width: 0;
  height: 0;
  z-index: -1;
}
.login-page-wrapper .bg-svgs svg.message {
  width: 26.747572vw;
  height: 40.102827vh;
  top: 5.1413881748vh;
  left: 6.50485436vw;
}
.login-page-wrapper .bg-svgs svg.rocket {
  width: 18.30097vw;
  height: 47.386461vh;
  bottom: 0;
  left: 3.0097087vw;
}
.login-page-wrapper .bg-svgs svg.heart {
  width: 18.495114vw;
  height: 22.793487vh;
  bottom: 0;
  right: 0;
}
.login-page-wrapper .login-page-content-wrap {
  position: relative;
  padding: 15px;
  display: table !important;
  margin: 0 auto;
}
.login-page-wrapper .login-page-content-wrap .login-form-wrap {
  width: 100%;
  min-width: 0;
  max-width: 449px;
  position: relative;
}
.login-page-wrapper .login-page-content-wrap .login-form-inner,
.login-page-wrapper .login-page-content-wrap .register-form-inner {
  box-shadow: 0 3px 43px rgba(73,87,101,0.12);
  position: relative;
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  margin-bottom: 37px;
  top: 0;
  right: 0;
  margin-bottom: 30px;
}
.login-page-wrapper .login-page-content-wrap .login-form-inner:before,
.login-page-wrapper .login-page-content-wrap .register-form-inner:before {
  content: none;
  border-radius: 15px;
  position: absolute;
  width: 84.85%;
  height: 84.85%;
  box-shadow: 0 3px 43px rgba(73,87,101,0.12);
  background-color: #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  display: block;
  z-index: -1;
  left: -23px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login-page-wrapper .login-page-content-wrap h3 {
  color: #384451;
  font-size: 1.307692307692308rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.login-page-wrapper .login-page-content-wrap h3 .icn {
  box-shadow: 0 2px 7px rgba(73,87,101,0.28);
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  background-color: #4db921;
  margin-left: 18px;
  line-height: 45px;
}
.login-page-wrapper .login-page-content-wrap h3 .icn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.login-page-wrapper .login-page-content-wrap form input[type=text],
.login-page-wrapper .login-page-content-wrap form input[type=tel],
.login-page-wrapper .login-page-content-wrap form input[type=password],
.login-page-wrapper .login-page-content-wrap form input[type=email],
.login-page-wrapper .login-page-content-wrap form input[type=website],
.login-page-wrapper .login-page-content-wrap form input[type=number] {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  border-bottom: 1px solid #d5dde5;
  margin-bottom: 10px;
}
.login-page-wrapper .login-page-content-wrap form button {
  position: relative;
  border: 0;
  outline: none;
  height: 37px;
}
.login-page-wrapper .login-page-content-wrap form button[type=submit] {
  font-size: 1.153846153846154rem;
}
.login-page-wrapper .login-page-content-wrap form button.alt-btn {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  background: none;
  border: 1px solid #e0e5ea;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}
.login-page-wrapper .login-page-content-wrap form button.alt-btn svg.icon-arrow-up {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 13px;
  height: 13px;
  fill: #c5cbd2;
  margin-right: 7px;
}
.login-page-wrapper .login-page-content-wrap form button.drop-shadow-btn {
  padding-top: 0;
  padding-bottom: 0;
}
.login-page-wrapper .login-page-content-wrap form .buttons-wrap {
  margin: 40px 0;
}
.login-page-wrapper .login-page-content-wrap form .buttons-wrap .alt-btn {
  margin-right: 20px;
}
.login-page-wrapper .login-page-content-wrap form a.forgotten-password {
  color: #8894a1;
  display: block;
  width: max-content;
  margin: 30px auto;
  font-size: 1rem;
  font-weight: 500;
}
.login-page-wrapper .login-page-content-wrap form .not-have-an-account {
  text-align: center;
}
.login-page-wrapper .login-page-content-wrap form .not-have-an-account .new-account-btn {
  display: block;
  margin: 10px auto;
  width: max-content;
}
.login-page-wrapper .account-helper-texts {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5.92233vw;
  min-width: 0;
  color: #fff;
}
.login-page-wrapper .account-helper-texts h3 {
  font-size: 1.307692307692308rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
.login-page-wrapper .account-helper-texts ul {
  margin-bottom: 35px;
}
.login-page-wrapper .account-helper-texts ul li {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.login-page-wrapper .account-helper-texts ul li .icn {
  width: 23px;
  margin-left: 30px;
}
.login-page-wrapper .account-helper-texts ul li .icn svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.login-page-wrapper .account-helper-texts ul li .txt {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.verification-code {
  direction: ltr;
  margin: 40px 0;
}
.verification-code .grid {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0 10px;
  margin-bottom: 20px;
}
.verification-code input {
  text-align: center;
  direction: ltr;
  font-size: 2rem;
  padding-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -ms-transition: 300ms all cubic-bezier(1, 0, 0, 1);
  transition: 300ms all cubic-bezier(1, 0, 0, 1);
}
.verification-code input:focus,
.verification-code input:not(:empty) {
  border-color: #839bb2 !important;
}
.verification-code input::-webkit-input-placeholder {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.verification-code input:-moz-placeholder {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.verification-code input::-moz-placeholder {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.verification-code input:-ms-input-placeholder {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.verification-code input::placeholder {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.verification-code label {
  color: #8898a8;
  font-size: 1.230769230769231rem;
  font-weight: 400;
  display: block;
  text-align: center;
}
#login_notifications_wrap {
  border: 1px solid rgba(213,221,229,0.4);
  line-height: 1;
  padding: 23px;
  width: 100%;
  max-width: 375px;
  border-radius: 7px;
  -ms-transition: 300ms all cubic-bezier(1, 0, 0, 1);
  transition: 300ms all cubic-bezier(1, 0, 0, 1);
}
#login_notifications_wrap:not(.shown) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transform: scale(0.98) translateY(7px);
  transform: scale(0.98) translateY(7px);
}
#login_notifications_wrap svg {
  fill: #fff;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
#sms_login_form .buttons-wrap button {
  -ms-transition: 300ms all cubic-bezier(1, 0, 0, 1);
  transition: 300ms all cubic-bezier(1, 0, 0, 1);
}
#sms_login_form .buttons-wrap button:disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.register-form-inner,
.login-form-inner {
  z-index: 2;
  width: 100%;
}
.register-form-inner.shown,
.login-form-inner.shown {
  z-index: 3;
}
.register-form-inner.out-of-sight,
.login-form-inner.out-of-sight {
  z-index: 1;
}
.register-form-inner.behind,
.login-form-inner.behind {
  z-index: 1;
  -ms-transform: scale(0.9) translateX(-25px);
  transform: scale(0.9) translateX(-25px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute !important;
}
.login-register-modal-body .fa-input {
  margin-bottom: 25px;
}
.login-register-modal-body .verification-code .fa-input {
  margin-bottom: 0;
}


.phone-price-boxes {
  font-weight: 300;
}

.phone-price-boxes {
  margin: 10px 0 30px;
}
.phone-price-boxes .price-box-title {
  font: 14px;
  color: #5e5e5e;
  display: block;
  margin-bottom: 10px;
}
.phone-price-boxes .price-box-title .update {
  font-size: 1.230769230769231rem;
  color: #576a8c;
}
.price-box-title {
  font: 14px;
  color: #5e5e5e;
  display: block;
  margin-bottom: 10px;
}
.price-box-title .update {
  font-size: 1.230769230769231rem;
  color: #576a8c;
  color: #3fab36;
}
.phone-price-box {
  background-color: #efefef;
  color: #5e5e5e;
  padding: 13px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.phone-price-box .phone-model {
  background-color: #fff;
  color: #5e5e5e;
  font: 14px;
  border-bottom: 1px solid #d2d2d2;
  padding: 18px 25px;
  margin-bottom: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
}
.phone-price-box .phone-model img {
  display: block;
  margin: 0 auto 10px auto;
}
.phone-price-box ul.titles {
  margin: 0;
  padding: 0;
}
.phone-price-box ul.titles li {
  float: right;
  clear: right;
  margin: 0;
  padding: 0;
  width: 100%;
}
.phone-price-box ul.titles li span {
  text-align: center;
  float: right;
  width: 50%;
  font-weight: 700;
}
.phone-price-box ul.titles li:before {
  display: none;
}
.phone-price-box ul.prices {
  margin: 0;
  padding: 0;
  /*margin-bottom: 15px;*/
}
.phone-price-box ul.prices li {
  margin-bottom: 0;
  background-color: #fff;
  padding: 4px;
  border-bottom: 1px solid #efefef;
}
.phone-price-box ul.prices li:before {
  display: block;
  clear: both;
  content: "";
  display: none;
}
.phone-price-box ul.prices li:after {
  display: block;
  clear: both;
  content: "";
}
.phone-price-box ul.prices li span {
  text-align: center;
  float: right;
  width: 50%;
}
.phone-price-box ul.prices li:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.phone-price-box ul.prices li:first-child + li {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.phone-price-box ul.prices li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.phone-price-box ul.prices li:nth-last-child(2) {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.phone-price-box.phone-price-box-content .phone-model.row,
.phone-price-box.phone-price-box-content p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=styles.css.map */
