img[data-lazyloaded] {
  opacity: 0;
}

img.litespeed-loaded {
  -webkit-transition: opacity 300ms linear 200ms;
  -moz-transition: opacity 300ms linear 200ms;
  transition: opacity 300ms linear 200ms;
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
}

input,
textarea,
select,
option,
div,
button,
a,
img {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  border: 0;
}

a,
img {
  color: #d20000;
  text-decoration: none;
}

a:hover {
  color: #9b0000;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

strong {
  font-weight: 500;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 1297px) {
  html,
  body {
    font-size: 14px;
  }
}

body {
  background: #000;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0ms linear;
  -moz-transition: all 0ms linear;
  -ms-transition: all 0ms linear;
  transition: all 0ms linear;
}
@media only screen and (max-width: 1297px) {
  body {
    padding-top: 60px;
  }
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 96%;
  max-width: 1300px;
  position: relative;
}
@media only screen and (max-width: 1297px) {
  .container {
    max-width: 100%;
    overflow: hidden;
  }
}

.row {
  width: auto;
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1297px) {
  .row {
    flex-wrap: wrap;
  }
}

.col {
  padding: 0 10px;
  flex: 1;
}

.col.full {
  min-width: 100%;
  max-width: 100%;
}

.flex0 {
  flex: 0;
}

.flex-start {
  align-items: flex-start;
}

.flex-stretch {
  align-items: stretch;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.95;
  display: none;
  z-index: 1007;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #c5cdd7;
  position: fixed;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}

.sl-wrapper {
  z-index: 1000;
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  outline: 0;
  right: 30px;
  z-index: 1015;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1015;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 1015;
  color: #c5cdd7;
  outline: 0;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}

.sl-wrapper .sl-image iframe {
  background: #c5cdd7;
  border: 0;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #c5cdd7;
  z-index: 1005;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -21px 0 0 -21px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0%, 100% {
    opacity: 0;
  }
  0% {
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
[class*=icon-] {
  background-color: transparent;
  background-image: url(../images/icons_1.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
}
[class*=icon-].icon-user {
  width: 15px;
  height: 17px;
  background-position: 0 0;
}
[class*=icon-].icon-down {
  width: 12px;
  height: 8px;
  background-position: -71px 0;
  margin-bottom: -2px;
}
[class*=icon-].icon-search {
  width: 17px;
  height: 17px;
  background-position: -138px 0;
}
[class*=icon-].icon-star {
  width: 22px;
  height: 22px;
  background-position: -211px 0;
}
[class*=icon-].icon-right {
  width: 8px;
  height: 12px;
  background-position: -278px 0;
}
[class*=icon-].icon-bell {
  width: 15px;
  height: 18px;
  background-position: -323px 0;
}
[class*=icon-].icon-cancel {
  width: 20px;
  height: 20px;
  background-image: none;
  position: relative;
}
[class*=icon-].icon-cancel:before, [class*=icon-].icon-cancel:after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 9px;
  background: #fff;
}
[class*=icon-].icon-cancel:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
[class*=icon-].icon-cancel:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
[class*=icon-][class*=jw-], [class*=icon-][class*=sf-] {
  background-image: inherit;
}

.join_bt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  background: #d20000;
  background: -moz-linear-gradient(top, #d20000 29%, #9b0000 100%);
  background: -webkit-linear-gradient(top, #d20000 29%, #9b0000 100%);
  background: linear-gradient(to bottom, #d20000 29%, #9b0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$red", endColorstr="$reddark",GradientType=0 );
  color: #fff;
  padding: 0 35px;
  height: 60px;
  white-space: nowrap;
  border-radius: 100px;
  gap: 10px;
}
@media only screen and (max-width: 1297px) {
  .join_bt {
    font-size: 16px;
    height: 48px;
    padding: 0 22px;
  }
  .join_bt .icon-star {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 -0.2rem;
  }
}
.join_bt:hover {
  color: #fff;
  filter: brightness(115%);
}
.join_bt.sm {
  height: 42px;
  font-size: 16px;
  padding: 0 25px;
}
.join_bt.sm .icon-star {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin: 0 0 0 -0.2rem;
}

div.load_default {
  position: absolute !important;
  z-index: 90 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.8);
  display: none;
}
div.load_default i.icon-spinner {
  content: "";
  width: 40px;
  height: 40px;
  background-image: none;
  border-top-color: #fff;
  border-left-color: #fff;
  animation: spinner 600ms linear infinite;
  -o-animation: spinner 600ms linear infinite;
  -ms-animation: spinner 600ms linear infinite;
  -moz-animation: spinner 600ms linear infinite;
  -webkit-animation: spinner 600ms linear infinite;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  box-sizing: border-box;
}
div.load_default i.icon-check {
  background-image: none;
  position: relative;
  width: 40px;
  height: 40px;
}
div.load_default i.icon-check:before {
  content: "";
  width: 32px;
  height: 14px;
  border-left: 4px solid #1ba725;
  border-bottom: 4px solid #1ba725;
  position: absolute;
  top: 6px;
  left: 2px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
div.load_default.show {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  width: 100%;
  padding: 40px 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
header .container {
  background: #111;
  padding: 0;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 1297px) {
  header .container {
    border-radius: 0;
  }
}
header .container .row {
  height: 70px;
  margin: 0;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #000;
  height: 70px;
  border-radius: 1.25rem 0 30px 1.25rem;
  padding: 0 28px 0 28px;
  position: relative;
}
header .logo a:hover {
  filter: opacity(80%);
}
header .logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 20px;
  height: 100%;
  background: #000;
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
  -o-transform: skew(-22deg);
  transform: skew(-22deg);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
header #menu_anchor {
  position: relative;
  min-width: 24px;
  width: 24px;
  height: 18px;
  margin: 1px 14px 0 0;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1297px) {
  header #menu_anchor {
    display: inline-flex;
  }
}
header #menu_anchor span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}
header #menu_anchor span:nth-child(1) {
  top: 0;
}
header #menu_anchor span:nth-child(2) {
  top: 7px;
}
header #menu_anchor span:nth-child(3) {
  top: 14px;
}
header #menu_anchor.menuopen span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
header #menu_anchor.menuopen span:nth-child(2) {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
header #menu_anchor.menuopen span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
header .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-left: auto;
}
header .menu a,
header .menu span {
  color: #adadad;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 22px;
  position: relative;
  display: inline-block;
}
header .menu a:hover:not(span),
header .menu span:hover:not(span) {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
header .menu li {
  position: relative;
  padding: 5px 0;
}
header .menu li.mb {
  display: none;
}
@media only screen and (max-width: 1297px) {
  header .menu li.mb {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  header .menu li.mb.lgd {
    margin: 10px;
    border-radius: 100px;
    border: 1px solid #fff;
    font-weight: 600;
    margin-bottom: 0 !important;
    height: 42px;
  }
}
@media only screen and (max-width: 1297px) {
  header .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 70%;
    height: 100%;
    background: #2d2d2d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0 0 10px 0;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    -ms-transition: all 80ms linear;
    transition: all 80ms linear;
  }
  header .menu.menuopen {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  header .menu li {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  header .menu li a,
  header .menu li span {
    width: 100%;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
  }
  header .menu li a:before,
  header .menu li span:before {
    display: none;
  }
  header .menu li a.join_bt, header .menu li a.login,
  header .menu li span.join_bt,
  header .menu li span.login {
    color: #fff;
    font-size: 15px !important;
    font-weight: 800;
    margin: 10px !important;
  }
  header .menu li a.login,
  header .menu li span.login {
    border-radius: 100px;
    border: 1px solid #fff;
    font-weight: 600;
    margin-bottom: 0 !important;
    height: 42px;
  }
  header .menu li.head span {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    text-transform: none;
    background: #d20000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  header .menu li.close {
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 100%;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-filter: opacity(0%);
    -moz-filter: opacity(0%);
    -ms-filter: opacity(0%);
    -o-filter: opacity(0%);
    filter: opacity(0%);
    -webkit-transition: all 50ms linear;
    -moz-transition: all 50ms linear;
    -ms-transition: all 50ms linear;
    transition: all 50ms linear;
  }
  header .menu li.close i {
    margin: 10px;
  }
  header .menu.menuopen .close {
    -webkit-transition: all 280ms linear;
    -moz-transition: all 280ms linear;
    -ms-transition: all 280ms linear;
    transition: all 280ms linear;
    visibility: visible;
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -ms-filter: opacity(100%);
    -o-filter: opacity(100%);
    filter: opacity(100%);
  }
}
header .notif {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100px;
  border: 0;
  padding: 0 12px 2px 12px;
  position: relative;
}
@media only screen and (max-width: 1297px) {
  header .notif {
    display: flex;
    position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 0 !important;
    width: 34px;
    height: 34px;
    background: #d20000;
    transform: translateX(-200%);
  }
  header .notif.show {
    transform: translateX(0%);
  }
}
header .notif #notif_dot {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 5;
  background: #d20000;
  color: #fff;
  width: 14px;
  height: 14px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 100px;
  display: none;
}
@media only screen and (max-width: 1297px) {
  header .notif #notif_dot {
    font-size: 9px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d20000;
    padding: 0 0 1px 1px;
  }
}
header .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 20;
  padding: 0 20px;
}
@media only screen and (max-width: 1297px) {
  header .buttons {
    padding: 2px;
  }
}
header .buttons a {
  color: #fff;
  height: 36px;
  padding: 0 18px 2px 18px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1em;
  border-radius: 100px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 5px;
}
header .buttons a:hover:not(.join_bt) {
  background: rgba(255, 255, 255, 0.1);
}
header .buttons a.join_bt {
  border: 0;
}
header .buttons a.login {
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px;
}
header .buttons .user_menu {
  position: absolute;
  right: 20px;
  background: #fff;
  visibility: hidden;
  overflow: hidden;
  top: 0;
  border-radius: 10px;
  -webkit-filter: opacity(0%);
  -moz-filter: opacity(0%);
  -ms-filter: opacity(0%);
  -o-filter: opacity(0%);
  filter: opacity(0%);
  -webkit-transition: all 80ms linear;
  -moz-transition: all 80ms linear;
  -ms-transition: all 80ms linear;
  transition: all 80ms linear;
}
header .buttons .user_menu.useropen {
  top: 130%;
  top: calc(100% + 12px);
  -webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -ms-filter: opacity(100%);
  -o-filter: opacity(100%);
  filter: opacity(100%);
  visibility: visible;
}
@media only screen and (max-width: 1297px) {
  header .buttons .user_menu {
    right: 0;
  }
  header .buttons .user_menu.useropen {
    top: 110%;
    top: calc(100% + 5px);
  }
}
header .buttons .user_menu li {
  border-bottom: 1px solid #c6c6c6;
}
header .buttons .user_menu li:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 1297px) {
  header .buttons .user_menu li {
    font-size: 13px;
  }
}
header .buttons .user_menu li a,
header .buttons .user_menu li span {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  color: #000;
  text-transform: none;
  border-radius: 0;
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1297px) {
  header .buttons .user_menu li a,
  header .buttons .user_menu li span {
    padding: 10px 12px;
  }
}
header .buttons .user_menu li a:not(a),
header .buttons .user_menu li span:not(a) {
  padding: 10px 30px 10px 15px;
  font-size: 13px;
  background: #d20000;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
header .buttons .user_menu li a:hover:not(span),
header .buttons .user_menu li span:hover:not(span) {
  background: #ededed;
}
header.pex .row {
  height: 88px;
}
@media only screen and (max-width: 1297px) {
  header.pex .row {
    height: 60px;
  }
}
header.pex .logo {
  height: 88px;
  padding: 0 35px;
}
@media only screen and (max-width: 1297px) {
  header.pex .logo {
    height: 60px;
    padding: 0 5px 0 8px;
  }
}
header.pex .logo:after {
  width: 35px;
  right: -10px;
}
header.pex .menu a,
header.pex .menu span {
  font-size: 16px;
  padding: 8px 22px;
}
header.pex .buttons {
  padding: 0 25px;
}
header.pex .buttons a {
  height: 42px;
  padding: 0 25px;
  font-size: 16px;
}
header.scroll:not(.fix) {
  background: #111;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  padding: 0;
}
header.scroll:not(.fix) .row {
  height: 60px;
}
header.scroll:not(.fix) .logo {
  height: 60px;
  padding: 0;
  background: transparent;
}
header.scroll:not(.fix) .logo:after {
  filter: opacity(0%);
}
header.scroll:not(.fix) .menu a,
header.scroll:not(.fix) .menu span {
  font-size: 14px;
  padding: 7px 18px;
}
header.scroll:not(.fix) .buttons {
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 1297px) {
  header.scroll:not(.fix) .buttons {
    padding: 0;
  }
}
header.scroll:not(.fix) .buttons a {
  height: 32px;
  padding: 0 14px 2px 14px;
  font-size: 14px;
}
@media only screen and (max-width: 1297px) {
  header {
    height: 60px;
    padding: 0 !important;
  }
  header .container {
    width: 100%;
    overflow-x: visible;
    overflow-y: visible;
  }
  header .container .row {
    height: 60px;
    padding: 0 10px 1px 10px;
  }
  header .logo {
    height: 60px;
    margin: 0;
    padding: 0 5px 0 8px;
    background: transparent;
  }
  header .logo img {
    max-width: 100%;
    height: auto;
  }
  header .logo:after {
    display: none;
  }
  header .buttons.logged > a {
    font-size: 14px !important;
    height: 32px;
    padding: 0 14px 2px 14px;
  }
}
@media only screen and (max-width: 1297px) and (max-width: 580px) {
  header .buttons.logged > a {
    font-size: 0 !important;
    gap: 0;
    margin: 0;
    padding-left: 18px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 1297px) and (max-width: 440px) {
  header .buttons.logged > a {
    height: 32px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0;
    border: 0;
    background: transparent !important;
  }
  header .buttons.logged > a i {
    transform: scale(1.1);
  }
  header .buttons.logged > a i.icon-down {
    display: none;
  }
}
@media only screen and (max-width: 1297px) {
  header .buttons.logged .user_menu.useropen {
    top: calc(100% + 10px);
  }
}
@media only screen and (max-width: 1297px) {
  header .buttons, header.pex .buttons {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1297px) and (max-width: 840px) {
  header .buttons a.join_bt, header.pex .buttons a.join_bt {
    font-size: 0;
    gap: 0;
    padding-left: 18px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1297px) and (max-width: 840px) and (max-width: 675px) {
  header .buttons a.join_bt, header.pex .buttons a.join_bt {
    display: none;
  }
}
@media only screen and (max-width: 1297px) and (max-width: 620px) {
  header .buttons a.login, header.pex .buttons a.login {
    font-size: 0;
    gap: 0;
    margin: 0;
    padding-left: 18px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 1297px) and (max-width: 540px) {
  header .logo, header.pex .logo {
    max-width: calc(100% - 32px);
  }
  header .buttons, header.pex .buttons {
    padding: 0;
  }
  header .buttons a.login, header.pex .buttons a.login {
    height: 32px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0;
    border: 0;
  }
  header .buttons a.login i, header.pex .buttons a.login i {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1297px) {
  header.scroll:not(.fix) .logo {
    padding: 0 5px 0 8px;
  }
  header.scroll:not(.fix) .menu {
    align-content: flex-start;
  }
}

#box_header {
  padding-top: 110px;
  background-color: rgba(17, 17, 17, 0.8);
  background-image: url(../images/bg.jpg);
  background-position: top center;
  background-repeat: repeat;
  margin: 0 0 58px 0;
}
@media only screen and (max-width: 1297px) {
  #box_header {
    padding-top: 0;
    margin: 0 0 20px 0;
  }
}
#box_header .row {
  padding: 38px 0;
}
@media only screen and (max-width: 1297px) {
  #box_header .row {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  #box_header .row .col {
    min-width: 70%;
  }
}
#box_header form {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
#box_header .txt {
  font-weight: 500;
  color: #adadad;
  font-size: 16px;
}
@media only screen and (max-width: 1297px) {
  #box_header .txt {
    font-size: 12px;
    text-align: center;
    margin: -2px 0 10px 0;
  }
}
#box_header .txt strong {
  font-weight: 700;
}
#box_header .txt a {
  color: #adadad;
  border-bottom: 1px dotted #adadad;
}
#box_header .txt a:hover {
  filter: opacity(80%);
}
#box_header .srch {
  position: relative;
}
@media only screen and (max-width: 1297px) {
  #box_header .srch form {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
  }
}
#box_header .srch input {
  width: 100%;
  height: 40px;
  border-radius: 100px;
  max-width: 500px;
  background: rgba(173, 173, 173, 0.28);
  color: #fff;
  outline: 0;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1297px) {
  #box_header .srch input {
    height: 36px;
    padding: 0 20px;
    font-size: 13px;
  }
}
#box_header .srch input::-webkit-input-placeholder {
  color: #fff;
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
#box_header .srch input:-moz-placeholder {
  color: #fff;
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
#box_header .srch input::-moz-placeholder {
  color: #fff;
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
#box_header .srch input:-ms-input-placeholder {
  color: #fff;
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
#box_header .srch input:focus {
  background: rgba(173, 173, 173, 0.35);
}
#box_header .srch button {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  padding-bottom: 2px;
  outline: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1297px) {
  #box_header .srch button {
    width: 40px;
    height: 36px;
  }
}
#box_header .srch button:hover, #box_header .srch button:focus {
  filter: opacity(80%);
}

main .title_default {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0 0 12px 0;
}
main .title_default > .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #adadad;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1297px) {
  main .title_default > .title {
    font-size: 14px;
    white-space: nowrap;
  }
}
main .title_default > .title span {
  margin: -1px 8px;
  color: #fff;
  background: #d20000;
  padding: 4px 6px;
  line-height: 1em;
  font-size: 0.9em;
  border-radius: 6px;
}
@media only screen and (max-width: 1297px) {
  main .title_default > .title span {
    font-size: 13px;
    margin: 0 0 0 4px;
    padding: 2px 5px;
  }
}
main .title_default > .title strong {
  margin: 0 0 0 4px;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 1297px) {
  main .title_default > .title strong {
    display: none;
  }
}
main div[class*=alert-],
main #skmb_message {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 22px;
  margin: 0 0 20px 0;
  border-radius: 1.25rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1297px) {
  main div[class*=alert-],
  main #skmb_message {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin: 0 0 10px 0;
  }
}
main div[class*=alert-] i,
main #skmb_message i {
  font-size: 20px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1297px) {
  main div[class*=alert-] i,
  main #skmb_message i {
    font-size: 16px;
    margin: 0 5px 0 0;
  }
}
main div[class*=alert-] strong,
main #skmb_message strong {
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 1297px) {
  main div[class*=alert-] strong,
  main #skmb_message strong {
    margin: 0 1px 0 0;
  }
}
main div[class*=alert-] a,
main #skmb_message a {
  color: inherit;
  margin: 0 4px -3px 4px;
  border-bottom: 1px dotted #111;
  display: inline-block;
  line-height: 16px;
}
main div[class*=alert-][class*=success],
main #skmb_message[class*=success] {
  background: #1ba725;
  color: #fff;
}
main div[class*=alert-][class*=success] a,
main #skmb_message[class*=success] a {
  border-bottom: 1px dotted #fff;
}
main div[class*=alert-][class*=info],
main #skmb_message[class*=info] {
  background: #f3cc30;
  color: #111;
}
main div[class*=alert-][class*=danger], main div[class*=alert-][class*=error],
main #skmb_message[class*=danger],
main #skmb_message[class*=error] {
  background: #9b0000;
  color: #fff;
}
main div[class*=alert-][class*=danger] a, main div[class*=alert-][class*=error] a,
main #skmb_message[class*=danger] a,
main #skmb_message[class*=error] a {
  border-bottom: 1px dotted #fff;
}
main div[class*=alert-][class*=danger] span, main div[class*=alert-][class*=error] span,
main #skmb_message[class*=danger] span,
main #skmb_message[class*=error] span {
  color: #f3cc30;
  margin: 0 5px;
}
main .videos_div {
  position: relative;
  margin: -10px 0 40px 0;
}
@media only screen and (max-width: 1297px) {
  main .videos_div {
    margin: -10px 0 20px 0;
  }
}
main .videos_div .row {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media only screen and (max-width: 1297px) {
  main .videos_div .row {
    margin: 0 -5px;
  }
}
main .videos_div .post {
  width: 100%;
  margin: 10px;
  flex: 1;
  background: #2d2d2d;
  border-radius: 1.25rem;
  overflow: hidden;
  min-width: 22%;
  max-width: 25%;
  max-width: calc(25% - 20px);
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post {
    min-width: 47%;
    max-width: 47%;
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px;
    border-radius: 0.625rem;
  }
}
main .videos_div .post .thumb {
  width: 100%;
  height: 0;
  padding-top: 62%;
  position: relative;
  z-index: 15;
  background: #000;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post .thumb {
    border-radius: 0.625rem;
  }
}
main .videos_div .post .thumb .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: url(../images/default.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}
main .videos_div .post .thumb .duration {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  padding: 1px 8px;
  border-radius: 1.25rem;
  cursor: default;
  user-select: none;
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post .thumb .duration {
    top: 5px;
    left: 5px;
    font-size: 9px;
    padding: 1px 6px;
  }
}
main .videos_div .post .thumb .name {
  width: 100%;
  font-size: 14px;
  margin: 0;
  padding: 50px 12px 12px 12px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000",GradientType=0 );
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post .thumb .name {
    font-size: 12px;
    padding: 40px 10px 10px 10px;
  }
}
main .videos_div .post .thumb .msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: default;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-filter: opacity(0%);
  -moz-filter: opacity(0%);
  -ms-filter: opacity(0%);
  -o-filter: opacity(0%);
  filter: opacity(0%);
}
main .videos_div .post .thumb .msg .t1 {
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post .thumb .msg .t1 {
    font-size: 11px;
  }
}
main .videos_div .post .thumb .msg .t2 {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post .thumb .msg .t2 {
    font-size: 19px;
  }
}
main .videos_div .post .thumb .msg .join_bt {
  margin-top: 10px;
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post .thumb .msg .join_bt {
    margin-top: 5px;
    font-size: 11px;
    height: 30px;
    padding: 5px 15px;
  }
  main .videos_div .post .thumb .msg .join_bt .icon-star {
    display: none;
  }
}
main .videos_div .post .thumb:hover:not(.hvr) {
  filter: brightness(80%);
}
main .videos_div .post .thumb:hover .msg {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -ms-filter: opacity(100%);
  -o-filter: opacity(100%);
  filter: opacity(100%);
}
main .videos_div .post .title {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  font-weight: 500;
  margin: 12px 14px;
  position: relative;
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post .title {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    margin: 6px 8px;
  }
}
main .videos_div .post .title a {
  color: rgba(255, 255, 255, 0.9);
  line-height: 18px;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1297px) {
  main .videos_div .post .title a {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
}
main .videos_div .post .title a:hover {
  filter: opacity(80%);
}
main .models_div {
  position: relative;
  margin: -10px 0 0 0;
}
@media only screen and (max-width: 1297px) {
  main .models_div {
    margin: -10px 0 0 0;
  }
}
main .models_div .row {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media only screen and (max-width: 1297px) {
  main .models_div .row {
    margin: 0 -5px;
  }
}
main .models_div .post {
  margin: 10px;
  flex: 1;
  background: #111;
  border-radius: 1.25rem;
  padding: 5px;
  padding: 0;
  min-width: 16.666666%;
  max-width: 16.666666%;
  min-width: calc(16.666666% - 20px);
  max-width: calc(16.666666% - 20px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1297px) {
  main .models_div .post {
    min-width: 30%;
    max-width: 30%;
    min-width: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
    margin: 5px;
    border-radius: 0.625rem;
  }
}
main .models_div .post .thumb {
  width: 100%;
  height: 0;
  padding-top: 155%;
  position: relative;
  z-index: 2;
  background: #000;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media only screen and (max-width: 1297px) {
  main .models_div .post .thumb {
    border-radius: 0.625rem;
  }
}
main .models_div .post .thumb .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: url(../images/default.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main .models_div .post .thumb .ico-lock {
  background-color: transparent;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  height: 84px;
  width: 65px;
  background-position: -825px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: opacity(0%);
  -moz-filter: opacity(0%);
  -ms-filter: opacity(0%);
  -o-filter: opacity(0%);
  filter: opacity(0%);
}
@media only screen and (max-width: 1297px) {
  main .models_div .post .thumb .ico-lock {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    -o-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }
}
main .models_div .post .thumb .ico-lock ~ .img {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  -o-filter: blur(8px);
  filter: blur(8px);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
main .models_div .post .title {
  width: 100%;
  font-size: 14px;
  margin: 0;
  padding: 50px 12px 12px 12px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000",GradientType=0 );
}
@media only screen and (max-width: 1297px) {
  main .models_div .post .title {
    font-size: 12px;
    padding: 40px 10px 10px 10px;
  }
}
main .models_div .post:hover {
  filter: brightness(80%);
}
main .models_div .post:hover .thumb .ico-lock {
  -webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -ms-filter: opacity(100%);
  -o-filter: opacity(100%);
  filter: opacity(100%);
}
main .models_div .post:hover .thumb .ico-lock ~ .img {
  opacity: 0.5;
}
main .models_home {
  background: #111;
  padding: 60px 0;
  margin-bottom: -50px;
}
@media only screen and (max-width: 1297px) {
  main .models_home {
    padding: 20px 5px;
    margin-bottom: -30px;
  }
}
main .models_home .button {
  margin: 30px auto 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1297px) {
  main .models_home .button {
    margin: 10px auto 0 auto;
  }
}
main .models_home .button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 1.25rem;
  padding: 10px 50px;
  height: 60px;
  background: #d20000;
  color: #fff;
}
@media only screen and (max-width: 1297px) {
  main .models_home .button a {
    font-size: 15px;
    padding: 10px 30px;
    height: 40px;
  }
}
main .models_home .button a:hover {
  filter: opacity(80%);
}
main.terms {
  background: #fff;
  color: #000;
  padding: 30px 40px;
  font-size: 14px;
  line-height: 160%;
}
main.terms * {
  font-size: 14px;
  line-height: 160%;
  font-family: Verdana, Arial, Geneva, Tahoma, "Montserrat", sans-serif;
}
main.terms p {
  margin: 0 0 15px 0;
}
main.terms ul,
main.terms ol {
  list-style-position: inside;
  margin: 0 0 15px 0;
}
main #comments {
  background: #111;
  padding: 60px 0;
  margin: 40px 0 -50px 0;
  padding: 34px 30px 40px 30px;
}
@media only screen and (max-width: 1297px) {
  main #comments {
    margin: 0 0 -30px 0;
    padding: 18px 12px 15px 12px;
  }
}
main #comments .title_default {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1297px) {
  main #comments .title_default {
    font-size: 13px;
  }
}
main #comments .commentlist {
  padding: 0 5px;
}
main #comments .commentlist .row {
  flex-wrap: wrap;
  align-items: flex-start;
}
main #comments .commentlist .comment {
  background: #2d2d2d;
  margin: 5px;
  white-space: nowrap;
  max-width: 50%;
  max-width: calc(50% - 10px);
  padding: 10px 18px 16px 18px;
  position: relative;
  border-radius: 8px;
}
@media only screen and (max-width: 1297px) {
  main #comments .commentlist .comment {
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
    padding: 6px 12px 12px 12px;
  }
}
main #comments .commentlist .comment .author {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  margin: 0 0 8px 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1297px) {
  main #comments .commentlist .comment .author {
    font-size: 12px;
    margin: 0 0 4px 0;
  }
}
main #comments .commentlist .comment .author span {
  color: #adadad;
  margin: 0 4px 0 0;
}
main #comments .commentlist .comment p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1297px) {
  main #comments .commentlist .comment p {
    font-size: 13px;
    line-height: 16px;
  }
}
main #comments .commentlist .comment.await {
  -webkit-filter: opacity(60%);
  -moz-filter: opacity(60%);
  -ms-filter: opacity(60%);
  -o-filter: opacity(60%);
  filter: opacity(60%);
}
main #comments .commentlist .comment.await .dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: #d20000;
  border-radius: 10px;
}
main #comments .commentlist .comment.adm {
  background: rgba(210, 0, 0, 0.3);
}
main #comments .commentlist .comment.adm .author {
  color: rgba(255, 255, 255, 0.5);
}
main #comments .commentlist .comment.adm .author span {
  color: #fff;
}
main #comments .blocked,
main #comments .form {
  background: #2d2d2d;
  margin: 5px 0;
  padding: 18px 20px;
  line-height: 20px;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 1297px) {
  main #comments .blocked,
  main #comments .form {
    padding: 12px 14px;
    line-height: 16px;
  }
}
main #comments .blocked i,
main #comments .form i {
  font-size: 26px;
  color: #f3cc30;
  margin: 0 -4px 0 0;
}
@media only screen and (max-width: 1297px) {
  main #comments .blocked i,
  main #comments .form i {
    font-size: 22px;
    margin: 0 -8px 0 0;
  }
}
main #comments .blocked .text,
main #comments .form .text {
  font-weight: 700;
  color: #adadad;
}
@media only screen and (max-width: 1297px) {
  main #comments .blocked .text,
  main #comments .form .text {
    font-size: 12px;
  }
}
main #comments .blocked .text a,
main #comments .form .text a {
  display: inline-block;
  line-height: 1em;
  color: #adadad;
  border-bottom: 1px dotted #adadad;
}
main #comments .blocked .text a:hover,
main #comments .form .text a:hover {
  color: #fff;
  border-color: #fff;
}
main #comments .blocked:not(.blocked) form,
main #comments .form:not(.blocked) form {
  display: flex;
  justify-content: justify-content;
  align-items: center;
  align-content: center;
}
main #comments .blocked:not(.blocked) form::-webkit-scrollbar,
main #comments .form:not(.blocked) form::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
main #comments .blocked:not(.blocked) form::-webkit-scrollbar-thumb,
main #comments .form:not(.blocked) form::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 50px;
}
main #comments .blocked:not(.blocked) form::-webkit-scrollbar-track,
main #comments .form:not(.blocked) form::-webkit-scrollbar-track {
  background: #2d2d2d;
  border-radius: 50px;
}
main #comments .blocked:not(.blocked) form,
main #comments .form:not(.blocked) form {
  scrollbar-face-color: #111;
  scrollbar-track-color: #2d2d2d;
}
@media only screen and (max-width: 1297px) {
  main #comments .blocked:not(.blocked) form,
  main #comments .form:not(.blocked) form {
    flex-wrap: wrap;
  }
}
main #comments .blocked:not(.blocked) textarea,
main #comments .form:not(.blocked) textarea {
  margin: 0 20px 0 0;
  height: 75px;
  background: transparent;
  outline: 0;
  resize: none;
  color: #fff;
  font-size: 15px;
}
main #comments .blocked:not(.blocked) textarea::-webkit-scrollbar,
main #comments .form:not(.blocked) textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
main #comments .blocked:not(.blocked) textarea::-webkit-scrollbar-thumb,
main #comments .form:not(.blocked) textarea::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 50px;
}
main #comments .blocked:not(.blocked) textarea::-webkit-scrollbar-track,
main #comments .form:not(.blocked) textarea::-webkit-scrollbar-track {
  background: #070707;
  border-radius: 50px;
}
main #comments .blocked:not(.blocked) textarea,
main #comments .form:not(.blocked) textarea {
  scrollbar-face-color: #000;
  scrollbar-track-color: #070707;
}
@media only screen and (max-width: 1297px) {
  main #comments .blocked:not(.blocked) textarea,
  main #comments .form:not(.blocked) textarea {
    margin: 0;
    min-width: 100%;
    max-width: 100%;
  }
}
main #comments .blocked:not(.blocked) input[type=submit],
main #comments .form:not(.blocked) input[type=submit] {
  margin: 0 10px 0 0;
  background: #d20000;
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  outline: 0;
  border-radius: 8px;
  cursor: pointer;
}
main #comments .blocked:not(.blocked) input[type=submit]:hover,
main #comments .form:not(.blocked) input[type=submit]:hover {
  background: #9b0000;
}
@media only screen and (max-width: 1297px) {
  main #comments .blocked:not(.blocked) input[type=submit],
  main #comments .form:not(.blocked) input[type=submit] {
    padding: 8px 10px;
    width: 100%;
    margin: 0;
  }
}
main .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 40px 0;
  gap: 10px;
}
@media only screen and (max-width: 1297px) {
  main .pagination {
    margin: 20px 0;
    gap: 4px;
  }
}
main .pagination span,
main .pagination a {
  background: #2d2d2d;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 4px 18px;
  min-width: 60px;
  height: 60px;
  border-radius: 1.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1297px) {
  main .pagination span,
  main .pagination a {
    font-size: 15px;
    padding: 2px 10px;
    min-width: 36px;
    height: 36px;
    border-radius: 0.625rem;
  }
}
main .pagination span:hover,
main .pagination a:hover {
  background: #3a3a3a;
}
main .pagination span.nextpostslink, main .pagination span.previouspostslink,
main .pagination a.nextpostslink,
main .pagination a.previouspostslink {
  font-size: 14px;
  background: transparent;
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
@media only screen and (max-width: 1297px) {
  main .pagination span.nextpostslink, main .pagination span.previouspostslink,
  main .pagination a.nextpostslink,
  main .pagination a.previouspostslink {
    font-size: 12px;
    padding: 2px 5px;
    display: none;
  }
}
main .pagination span.nextpostslink:hover, main .pagination span.previouspostslink:hover,
main .pagination a.nextpostslink:hover,
main .pagination a.previouspostslink:hover {
  background: transparent;
  -webkit-filter: opacity(90%);
  -moz-filter: opacity(90%);
  -ms-filter: opacity(90%);
  -o-filter: opacity(90%);
  filter: opacity(90%);
}
main .pagination span.nextpostslink:after,
main .pagination a.nextpostslink:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 5px;
  position: relative;
  top: 1px;
}
main .pagination span.previouspostslink:before,
main .pagination a.previouspostslink:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 5px;
  position: relative;
  top: 1px;
}
main .pagination span.current,
main .pagination a.current {
  background: #d20000;
}
main .pagination span.last, main .pagination span.first, main .pagination span.extend, main .pagination span.pages,
main .pagination a.last,
main .pagination a.first,
main .pagination a.extend,
main .pagination a.pages {
  display: none;
}
main .e404 {
  background: rgba(155, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  margin: -60px 0 60px 0;
  text-align: center;
}
@media only screen and (max-width: 1297px) {
  main .e404 {
    padding: 20px;
  }
}
main .e404 .title {
  font-size: 26px;
}
@media only screen and (max-width: 1297px) {
  main .e404 .title {
    font-size: 16px;
  }
}
main .e404 .subtitle {
  font-size: 16px;
}
@media only screen and (max-width: 1297px) {
  main .e404 .subtitle {
    font-size: 12px;
  }
}
main.page {
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 1297px) {
  main.page {
    margin: 0 0 -20px 0;
    padding: 0 10px;
  }
}
main.page .content {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 1297px) {
  main.page .content {
    margin: 0;
  }
}
main.page .content p {
  line-height: 180%;
  color: #fff;
  font-size: 16px;
  margin: 25px 0;
}
@media only screen and (max-width: 1297px) {
  main.page .content p {
    font-size: 12px;
    margin: 15px 0;
  }
}
main.page .content a {
  line-height: 16px;
  color: #fff;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
main.page .content a:hover {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
main.page .content .wpcf7 label {
  font-size: 13px;
  font-weight: 500;
  color: #adadad;
  margin: 0 1.25rem;
}
@media only screen and (max-width: 1297px) {
  main.page .content .wpcf7 label {
    margin: 0 0.625rem;
  }
}
main.page .content .wpcf7 p {
  margin: 0;
}
main.page .content input, main.page .content select, main.page .content textarea {
  width: 100%;
  height: 60px;
  background: rgba(45, 45, 45, 0.6);
  color: #fff;
  border: 0;
  margin: 0 0 10px 0;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 1.25rem;
  outline: 0;
}
@media only screen and (max-width: 1297px) {
  main.page .content input, main.page .content select, main.page .content textarea {
    height: 44px;
    margin: 0 0 8px 0;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 0.625rem;
  }
}
main.page .content input:focus, main.page .content select:focus, main.page .content textarea:focus {
  background: rgba(45, 45, 45, 0.7);
}
main.page .content textarea {
  padding: 18px 20px;
  height: 200px;
}
main.page .content input[type=submit] {
  background: #d20000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
main.page .content input[type=submit]:hover {
  background: #9b0000;
}
main.page.renew {
  margin: 0;
  padding: 0;
}
main.page.renew section[class^=s].s6 {
  margin-top: 0;
  padding-top: 160px;
}
@media only screen and (max-width: 1297px) {
  main.page.renew section[class^=s].s6 {
    padding-top: 30px;
  }
}
main .notifications_div {
  position: relative;
  margin: 10px 0 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1297px) {
  main .notifications_div {
    margin: 5px 0 20px 0;
  }
}
main .notifications_div .row {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
}
main .notifications_div .post {
  width: 100%;
  flex: 1;
  background: #000;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
main .notifications_div .post:hover {
  background: rgba(255, 255, 255, 0.04);
}
main .notifications_div .post.new {
  background: rgba(243, 204, 48, 0.14);
}
main .notifications_div .post.new:hover {
  background: rgba(243, 204, 48, 0.16);
}
main .notifications_div .post a {
  display: inline-block;
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 1297px) {
  main .notifications_div .post a {
    padding: 18px;
  }
}
main .notifications_div .post .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 1297px) {
  main .notifications_div .post .title {
    font-size: 14px;
  }
}
main .notifications_div .post .content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 120%;
  margin-top: 6px;
}
@media only screen and (max-width: 1297px) {
  main .notifications_div .post .content {
    font-size: 11px;
  }
}

section[class^=s] {
  width: 100%;
  height: auto;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] {
    padding: 40px 0;
  }
}
section[class^=s] .titles {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .titles {
    padding: 0 10px;
  }
}
section[class^=s] .titles .t0 {
  font-size: 16px;
  font-weight: 500;
  color: #adadad;
}
section[class^=s] .titles .t0 strong {
  font-weight: 700;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .titles .t0 {
    font-size: 12px;
  }
}
section[class^=s] .titles .t1 {
  font-size: 40px;
  font-weight: 800;
  color: #f3cc30;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .titles .t1 {
    font-size: 18px;
  }
}
section[class^=s] .titles .t1 strong {
  font-weight: 800;
}
section[class^=s] .titles .t2 {
  font-size: 26px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .titles .t2 {
    font-size: 14px;
    max-width: 80%;
  }
}
section[class^=s] .titles .bt {
  margin: 10px 0 20px 0;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .titles .bt {
    margin: 5px 0 15px 0;
  }
}
section[class^=s] .titles .bt .more {
  margin-top: 30px;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .titles .bt .more {
    margin-top: 20px;
  }
}
section[class^=s] .plans {
  max-width: 1060px;
  padding: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 20px;
  max-height: 800px;
  overflow: hidden;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans {
    margin: 0 auto;
    padding: 30px 15px;
  }
}
section[class^=s] .plans .plan {
  width: 100%;
  background: #2d2d2d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  cursor: pointer;
  overflow: hidden;
}
section[class^=s] .plans .plan .row {
  margin: 0;
  align-items: stretch;
}
section[class^=s] .plans .plan .row > div:not(.price) {
  flex: 0;
  position: relative;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .row > div:not(.price) {
    width: 100%;
    flex: 1;
  }
}
section[class^=s] .plans .plan .check {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 25px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .check {
    flex: 0;
    border-radius: 6px;
    min-width: 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    margin: 20px;
  }
}
section[class^=s] .plans .plan .check:before {
  content: "";
  width: 18px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 11px;
  left: 10px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -webkit-filter: opacity(0%);
  -moz-filter: opacity(0%);
  -ms-filter: opacity(0%);
  -o-filter: opacity(0%);
  filter: opacity(0%);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .check:before {
    top: 7px;
    left: 6px;
    width: 15px;
    height: 6px;
  }
}
section[class^=s] .plans .plan .txts {
  white-space: nowrap;
  text-align: left;
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .txts {
    height: 70px;
    padding: 0 0 2px 0;
  }
}
section[class^=s] .plans .plan .txts .t1 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .txts .t1 {
    font-size: 18px;
  }
}
section[class^=s] .plans .plan .txts .t2 {
  font-size: 15px;
  color: #f3cc30;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .txts .t2 {
    font-size: 14px;
  }
}
section[class^=s] .plans .plan .txts:before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.18);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
section[class^=s] .plans .plan .price {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  font-weight: 800;
  padding-bottom: 1px;
  position: relative;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .price {
    justify-content: center;
    padding: 5px;
  }
}
section[class^=s] .plans .plan .price .p1 {
  font-size: 15px;
}
section[class^=s] .plans .plan .price .p2 {
  font-size: 60px;
}
section[class^=s] .plans .plan .price .p3 {
  font-size: 25px;
}
section[class^=s] .plans .plan .price .seal {
  position: absolute;
  top: 0;
  right: 180px;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: top center;
}
section[class^=s] .plans .plan .button {
  padding: 20px;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .button {
    padding: 0 20px 20px 20px;
    width: 100%;
    flex: 1;
  }
}
section[class^=s] .plans .plan .button .join_bt {
  font-size: 18px;
  height: 50px;
  padding: 0 30px;
  white-space: nowrap;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan .button .join_bt {
    width: 100%;
    font-size: 16px;
    height: 40px;
  }
}
section[class^=s] .plans .plan:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .plans .plan:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
section[class^=s] .plans .plan:hover .check:before {
  -webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -ms-filter: opacity(100%);
  -o-filter: opacity(100%);
  filter: opacity(100%);
}
section[class^=s] .plans.hide {
  max-height: 0px;
  padding: 0 60px;
}
section[class^=s] .data_join {
  max-width: 940px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  max-height: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .data_join {
    padding: 0 10px;
  }
}
section[class^=s] .data_join.show {
  margin: 60px auto;
  max-height: 300px;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .data_join.show {
    margin: 30px auto;
  }
}
section[class^=s] .data_join .title {
  font-size: 16px;
  font-weight: 600;
}
section[class^=s] .data_join .item {
  width: 100%;
  max-width: 600px;
  position: relative;
}
section[class^=s] .data_join .item > div {
  width: 100%;
}
section[class^=s] .data_join .item > div .sug-email {
  top: 22.2px !important;
  filter: opacity(50%);
}
section[class^=s] .data_join .item input {
  width: 100%;
  height: 65px;
  padding: 0 24px;
  font-size: 16px;
  color: #fff;
  background: #2d2d2d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  outline: 0;
}
@media only screen and (max-width: 1297px) {
  section[class^=s] .data_join .item input {
    font-size: 15px;
    height: 60px;
    padding: 0 20px;
  }
}
section[class^=s] .data_join .item input:focus {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
section[class^=s] .data_join .item button {
  cursor: pointer;
  padding: 0 50px;
  outline: 0;
}
section[class^=s] .data_join .item.invalid {
  animation: 50ms linear 0s 2 alternate move;
}
section[class^=s] .data_join .item.invalid input {
  border-color: rgba(210, 0, 0, 0.5);
}
section[class^=s].s6 {
  position: relative;
  margin-bottom: -50px;
  margin-top: 60px;
  background-color: #111;
}
@media only screen and (max-width: 1297px) {
  section[class^=s].s6 {
    margin-bottom: -30px;
    margin-top: 30px;
  }
}
section[class^=s].s6 .methods {
  margin: 0;
}
@media only screen and (max-width: 1297px) {
  section[class^=s].s6 .methods {
    margin: 0;
  }
}
section[class^=s].s6 .methods .tt {
  font-size: 15px;
  text-transform: uppercase;
  color: #adadad;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1297px) {
  section[class^=s].s6 .methods .tt {
    font-size: 13px;
    margin: 0 0 8px 0;
  }
}
section[class^=s].s6 .methods .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
}
section[class^=s].s6 .methods .ico > div {
  width: 122px;
  height: 50px;
  background-image: url(../images/methods.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1297px) {
  section[class^=s].s6 .methods .ico > div {
    width: 98px;
    height: 40px;
    background-size: cover;
    border-radius: 0.625rem;
  }
}
section[class^=s].s6 .methods .ico > div.card {
  background-position: 0 0;
}
section[class^=s].s6 .methods .ico > div.pix {
  background-position: -122px 0;
}
@media only screen and (max-width: 1297px) {
  section[class^=s].s6 .methods .ico > div.pix {
    background-position: -98px 0;
  }
}
section[class^=s].s6 .methods .ico > div.boleto {
  background-position: -244px 0;
}
@media only screen and (max-width: 1297px) {
  section[class^=s].s6 .methods .ico > div.boleto {
    background-position: -196px 0;
  }
}
section[class^=s].s6 .txt {
  max-width: 680px;
  margin: 60px auto 0 auto;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1297px) {
  section[class^=s].s6 .txt {
    margin: 20px auto 0 auto;
    font-size: 10px;
    padding: 0 5px;
  }
}

footer {
  margin: 50px 0 0 0;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1297px) {
  footer {
    margin: 30px 0 0 0;
    padding: 20px 0;
  }
}
footer .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1297px) {
  footer .menu {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 0 20px;
  }
}
footer .menu li a {
  color: #adadad;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1297px) {
  footer .menu li a {
    font-size: 13px;
  }
}
footer .menu li a:hover {
  filter: opacity(80%);
}
footer .footext {
  font-size: 14px;
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  line-height: 170%;
  color: rgba(173, 173, 173, 0.7);
}
@media only screen and (max-width: 1297px) {
  footer .footext {
    padding: 0 20px;
    font-size: 11px;
  }
}
footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 1297px) {
  footer .bottom {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
}
footer .bottom .logo a:hover {
  filter: opacity(80%);
}
footer .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: rgba(173, 173, 173, 0.7);
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 1297px) {
  footer .bottom ul {
    font-size: 11px;
  }
}

#notification_floater {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: #d20000;
  color: #fff;
  font-size: 15px;
  padding: 12px 16px;
  border-radius: 0.625rem;
  transform: translateY(200%);
}
@media only screen and (max-width: 1297px) {
  #notification_floater {
    display: none;
  }
}
#notification_floater:hover {
  filter: brightness(120%);
}
#notification_floater.show {
  transform: translateY(0%);
}
#notification_floater i {
  margin-right: 4px;
}
#notification_floater .close {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #6c0000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 3px 0;
  font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}
#notification_floater .close:hover {
  filter: brightness(120%);
}

div[id*=modal] {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(17, 17, 17, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -ms-transition: all 120ms linear;
  transition: all 120ms linear;
}
div[id*=modal] > .content {
  width: 94%;
  max-width: 1000px;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
div[id*=modal] > .content .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
div[id*=modal] > .content .close:before, div[id*=modal] > .content .close:after {
  content: "";
  width: 22px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 15px;
  top: 8px;
  left: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div[id*=modal] > .content .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div[id*=modal] > .content .close:hover {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
@media only screen and (max-width: 1297px) {
  div[id*=modal] > .content .close {
    top: 13px;
    right: 12px;
  }
}
div[id*=modal] > .content .title {
  background: #d20000;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 20px 50px 20px 22px;
  border-radius: 1.25rem 1.25rem 0 0;
}
div[id*=modal] > .content .title h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1297px) {
  div[id*=modal] > .content .title {
    font-size: 18px;
    font-weight: 700;
    padding: 14px 40px 14px 16px;
  }
  div[id*=modal] > .content .title h1 {
    font-size: 16px;
  }
}
div[id*=modal] > .content .body {
  background: #fff;
  padding: 28px 30px;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media only screen and (max-width: 1297px) {
  div[id*=modal] > .content .body {
    padding: 12px 10px;
  }
}
div[id*=modal] > .content .body .text {
  overflow-y: auto;
  max-height: 460px;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
div[id*=modal] > .content .body .text > .content {
  padding: 0 15px 0 0;
}
div[id*=modal] > .content .body .text p {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #111;
  line-height: 170%;
}
@media only screen and (max-width: 1297px) {
  div[id*=modal] > .content .body .text p {
    font-size: 14px;
  }
}
div[id*=modal] > .content .body .text strong {
  line-height: 170%;
  font-size: 16px;
  color: #000;
}
div[id*=modal] > .content .body .text div.load_default {
  height: 100px;
  background: #fff;
  position: relative !important;
}
div[id*=modal] > .content .body .text div.load_default i {
  border-top-color: #111;
  border-left-color: #111;
}
div[id*=modal] > .content .body ::-webkit-scrollbar {
  width: 8px;
  border: 0;
}
div[id*=modal] > .content .body ::-webkit-scrollbar-track {
  background: rgba(17, 17, 17, 0.2);
  border-radius: 10px;
  border: 0;
}
div[id*=modal] > .content .body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 0;
  background: rgba(17, 17, 17, 0.3);
}
div[id*=modal].open {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
div[id*=modal].open .content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div[id*=modal] > .close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#edit_post {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #d20000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 10px;
}
#edit_post:hover {
  padding: 6px 16px;
}

/* JW PLAYER */
.jwplayer .jwplayer.jw-flag-aspect-mode {
  width: 100% !important;
  height: 100% !important;
}
.jwplayer.jw-state-paused .jw-display-container, .jwplayer.jw-state-playing .jw-display-container {
  padding: 0 0 50px 0 !important;
}
.jwplayer .jw-display-icon-container {
  margin: 0;
  padding: 5px;
}
.jwplayer .jw-display-icon-container.jw-display-icon-next {
  display: none;
}
.jwplayer .jw-display-icon-container .jw-icon {
  width: 120px !important;
  height: 120px !important;
  border: 0;
  background-color: rgba(210, 0, 0, 0.7);
  color: #fff !important;
  border-radius: 100%;
  z-index: 4;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
@media only screen and (max-width: 1297px) {
  .jwplayer .jw-display-icon-container .jw-icon {
    width: 70px !important;
    height: 70px !important;
  }
}
.jwplayer .jw-display-icon-container .jw-icon .jw-svg-icon {
  width: 80px !important;
  height: 80px !important;
  line-height: 80px !important;
}
@media only screen and (max-width: 1297px) {
  .jwplayer .jw-display-icon-container .jw-icon .jw-svg-icon {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
  }
}
.jwplayer .jw-controls-backdrop {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
.jwplayer .jw-preview {
  background-size: cover !important;
}
.jwplayer .jw-state-idle .jw-controls {
  background: rgba(0, 0, 0, 0.1) !important;
}
.jwplayer .jw-state-error .jw-controls-backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.jwplayer .jw-controlbar {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#66000000",GradientType=0 );
}
.jwplayer .jw-state-idle .jw-controls-backdrop,
.jwplayer .jw-logo-button,
.jwplayer .jw-rightclick-list li:first-child,
.jwplayer .jw-rightclick-list li:nth-child(2),
.jwplayer .jw-rightclick,
.jwplayer .jw-logo-button,
.jwplayer .jw-title {
  display: none !important;
}
.jwplayer .jw-settings-menu {
  max-width: 250px !important;
  background: rgba(0, 0, 0, 0.8);
}
.jwplayer .jw-progress,
.jwplayer .jw-knob {
  background-color: rgba(210, 0, 0, 0.9) !important;
}
.jwplayer .jw-buffer {
  background-color: rgba(210, 0, 0, 0.3) !important;
}
.jwplayer .jw-settings-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.jwplayer .end-video .jw-state-complete .jw-controlbar,
.jwplayer .end-video .jw-state-complete .jw-display-icon-container {
  display: none;
}
.jwplayer:hover .jw-display-icon-container .jw-icon {
  background-color: rgba(155, 0, 0, 0.8) !important;
}
.jwplayer .jw-captions {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}
.jwplayer .jw-captions * {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}

@keyframes move {
  0%, 20% {
    transform: translateX(-4px);
  }
  75%, 100% {
    transform: translateX(4px);
  }
}
