@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500;700;800;900&family=Lora:wght@700&family=Oswald:wght@700&family=Raleway:wght@700&family=Roboto+Slab&display=swap);
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  font-feature-settings: "kern" 1;
}
body,
a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
br {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
figure {
  margin: 0;
}
#app {
  min-height: 100vh;
  min-width: 100%;
  overflow: hidden;
}
.no-scrl {
  overflow: hidden;
}
.no-pointer {
  pointer-events: none;
}
.pos-rel {
  position: relative;
}
.pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cvr {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ctn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.col {
  display: flex;
  flex-direction: column;
}
[v-cloak] {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .k-t {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .k-mb {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .k-m {
    display: none !important;
  }
}
.s-m {
  display: none;
}
@media only screen and (max-width: 480px) {
  .s-m {
    display: flex !important;
  }
}
.s-mb {
  display: none;
}
@media only screen and (max-width: 600px) {
  .s-mb {
    display: flex !important;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes breath {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes breath {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes breath2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes breath2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scaleup {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleup {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideup {
  0% {
    transform: translate3d(0, 180px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideup {
  0% {
    transform: translate3d(0, 180px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideupScale {
  0% {
    transform: translate3d(0, 180px, 0) scale(0.94);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes slideupScale {
  0% {
    transform: translate3d(0, 180px, 0) scale(0.94);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-webkit-keyframes slideupmid {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideupmid {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideupsml {
  0% {
    transform: translate3d(0, 50px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideupsml {
  0% {
    transform: translate3d(0, 50px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideupsmler {
  0% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideupsmler {
  0% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideleft {
  0% {
    transform: translate3d(180px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideleft {
  0% {
    transform: translate3d(180px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideleftbig {
  0% {
    transform: translate3d(280px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideleftbig {
  0% {
    transform: translate3d(280px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes sliderightsml {
  0% {
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes sliderightsml {
  0% {
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slidedown {
  0% {
    transform: translate3d(0, -180px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slidedown {
  0% {
    transform: translate3d(0, -180px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slidedownsml {
  0% {
    transform: translate3d(0, -30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slidedownsml {
  0% {
    transform: translate3d(0, -30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideLeftIn {
  0% {
    transform: translate3d(20px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideLeftIn {
  0% {
    transform: translate3d(20px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideLeftOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-20px, 0, 0);
  }
}
@keyframes slideLeftOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-20px, 0, 0);
  }
}
@-webkit-keyframes slideRightIn {
  0% {
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideRightIn {
  0% {
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideRightOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(20px, 0, 0);
  }
}
@keyframes slideRightOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(20px, 0, 0);
  }
}
@-webkit-keyframes slideBottomIn {
  0% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideBottomIn {
  0% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideBottomOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes slideBottomOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -20px, 0);
  }
}
@-webkit-keyframes slideTopIn {
  0% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideTopIn {
  0% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideTopOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 20px, 0);
  }
}
@keyframes slideTopOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 20px, 0);
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease-in-out;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.rtl-enter-active {
  -webkit-animation: slideLeftIn 0.3s ease-in-out 0.3s both, fade 0.3s ease-in-out 0.3s both;
          animation: slideLeftIn 0.3s ease-in-out 0.3s both, fade 0.3s ease-in-out 0.3s both;
}
.rtl-leave-active {
  animation: slideLeftOut 0.3s ease-in-out, fade 0.3s ease-in-out reverse;
}
.ltr-enter-active {
  -webkit-animation: slideRightIn 0.3s ease-in-out 0.3s both, fade 0.3s ease-in-out 0.3s both;
          animation: slideRightIn 0.3s ease-in-out 0.3s both, fade 0.3s ease-in-out 0.3s both;
}
.ltr-leave-active {
  animation: slideRightOut 0.3s ease-in-out, fade 0.3s ease-in-out reverse;
}
.bee-enter-active {
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.4s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.4s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.4s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.4s;
}
.bee-leave-active {
  animation: slideupsmler 0.3s ease-in-out reverse, fade 0.3s ease-in-out reverse;
}
.btt-enter-active {
  -webkit-animation: slideBottomIn 0.3s ease-in-out 0.3s both, fade 0.3s ease-in-out 0.3s both;
          animation: slideBottomIn 0.3s ease-in-out 0.3s both, fade 0.3s ease-in-out 0.3s both;
}
.btt-leave-active {
  animation: slideBottomOut 0.3s ease-in-out, fade 0.3s ease-in-out reverse;
}
.ttp-enter-active {
  -webkit-animation: slideTopIn 0.3s ease-in-out 0.3s both, fade 0.3s ease-in-out 0.3s both;
          animation: slideTopIn 0.3s ease-in-out 0.3s both, fade 0.3s ease-in-out 0.3s both;
}
.ttp-leave-active {
  animation: slideTopOut 0.3s ease-in-out, fade 0.3s ease-in-out reverse;
}
.fadescale-enter-active {
  transition: opacity 0.3s ease-in-out 0.4s;
}
.fadescale-leave-active {
  transition: opacity 0.3s ease-in-out;
}
.fadescale-enter,
.fadescale-leave-to {
  opacity: 0;
}
.fade_preview-enter-active {
  transition: 0.4s ease-in-out 0.2s;
}
.fade_preview-leave-active {
  transition: 0.4s ease-in-out;
}
.fade_preview-enter,
.fade_preview-leave-to {
  opacity: 0;
  transform: scale(1.05);
}
.slideup-enter-active {
  transition: 0.3s cubic-bezier(0.51, 0.18, 0.55, 1) 0.25s;
}
.slideup-leave-active {
  transition: 0.3s cubic-bezier(0.51, 0.18, 0.55, 1);
}
.slideup-enter,
.slideup-leave-to {
  transform: translateY(-100%);
}
html {
  overscroll-behavior-x: none;
}
body {
  overscroll-behavior-x: none;
}
body {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  background: #141414;
  color: #fff;
  -webkit-tap-highlight-color: rgba(254,188,56,0);
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 26px;
  }
}
.m {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#app .scroll-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.scrollbar-track {
  background: rgba(255,255,255,0.25) !important;
}
.scrollbar-track .scrollbar-thumb {
  background: #febc38 !important;
}
.scrollbar-track-y {
  width: 6px !important;
}
@media only screen and (max-width: 480px) {
  .scrollbar-track-y {
    width: 4px !important;
  }
}
.scrollbar-track-y .scrollbar-thumb {
  width: 6px !important;
  border-radius: 0;
}
@media only screen and (max-width: 480px) {
  .scrollbar-track-y .scrollbar-thumb {
    width: 4px !important;
  }
}
.ft-med {
  font-weight: 500;
}
.ft-bld {
  font-weight: 700;
}
.ft-xbld {
  font-weight: 800;
}
.ft-blk {
  font-weight: 900;
}
.ft-lora {
  font-family: 'Lora', serif;
}
.ft-oswald {
  font-family: 'Oswald', sans-serif;
}
.ft-raleway {
  font-family: 'Raleway', sans-serif;
}
.ft-roboto {
  font-family: 'Roboto Slab', serif;
}
::-moz-selection {
  background: rgba(255,187,54,0.1);
}
::selection {
  background: rgba(255,187,54,0.1);
}
.txt-upcse {
  text-transform: uppercase;
}
.txt-wht {
  color: #fff;
}
.txt-blk {
  color: #000;
}
.txt-main {
  color: #febc38;
}
.txt-mainl {
  color: #ffbb36;
}
.txt-mainr {
  color: #f3ca54;
}
.txt-pnk {
  color: #ff0058;
}
.txt-ctr {
  text-align: center;
}
.container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-left: 56px;
  padding-right: 56px;
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.n-mx {
  max-width: none !important;
}
h1,
.h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h3,
.h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 480px) {
  h3,
  .h3 {
    font-size: 27px;
  }
}
h4,
.h4 {
  font-size: 33px;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (min-width: 1440px) {
  h4,
  .h4 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
h4 .txt-grt,
.h4 .txt-grt {
  -webkit-box-decoration-break: clone;
}
h5,
.h5 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (min-width: 1440px) {
  h5,
  .h5 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
.txt-grt {
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt-grt-pnk {
  background: linear-gradient(280deg, rgba(0,0,0,0.28) 0%, rgba(255,255,255,0.28) 100%), #ff006b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: overlay, normal;
}
.top-waypoint {
  position: absolute;
  top: 100px;
}
.bottom-waypoint {
  position: absolute;
  bottom: 100px;
}
section {
  position: relative;
}
img {
  pointer-events: none;
}
input,
textarea {
  background: none;
  outline: 0 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  border-radius: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #febc38;
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}
.dft-section {
  padding: 20px 0;
}
@media only screen and (min-width: 1440px) {
  .dft-section {
    padding: 22px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .dft-section {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 768px) {
  .dft-section {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 480px) {
  .dft-section {
    padding: 10px 0;
  }
}
.card-block {
  position: relative;
  height: 500px;
  width: 100%;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  .card-block {
    height: 560px;
  }
}
@media only screen and (min-width: 1600px) {
  .card-block {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .card-block {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .card-block {
    border-radius: 20px;
  }
}
.card-block .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244,244,244,0.08);
  border-radius: 30px;
}
@media only screen and (max-width: 480px) {
  .card-block .sect-bg {
    border-radius: 20px;
  }
}
.card-block .inner-content {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .card-block .inner-content {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .card-block .inner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .card-block .inner-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.card-block .inner-content .sub-title {
  max-width: 400px;
}
@media only screen and (min-width: 1440px) {
  .card-block .inner-content .sub-title {
    max-width: 450px;
  }
}
@media only screen and (max-width: 600px) {
  .card-block .inner-content .sub-title {
    max-width: 300px;
  }
}
.card-block.split {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .card-block.split {
    flex-direction: column;
    height: auto;
  }
}
.card-block.split .inner-card-block {
  position: relative;
  max-width: calc(50% - 20px);
  width: 100%;
  border-radius: 30px;
}
@media only screen and (min-width: 1440px) {
  .card-block.split .inner-card-block {
    max-width: calc(50% - 22px);
  }
}
@media only screen and (max-width: 1024px) {
  .card-block.split .inner-card-block {
    max-width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 768px) {
  .card-block.split .inner-card-block {
    max-width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 600px) {
  .card-block.split .inner-card-block {
    max-width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .card-block.split .inner-card-block {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .card-block.split .inner-card-block:nth-child(1) {
    margin-bottom: 24px;
  }
}
.card-block.split .inner-card-block:nth-child(1) .inner-content .sub-title h4 {
  transition-delay: 0.1s;
}
@media only screen and (max-width: 600px) and (max-width: 480px) {
  .card-block.split .inner-card-block:nth-child(1) {
    margin-bottom: 20px;
  }
}
.card-block.split .inner-card-block:nth-child(2) .inner-content .sub-title h4 {
  transition-delay: 0.2s;
}
.card-block:not(.split) .inner-content .sub-title h4 {
  transition-delay: 0.1s;
}
section .dft-up {
  transform: translate3d(0, 180px, 0);
  opacity: 0;
  pointer-events: none;
  transition: transform 800ms cubic-bezier(0, 0.7, 0.1, 1), opacity 800ms cubic-bezier(0.5, 0, 0.2, 1);
}
@media only screen and (max-width: 480px) {
  section .dft-up-m {
    transform: translate3d(0, 180px, 0);
    opacity: 0;
    pointer-events: none;
    transition: transform 800ms cubic-bezier(0, 0.7, 0.1, 1), opacity 800ms cubic-bezier(0.5, 0, 0.2, 1);
  }
}
section.show .dft-up {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 480px) {
  section.show .dft-up-m {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
.vid-wrapper {
  position: relative;
  width: 100%;
  pointer-events: none;
  display: flex;
}
.vid-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .input-wrapper {
    margin-bottom: 18px;
  }
}
.input-wrapper:last-child {
  margin-bottom: 0;
}
.input-wrapper .placeholder {
  position: absolute;
  color: rgba(255,255,255,0.4);
  left: 18px;
  pointer-events: none;
  transition: 0.15s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .input-wrapper .placeholder {
    left: 20px;
  }
}
.input-wrapper input {
  width: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 26px 18px 12px;
  color: #fac143;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .input-wrapper input {
    padding: 30px 20px 13px;
  }
}
.input-wrapper input:hover {
  background: rgba(255,255,255,0.07);
}
.input-wrapper .prc-tag {
  position: absolute;
  right: 18px;
  pointer-events: none;
  display: flex;
  align-items: baseline;
  transform: translateY(1px);
}
.input-wrapper .prc-tag .b {
  font-size: 28px;
}
@media only screen and (min-width: 1440px) {
  .input-wrapper .prc-tag .b {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .input-wrapper .prc-tag .b {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .input-wrapper .prc-tag .b {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .input-wrapper .prc-tag .b {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .input-wrapper .prc-tag .b {
    font-size: 22px;
  }
}
.input-wrapper.active .placeholder {
  transform: translateY(-10px);
  font-size: 11px;
}
@media only screen and (min-width: 1440px) {
  .input-wrapper.active .placeholder {
    transform: translateY(-11px);
    font-size: 12px;
  }
}
.input-wrapper.active input {
  background: rgba(255,255,255,0.07);
}
.tags-wrapper {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper {
    margin-bottom: 18px;
  }
}
.tags-wrapper:last-child {
  margin-bottom: 0;
}
.tags-wrapper .placeholder {
  position: absolute;
  color: rgba(255,255,255,0.4);
  left: 18px;
  top: 17px;
  pointer-events: none;
  transition: 0.15s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper .placeholder {
    left: 20px;
    top: 18px;
  }
}
.tags-wrapper .tags-input-root {
  width: 100%;
}
.tags-wrapper .tags-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 27px 18px 9px;
  color: #fac143;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper .tags-input {
    padding: 29px 20px 11px;
  }
}
.tags-wrapper .tags-input:hover {
  background: rgba(255,255,255,0.07);
}
.tags-wrapper .tags-input:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #1c1c1c;
  transform: rotate(45deg);
  top: calc(100% - 1px);
  left: calc(50% - 20px);
  opacity: 0;
  pointer-events: none;
}
.tags-wrapper .tags-input input {
  line-height: 1;
}
.tags-wrapper .tags-input ::-moz-placeholder {
  color: rgba(255,255,255,0);
}
.tags-wrapper .tags-input :-ms-input-placeholder {
  color: rgba(255,255,255,0);
}
.tags-wrapper .tags-input ::placeholder {
  color: rgba(255,255,255,0);
}
.tags-wrapper .tags-input :-ms-input-placeholder {
  color: rgba(255,255,255,0);
}
.tags-wrapper .tags-input ::-ms-input-placeholder {
  color: rgba(255,255,255,0);
}
.tags-wrapper .tags-input .tags-input-badge {
  display: flex;
  align-items: center;
  background: linear-gradient(275.38deg, #f3ca54 0%, #ffbb36 100%);
  border-radius: 40px;
  padding: 5px 5px 5px 8px;
  margin-bottom: 4px;
  margin-top: 4px;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 1;
  margin-right: 8px;
  cursor: default;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper .tags-input .tags-input-badge {
    font-size: 13px;
    line-height: 17px;
    padding: 6px 6px 6px 10px;
  }
}
.tags-wrapper .tags-input .tags-input-badge .tags-input-remove {
  display: flex;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url("/img/dashboard/tag_x.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper .tags-input .tags-input-badge .tags-input-remove {
    margin-left: 6px;
  }
}
.tags-wrapper .tags-input .tags-input-badge .tags-input-remove:hover {
  transform: rotate(90deg);
}
.tags-wrapper .tags-input input {
  flex: 1;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.tags-wrapper .typeahead-badges {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 3px);
  display: flex;
  flex-wrap: wrap;
  padding: 14px 12px 6px;
  background: #3c3c3c;
  z-index: 1;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 0 40px rgba(0,0,0,0.3);
  opacity: 0;
}
.tags-wrapper .typeahead-badges:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #3c3c3c;
  transform: rotate(45deg);
  top: -1px;
  left: calc(50% - 20px);
}
.tags-wrapper .typeahead-badges .tags-input-badge {
  margin-right: 8px;
  margin-bottom: 8px;
  color: #febc38;
  display: flex;
  align-items: center;
  background: #594f3b;
  border-radius: 40px;
  padding: 5px 8px 5px 5px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper .typeahead-badges .tags-input-badge {
    font-size: 13px;
    line-height: 17px;
    padding: 6px 10px 6px 6px;
  }
}
.tags-wrapper .typeahead-badges .tags-input-badge:before {
  content: '';
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("/img/dashboard/tag_add.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper .typeahead-badges .tags-input-badge:before {
    margin-right: 6px;
  }
}
.tags-wrapper .typeahead-badges .tags-input-badge:last-child {
  margin-right: 0;
}
.tags-wrapper .typeahead-badges .tags-input-badge:hover {
  background: #4c4332;
  color: #fec656;
}
.tags-wrapper.w-hldr .tags-input ::-moz-placeholder {
  color: rgba(255,255,255,0.4);
}
.tags-wrapper.w-hldr .tags-input :-ms-input-placeholder {
  color: rgba(255,255,255,0.4);
}
.tags-wrapper.w-hldr .tags-input ::placeholder {
  color: rgba(255,255,255,0.4);
}
.tags-wrapper.w-hldr .tags-input :-ms-input-placeholder {
  color: rgba(255,255,255,0.4);
}
.tags-wrapper.w-hldr .tags-input ::-ms-input-placeholder {
  color: rgba(255,255,255,0.4);
}
.tags-wrapper.activeoverlay .tags-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tags-wrapper.activeoverlay .tags-input:after {
  opacity: 1;
}
.tags-wrapper.activeoverlay .typeahead-badges {
  opacity: 1;
}
.tags-wrapper.active .placeholder {
  transform: translateY(-10px);
  font-size: 11px;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper.active .placeholder {
    transform: translateY(-11px);
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .tags-wrapper.active .placeholder {
    transform: translateY(-12px);
  }
}
.tags-wrapper.active .tags-input {
  background: rgba(255,255,255,0.07);
}
.tags-wrapper.row-badges .tags-input .tags-input-badge:not(:first-child) {
  margin-left: 12px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper.row-badges .tags-input .tags-input-badge:not(:first-child) {
    margin-left: 13px;
  }
}
.tags-wrapper.row-badges .tags-input .tags-input-badge:not(:first-child):before {
  content: '+';
  position: absolute;
  left: -14px;
  color: #fff;
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper.row-badges .tags-input .tags-input-badge:not(:first-child):before {
    left: -15px;
    font-size: 15px;
  }
}
.tags-wrapper.row-badges .typeahead-badges {
  z-index: 8;
  padding: 20px 12px 10px;
}
.tags-wrapper.row-badges .typeahead-badges .tags-input-badge {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .tags-wrapper.row-badges .typeahead-badges .tags-input-badge {
    margin-bottom: 12px;
  }
}
.select-wrapper {
  position: relative;
  padding: 15px 24px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper {
    margin-bottom: 18px;
    padding: 17px 25px;
  }
}
.select-wrapper:last-child {
  margin-bottom: 0;
}
.select-wrapper.bgr {
  padding: 17px 24px;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper.bgr {
    padding: 19px 25px;
  }
}
.select-wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  will-change: transform;
  transition: background 0.25s ease-in-out;
}
.select-wrapper .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c251a;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out 0.1s;
  will-change: transform;
}
.select-wrapper .content {
  position: relative;
  display: flex;
  align-items: center;
}
.select-wrapper .content .chckr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.select-wrapper .content .chckr .ibg {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper .content .chckr .ibg {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }
}
.select-wrapper .content .chckr .ibg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  transform: scale(0.2);
  opacity: 0;
  border-radius: 10px;
  transition: 0.4s cubic-bezier(0.88, 0.01, 0.38, 1.22) 0.15s;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper .content .chckr .ibg:before {
    border-radius: 12px;
  }
}
.select-wrapper .content .chckr .ico {
  display: flex;
  align-items: center;
  position: absolute;
}
.select-wrapper .content .chckr .ico svg path {
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
  transition: 0.35s ease-in-out;
}
.select-wrapper .content .inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 14px;
  position: relative;
  top: 1px;
}
.select-wrapper .content .inner-content .item {
  font-size: 18px;
  line-height: 1;
  transition: color 0.2s ease-in-out 0.15s;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper .content .inner-content .item {
    font-size: 20px;
  }
}
.select-wrapper .content .inner-content .caption {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 5px;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper .content .inner-content .caption {
    font-size: 14px;
    margin-top: 6px;
  }
}
.select-wrapper .content .inner-content .billed {
  margin-top: 6px;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper .content .inner-content .billed {
    margin-top: 8px;
  }
}
.select-wrapper .content .price-cap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5px;
  line-height: 1.1;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper .content .price-cap {
    margin-left: 8px;
  }
}
.select-wrapper .content .price-cap .big {
  font-size: 24px;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper .content .price-cap .big {
    font-size: 26px;
  }
}
.select-wrapper .content .price-cap .sml {
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  .select-wrapper .content .price-cap .sml {
    font-size: 14px;
  }
}
.select-wrapper.wprce .content .inner-content .item {
  width: 94%;
}
.select-wrapper:hover .bg {
  background: rgba(255,255,255,0.07);
}
.select-wrapper.active .bg:before {
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
.select-wrapper.active .content .chckr .ibg:before {
  opacity: 1;
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.88, 0.01, 0.38, 1.22);
}
.select-wrapper.active .content .chckr .ico svg path {
  stroke-dashoffset: 0;
  transition: 0.35s ease-in-out 0.2s;
}
.select-wrapper.active .content .inner-content .item {
  color: #fac143;
  transition: color 0.2s ease-in-out;
}
.sel-opts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  z-index: 4;
}
@media only screen and (min-width: 1440px) {
  .sel-opts-wrapper {
    margin-bottom: 28px;
  }
}
.sel-opts-wrapper:last-child {
  margin-bottom: 0;
}
.sel-opts-wrapper.mre-z {
  z-index: 6;
}
.sel-opts-wrapper .sel-opts-outer {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.sel-opts-wrapper .sel-opts-outer .dft-preview {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 16px 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .sel-opts-wrapper .sel-opts-outer .dft-preview {
    padding: 17px 10px 17px 24px;
  }
}
.sel-opts-wrapper .sel-opts-outer .dft-preview .txt {
  color: rgba(255,255,255,0.68);
}
.sel-opts-wrapper .sel-opts-outer .dft-preview .arw {
  width: 12px;
  height: 7px;
  margin-right: 8px;
  background-image: url("/img/arw.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  .sel-opts-wrapper .sel-opts-outer .dft-preview .arw {
    width: 13px;
    height: 8px;
  }
}
.sel-opts-wrapper .sel-opts-outer .dft-preview:hover {
  background: rgba(255,255,255,0.07);
}
.sel-opts-wrapper .sel-opts-outer .expand-outer {
  position: absolute;
  width: 100%;
  padding: 2px 20px;
  left: 0;
  top: calc(100% + 8px);
  cursor: default;
  box-shadow: 0px 0 40px rgba(0,0,0,0.3);
}
@media only screen and (min-width: 1440px) {
  .sel-opts-wrapper .sel-opts-outer .expand-outer {
    padding: 3px 24px;
  }
}
.sel-opts-wrapper .sel-opts-outer .expand-outer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  border-radius: 12px;
}
.sel-opts-wrapper .sel-opts-outer .expand-outer .in {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sel-opts-wrapper .sel-opts-outer .expand-outer .in .line {
  padding: 14px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .sel-opts-wrapper .sel-opts-outer .expand-outer .in .line {
    padding: 15px 0;
  }
}
.sel-opts-wrapper .sel-opts-outer .expand-outer .in .line:last-child {
  border-bottom: none;
}
.sel-opts-wrapper .sel-opts-outer .expand-outer .in .line:hover {
  color: rgba(255,255,255,0.5);
}
.sel-opts-wrapper .sel-opts-outer .expand-outer .in .line.active {
  cursor: default;
  color: #febc38;
}
.sel-opts-wrapper.active .sel-opts-outer .dft-preview .arw {
  transform: rotate(180deg);
}
.textarea-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .textarea-wrapper {
    margin-bottom: 18px;
  }
}
.textarea-wrapper:last-child {
  margin-bottom: 0;
}
.textarea-wrapper .placeholder {
  position: absolute;
  color: rgba(255,255,255,0.4);
  left: 18px;
  top: 15px;
  pointer-events: none;
  transition: 0.15s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .textarea-wrapper .placeholder {
    left: 20px;
    top: 18px;
  }
}
.textarea-wrapper textarea {
  height: 200px;
  resize: none;
  width: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 28px 18px 12px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .textarea-wrapper textarea {
    padding: 32px 20px 13px;
  }
}
.textarea-wrapper textarea:hover {
  background: rgba(255,255,255,0.07);
}
.textarea-wrapper textarea.h {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
.textarea-wrapper.active .placeholder {
  transform: translateY(-8px);
  font-size: 11px;
}
@media only screen and (min-width: 1440px) {
  .textarea-wrapper.active .placeholder {
    transform: translateY(-9px);
    font-size: 12px;
  }
}
.textarea-wrapper.active textarea {
  background: rgba(255,255,255,0.07);
}
.toggle-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1440px) {
  .toggle-wrapper {
    margin-bottom: 28px;
  }
}
.toggle-wrapper:last-child {
  margin-bottom: 0;
}
.toggle-wrapper .caption {
  color: #fac143;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (min-width: 1440px) {
  .toggle-wrapper .caption {
    font-size: 19px;
  }
}
.toggle-wrapper .toggle-outer {
  margin-top: 7px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .toggle-wrapper .toggle-outer {
    margin-top: 9px;
  }
}
.toggle-wrapper .toggle-outer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
}
.toggle-wrapper .toggle-outer .toggler {
  position: absolute;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
.toggle-wrapper .toggle-outer .items {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  line-height: 1.3;
  font-size: 13px;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .toggle-wrapper .toggle-outer .items {
    font-size: 14px;
  }
}
.toggle-wrapper .toggle-outer .items span {
  width: 33.3%;
  padding: 18px 0;
  transition: color 0.2s ease-in-out 0.05s, opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .toggle-wrapper .toggle-outer .items span {
    padding: 20px 0;
  }
}
.toggle-wrapper .toggle-outer .items span:hover {
  opacity: 0.7;
}
.toggle-wrapper .toggle-outer .items span.active {
  color: #000;
  opacity: 1;
  transition: color 0.2s ease-in-out 0.05s, opacity 0.2s ease-in-out 0.05s;
}
.toggle-wrapper.multi .toggler {
  height: calc(50% - 6px);
}
.toggle-wrapper.multi .items {
  flex-wrap: wrap;
}
.slider-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
.slider-wrapper:last-child {
  margin-bottom: 0;
}
.slider-wrapper .caption {
  color: #fac143;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1440px) {
  .slider-wrapper .caption {
    font-size: 19px;
  }
}
.slider-wrapper .slider-outer {
  margin-top: 18px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .slider-wrapper .slider-outer {
    margin-top: 20px;
  }
}
.slider-wrapper .slider-outer .noUi-target {
  background: rgba(255,255,255,0.1);
  box-shadow: none;
  border: none;
  height: 8px;
  border-radius: 10px;
}
.slider-wrapper .slider-outer .noUi-handle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: 4px;
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: #ffbb36;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
@media only screen and (min-width: 1440px) {
  .slider-wrapper .slider-outer .noUi-handle {
    width: 38px;
    height: 38px;
  }
}
.slider-wrapper .slider-outer .noUi-handle:before,
.slider-wrapper .slider-outer .noUi-handle:after {
  display: none;
}
.slider-wrapper .slider-outer .noUi-handle .noUi-tooltip {
  transform: none;
  position: static;
  background: none;
  border: none;
  color: #000;
  font-weight: 800;
  border-radius: 0;
}
.uploader-wrapper.vid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.uploader-wrapper.vid .dropzone {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  background: rgba(255,255,255,0.1);
  position: relative;
  transition: background 0.2s ease-in-out;
  overflow: hidden;
}
.uploader-wrapper.vid .dropzone:hover,
.uploader-wrapper.vid .dropzone.hover {
  background: rgba(254,188,56,0.1);
}
.uploader-wrapper.vid .dropzone:hover .preview-container,
.uploader-wrapper.vid .dropzone.hover .preview-container {
  opacity: 0.8;
}
.uploader-wrapper.vid .dropzone:hover .placeholder,
.uploader-wrapper.vid .dropzone.hover .placeholder {
  opacity: 0.8;
}
.uploader-wrapper.vid .dropzone:before {
  content: '';
  display: block;
  padding-top: 45%;
}
.uploader-wrapper.vid .dropzone .preview-container {
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uploader-wrapper.vid .dropzone .preview-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uploader-wrapper.vid .dropzone .clear {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.uploader-wrapper.vid .dropzone .clear svg {
  width: 100%;
  height: 100%;
}
.uploader-wrapper.vid .dropzone .clear:hover {
  opacity: 0.7;
}
.uploader-wrapper.vid .dropzone .placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}
.uploader-wrapper.vid .dropzone .placeholder .ico {
  width: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/up_icon.svg");
  margin-bottom: 14px;
}
@media only screen and (min-width: 1440px) {
  .uploader-wrapper.vid .dropzone .placeholder .ico {
    width: 30px;
  }
}
.uploader-wrapper.vid .dropzone .placeholder .ico:before {
  content: '';
  display: block;
  padding-top: 85%;
}
.uploader-wrapper.vid .dropzone .placeholder .txt {
  font-size: 13px;
  line-height: 1.3;
}
@media only screen and (min-width: 1440px) {
  .uploader-wrapper.vid .dropzone .placeholder .txt {
    font-size: 14px;
  }
}
.uploader-wrapper.vid input {
  display: none;
}
.b-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(20px) opacity(1);
          backdrop-filter: saturate(180%) blur(20px) opacity(1);
  background: rgba(5,5,5,0.8);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}
.b-overlay.active {
  opacity: 1;
}
.h-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.88);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}
@media only screen and (max-width: 1024px) {
  .h-overlay {
    display: none;
  }
}
.h-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.helper-wrapper {
  position: absolute;
  z-index: 12;
}
@media only screen and (max-width: 1024px) {
  .helper-wrapper {
    display: none;
  }
}
.helper-wrapper .duplicate-outer .btn {
  align-items: center;
  padding: 13px 18px;
}
@media only screen and (min-width: 1440px) {
  .helper-wrapper .duplicate-outer .btn {
    padding: 14px 19px;
  }
}
@media only screen and (max-width: 768px) {
  .helper-wrapper .duplicate-outer .btn {
    padding: 12px 17px;
  }
}
@media only screen and (max-width: 480px) {
  .helper-wrapper .duplicate-outer .btn {
    padding: 11px 16px;
  }
}
.helper-wrapper .duplicate-outer .btn .hvr {
  width: 121%;
  height: 121%;
  top: -10%;
  left: -10%;
}
@media only screen and (min-width: 1600px) {
  .helper-wrapper .duplicate-outer .btn .hvr {
    width: 122%;
    height: 122%;
  }
}
.helper-wrapper .duplicate-outer .btn .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  position: relative;
  transition: 0.25s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .helper-wrapper .duplicate-outer .btn .ico {
    width: 24px;
    height: 24px;
  }
}
.helper-wrapper .duplicate-outer .btn .ico svg {
  width: 100%;
  height: 100%;
}
.helper-wrapper .duplicate-outer .btn:hover .ico {
  transform: rotate(90deg);
}
.helper-wrapper .duplicate-outer .nav-item {
  display: flex;
  align-items: center;
  padding: 13px 105px 13px 20px;
  position: relative;
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  .helper-wrapper .duplicate-outer .nav-item {
    padding: 14px 118px 14px 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .helper-wrapper .duplicate-outer .nav-item {
    padding: 14px 128px 14px 22px;
  }
}
.helper-wrapper .duplicate-outer .nav-item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.helper-wrapper .duplicate-outer .nav-item .ico svg {
  width: 100%;
  height: 100%;
}
.helper-wrapper .duplicate-outer .nav-item .text {
  color: #000;
  position: relative;
}
.helper-wrapper .duplicate-outer .nav-item .text .og {
  opacity: 0;
}
.helper-wrapper .duplicate-outer .nav-item .text .cpy {
  position: absolute;
  left: 0;
  top: 0;
}
.helper-wrapper .duplicate-outer .act-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffbb36;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  pointer-events: none;
  z-index: -1;
  will-change: transform;
  border-radius: 13px;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .helper-wrapper .duplicate-outer .act-bg {
    border-radius: 10px;
  }
}
.helper-wrapper .tooltip-wrapper {
  -webkit-animation: slideupmid 0.7s cubic-bezier(0, 0.7, 0.1, 1) both 0.2s, fade 0.7s cubic-bezier(0.5, 0, 0.2, 1) both 0.2s;
          animation: slideupmid 0.7s cubic-bezier(0, 0.7, 0.1, 1) both 0.2s, fade 0.7s cubic-bezier(0.5, 0, 0.2, 1) both 0.2s;
}
.helper-wrapper .tooltip-outer {
  position: absolute;
  background: #433414;
  padding: 22px 24px 20px;
  display: flex;
  justify-content: center;
  width: 260px;
  right: 0;
  top: calc(100% + 16px);
  border-radius: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .helper-wrapper .tooltip-outer {
    width: 280px;
    padding: 24px 26px 22px;
    top: calc(100% + 20px);
  }
}
@media only screen and (min-width: 1600px) {
  .helper-wrapper .tooltip-outer {
    width: 300px;
    border-radius: 14px;
    line-height: 25px;
  }
}
.helper-wrapper .tooltip-outer:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #433414;
  transform: rotate(45deg);
  top: -4px;
  right: 74px;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  .helper-wrapper .tooltip-outer:after {
    top: -5px;
    right: 80px;
  }
}
.helper-wrapper .tooltip-outer .tooltip {
  display: flex;
  align-items: flex-start;
}
.helper-wrapper .tooltip-outer .tooltip .ico {
  display: flex;
  margin-right: 12px;
}
@media only screen and (min-width: 1600px) {
  .helper-wrapper .tooltip-outer .tooltip .ico svg {
    width: 24px;
    height: 24px;
  }
}
.helper-wrapper.rows .tooltip-outer {
  width: 100%;
  right: 0;
  left: 0;
  top: calc(100% + 18px);
  padding: 22px 20px 20px;
}
@media only screen and (min-width: 1440px) {
  .helper-wrapper.rows .tooltip-outer {
    padding: 24px 22px 22px;
    top: calc(100% + 20px);
  }
}
@media only screen and (min-width: 1600px) {
  .helper-wrapper.rows .tooltip-outer {
    top: calc(100% + 22px);
  }
}
.helper-wrapper.rows .tooltip-outer:after {
  left: calc(50% - 10px);
  right: auto;
}
.helper-wrapper.clsng {
  pointer-events: none;
}
.helper-wrapper.clsng .tooltip-outer {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s cubic-bezier(0.6, 0.02, 0.9, 0.76);
}
.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-animation: slideup 0.7s cubic-bezier(0, 0.7, 0.1, 1) both 0.2s, fade 0.7s cubic-bezier(0.5, 0, 0.2, 1) both 0.2s;
          animation: slideup 0.7s cubic-bezier(0, 0.7, 0.1, 1) both 0.2s, fade 0.7s cubic-bezier(0.5, 0, 0.2, 1) both 0.2s;
}
.content-overlay .in-content {
  max-width: 780px;
  width: 100%;
  background: #141414;
  background: linear-gradient(0deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03)), #141414;
  border-radius: 26px;
  padding: 40px 50px 46px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content {
    max-width: 840px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content {
    max-width: 920px;
    padding: 40px 60px 46px;
  }
}
.content-overlay .in-content.del {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}
.content-overlay .in-content.del .card {
  width: 260px;
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  margin-top: 25px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content.del .card {
    margin-top: 35px;
    width: 280px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content.del .card {
    margin-top: 40px;
    width: 300px;
  }
}
.content-overlay .in-content.del .card:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.content-overlay .in-content.del .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 -100%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  opacity: 0.8;
}
.content-overlay .in-content.del .card .tp,
.content-overlay .in-content.del .card .btm {
  display: flex;
  width: 100%;
  position: absolute;
  padding: 0 15px;
  left: 0;
  z-index: 1;
}
.content-overlay .in-content.del .card .tp {
  padding-top: 15px;
  top: 0;
  align-items: center;
  justify-content: space-between;
}
.content-overlay .in-content.del .card .tp .m-tag {
  padding: 2px 11px;
  border-radius: 15px;
  background: #ff006b;
}
.content-overlay .in-content.del .card .tp .del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
.content-overlay .in-content.del .card .tp .del svg {
  width: 100%;
  height: 100%;
}
.content-overlay .in-content.del .card .btm {
  padding-bottom: 15px;
  bottom: 0;
  align-items: flex-start;
}
.content-overlay .in-content.del .card .btm .cap-title {
  font-size: 20px;
  line-height: 1;
}
.content-overlay .in-content.del .card .btm .tags {
  display: flex;
  margin-top: 10px;
}
.content-overlay .in-content.del .card .btm .tags span {
  padding: 2px 11px;
  border-radius: 15px;
  background: rgba(20,20,20,0.4);
  color: rgba(255,255,255,0.6);
  margin-right: 7px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.content-overlay .in-content.del .card .btm .tags span:last-child {
  margin-right: 0;
}
.content-overlay .in-content.del .c-cap {
  max-width: 260px;
  margin-top: 25px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content.del .c-cap {
    max-width: 280px;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content.del .c-cap {
    max-width: 300px;
    margin-top: 40px;
  }
}
.content-overlay .in-content.del .ctas {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content.del .ctas {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content.del .ctas {
    margin-top: 40px;
  }
}
.content-overlay .in-content.del .ctas .btn {
  flex: 0 0 47%;
  padding: 15px 10px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content.del .ctas .btn {
    padding: 16px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .content-overlay .in-content.del .ctas .btn {
    padding: 14px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .content-overlay .in-content.del .ctas .btn {
    padding: 12px 10px;
  }
}
.content-overlay .in-content.clsng {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.35s cubic-bezier(0.6, 0.02, 0.9, 0.76);
}
.content-overlay .in-content .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .head {
    margin-bottom: 25px;
  }
}
.content-overlay .in-content .head h5 .steps {
  color: rgba(255,255,255,0.4);
  margin-left: 4px;
}
.content-overlay .in-content .head .x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255,255,255,0.1);
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .head .x {
    width: 44px;
    height: 44px;
  }
}
.content-overlay .in-content .head .x svg {
  width: 40%;
  height: 40%;
  position: relative;
  top: 1px;
  transition: 0.25s ease-in-out;
}
.content-overlay .in-content .head .x:hover {
  background: rgba(255,255,255,0.15);
}
.content-overlay .in-content .head .x:hover svg {
  transform: rotate(-90deg);
}
.content-overlay .in-content .inner-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-size: 13px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content {
    font-size: 15px;
  }
}
.content-overlay .in-content .inner-content > div {
  flex: 0 0 46%;
  width: 100%;
  max-width: 46%;
}
.content-overlay .in-content .inner-content .lft > div {
  height: 100%;
}
.content-overlay .in-content .inner-content .step-caption {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .step-caption {
    margin-bottom: 18px;
  }
}
.content-overlay .in-content .inner-content .vid-up-wrapper {
  margin-bottom: 18px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .vid-up-wrapper {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .vid-up-wrapper {
    margin-bottom: 25px;
  }
}
.content-overlay .in-content .inner-content .nxt-out {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  will-change: transform;
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .nxt-out {
    padding-top: 30px;
  }
}
.content-overlay .in-content .inner-content .select-wrapper {
  padding: 25px 28px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .select-wrapper {
    padding: 28px 30px;
  }
}
.content-overlay .in-content .inner-content .select-wrapper.tag-selecter {
  padding: 18px 24px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .select-wrapper.tag-selecter {
    padding: 20px 26px;
  }
}
.content-overlay .in-content .inner-content .select-wrapper .content .chckr .ibg {
  border-radius: 50%;
}
.content-overlay .in-content .inner-content .select-wrapper .content .chckr .ibg:before {
  border-radius: 50%;
}
.content-overlay .in-content .inner-content .select-wrapper .content .inner-content .caption {
  line-height: 1.4;
}
.content-overlay .in-content .inner-content .new-plan {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 11px 28px;
  display: flex;
  align-items: center;
  background: #2c251a;
  border-radius: 12px;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .new-plan {
    padding: 13px 30px;
  }
}
.content-overlay .in-content .inner-content .new-plan:hover {
  background: #30281d;
}
.content-overlay .in-content .inner-content .new-plan .ico {
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 14px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .new-plan .ico {
    width: 30px;
    height: 30px;
  }
}
.content-overlay .in-content .inner-content .new-plan .ico svg {
  width: 100%;
  height: 100%;
}
.content-overlay .in-content .inner-content .plan-preview {
  width: 100%;
  align-items: center;
}
.content-overlay .in-content .inner-content .plan-preview .preview {
  width: 100%;
  background: linear-gradient(0deg, rgba(244,244,244,0.05), rgba(244,244,244,0.05)), #1b1b1b;
  border-radius: 25px;
  box-shadow: 0px 4px 50px rgba(0,0,0,0.2);
  padding: 40px 45px;
  align-items: center;
}
.content-overlay .in-content .inner-content .plan-preview .preview h5 {
  margin-bottom: 7px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .preview h5 {
    margin-bottom: 10px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .preview ul {
  margin: 20px 0 24px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .preview ul {
    margin: 24px 0 28px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .preview ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .preview ul li {
    margin-bottom: 15px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .preview ul li:last-child {
  margin-bottom: 0;
}
.content-overlay .in-content .inner-content .plan-preview .preview ul li .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  position: relative;
  transition: 0.25s ease-in-out;
  background: #febc38;
  border-radius: 50%;
  margin-right: 12px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .preview ul li .ico {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .plan-preview .preview ul li .ico {
    width: 30px;
    height: 30px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .preview ul li .ico svg {
  width: 50%;
  height: 50%;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .preview ul li .ico svg {
    top: -1px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .preview .btn {
  margin-bottom: 15px;
  cursor: default;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .preview .btn {
    margin-bottom: 18px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .preview .price-tag {
  display: flex;
  align-items: baseline;
}
.content-overlay .in-content .inner-content .plan-preview .preview .price-tag .b {
  font-size: 28px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .preview .price-tag .b {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .plan-preview .preview .price-tag .b {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-overlay .in-content .inner-content .plan-preview .preview .price-tag .b {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .content-overlay .in-content .inner-content .plan-preview .preview .price-tag .b {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .content-overlay .in-content .inner-content .plan-preview .preview .price-tag .b {
    font-size: 22px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .preview .trial-cap {
  color: rgba(255,255,255,0.4);
  font-size: 11px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .preview .trial-cap {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .plan-preview .preview .trial-cap {
    font-size: 13px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .switcher {
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-top: 14px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .plan-preview .switcher {
    margin-top: 18px;
  }
}
.content-overlay .in-content .inner-content .plan-preview .switcher .switch {
  display: flex;
  margin: 0 10px 0 8px;
  cursor: pointer;
}
.content-overlay .in-content .inner-content .plan-preview .switcher .switch .dot {
  transition: 0.2s ease-in-out;
}
.content-overlay .in-content .inner-content .plan-preview .switcher .switch.tgld .dot {
  transform: translateX(30px);
}
.content-overlay .in-content .inner-content .plan-preview .switcher span {
  color: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.content-overlay .in-content .inner-content .plan-preview .switcher span:hover {
  color: rgba(255,255,255,0.4);
}
.content-overlay .in-content .inner-content .plan-preview .switcher span.active {
  color: #febc38;
  pointer-events: none;
}
.content-overlay .in-content .inner-content .plan-preview.radius4 .btn,
.content-overlay .in-content .inner-content .plan-preview.radius3 .btn {
  border-radius: 9px;
}
.content-overlay .in-content .inner-content .plan-preview.radius2 .btn,
.content-overlay .in-content .inner-content .plan-preview.radius1 .btn {
  border-radius: 5px;
}
.content-overlay .in-content .inner-content .plan-preview.radius0 .btn {
  border-radius: 0;
}
.content-overlay .in-content .inner-content .plan-preview.radius6 .btn,
.content-overlay .in-content .inner-content .plan-preview.radius7 .btn {
  border-radius: 15px;
}
.content-overlay .in-content .inner-content .plan-preview.radius8 .btn,
.content-overlay .in-content .inner-content .plan-preview.radius9 .btn {
  border-radius: 17px;
}
.content-overlay .in-content .inner-content .plan-preview.radius10 .btn {
  border-radius: 20px;
}
.content-overlay .in-content .inner-content .card-preview {
  width: 100%;
  box-shadow: 0px 4px 50px rgba(0,0,0,0.2);
}
.content-overlay .in-content .inner-content .card-preview .top {
  width: 100%;
  background: #39301f;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview .top {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview .top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.content-overlay .in-content .inner-content .card-preview .top:before {
  content: '';
  display: block;
  padding-top: 58%;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview .top:before {
    padding-top: 56%;
  }
}
.content-overlay .in-content .inner-content .card-preview .top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 0.6;
  pointer-events: none;
  background: linear-gradient(360deg, #000 -10%, rgba(0,0,0,0) 80%);
}
.content-overlay .in-content .inner-content .card-preview .top .infos {
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 18px 22px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview .top .infos {
    padding: 20px 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview .top .infos {
    padding: 22px 26px;
  }
}
.content-overlay .in-content .inner-content .card-preview .top .infos .p-tag {
  font-size: 12px;
  padding: 2px 13px;
  border-radius: 15px;
  margin-bottom: 8px;
  background: #febc38;
  color: #000;
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview .top .infos .p-tag {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.content-overlay .in-content .inner-content .card-preview .top .infos .p-title {
  font-size: 24px;
  line-height: 26px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview .top .infos .p-title {
    font-size: 25px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview .top .infos .p-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.content-overlay .in-content .inner-content .card-preview .bottom {
  background: linear-gradient(0deg, #2b2b2b, #2b2b2b), #000;
  width: 100%;
  padding: 20px 22px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview .bottom {
    padding: 22px 24px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview .bottom {
    padding: 24px 26px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview .bottom .actions {
    margin-bottom: 18px;
  }
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions > div {
  margin-right: 8px;
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions > div:last-child {
  margin-right: 0;
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
  transition: 0.25s ease-in-out;
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .ico svg {
  width: 100%;
  height: 100%;
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .ply {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  flex-grow: 1;
  cursor: default;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview .bottom .actions .ply {
    padding: 12px 18px;
  }
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .ply .ico {
  margin-right: 6px;
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .ply.sub .ico {
  transition: none !important;
  width: 0 !important;
  opacity: 0 !important;
  margin-right: 0 !important;
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .sqr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  background: rgba(255,255,255,0.35);
  border-radius: 13px;
}
@media only screen and (max-width: 480px) {
  .content-overlay .in-content .inner-content .card-preview .bottom .actions .sqr {
    border-radius: 10px;
  }
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .sqr.i .ico {
  width: 22px;
  height: 22px;
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .sqr.add .ico {
  width: 23px;
  height: 22px;
}
.content-overlay .in-content .inner-content .card-preview .bottom .actions .sqr.vol .ico {
  width: 23px;
  height: 24px;
}
.content-overlay .in-content .inner-content .card-preview .bottom .sum {
  line-height: 20px;
  white-space: pre-wrap;
}
.content-overlay .in-content .inner-content .card-preview.radius4 .btn,
.content-overlay .in-content .inner-content .card-preview.radius3 .btn {
  border-radius: 9px;
}
.content-overlay .in-content .inner-content .card-preview.radius4 .top,
.content-overlay .in-content .inner-content .card-preview.radius3 .top {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius4 .top,
  .content-overlay .in-content .inner-content .card-preview.radius3 .top {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius4 .top,
  .content-overlay .in-content .inner-content .card-preview.radius3 .top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius4 .bottom,
.content-overlay .in-content .inner-content .card-preview.radius3 .bottom {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius4 .bottom,
  .content-overlay .in-content .inner-content .card-preview.radius3 .bottom {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius4 .bottom,
  .content-overlay .in-content .inner-content .card-preview.radius3 .bottom {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius4 .bottom .actions .sqr,
.content-overlay .in-content .inner-content .card-preview.radius3 .bottom .actions .sqr {
  border-radius: 9px;
}
.content-overlay .in-content .inner-content .card-preview.radius2 .btn,
.content-overlay .in-content .inner-content .card-preview.radius1 .btn {
  border-radius: 5px;
}
.content-overlay .in-content .inner-content .card-preview.radius2 .top,
.content-overlay .in-content .inner-content .card-preview.radius1 .top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius2 .top,
  .content-overlay .in-content .inner-content .card-preview.radius1 .top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius2 .top,
  .content-overlay .in-content .inner-content .card-preview.radius1 .top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius2 .bottom,
.content-overlay .in-content .inner-content .card-preview.radius1 .bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius2 .bottom,
  .content-overlay .in-content .inner-content .card-preview.radius1 .bottom {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius2 .bottom,
  .content-overlay .in-content .inner-content .card-preview.radius1 .bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius2 .bottom .actions .sqr,
.content-overlay .in-content .inner-content .card-preview.radius1 .bottom .actions .sqr {
  border-radius: 5px;
}
.content-overlay .in-content .inner-content .card-preview.radius0 .btn {
  border-radius: 0;
}
.content-overlay .in-content .inner-content .card-preview.radius0 .top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius0 .top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius0 .top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius0 .bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius0 .bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius0 .bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius0 .bottom .actions .sqr {
  border-radius: 0;
}
.content-overlay .in-content .inner-content .card-preview.radius6 .btn,
.content-overlay .in-content .inner-content .card-preview.radius7 .btn {
  border-radius: 15px;
}
.content-overlay .in-content .inner-content .card-preview.radius6 .top,
.content-overlay .in-content .inner-content .card-preview.radius7 .top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius6 .top,
  .content-overlay .in-content .inner-content .card-preview.radius7 .top {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius6 .top,
  .content-overlay .in-content .inner-content .card-preview.radius7 .top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius6 .bottom,
.content-overlay .in-content .inner-content .card-preview.radius7 .bottom {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius6 .bottom,
  .content-overlay .in-content .inner-content .card-preview.radius7 .bottom {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius6 .bottom,
  .content-overlay .in-content .inner-content .card-preview.radius7 .bottom {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius6 .bottom .actions .sqr,
.content-overlay .in-content .inner-content .card-preview.radius7 .bottom .actions .sqr {
  border-radius: 15px;
}
.content-overlay .in-content .inner-content .card-preview.radius8 .btn,
.content-overlay .in-content .inner-content .card-preview.radius9 .btn {
  border-radius: 17px;
}
.content-overlay .in-content .inner-content .card-preview.radius8 .top,
.content-overlay .in-content .inner-content .card-preview.radius9 .top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius8 .top,
  .content-overlay .in-content .inner-content .card-preview.radius9 .top {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius8 .top,
  .content-overlay .in-content .inner-content .card-preview.radius9 .top {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius8 .bottom,
.content-overlay .in-content .inner-content .card-preview.radius9 .bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius8 .bottom,
  .content-overlay .in-content .inner-content .card-preview.radius9 .bottom {
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius8 .bottom,
  .content-overlay .in-content .inner-content .card-preview.radius9 .bottom {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius8 .bottom .actions .sqr,
.content-overlay .in-content .inner-content .card-preview.radius9 .bottom .actions .sqr {
  border-radius: 17px;
}
.content-overlay .in-content .inner-content .card-preview.radius10 .btn {
  border-radius: 20px;
}
.content-overlay .in-content .inner-content .card-preview.radius10 .top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius10 .top {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius10 .top {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius10 .bottom {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .card-preview.radius10 .bottom {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay .in-content .inner-content .card-preview.radius10 .bottom {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
  }
}
.content-overlay .in-content .inner-content .card-preview.radius10 .bottom .actions .sqr {
  border-radius: 20px;
}
.content-overlay .in-content .inner-content .cover-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card {
  width: 100%;
  flex: 0 0 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  position: relative;
  background: linear-gradient(275deg, rgba(243,202,84,0.15) 0%, rgba(255,187,54,0.15) 100%);
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card:nth-child(even) {
  margin-right: 0;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card:before {
  content: '';
  display: block;
  padding-top: 54%;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  pointer-events: none;
  border-radius: 15px;
  border: 2px solid #febc38;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.25s ease-in-out;
  background-image: url("/img/dashboard/check_circ.svg");
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #000;
  background: linear-gradient(0deg, rgba(0,0,0,0) 10%, #000 110%);
  opacity: 0.2;
  pointer-events: none;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card .del {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card .del svg {
  width: 100%;
  height: 100%;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card .del:hover {
  opacity: 0.7;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up {
  background: none;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up:not(.active):after {
  display: none;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .frt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .frt:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  pointer-events: none;
  border-radius: 15px;
  border: 2px solid #febc38;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .frt:hover:after {
  opacity: 1;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .uploader-wrapper.vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .uploader-wrapper.vid .dropzone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .uploader-wrapper.vid .dropzone:before {
  display: none;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .uploader-wrapper.vid .dropzone .placeholder .ico {
  width: 22px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .uploader-wrapper.vid .dropzone .placeholder .ico {
    width: 24px;
    margin-bottom: 10px;
  }
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .uploader-wrapper.vid .dropzone .preview-container {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  will-change: transform;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.up .icon {
  transition: none;
  pointer-events: none;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card .plchldr {
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay .in-content .inner-content .cover-wrapper .cover-card .plchldr {
    font-size: 13px;
    line-height: 18px;
  }
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card .plchldr .icon {
  margin-bottom: 5px;
  width: 21px;
  height: 21px;
  background-image: url("/img/dashboard/tag_add.svg");
  opacity: 1;
  transform: scale(1);
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card:hover:after {
  opacity: 1;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.active {
  cursor: default;
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.active .icon {
  opacity: 1;
  transform: scale(1);
}
.content-overlay .in-content .inner-content .cover-wrapper .cover-card.active:after {
  opacity: 1;
}
.content-overlay.n-content .in-content > .inner-content {
  min-height: 470px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-content .in-content > .inner-content {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.n-content .in-content > .inner-content {
    min-height: 540px;
  }
}
.content-overlay.n-plan .toggle-wrapper {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-plan .toggle-wrapper {
    margin-top: 12px;
    margin-bottom: 18px;
  }
}
.content-overlay.n-plan .toggle-wrapper .toggle-outer {
  margin-top: 12px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-plan .toggle-wrapper .toggle-outer {
    margin-top: 16px;
  }
}
.content-overlay.n-plan .toggle-wrapper .toggle-outer .items span {
  padding: 10px 18px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-plan .toggle-wrapper .toggle-outer .items span {
    padding: 12px 22px;
  }
}
.content-overlay.n-plan .slider-wrapper {
  margin-top: 10px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-plan .slider-wrapper {
    margin-top: 12px;
  }
}
.content-overlay.sub-plan .in-content {
  max-width: none;
  width: auto;
  background: none;
}
.content-overlay.sub-plan .in-content .head {
  justify-content: center;
}
.content-overlay.sub-plan .in-content .plan-preview {
  width: 100%;
  align-items: center;
}
.content-overlay.sub-plan .in-content .plan-preview .preview {
  width: auto;
  background: linear-gradient(0deg, rgba(244,244,244,0.05), rgba(244,244,244,0.05)), #1b1b1b;
  border-radius: 25px;
  box-shadow: 0px 4px 50px rgba(0,0,0,0.2);
  padding: 40px 45px;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview {
    padding: 50px 60px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview h5 {
  margin-bottom: 7px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview h5 {
    margin-bottom: 10px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview p {
  max-width: 240px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview p {
    max-width: 260px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview p {
    max-width: 270px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview ul {
  margin: 20px 0 24px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview ul {
    margin: 24px 0 28px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview ul li {
    margin-bottom: 15px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview ul li:last-child {
  margin-bottom: 0;
}
.content-overlay.sub-plan .in-content .plan-preview .preview ul li .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  position: relative;
  transition: 0.25s ease-in-out;
  background: #febc38;
  border-radius: 50%;
  margin-right: 12px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview ul li .ico {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview ul li .ico {
    width: 30px;
    height: 30px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview ul li .ico svg {
  width: 50%;
  height: 50%;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview ul li .ico svg {
    top: -1px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview .btn {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview .btn {
    margin-bottom: 18px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview .price-tag {
  display: flex;
  align-items: baseline;
}
.content-overlay.sub-plan .in-content .plan-preview .preview .price-tag .b {
  font-size: 28px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview .price-tag .b {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview .price-tag .b {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview .price-tag .b {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview .price-tag .b {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview .price-tag .b {
    font-size: 22px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .preview .trial-cap {
  color: rgba(255,255,255,0.4);
  font-size: 11px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview .trial-cap {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.sub-plan .in-content .plan-preview .preview .trial-cap {
    font-size: 13px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .switcher {
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-top: 14px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.sub-plan .in-content .plan-preview .switcher {
    margin-top: 18px;
  }
}
.content-overlay.sub-plan .in-content .plan-preview .switcher .switch {
  display: flex;
  margin: 0 10px 0 8px;
  cursor: pointer;
}
.content-overlay.sub-plan .in-content .plan-preview .switcher .switch .dot {
  transition: 0.2s ease-in-out;
}
.content-overlay.sub-plan .in-content .plan-preview .switcher .switch.tgld .dot {
  transform: translateX(30px);
}
.content-overlay.sub-plan .in-content .plan-preview .switcher span {
  color: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.content-overlay.sub-plan .in-content .plan-preview .switcher span:hover {
  color: rgba(255,255,255,0.4);
}
.content-overlay.sub-plan .in-content .plan-preview .switcher span.active {
  color: #febc38;
  pointer-events: none;
}
.content-overlay.n-row .in-content {
  max-width: 610px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-row .in-content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.n-row .in-content {
    max-width: 720px;
  }
}
.content-overlay.n-row .in-content .inner-content > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.content-overlay.n-row .in-content .inner-content .slider-wrapper {
  margin-top: 5px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-row .in-content .inner-content .slider-wrapper {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.content-overlay.n-row .in-content .inner-content .m-pick .all-outer {
  overflow: hidden;
}
.content-overlay.n-row .in-content .inner-content .m-pick .all {
  width: 100%;
  height: 270px;
  overflow-y: scroll;
  padding-right: 18px;
  box-sizing: content-box;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-row .in-content .inner-content .m-pick .all {
    height: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.n-row .in-content .inner-content .m-pick .all {
    height: 340px;
  }
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card {
  max-width: 32%;
  width: 100%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  will-change: transform;
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card:nth-child(3n) {
  margin-right: 0;
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 -100%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  opacity: 0.8;
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card .pic {
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card .cap-title {
  position: relative;
  z-index: 1;
  line-height: 16px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card .cap-title {
    line-height: 18px;
  }
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card .hvr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(254,188,56,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease-in-out 0.15s;
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card .hvr .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: 0.25s ease-in-out;
  opacity: 0;
  transform: scale(0.8);
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card .hvr .ico svg {
  width: 100%;
  height: 100%;
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card:hover .pic {
  transform: scale(1.06);
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card:hover .hvr {
  background: rgba(254,188,56,0.18);
  transition: background 0.2s ease-in-out;
}
.content-overlay.n-row .in-content .inner-content .m-pick .all .snap-card:hover .hvr .ico {
  opacity: 1;
  transform: scale(1);
  transition: 0.25s ease-in-out 0.15s;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected {
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: -18px;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards {
  display: flex;
  width: 100%;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards span {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 110px;
  border-radius: 15px;
  margin-right: 8px;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards span {
    width: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards span {
    width: 130px;
  }
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards span:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards span:nth-child(1) {
  background: rgba(255,255,255,0.12);
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards span:nth-child(2) {
  background: rgba(255,255,255,0.09);
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards span:nth-child(3) {
  background: rgba(255,255,255,0.06);
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .placeholder-cards span:nth-child(4) {
  background: rgba(255,255,255,0.03);
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 110px;
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  margin-right: 8px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card {
    width: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card {
    width: 130px;
  }
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 -100%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  opacity: 0.8;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .tp,
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .btm {
  display: flex;
  width: 100%;
  position: absolute;
  padding: 0 10px;
  left: 0;
  z-index: 1;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .tp {
  padding-top: 8px;
  top: 0;
  align-items: center;
  justify-content: space-between;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .tp .num-tag {
  width: 18px;
  height: 18px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background: linear-gradient(274deg, #f3ca54 12%, #ffbb36 82%);
  color: #000;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .tp .del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .tp .del svg {
  width: 100%;
  height: 100%;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .tp .del:hover {
  opacity: 0.7;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .btm {
  padding-bottom: 8px;
  bottom: 0;
  align-items: flex-start;
}
.content-overlay.n-row .in-content .inner-content .m-pick .btm-ovr .selected .selection .sml-card .btm .cap-title {
  font-size: 12px;
  line-height: 1;
}
.resp-mess {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .resp-mess {
    display: flex;
  }
}
.resp-mess .caption {
  font-size: 46px;
  line-height: 1.4;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.3s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.3s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.3s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.3s;
}
@media only screen and (max-width: 480px) {
  .resp-mess .caption {
    font-size: 38px;
  }
}
.resp-mess p {
  max-width: 440px;
  margin: 8px 0 24px;
  text-align: center;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.4s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.4s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.4s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.4s;
}
.resp-mess .btn {
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.5s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.5s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.5s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.5s;
}
.btn {
  display: flex;
  justify-content: center;
  outline: 0 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 15px 26px;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  .btn {
    font-size: 15px;
    padding: 16px 28px;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 14px 24px;
  }
}
@media only screen and (max-width: 480px) {
  .btn {
    font-size: 13px;
    padding: 12px 20px;
    border-radius: 10px;
  }
}
.btn.main {
  background: #ffbb36;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  color: #000;
}
.btn.pnk {
  background: linear-gradient(279.85deg, rgba(0,0,0,0.28) 0%, rgba(255,255,255,0.28) 100%), #ff006b;
  background-blend-mode: overlay, normal;
  color: #fff;
}
.btn.lgt {
  background: rgba(255,255,255,0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: background 0.2s ease-in-out;
}
.btn.lgt:hover {
  background: rgba(255,255,255,0.1);
}
.btn.drk {
  background: #191919;
  color: #fff;
  transition: color 0.2s ease-in-out;
}
.btn.drk:hover {
  color: rgba(255,255,255,0.8);
}
.btn.bck {
  background: #323232;
  color: #fff;
  transition: color 0.2s ease-in-out;
}
.btn.bck:hover {
  color: rgba(255,255,255,0.8);
}
.btn.lrg {
  padding: 20px 30px;
}
@media only screen and (min-width: 1440px) {
  .btn.lrg {
    padding: 21px 32px;
  }
}
@media only screen and (max-width: 768px) {
  .btn.lrg {
    padding: 18px 28px;
  }
}
@media only screen and (max-width: 480px) {
  .btn.lrg {
    padding: 16px 24px;
  }
}
.btn.lrg.min-lrg {
  min-width: 170px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn.lrg.min-lrg {
    min-width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .btn.lrg.min-lrg {
    min-width: 130px;
  }
}
.btn .hvr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f3ca54 0%, #ffbb36 100%);
  pointer-events: none;
  transform: rotate(45deg) scaleY(0);
  transition: 0.35s ease-in-out;
}
.btn .txt {
  position: relative;
  will-change: transform;
}
.btn.cart {
  padding: 12px 12px 10px 18px;
  font-size: 13px;
  overflow: visible;
}
@media only screen and (min-width: 1440px) {
  .btn.cart {
    font-size: 14px;
    padding: 13px 14px 11px 20px;
  }
}
.btn.cart .prw {
  display: flex;
  align-items: center;
}
.btn.cart .prw .ctnt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btn.cart .prw .ctnt > span:first-child {
  margin-bottom: 3px;
}
.btn.cart .prw .ctnt .prce {
  font-size: 21px;
}
@media only screen and (min-width: 1440px) {
  .btn.cart .prw .ctnt .prce {
    font-size: 23px;
  }
}
.btn.cart .prw .arw {
  margin-left: 14px;
  width: 18px;
  height: 8px;
  background-image: url("/img/arw_dwn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .btn.cart .prw .arw {
    width: 20px;
    height: 9px;
    margin-left: 18px;
  }
}
.btn.cart .extend {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffbb36;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  padding: 24px 14px 22px 18px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 260px;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 1440px) {
  .btn.cart .extend {
    padding: 26px 16px 24px 20px;
  }
}
.btn.cart .extend .cap-title {
  font-size: 21px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1440px) {
  .btn.cart .extend .cap-title {
    font-size: 23px;
    margin-bottom: 28px;
  }
}
.btn.cart .extend .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}
.btn.cart .extend .line .price {
  margin-left: 50px;
}
.btn.cart .extend .line .price-outer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.btn.cart .extend .line .price-outer .prce {
  font-size: 21px;
}
@media only screen and (min-width: 1440px) {
  .btn.cart .extend .line .price-outer .prce {
    font-size: 23px;
  }
}
.btn.cart .extend .line:last-child {
  margin-bottom: 0;
}
.btn.cart .extend .line.w-price {
  line-height: 1;
  align-items: center;
  margin-top: -10px;
}
.btn.cart:hover .prw .arw {
  opacity: 0.5;
}
.btn.cart.active .prw .arw {
  transform: rotate(180deg);
}
.btn.cart.active .extend {
  opacity: 1;
  pointer-events: auto;
}
.btn:hover .hvr {
  transform: rotate(45deg) scaleY(3);
}
.btn.gbck:hover .hvr {
  transform: rotate(45deg) scaleY(4);
}
header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 28px 0;
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 26px 0;
  }
}
@media only screen and (max-width: 480px) {
  header {
    padding: 20px 0;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .container .logo {
  display: flex;
  align-items: center;
}
header .container .logo span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .container .logo span.shape {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background-image: url("/img/logo.svg");
}
@media only screen and (min-width: 1440px) {
  header .container .logo span.shape {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1600px) {
  header .container .logo span.shape {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  header .container .logo span.shape {
    width: 36px;
    height: 36px;
  }
}
header .container .logo span.text {
  width: 60px;
  height: 40px;
  background-image: url("/img/logo_text.svg");
}
@media only screen and (min-width: 1440px) {
  header .container .logo span.text {
    width: 66px;
    height: 44px;
  }
}
@media only screen and (min-width: 1600px) {
  header .container .logo span.text {
    width: 72px;
    height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  header .container .logo span.text {
    width: 54px;
    height: 36px;
  }
}
header .container .btn.dsbld {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header.dft {
  -webkit-animation: slidedown 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 3.25s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 3.25s;
          animation: slidedown 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 3.25s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 3.25s;
  -webkit-backdrop-filter: saturate(180%) blur(20px) opacity(0);
          backdrop-filter: saturate(180%) blur(20px) opacity(0);
  background: rgba(20,20,20,0);
  transition: 0.3s ease-in-out;
}
header.dft .container .logo {
  will-change: transform;
  transform: translateX(-48px);
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  header.dft .container .logo {
    transform: translateX(-52px);
  }
}
@media only screen and (min-width: 1600px) {
  header.dft .container .logo {
    transform: translateX(-56px);
  }
}
header.dft .container .logo span.shape {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header.dft.full {
  -webkit-backdrop-filter: saturate(180%) blur(20px) opacity(1);
          backdrop-filter: saturate(180%) blur(20px) opacity(1);
  background: rgba(20,20,20,0.8);
}
header.dft.full .container .logo {
  transform: translateX(0);
}
header.dft.full .container .logo span.shape {
  opacity: 1;
}
header.confi {
  top: 0;
  padding: 22px 0;
  z-index: 30;
  -webkit-animation: slidedown 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.5s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.5s;
          animation: slidedown 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.5s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.5s;
}
@media only screen and (min-width: 1440px) {
  header.confi {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1024px) {
  header.confi {
    display: none !important;
  }
}
header.confi .step-wrapper {
  display: flex;
  align-items: center;
}
header.confi .step-wrapper .step-outer {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
header.confi .step-wrapper .step-outer .shape {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.confi .step-wrapper .step-outer .shape .main {
  display: flex;
  width: 36px;
  height: 36px;
  background-image: url("/img/hexa.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.12;
  transition: opacity 0.2s ease-in-out;
}
header.confi .step-wrapper .step-outer .shape .inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
header.confi .step-wrapper .step-outer .shape .inner .num {
  color: #f9c346;
  font-size: 16px;
  line-height: 1;
  transition: color 0.2s ease-in-out;
}
header.confi .step-wrapper .step-outer .shape .inner .checker {
  display: flex;
  width: 15px;
  height: 15px;
  background-image: url("/img/check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(8px);
  opacity: 0;
}
header.confi .step-wrapper .step-outer .txt {
  font-size: 14px;
  line-height: 1;
  text-indent: 9px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out, width 0.3s ease-in-out 0.1s;
}
@media only screen and (min-width: 1440px) {
  header.confi .step-wrapper .step-outer .txt {
    font-size: 15px;
  }
}
header.confi .step-wrapper .step-outer:hover .shape .main {
  opacity: 0.2;
}
header.confi .step-wrapper .step-outer.done .inner .num {
  opacity: 0;
  transform: translateY(-8px);
}
header.confi .step-wrapper .step-outer.done .inner .checker {
  opacity: 1;
  transform: translateY(0);
}
header.confi .step-wrapper .step-outer.current {
  pointer-events: none;
}
header.confi .step-wrapper .step-outer.current .shape .main {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.3s;
}
header.confi .step-wrapper .step-outer.current .shape .inner .num {
  transition: color 0.2s ease-in-out 0.3s;
  color: #191818;
}
header.confi .step-wrapper .step-outer.current .txt {
  opacity: 1;
  transition: opacity 0.25s ease-in-out 0.3s, width 0.3s ease-in-out 0.1s;
}
header.confi .step-wrapper .sep-dots {
  display: flex;
  margin: 0 14px;
}
header.confi .step-wrapper .sep-dots span {
  width: 4px;
  height: 4px;
  background: #f9c346;
  border-radius: 50%;
  opacity: 0.3;
  margin-right: 4px;
}
@media only screen and (max-width: 1439px) {
  header.confi .step-wrapper .sep-dots span:first-child {
    display: none;
  }
}
header.confi .step-wrapper .sep-dots span:last-child {
  margin-right: 0;
}
header.confi .step-wrapper.rdy .step-outer .txt {
  width: 0;
}
header.confi .step-wrapper.rdy .step-outer:not(.current) .txt {
  width: 0 !important;
}
header.confi .btn.dslbd {
  opacity: 0;
  pointer-events: none;
}
nav.prvw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 20px 0;
}
@media only screen and (min-width: 1440px) {
  nav.prvw {
    padding: 22px 0;
  }
}
@media only screen and (min-width: 1600px) {
  nav.prvw {
    padding: 24px 0;
  }
}
nav.prvw:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #141414;
  background: linear-gradient(0deg, rgba(20,20,20,0) 10%, #141414 150%);
  opacity: 0.5;
}
nav.prvw .bg-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: top;
  will-change: transform;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0.55, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px) opacity(1);
          backdrop-filter: saturate(180%) blur(20px) opacity(1);
  background: rgba(20,20,20,0.8);
  transform: scaleY(0);
}
nav.prvw .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
nav.prvw .container .lft {
  display: flex;
  align-items: center;
}
nav.prvw .container .logo {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1440px) {
  nav.prvw .container .logo {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  nav.prvw .container .logo {
    margin-right: 60px;
  }
}
nav.prvw .container .logo img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 34px;
}
@media only screen and (min-width: 1440px) {
  nav.prvw .container .logo img {
    max-width: 150px;
    max-height: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  nav.prvw .container .logo img {
    max-width: 160px;
    max-height: 40px;
  }
}
nav.prvw .container ul {
  display: flex;
  align-items: center;
}
nav.prvw .container ul.lnks li {
  margin-right: 20px;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  nav.prvw .container ul.lnks li {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  nav.prvw .container ul.lnks li {
    margin-right: 30px;
  }
}
nav.prvw .container ul.lnks li:last-child {
  margin-right: 0;
}
nav.prvw .container ul.lnks li:hover {
  color: #fff;
}
nav.prvw .container ul.lnks li.active {
  color: #fff;
  cursor: default;
  font-weight: 700;
}
nav.prvw .container ul.socials li {
  width: 22px;
  height: 22px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  nav.prvw .container ul.socials li {
    width: 24px;
    height: 24px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  nav.prvw .container ul.socials li {
    width: 26px;
    height: 26px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  nav.prvw .container ul.socials li {
    width: 18px;
    height: 18px;
  }
}
nav.prvw .container ul.socials li:last-child {
  margin-right: 0;
}
nav.prvw .container ul.socials li svg {
  width: 100%;
  height: 100%;
}
footer {
  position: relative;
  padding: 30px 0 50px;
}
@media only screen and (min-width: 1440px) {
  footer {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 20px 0 40px;
  }
}
footer .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container .content .pwr {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1440px) {
  footer .container .content .pwr {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .container .content .pwr {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 600px) {
  footer .container .content .pwr {
    margin-bottom: 24px;
  }
}
footer .container .content .pwr .lft .dots {
  display: flex;
  width: 38px;
  background-image: url("/img/logo_dots.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  footer .container .content .pwr .lft .dots {
    width: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .container .content .pwr .lft .dots {
    width: 42px;
  }
}
@media only screen and (max-width: 600px) {
  footer .container .content .pwr .lft .dots {
    width: 32px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .content .pwr .lft .dots {
    width: 26px;
  }
}
footer .container .content .pwr .lft .dots:before {
  content: '';
  display: block;
  padding-top: 146%;
}
footer .container .content .pwr .rgt {
  margin-left: 8px;
  position: relative;
}
footer .container .content .pwr .rgt .caption {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  transform: translateY(-100%);
}
@media only screen and (min-width: 1440px) {
  footer .container .content .pwr .rgt .caption {
    font-size: 15px;
    line-height: 22px;
    top: -6px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .container .content .pwr .rgt .caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  footer .container .content .pwr .rgt .caption {
    font-size: 13px;
    top: -2px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .content .pwr .rgt .caption {
    font-size: 11px;
    top: 0;
  }
}
footer .container .content .pwr .rgt .name {
  display: flex;
  width: 230px;
  background-image: url("/img/logo_name.svg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  footer .container .content .pwr .rgt .name {
    width: 240px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .container .content .pwr .rgt .name {
    width: 260px;
  }
}
@media only screen and (max-width: 600px) {
  footer .container .content .pwr .rgt .name {
    width: 210px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .content .pwr .rgt .name {
    width: 190px;
  }
}
footer .container .content .pwr .rgt .name:before {
  content: '';
  display: block;
  padding-top: 9%;
}
footer .container .content .cr {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  footer .container .content .cr {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .content .cr {
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
    max-width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .content .cr span:first-child {
    margin-bottom: 18px;
  }
}
footer .container .content .cr .spr {
  opacity: 0.25;
  margin: 0 10px;
}
@media only screen and (max-width: 480px) {
  footer .container .content .cr .spr {
    display: none;
  }
}
main.home {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main.home .scroll-outer .inner-scroll {
  overflow: hidden;
}
main.home section .title {
  display: flex;
  flex-direction: column;
}
main.home section .title > span:nth-child(2) {
  transition-delay: 0.1s;
}
section.main-intro {
  padding: 320px 0 30px;
  transition: transform 0.8s cubic-bezier(0.2, 0.6, 0.34, 1);
}
@media only screen and (min-width: 1440px) {
  section.main-intro {
    padding: 350px 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  section.main-intro {
    padding: 380px 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  section.main-intro {
    padding: 280px 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  section.main-intro {
    padding: 260px 0 20px;
  }
}
section.main-intro .hex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 54%;
  transform: translateY(-68%) scale(1);
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.2, 0.6, 0.34, 1);
}
@media only screen and (min-width: 1440px) {
  section.main-intro .hex-wrapper {
    top: 58%;
    transform: translateY(-70%) scale(1);
  }
}
@media only screen and (max-width: 768px) {
  section.main-intro .hex-wrapper {
    width: 112%;
    left: -6%;
  }
}
@media only screen and (max-width: 600px) {
  section.main-intro .hex-wrapper {
    width: 120%;
    left: -10%;
  }
}
@media only screen and (max-width: 480px) {
  section.main-intro .hex-wrapper {
    width: 160%;
    left: -30%;
    top: 45%;
  }
}
section.main-intro .hex-wrapper .col {
  flex: 0 0 15%;
  margin: 0 -18px;
}
@media only screen and (min-width: 1440px) {
  section.main-intro .hex-wrapper .col {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 1024px) {
  section.main-intro .hex-wrapper .col {
    margin: 0 -14px;
  }
}
@media only screen and (max-width: 768px) {
  section.main-intro .hex-wrapper .col {
    margin: 0 -11px;
  }
}
@media only screen and (max-width: 600px) {
  section.main-intro .hex-wrapper .col {
    margin: 0 -1.3%;
  }
}
section.main-intro .hex-wrapper .hex {
  display: flex;
  width: 100%;
  margin-bottom: -12px;
  align-items: center;
  justify-content: center;
  position: relative;
  will-change: transform, opacity;
}
@media only screen and (max-width: 1024px) {
  section.main-intro .hex-wrapper .hex {
    margin-bottom: -8px;
  }
}
@media only screen and (max-width: 768px) {
  section.main-intro .hex-wrapper .hex {
    margin-bottom: -6px;
  }
}
@media only screen and (max-width: 600px) {
  section.main-intro .hex-wrapper .hex {
    margin-bottom: -5px;
  }
}
section.main-intro .hex-wrapper .hex:before {
  content: '';
  display: block;
  padding-top: 100%;
}
section.main-intro .hex-wrapper .hex svg {
  width: 100%;
  height: auto;
}
section.main-intro .hex-wrapper .hex .in {
  width: 60%;
  height: 60%;
  display: flex;
  position: absolute;
  transform: translateY(2px);
}
section.main-intro .hex-wrapper .hex.hex-1 > svg {
  -webkit-animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 0.8s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 0.8s;
          animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 0.8s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 0.8s;
}
section.main-intro .hex-wrapper .hex.hex-1 .in svg {
  -webkit-animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1.15s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1.15s;
          animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1.15s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1.15s;
}
section.main-intro .hex-wrapper .hex.hex-2 {
  -webkit-animation: breath2 7s infinite 4s;
          animation: breath2 7s infinite 4s;
}
section.main-intro .hex-wrapper .hex.hex-2 > svg {
  -webkit-animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 0.95s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 0.95s;
          animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 0.95s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 0.95s;
}
section.main-intro .hex-wrapper .hex.hex-2b {
  -webkit-animation: breath 10s infinite 3s;
          animation: breath 10s infinite 3s;
}
section.main-intro .hex-wrapper .hex.hex-2b > svg {
  -webkit-animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1s;
          animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1s;
}
section.main-intro .hex-wrapper .hex.hex-3 {
  -webkit-animation: breath 12s infinite 5s;
          animation: breath 12s infinite 5s;
}
section.main-intro .hex-wrapper .hex.hex-3 > svg {
  -webkit-animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1.1s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1.1s;
          animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1.1s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1.1s;
}
section.main-intro .hex-wrapper .hex.hex-4 {
  -webkit-animation: breath2 9s infinite 6s;
          animation: breath2 9s infinite 6s;
}
section.main-intro .hex-wrapper .hex.hex-4 > svg {
  -webkit-animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1.25s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1.25s;
          animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1.25s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1.25s;
}
section.main-intro .hex-wrapper .hex.hex-5 {
  -webkit-animation: breath 8s infinite 3.5;
          animation: breath 8s infinite 3.5;
}
section.main-intro .hex-wrapper .hex.hex-5 > svg {
  -webkit-animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1.4s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1.4s;
          animation: scaleup 1s cubic-bezier(0, 0.7, 0.1, 1) both 1.4s, fade 1s cubic-bezier(0.5, 0, 0.2, 1) both 1.4s;
}
section.main-intro .container {
  position: relative;
}
section.main-intro .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.main-intro .container .content h2 span {
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 1.2s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 1.2s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 1.2s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 1.2s;
}
section.main-intro .container .content p {
  margin: 20px 0 30px;
  max-width: 600px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 3s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 3s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 3s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 3s;
}
@media only screen and (min-width: 1440px) {
  section.main-intro .container .content p {
    max-width: 620px;
  }
}
section.main-intro .container .content a {
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 3.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 3.1s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 3.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 3.1s;
}
section.main-intro.active .hex-wrapper {
  transform: translateY(-64%) scale(0.7);
}
@media only screen and (max-width: 768px) {
  section.main-intro.active .hex-wrapper {
    transform: translateY(-64%) scale(0.8);
  }
}
section.preview-intro {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  section.preview-intro {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  section.preview-intro {
    margin-bottom: 20px;
  }
}
section.preview-intro .preview {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: linear-gradient(0deg, rgba(244,244,244,0.08), rgba(244,244,244,0.08)), #141414;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 3.25s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 3.25s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 3.25s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 3.25s;
}
@media only screen and (min-width: 1440px) {
  section.preview-intro .preview {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1600px) {
  section.preview-intro .preview {
    max-width: 1080px;
  }
}
@media only screen and (max-width: 480px) {
  section.preview-intro .preview {
    border-radius: 15px;
  }
}
section.preview-intro .preview:before {
  content: '';
  display: block;
  padding-top: 59.1%;
}
section.preview-intro .preview .vid-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.intro {
  padding-top: 50px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  section.intro {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  section.intro {
    margin-bottom: 25px;
  }
}
section.interface .container .card-block {
  height: auto;
}
section.interface .container .card-block:before {
  content: '';
  display: block;
  padding-top: 57%;
}
@media only screen and (max-width: 600px) {
  section.interface .container .card-block:before {
    padding-top: 80%;
  }
}
@media only screen and (max-width: 480px) {
  section.interface .container .card-block:before {
    padding-top: 112%;
  }
}
section.interface .container .card-block .vid-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  section.interface .container .card-block .vid-wrapper video {
    -o-object-position: left;
       object-position: left;
  }
}
section.bus-content .container .card-block.split {
  height: auto;
}
section.bus-content .container .card-block.split .inner-card-block {
  display: flex;
  overflow: hidden;
  will-change: transform;
  height: auto;
}
section.bus-content .container .card-block.split .inner-card-block:before {
  content: '';
  display: block;
  padding-top: 118%;
}
section.bus-content .container .card-block.split .inner-card-block .vid-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.moni-gift .container .card-block.split {
  height: auto;
}
section.moni-gift .container .card-block.split .inner-card-block {
  display: flex;
  overflow: hidden;
  will-change: transform;
  height: auto;
}
section.moni-gift .container .card-block.split .inner-card-block:before {
  content: '';
  display: block;
  padding-top: 118%;
}
section.moni-gift .container .card-block.split .inner-card-block .vid-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.crystal .container .card-block {
  height: auto;
}
section.crystal .container .card-block:before {
  content: '';
  display: block;
  padding-top: 57%;
}
@media only screen and (max-width: 600px) {
  section.crystal .container .card-block:before {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 480px) {
  section.crystal .container .card-block:before {
    padding-top: 120%;
  }
}
section.crystal .container .card-block .vid-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  section.crystal .container .card-block .vid-wrapper video {
    -o-object-position: left;
       object-position: left;
  }
}
section.unified .container .card-block {
  height: auto;
}
section.unified .container .card-block .visu-outer {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  section.unified .container .card-block .visu-outer {
    width: 48%;
    top: -20px;
  }
}
@media only screen and (max-width: 600px) {
  section.unified .container .card-block .visu-outer {
    display: none;
  }
}
section.unified .container .card-block .visu-outer div {
  background-position: center right;
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  section.unified .container .card-block .visu-outer div {
    background-position: bottom right;
  }
}
section.unified .container .card-block .visu-outer div.desk {
  background-image: url("/img/devices/desktop.png");
  transition: transform 800ms cubic-bezier(0, 0.7, 0.1, 1) 0.6s, opacity 800ms cubic-bezier(0.5, 0, 0.2, 1) 0.6s;
}
section.unified .container .card-block .visu-outer div.tab {
  background-image: url("/img/devices/tablet.png");
  transition: transform 800ms cubic-bezier(0, 0.7, 0.1, 1) 0.45s, opacity 800ms cubic-bezier(0.5, 0, 0.2, 1) 0.45s;
}
section.unified .container .card-block .visu-outer div.mob {
  background-image: url("/img/devices/mobile.png");
  transition: transform 800ms cubic-bezier(0, 0.7, 0.1, 1) 0.3s, opacity 800ms cubic-bezier(0.5, 0, 0.2, 1) 0.3s;
}
section.unified .container .card-block .inner-content .sub-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}
@media only screen and (min-width: 1440px) {
  section.unified .container .card-block .inner-content .sub-content {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 600px) {
  section.unified .container .card-block .inner-content .sub-content {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 480px) {
  section.unified .container .card-block .inner-content .sub-content {
    margin-top: 38px;
  }
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 600px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 480px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap {
    margin-bottom: 30px;
  }
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap:last-child {
  margin-bottom: 0;
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap .cap {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (min-width: 1440px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .cap {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .cap {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .cap {
    font-size: 16px;
  }
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out {
  margin-top: 15px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 480px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out {
    margin-top: 12px;
  }
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img {
  margin-right: 18px;
  max-width: 100px;
  max-height: 54px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1440px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img {
    max-width: 110px;
    max-height: 58px;
  }
}
@media only screen and (max-width: 768px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img {
    max-width: 90px;
    max-height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img {
    max-width: 80px;
    max-height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img {
    max-width: 66px;
    max-height: 34px;
    margin-right: 14px;
  }
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img.ap-tv {
  margin-right: 12px;
}
@media only screen and (max-width: 480px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img.ap-tv {
    margin-right: 10px;
  }
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img.and {
  margin-right: 24px;
}
@media only screen and (min-width: 1440px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img.and {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 480px) {
  section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img.and {
    margin-right: 20px;
  }
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap .icos-out img:last-child {
  margin-right: 0;
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap:nth-child(1) {
  transition-delay: 0.2s;
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap:nth-child(2) {
  transition-delay: 0.3s;
}
section.unified .container .card-block .inner-content .sub-content .cat-wrap:nth-child(3) {
  transition-delay: 0.4s;
}
section.unified.show .container .card-block .visu-outer div {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
section.needs {
  margin-top: 20px;
  padding: 80px 0 70px;
}
@media only screen and (min-width: 1440px) {
  section.needs {
    margin-top: 24px;
    padding: 84px 0 54px;
  }
}
@media only screen and (max-width: 600px) {
  section.needs {
    margin-top: 10px;
    padding: 70px 0 50px;
  }
}
section.needs .needs-wrapper {
  margin-top: 80px;
  position: relative;
  transition-delay: 0.15s;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  section.needs .needs-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  section.needs .needs-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
  }
}
section.needs .needs-wrapper .needs-inner {
  width: 100%;
  position: relative;
}
section.needs .needs-wrapper .highlighter {
  position: absolute;
  height: calc(100% + 74px);
  width: calc(25% + 6px);
  background: rgba(244,244,244,0.04);
  top: -40px;
  right: calc(25% - 3px);
  border-radius: 25px;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .highlighter {
    height: calc(100% + 90px);
    top: -45px;
  }
}
@media only screen and (max-width: 768px) {
  section.needs .needs-wrapper .highlighter {
    display: none;
  }
}
section.needs .needs-wrapper .pre-table {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .pre-table {
    margin-bottom: 25px;
  }
}
section.needs .needs-wrapper .pre-table .row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.needs .needs-wrapper .pre-table .row .content {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 4px;
  font-size: 14px;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .pre-table .row .content {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  section.needs .needs-wrapper .pre-table .row .content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  section.needs .needs-wrapper .pre-table .row .content {
    flex: 0 0 27%;
  }
}
section.needs .needs-wrapper .pre-table .row .content .caption {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .pre-table .row .content .caption {
    font-size: 32px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  section.needs .needs-wrapper .pre-table .row .content .caption {
    font-size: 34px;
    margin-bottom: 16px;
  }
}
section.needs .needs-wrapper .pre-table .row .content p {
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .pre-table .row .content p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  section.needs .needs-wrapper .pre-table .row .content p {
    margin-bottom: 24px;
  }
}
section.needs .needs-wrapper .table {
  width: 100%;
  font-size: 14px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .table {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  section.needs .needs-wrapper .table {
    font-size: 16px;
  }
}
section.needs .needs-wrapper .table .row {
  display: flex;
  width: 100%;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  align-items: center;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .table .row {
    padding: 15px 0;
  }
}
section.needs .needs-wrapper .table .row .item {
  flex: 0 0 25%;
}
@media only screen and (max-width: 768px) {
  section.needs .needs-wrapper .table .row .item {
    line-height: 1.5;
    flex: 0 0 19%;
  }
}
section.needs .needs-wrapper .table .row .content {
  flex: 0 0 25%;
  color: #febc38;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  section.needs .needs-wrapper .table .row .content {
    flex: 0 0 27%;
  }
}
section.needs .needs-wrapper .table .row .content .check {
  display: flex;
  align-items: center;
}
section.needs .needs-wrapper .table .row .content.void {
  color: rgba(255,255,255,0.2);
}
section.needs .needs-wrapper .post-table {
  width: 100%;
  margin-top: 45px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .post-table {
    margin-top: 50px;
  }
}
section.needs .needs-wrapper .post-table .row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.needs .needs-wrapper .post-table .row .switcher {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
section.needs .needs-wrapper .post-table .row .switcher .switch {
  display: flex;
  margin: 0 10px 0 8px;
  cursor: pointer;
}
section.needs .needs-wrapper .post-table .row .switcher .switch .dot {
  transition: 0.2s ease-in-out;
}
section.needs .needs-wrapper .post-table .row .switcher .switch.tgld .dot {
  transform: translateX(30px);
}
section.needs .needs-wrapper .post-table .row .switcher span {
  color: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
section.needs .needs-wrapper .post-table .row .switcher span:hover {
  color: rgba(255,255,255,0.4);
}
section.needs .needs-wrapper .post-table .row .switcher span.active {
  color: #febc38;
  pointer-events: none;
}
section.needs .needs-wrapper .post-table .row .content {
  flex: 0 0 25%;
  text-align: center;
  padding: 0 4px;
  font-size: 14px;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .post-table .row .content {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  section.needs .needs-wrapper .post-table .row .content {
    flex: 0 0 27%;
  }
}
section.needs .needs-wrapper .post-table .row .content span {
  font-size: 30px;
}
@media only screen and (min-width: 1440px) {
  section.needs .needs-wrapper .post-table .row .content span {
    font-size: 32px;
  }
}
section.needs .m-needs-wrapper {
  width: 84%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper {
    width: 88%;
  }
}
section.needs .m-needs-wrapper .need-card {
  width: 100%;
  flex-shrink: 0;
  margin-right: 20px;
  padding: 20px 30px;
  background: rgba(244,244,244,0.08);
  border-radius: 25px;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card {
    border-radius: 15px;
  }
}
section.needs .m-needs-wrapper .need-card:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card {
    margin-right: 20px;
    padding: 15px 20px;
  }
}
section.needs .m-needs-wrapper .need-card .pre-table {
  padding-top: 6px;
  margin-bottom: 15px;
}
section.needs .m-needs-wrapper .need-card .pre-table .row .content {
  flex: 0 0 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
section.needs .m-needs-wrapper .need-card .pre-table .row .content .caption {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .pre-table .row .content .caption {
    font-size: 24px;
  }
}
section.needs .m-needs-wrapper .need-card .pre-table .row .content .l-outer {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .pre-table .row .content .l-outer {
    flex: 0 0 46%;
  }
}
section.needs .m-needs-wrapper .need-card .table {
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .table {
    font-size: 12px;
  }
}
section.needs .m-needs-wrapper .need-card .table .row {
  padding: 10px 0;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .table .row {
    padding: 8px 0;
  }
}
section.needs .m-needs-wrapper .need-card .table .row .item {
  flex: 0 0 60%;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .table .row .item {
    flex: 0 0 54%;
  }
}
section.needs .m-needs-wrapper .need-card .table .row .content {
  flex: 0 0 40%;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .table .row .content {
    flex: 0 0 46%;
  }
}
section.needs .m-needs-wrapper .need-card .table .row .content .check svg {
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .table .row .content .check svg {
    width: 20px;
    height: 20px;
  }
}
section.needs .m-needs-wrapper .need-card .post-table {
  margin-top: 25px;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .post-table {
    margin-top: 20px;
  }
}
section.needs .m-needs-wrapper .need-card .post-table .row {
  justify-content: space-between;
}
section.needs .m-needs-wrapper .need-card .post-table .row .switcher {
  display: flex;
  flex: 0 0 60%;
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .post-table .row .switcher {
    flex: 0 0 54%;
    font-size: 12px;
  }
}
section.needs .m-needs-wrapper .need-card .post-table .row .switcher .switch svg {
  width: 44px;
  height: 26px;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .post-table .row .switcher .switch svg {
    width: 35px;
    height: 20px;
  }
}
section.needs .m-needs-wrapper .need-card .post-table .row .content {
  flex: 0 0 40%;
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .post-table .row .content {
    flex: 0 0 46%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
section.needs .m-needs-wrapper .need-card .post-table .row .content span {
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  section.needs .m-needs-wrapper .need-card .post-table .row .content span {
    font-size: 22px;
  }
}
section.needs .m-needs-wrapper .need-card .pre-table,
section.needs .m-needs-wrapper .need-card .table,
section.needs .m-needs-wrapper .need-card .post-table {
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
}
section.needs .m-needs-wrapper .need-card.active .pre-table,
section.needs .m-needs-wrapper .need-card.active .table,
section.needs .m-needs-wrapper .need-card.active .post-table {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.25s;
}
section.more {
  margin-top: 50px;
}
@media only screen and (min-width: 1440px) {
  section.more {
    margin-top: 66px;
  }
}
section.more .container .content {
  position: relative;
}
section.more .container .content .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffbb36;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  border-radius: 25px;
}
@media only screen and (max-width: 480px) {
  section.more .container .content .sect-bg {
    border-radius: 15px;
  }
}
section.more .container .content .inner-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  section.more .container .content .inner-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section.more .container .content .inner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.more .container .content .inner-content h3 {
  align-items: flex-start;
}
section.more .container .content .inner-content .btm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 1440px) {
  section.more .container .content .inner-content .btm {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  section.more .container .content .inner-content .btm {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.more .container .content .inner-content .btm p {
  max-width: 660px;
}
@media only screen and (min-width: 1440px) {
  section.more .container .content .inner-content .btm p {
    max-width: 710px;
  }
}
@media only screen and (max-width: 1024px) {
  section.more .container .content .inner-content .btm p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  section.more .container .content .inner-content .btm p {
    max-width: 100%;
  }
}
section.more .container .content .inner-content .btm a {
  flex-shrink: 0;
  margin-left: 35px;
}
@media only screen and (max-width: 600px) {
  section.more .container .content .inner-content .btm a {
    margin-left: 0;
    margin-top: 25px;
  }
}
section.swarm {
  margin-top: 30px;
  margin-bottom: -560px;
  padding: 100px 0 100px;
}
@media only screen and (min-width: 1440px) {
  section.swarm {
    margin-bottom: -580px;
  }
}
@media only screen and (max-width: 768px) {
  section.swarm {
    margin-bottom: -500px;
  }
}
@media only screen and (max-width: 480px) {
  section.swarm {
    padding: 60px 0 90px;
    margin-bottom: -400px;
  }
}
section.swarm .top-waypoint {
  top: 180px;
}
section.swarm .container {
  position: relative;
}
section.swarm .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  section.swarm .container .content .h1 {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  section.swarm .container .content .h1 span.dft-up {
    transform: none !important;
    opacity: 1 !important;
  }
}
section.swarm .container .content p {
  margin: 20px 0 30px;
  max-width: 650px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 1440px) {
  section.swarm .container .content p {
    max-width: 680px;
  }
}
@media only screen and (min-width: 1600px) {
  section.swarm .container .content p {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  section.swarm .container .content p {
    max-width: 620px;
  }
}
section.swarm .hex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  top: -330px;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  section.swarm .hex-wrapper {
    top: -380px;
  }
}
@media only screen and (max-width: 1024px) {
  section.swarm .hex-wrapper {
    top: -280px;
  }
}
@media only screen and (max-width: 768px) {
  section.swarm .hex-wrapper {
    top: -200px;
  }
}
@media only screen and (max-width: 600px) {
  section.swarm .hex-wrapper {
    top: -150px;
  }
}
section.swarm .hex-wrapper .col {
  flex: 0 0 14%;
  margin: 0 -17px;
}
@media only screen and (min-width: 1440px) {
  section.swarm .hex-wrapper .col {
    margin: 0 -19px;
  }
}
@media only screen and (max-width: 1024px) {
  section.swarm .hex-wrapper .col {
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 768px) {
  section.swarm .hex-wrapper .col {
    margin: 0 -1.2%;
  }
}
@media only screen and (max-width: 480px) {
  section.swarm .hex-wrapper .col {
    margin: 0 -2.1%;
    flex: 0 0 24%;
  }
}
section.swarm .hex-wrapper .hex {
  display: flex;
  width: 100%;
  margin-bottom: -12px;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  section.swarm .hex-wrapper .hex {
    margin-bottom: -7px;
  }
}
@media only screen and (max-width: 768px) {
  section.swarm .hex-wrapper .hex {
    margin-bottom: -5px;
  }
}
section.swarm .hex-wrapper .hex:before {
  content: '';
  display: block;
  padding-top: 100%;
}
section.swarm .hex-wrapper .hex svg {
  width: 100%;
  height: auto;
}
section.swarm .hex-wrapper .hex .in {
  width: 56%;
  height: 56%;
  display: flex;
  position: absolute;
  transform: translateY(4px);
}
section.swarm .hex-wrapper .hex .in.w-img {
  transform: translateY(-2px);
  width: 68%;
  height: 68%;
  align-items: center;
  justify-content: center;
}
section.swarm .hex-wrapper .hex .in.w-img.cine {
  transform: translateY(4px);
}
section.swarm .hex-wrapper .hex .in.w-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
section.try {
  padding: 250px 0 280px;
}
@media only screen and (min-width: 1440px) {
  section.try {
    padding: 280px 0 310px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  section.try {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  section.try {
    padding: 250px 0 220px;
  }
}
@media only screen and (max-width: 768px) {
  section.try {
    padding: 280px 0 220px;
  }
}
@media only screen and (max-width: 600px) {
  section.try {
    padding: 320px 0 180px;
  }
}
@media only screen and (max-width: 480px) {
  section.try {
    padding: 200px 0 140px;
  }
}
section.try .top-waypoint {
  top: 260px;
}
section.try .hex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 44%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  section.try .hex-wrapper {
    top: 52%;
  }
}
@media only screen and (max-width: 768px) {
  section.try .hex-wrapper {
    top: 58%;
  }
}
@media only screen and (max-width: 600px) {
  section.try .hex-wrapper {
    top: 66%;
  }
}
section.try .hex-wrapper .col {
  flex: 0 0 14%;
  margin: 0 -17px;
}
@media only screen and (min-width: 1440px) {
  section.try .hex-wrapper .col {
    margin: 0 -19px;
  }
}
@media only screen and (max-width: 1024px) {
  section.try .hex-wrapper .col {
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 768px) {
  section.try .hex-wrapper .col {
    margin: 0 -1.2%;
  }
}
@media only screen and (max-width: 480px) {
  section.try .hex-wrapper .col {
    margin: 0 -2.1%;
    flex: 0 0 24%;
  }
}
section.try .hex-wrapper .hex {
  display: flex;
  width: 100%;
  margin-bottom: -12px;
}
@media only screen and (max-width: 1024px) {
  section.try .hex-wrapper .hex {
    margin-bottom: -7px;
  }
}
@media only screen and (max-width: 768px) {
  section.try .hex-wrapper .hex {
    margin-bottom: -5px;
  }
}
section.try .hex-wrapper .hex:before {
  content: '';
  display: block;
  padding-top: 100%;
}
section.try .hex-wrapper .hex svg {
  width: 100%;
  height: auto;
}
section.try .container {
  position: relative;
}
section.try .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.try .container .content p {
  margin: 20px 0 30px;
  max-width: 600px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 1440px) {
  section.try .container .content p {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1600px) {
  section.try .container .content p {
    max-width: 640px;
  }
}
@media only screen and (max-width: 768px) {
  section.try .container .content p {
    max-width: 550px;
  }
}
section.try .container .content a {
  transition-delay: 0.3s;
}
main.config {
  padding: 130px 0 46px;
}
@media only screen and (min-width: 1440px) {
  main.config {
    padding: 146px 0 50px;
  }
}
@media only screen and (min-width: 1600px) {
  main.config {
    padding: 150px 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  main.config {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.config-wrapper {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper {
    font-size: 16px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  section.config-wrapper {
    display: none !important;
  }
}
section.config-wrapper .container {
  display: flex;
  justify-content: flex-start;
  position: relative;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.3s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.3s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.3s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.3s;
  z-index: 1;
}
section.config-wrapper .container .step-content {
  display: flex;
  flex-direction: column;
  max-width: calc(30% + 40px);
  width: 100%;
  padding: 0 20px;
  padding-top: 15px;
  margin-left: -20px;
  position: absolute;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content {
    max-width: calc(30% + 48px);
    padding: 0 24px;
    padding-top: 20px;
    margin-left: -24px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .container .step-content {
    padding-top: 25px;
    max-width: calc(31% + 48px);
  }
}
section.config-wrapper .container .step-content .intro-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .intro-block {
    margin-bottom: 44px;
  }
}
section.config-wrapper .container .step-content .intro-block p {
  margin-top: 10px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .intro-block p {
    margin-top: 14px;
  }
}
section.config-wrapper .container .step-content .step-inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.config-wrapper .container .step-content .step-inner-content .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .input-wrapper {
    margin-bottom: 18px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .input-wrapper:last-child {
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .input-wrapper .placeholder {
  position: absolute;
  color: rgba(255,255,255,0.4);
  left: 18px;
  pointer-events: none;
  transition: 0.15s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .input-wrapper .placeholder {
    left: 20px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .input-wrapper input {
  width: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 26px 18px 12px;
  color: #fac143;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .input-wrapper input {
    padding: 30px 20px 13px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .input-wrapper input:hover {
  background: rgba(255,255,255,0.07);
}
section.config-wrapper .container .step-content .step-inner-content .input-wrapper.active .placeholder {
  transform: translateY(-10px);
  font-size: 11px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .input-wrapper.active .placeholder {
    transform: translateY(-11px);
    font-size: 12px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .input-wrapper.active input {
  background: rgba(255,255,255,0.07);
}
section.config-wrapper .container .step-content .step-inner-content .split-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .split-input {
    margin-bottom: 18px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .split-input:last-child {
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .split-input .input-wrapper {
  max-width: 48%;
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper {
  position: relative;
  padding: 15px 24px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper {
    margin-bottom: 18px;
    padding: 17px 25px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper:last-child {
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper.bgr {
  padding: 17px 24px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper.bgr {
    padding: 19px 25px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  will-change: transform;
  transition: background 0.25s ease-in-out;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c251a;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out 0.1s;
  will-change: transform;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content {
  position: relative;
  display: flex;
  align-items: center;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .chckr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .chckr .ibg {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .chckr .ibg {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .chckr .ibg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  transform: scale(0.2);
  opacity: 0;
  border-radius: 10px;
  transition: 0.4s cubic-bezier(0.88, 0.01, 0.38, 1.22) 0.15s;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .chckr .ibg:before {
    border-radius: 12px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .chckr .ico {
  display: flex;
  align-items: center;
  position: absolute;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .chckr .ico svg path {
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
  transition: 0.35s ease-in-out;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 14px;
  position: relative;
  top: 1px;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .inner-content .item {
  font-size: 18px;
  line-height: 1;
  transition: color 0.2s ease-in-out 0.15s;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .inner-content .item {
    font-size: 20px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .inner-content .caption {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 5px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .inner-content .caption {
    font-size: 14px;
    margin-top: 6px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .price-cap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5px;
  line-height: 1.1;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .price-cap {
    margin-left: 8px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .price-cap .big {
  font-size: 24px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .price-cap .big {
    font-size: 26px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .price-cap .sml {
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .select-wrapper .content .price-cap .sml {
    font-size: 14px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper.wprce .content .inner-content .item {
  width: 94%;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper:hover .bg {
  background: rgba(255,255,255,0.07);
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper.active .bg:before {
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper.active .content .chckr .ibg:before {
  opacity: 1;
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.88, 0.01, 0.38, 1.22);
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper.active .content .chckr .ico svg path {
  stroke-dashoffset: 0;
  transition: 0.35s ease-in-out 0.2s;
}
section.config-wrapper .container .step-content .step-inner-content .select-wrapper.active .content .inner-content .item {
  color: #fac143;
  transition: color 0.2s ease-in-out;
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper {
    margin-bottom: 28px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper:last-child {
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .caption {
  color: #fac143;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .caption {
    font-size: 19px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer {
  margin-top: 7px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer {
    margin-top: 9px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer .toggler {
  position: absolute;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer .items {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  line-height: 1.3;
  font-size: 13px;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer .items {
    font-size: 14px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer .items span {
  width: 33.3%;
  padding: 18px 0;
  transition: color 0.2s ease-in-out 0.05s, opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer .items span {
    padding: 20px 0;
  }
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer .items span:hover {
  opacity: 0.7;
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper .toggle-outer .items span.active {
  color: #000;
  opacity: 1;
  transition: color 0.2s ease-in-out 0.05s, opacity 0.2s ease-in-out 0.05s;
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper.multi .toggler {
  height: calc(50% - 6px);
}
section.config-wrapper .container .step-content .step-inner-content .toggle-wrapper.multi .items {
  flex-wrap: wrap;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper {
  width: 100%;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  z-index: 6;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .picker-wrapper {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .container .step-content .step-inner-content .picker-wrapper {
    max-width: 250px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper:last-child {
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .caption {
  color: #fac143;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .caption {
    font-size: 19px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper.active .picker-outer {
  background: #2c2c2c !important;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper.active .picker-outer .vc-chrome {
  background: #2c2c2c !important;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer {
  margin-top: 7px;
  position: relative;
  width: 100%;
  background: #2c2c2c;
  border-radius: 12px;
  padding: 8px;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer {
    margin-top: 9px;
    padding: 10px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer:hover {
  background: rgba(44,44,44,0.8);
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer:hover .vc-chrome {
  background: rgba(44,44,44,0.8);
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .dft-preview {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .dft-preview .lft {
  display: flex;
  align-items: center;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .dft-preview .lft .clr {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 2px solid rgba(255,255,255,0.2);
  background: #febc38;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .dft-preview .lft .txt {
  margin-left: 8px;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .dft-preview .arw {
  width: 12px;
  height: 7px;
  margin-right: 8px;
  background-image: url("/img/arw.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .dft-preview .arw {
    width: 13px;
    height: 8px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .dft-preview .arw.spin {
  transform: rotate(180deg);
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome {
  position: absolute;
  left: 0;
  padding: 10px 8px;
  background: #2c2c2c;
  width: calc(100% - 16px);
  box-shadow: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 1;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome {
    width: 220px;
    padding: 12px 10px;
    width: calc(100% - 20px);
  }
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-saturation-wrap {
  padding-bottom: 100%;
  border-radius: 9px;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-body {
  background: none;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-body {
    padding: 12px 0 0 0;
  }
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-body .vc-chrome-controls .vc-chrome-color-wrap {
  display: none !important;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-body .vc-chrome-controls .vc-chrome-sliders .vc-chrome-hue-wrap {
  margin-bottom: 0;
  height: 10px;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-body .vc-chrome-controls .vc-chrome-sliders .vc-chrome-hue-wrap .vc-hue--horizontal {
  border-radius: 4px;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-body .vc-chrome-controls .vc-chrome-sliders .vc-chrome-hue-wrap .vc-hue--horizontal .vc-hue-container .vc-hue-picker {
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-body .vc-chrome-controls .vc-chrome-sliders .vc-chrome-alpha-wrap {
  display: none !important;
}
section.config-wrapper .container .step-content .step-inner-content .picker-wrapper .picker-outer .vc-chrome .vc-chrome-body .vc-chrome-fields-wrap {
  display: none !important;
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  z-index: 4;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper {
    margin-bottom: 28px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper:last-child {
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .caption {
  color: #fac143;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .caption {
    font-size: 19px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer {
  margin-top: 8px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer {
    margin-top: 10px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .dft-preview {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 16px 20px;
  background: #2c2c2c;
  border-radius: 12px;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .dft-preview {
    padding: 17px 10px 17px 24px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .dft-preview .txt.inter {
  font-weight: 700;
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .dft-preview .arw {
  width: 12px;
  height: 7px;
  margin-right: 8px;
  background-image: url("/img/arw.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .dft-preview .arw {
    width: 13px;
    height: 8px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .dft-preview:hover {
  background: rgba(44,44,44,0.8);
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer {
  position: absolute;
  width: 100%;
  padding: 2px 20px;
  left: 0;
  top: calc(100% + 8px);
  cursor: default;
  box-shadow: 0px 0 40px rgba(0,0,0,0.3);
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer {
    padding: 3px 24px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  border-radius: 12px;
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .in {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .in .line {
  padding: 13px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .in .line {
    padding: 14px 0;
  }
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .in .line:last-child {
  border-bottom: none;
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .in .line .prev {
  font-size: 18px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .in .line .prev {
    font-size: 20px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .in .line:hover {
  color: rgba(255,255,255,0.5);
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper .fonts-outer .expand-outer .in .line.active {
  cursor: default;
  color: rgba(255,255,255,0.5);
}
section.config-wrapper .container .step-content .step-inner-content .fonts-wrapper.active .fonts-outer .dft-preview .arw {
  transform: rotate(180deg);
}
section.config-wrapper .container .step-content .step-inner-content .split-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.config-wrapper .container .step-content .step-inner-content .split-content > div {
  flex: 0 0 47%;
}
section.config-wrapper .container .step-content .step-inner-content .split-content > div:first-child {
  z-index: 7;
}
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper:last-child {
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .caption {
  color: #fac143;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .caption {
    font-size: 19px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .slider-outer {
  margin-top: 18px;
  position: relative;
  width: 100%;
}
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .slider-outer .noUi-target {
  background: rgba(255,255,255,0.1);
  box-shadow: none;
  border: none;
  height: 8px;
  border-radius: 10px;
}
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .slider-outer .noUi-handle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: 4px;
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: #ffbb36;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .slider-outer .noUi-handle {
    width: 38px;
    height: 38px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .slider-outer .noUi-handle:before,
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .slider-outer .noUi-handle:after {
  display: none;
}
section.config-wrapper .container .step-content .step-inner-content .slider-wrapper .slider-outer .noUi-handle .noUi-tooltip {
  transform: none;
  position: static;
  background: none;
  border: none;
  color: #000;
  font-weight: 800;
  border-radius: 0;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper {
    margin-bottom: 28px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper:last-child {
  margin-bottom: 0;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .caption {
  color: #fac143;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .caption {
    font-size: 19px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  border-radius: 12px;
  cursor: pointer;
  background: rgba(255,255,255,0.1);
  position: relative;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone {
    margin-top: 9px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone:hover,
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone.hover {
  background: rgba(254,188,56,0.1);
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone:hover .preview-container,
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone.hover .preview-container {
  opacity: 0.8;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone:hover .placeholder,
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone.hover .placeholder {
  opacity: 0.8;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone:before {
  content: '';
  display: block;
  padding-top: 84%;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .preview-container {
  position: absolute;
  transition: opacity 0.2s ease-in-out;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .clear {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #febc38;
  bottom: -15px;
  left: calc(50% - 15px);
  box-shadow: 0px 0 30px rgba(0,0,0,0.5);
  font-size: 22px;
  line-height: 0.7;
  transform: rotate(45deg);
  transition: background 0.2s ease-in-out;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .clear:hover {
  background: #feb219;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .placeholder .ico {
  width: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/up_icon.svg");
  margin-bottom: 14px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .placeholder .ico {
    width: 34px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .placeholder .ico:before {
  content: '';
  display: block;
  padding-top: 85%;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .placeholder .txt {
  font-size: 13px;
  line-height: 1.3;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper .dropzone .placeholder .txt {
    font-size: 14px;
  }
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper input {
  display: none;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper.logo .dropzone .preview-container {
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.config-wrapper .container .step-content .step-inner-content .uploader-wrapper.bg .dropzone .preview-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
section.config-wrapper .container .step-content .step-inner-content .nxt-out {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 14px 0;
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-animation: slideupsml 0.7s cubic-bezier(0, 0.7, 0.1, 1) both 0.45s, fade 0.7s cubic-bezier(0.5, 0, 0.2, 1) both 0.45s;
          animation: slideupsml 0.7s cubic-bezier(0, 0.7, 0.1, 1) both 0.45s, fade 0.7s cubic-bezier(0.5, 0, 0.2, 1) both 0.45s;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .nxt-out {
    margin-top: 20px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .container .step-content .step-inner-content .nxt-out {
    margin-top: 25px;
    padding: 16px 0;
  }
}
section.config-wrapper .container .step-content .step-inner-content .nxt-out .bgout {
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  background: rgba(20,20,20,0.94);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .step-content .step-inner-content .nxt-out .bgout {
    left: -24px;
    width: calc(100% + 48px);
  }
}
section.config-wrapper .container .step-content.fxd {
  overflow-y: scroll;
}
section.config-wrapper .container .step-content.fxd .nxt-out {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
section.config-wrapper .container .step-content.fxd .nxt-out .bgout {
  opacity: 1;
}
section.config-wrapper .container .step-content.fxd.pause {
  overflow-y: unset;
}
section.config-wrapper .container .bee-payment {
  position: absolute;
  right: -8%;
  top: 0;
  width: 70%;
  height: 400px;
  display: flex;
  align-items: center;
}
section.config-wrapper .container .bee-payment .hex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}
section.config-wrapper .container .bee-payment .hex-wrapper .col {
  flex: 0 0 15%;
  margin: 0 -1.2%;
}
section.config-wrapper .container .bee-payment .hex-wrapper .col .hex {
  display: flex;
  width: 100%;
  margin-bottom: -5px;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.config-wrapper .container .bee-payment .hex-wrapper .col .hex:before {
  content: '';
  display: block;
  padding-top: 100%;
}
section.config-wrapper .container .bee-payment .hex-wrapper .col .hex svg {
  width: 100%;
  height: auto;
}
section.config-wrapper .container .bee-payment .hex-wrapper .col .hex .in {
  width: 60%;
  height: 60%;
  display: flex;
  position: absolute;
  transform: translateY(4px);
}
section.config-wrapper .container .bee-payment .hex-wrapper .col .hex .in.w-img {
  align-items: center;
  justify-content: center;
  transform: none;
}
section.config-wrapper .container .bee-payment .hex-wrapper .col .hex .in.w-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
section.config-wrapper .container .congratz-step {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 176px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .congratz-step {
    min-height: calc(100vh - 196px);
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .container .congratz-step {
    min-height: calc(100vh - 200px);
  }
}
section.config-wrapper .container .congratz-step .back-vis {
  width: 80%;
  position: absolute;
  pointer-events: none;
  top: 0;
}
section.config-wrapper .container .congratz-step .back-vis:before {
  content: '';
  display: block;
  padding-top: 40%;
}
section.config-wrapper .container .congratz-step .back-vis div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.config-wrapper .container .congratz-step .back-vis div.one {
  background-image: url("/img/cloud1.svg");
  -webkit-animation: slideleftbig 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.4s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.4s;
          animation: slideleftbig 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.4s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.4s;
}
section.config-wrapper .container .congratz-step .back-vis div.two {
  background-image: url("/img/cloud2.svg");
  -webkit-animation: slideleftbig 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.5s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.5s;
          animation: slideleftbig 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.5s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.5s;
}
section.config-wrapper .container .congratz-step .back-vis div.three {
  background-image: url("/img/cloud3.svg");
  -webkit-animation: slideleftbig 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.6s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.6s;
          animation: slideleftbig 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.6s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.6s;
}
section.config-wrapper .container .congratz-step .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.config-wrapper .container .congratz-step .content .front-vis {
  width: 100%;
  max-width: 260px;
  margin-bottom: 28px;
  background-image: url("/img/congratz.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.7s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.7s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.7s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.7s;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .congratz-step .content .front-vis {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .container .congratz-step .content .front-vis {
    max-width: 340px;
    margin-bottom: 34px;
  }
}
section.config-wrapper .container .congratz-step .content .front-vis:before {
  content: '';
  display: block;
  padding-top: 86%;
}
section.config-wrapper .container .congratz-step .content .inn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.config-wrapper .container .congratz-step .content .inn-content .caption {
  font-size: 46px;
  line-height: 1.4;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.8s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.8s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.8s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.8s;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .congratz-step .content .inn-content .caption {
    font-size: 50px;
  }
}
section.config-wrapper .container .congratz-step .content .inn-content p {
  max-width: 340px;
  margin: 8px 0 24px;
  text-align: center;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.9s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.9s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.9s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.9s;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .container .congratz-step .content .inn-content p {
    max-width: 360px;
    margin: 10px 0 28px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .container .congratz-step .content .inn-content p {
    max-width: 380px;
  }
}
section.config-wrapper .container .congratz-step .content .inn-content .btn {
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 1s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 1s;
}
section.config-wrapper .preview {
  position: absolute;
  right: -12%;
  top: 0;
  width: 72%;
  max-width: 1300px;
  border-radius: 20px;
  max-height: calc(100vh - 176px);
  aspect-ratio: 1.72;
  display: flex;
  overflow: hidden;
  -webkit-animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.4s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.4s;
          animation: slideup 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.4s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.4s;
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview {
    width: 70%;
  }
}
@media only screen and (min-width: 2000px) {
  section.config-wrapper .preview {
    width: 68%;
    max-width: 1500px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview {
    max-width: 1700px;
  }
}
section.config-wrapper .preview:before {
  content: '';
  display: block;
  padding-top: 58%;
}
section.config-wrapper .preview .nav.hor {
  position: relative;
  flex: 0 0 auto;
}
section.config-wrapper .preview .nav.hor .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244,244,244,0.14);
  pointer-events: none;
  transition: 0.3s ease-in-out 0.1s;
}
section.config-wrapper .preview .nav.hor .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 30px 22px 30px 14px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content {
    padding: 32px 24px 32px 16px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content {
    padding: 34px 25px 34px 17px;
  }
}
section.config-wrapper .preview .nav.hor .content .company-logo {
  font-size: 14px;
  line-height: 1.1;
  width: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .company-logo {
    font-size: 15px;
    width: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .company-logo {
    font-size: 16px;
    width: 68px;
  }
}
section.config-wrapper .preview .nav.hor .content .company-logo .logo {
  display: flex;
}
section.config-wrapper .preview .nav.hor .content .company-logo .logo img {
  max-width: 42px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .company-logo .logo img {
    max-width: 46px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .company-logo .logo img {
    max-width: 50px;
  }
}
section.config-wrapper .preview .nav.hor .content .profile-wrapper {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding-left: 6px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper {
    margin-top: 30px;
    padding-left: 5px;
  }
}
section.config-wrapper .preview .nav.hor .content .profile-wrapper .avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper .avatar {
    width: 52px;
    height: 52px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper .avatar {
    width: 58px;
    height: 58px;
  }
}
section.config-wrapper .preview .nav.hor .content .profile-wrapper .avatar svg {
  width: 100%;
  height: auto;
}
section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos {
    margin-left: 12px;
  }
}
section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos .name {
  color: #fac346;
  font-size: 13px;
  line-height: 1;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos .name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos .name {
    font-size: 15px;
  }
}
section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos .more {
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.2;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos .more {
    font-size: 12px;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos .more {
    font-size: 13px;
    margin-top: 7px;
  }
}
section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos .name,
section.config-wrapper .preview .nav.hor .content .profile-wrapper .infos .more {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
section.config-wrapper .preview .nav.hor .content .nav-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 19px;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .nav-items {
    margin-top: 45px;
    padding-left: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .nav-items {
    margin-top: 50px;
  }
}
section.config-wrapper .preview .nav.hor .content .nav-items .item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .nav-items .item {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .nav-items .item {
    margin-bottom: 24px;
  }
}
section.config-wrapper .preview .nav.hor .content .nav-items .item:last-child {
  margin-bottom: 0;
}
section.config-wrapper .preview .nav.hor .content .nav-items .item .ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: sliderightsml 0.5s cubic-bezier(0, 0.7, 0.1, 1) both, fade 0.5s cubic-bezier(0.5, 0, 0.2, 1) both;
          animation: sliderightsml 0.5s cubic-bezier(0, 0.7, 0.1, 1) both, fade 0.5s cubic-bezier(0.5, 0, 0.2, 1) both;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .nav-items .item .ico {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .nav-items .item .ico {
    width: 26px;
    height: 26px;
  }
}
section.config-wrapper .preview .nav.hor .content .nav-items .item .caption {
  margin-left: 12px;
  font-size: 13px;
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.2s ease-in-out;
  color: rgba(255,255,255,0.5);
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .content .nav-items .item .caption {
    margin-left: 15px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .content .nav-items .item .caption {
    margin-left: 17px;
    font-size: 15px;
  }
}
section.config-wrapper .preview .nav.hor .content .nav-items .item.home .ico {
  background-image: url("/img/services/home.svg");
}
section.config-wrapper .preview .nav.hor .content .nav-items .item.home .caption {
  color: #fff;
}
section.config-wrapper .preview .nav.hor .content .nav-items .item.demand .ico {
  background-image: url("/img/services/demand.svg");
}
section.config-wrapper .preview .nav.hor .content .nav-items .item.live .ico {
  background-image: url("/img/services/live.svg");
}
section.config-wrapper .preview .nav.hor .content .nav-items .item.events .ico {
  background-image: url("/img/services/events.svg");
}
section.config-wrapper .preview .nav.hor .content .nav-items .item.replay .ico {
  background-image: url("/img/services/replay.svg");
}
section.config-wrapper .preview .nav.hor .content .nav-items .item.podcast .ico {
  background-image: url("/img/services/podcast.svg");
}
section.config-wrapper .preview .nav.hor .content .nav-items .item.fav .ico {
  background-image: url("/img/services/fav.svg");
}
section.config-wrapper .preview .nav.hor .expander {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  right: -11px;
  bottom: 18px;
  cursor: pointer;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.3s ease-in-out 0.1s, opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.hor .expander {
    width: 24px;
    height: 24px;
    right: -12px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .expander {
    width: 28px;
    height: 28px;
    right: -14px;
  }
}
section.config-wrapper .preview .nav.hor .expander:hover {
  opacity: 0.8;
}
section.config-wrapper .preview .nav.hor .expander span {
  display: flex;
  transform: translateX(1px);
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.hor .expander span svg {
    width: 7px;
    height: 12px;
  }
}
section.config-wrapper .preview .nav.tp {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  min-height: 76px;
  transition: 0.3s ease-in-out 0.1s;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.tp {
    padding: 12px 45px;
    min-height: 82px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.tp {
    padding: 14px 50px;
    min-height: 88px;
  }
}
@media only screen and (min-width: 2000px) {
  section.config-wrapper .preview .nav.tp {
    padding: 14px 54px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .nav.tp {
    padding: 14px 56px;
  }
}
section.config-wrapper .preview .nav.tp .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  pointer-events: none;
}
section.config-wrapper .preview .nav.tp .content {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
section.config-wrapper .preview .nav.tp .content .avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.tp .content .avatar {
    width: 52px;
    height: 52px;
    margin-right: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.tp .content .avatar {
    width: 58px;
    height: 58px;
    margin-right: 25px;
  }
}
section.config-wrapper .preview .nav.tp .content .avatar svg {
  width: 100%;
  height: auto;
}
section.config-wrapper .preview .nav.tp .content .company-logo {
  font-size: 14px;
  line-height: 1.1;
  width: 60px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.tp .content .company-logo {
    font-size: 15px;
    width: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.tp .content .company-logo {
    font-size: 16px;
    width: 68px;
  }
}
section.config-wrapper .preview .nav.tp .content .company-logo .logo {
  display: flex;
}
section.config-wrapper .preview .nav.tp .content .company-logo .logo img {
  width: auto;
  height: auto;
  max-width: 42px;
  max-height: 48px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.tp .content .company-logo .logo img {
    max-width: 46px;
    max-height: 52px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.tp .content .company-logo .logo img {
    max-width: 50px;
    max-height: 58px;
  }
}
section.config-wrapper .preview .nav.tp .content .nav-items {
  display: flex;
  align-items: center;
  pointer-events: none;
  margin-left: 70px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.tp .content .nav-items {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.tp .content .nav-items {
    margin-left: 96px;
  }
}
section.config-wrapper .preview .nav.tp .content .nav-items .item {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.tp .content .nav-items .item {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.tp .content .nav-items .item {
    margin-right: 30px;
  }
}
section.config-wrapper .preview .nav.tp .content .nav-items .item:last-child {
  margin-right: 0;
}
section.config-wrapper .preview .nav.tp .content .nav-items .item .ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: slidedownsml 0.5s cubic-bezier(0, 0.7, 0.1, 1) both, fade 0.5s cubic-bezier(0.5, 0, 0.2, 1) both;
          animation: slidedownsml 0.5s cubic-bezier(0, 0.7, 0.1, 1) both, fade 0.5s cubic-bezier(0.5, 0, 0.2, 1) both;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .nav.tp .content .nav-items .item .ico {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .nav.tp .content .nav-items .item .ico {
    width: 26px;
    height: 26px;
  }
}
section.config-wrapper .preview .nav.tp .content .nav-items .item.home .ico {
  background-image: url("/img/services/home.svg");
}
section.config-wrapper .preview .nav.tp .content .nav-items .item.demand .ico {
  background-image: url("/img/services/demand.svg");
}
section.config-wrapper .preview .nav.tp .content .nav-items .item.live .ico {
  background-image: url("/img/services/live.svg");
}
section.config-wrapper .preview .nav.tp .content .nav-items .item.events .ico {
  background-image: url("/img/services/events.svg");
}
section.config-wrapper .preview .nav.tp .content .nav-items .item.replay .ico {
  background-image: url("/img/services/replay.svg");
}
section.config-wrapper .preview .nav.tp .content .nav-items .item.podcast .ico {
  background-image: url("/img/services/podcast.svg");
}
section.config-wrapper .preview .nav.tp .content .nav-items .item.fav .ico {
  background-image: url("/img/services/fav.svg");
}
section.config-wrapper .preview .main {
  width: 100%;
  background: #252525;
  padding: 55px 40px 0;
  transition: transform 0.3s ease-in-out 0.1s;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main {
    padding: 60px 45px 0;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main {
    padding: 68px 50px 0;
  }
}
@media only screen and (min-width: 2000px) {
  section.config-wrapper .preview .main {
    padding: 74px 54px 0;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main {
    padding: 80px 56px 0;
  }
}
section.config-wrapper .preview .main .back-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(0deg, rgba(254,188,56,0) 0%, #ffe2a7 100%);
  background-position: top center;
  opacity: 0.18;
  pointer-events: none;
}
section.config-wrapper .preview .main .back-bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #252525;
  background: linear-gradient(0deg, #252525 0%, rgba(37,37,37,0) 100%);
}
section.config-wrapper .preview .main .back-bg.w-img {
  opacity: 0.5;
}
section.config-wrapper .preview .main .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
section.config-wrapper .preview .main .head .fake-blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.config-wrapper .preview .main .head .fake-blocks span {
  background: rgba(255,255,255,0.2);
}
section.config-wrapper .preview .main .head .fake-blocks span.big {
  width: 200px;
  height: 32px;
  border-radius: 10px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .fake-blocks span.big {
    width: 240px;
    height: 38px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .head .fake-blocks span.big {
    width: 260px;
    height: 42px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .fake-blocks span.big {
    width: 312px;
    height: 50px;
    margin-bottom: 18px;
  }
}
section.config-wrapper .preview .main .head .fake-blocks span.slim {
  height: 8px;
  margin-bottom: 4px;
  border-radius: 3px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim {
    height: 9px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim {
    height: 10px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim {
    height: 12px;
    margin-bottom: 5px;
    border-radius: 4px;
  }
}
section.config-wrapper .preview .main .head .fake-blocks span.slim.one {
  width: 150px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.one {
    width: 176px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.one {
    width: 184px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.one {
    width: 220px;
  }
}
section.config-wrapper .preview .main .head .fake-blocks span.slim.two {
  width: 90px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.two {
    width: 104px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.two {
    width: 110px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.two {
    width: 130px;
  }
}
section.config-wrapper .preview .main .head .fake-blocks span.slim.three {
  width: 44px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.three {
    width: 56px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.three {
    width: 68px;
  }
}
section.config-wrapper .preview .main .head .fake-blocks span.slim.four {
  width: 110px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.four {
    width: 128px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.four {
    width: 132px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .fake-blocks span.slim.four {
    width: 160px;
  }
}
section.config-wrapper .preview .main .head .fake-blocks .mult {
  display: flex;
}
section.config-wrapper .preview .main .head .fake-blocks .mult span {
  margin-right: 3px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .fake-blocks .mult span {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .fake-blocks .mult span {
    margin-right: 5px;
  }
}
section.config-wrapper .preview .main .head .fake-blocks .mult span:last-child {
  margin-right: 0;
}
section.config-wrapper .preview .main .head .actions-wrapper {
  display: flex;
  margin-top: 20px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .actions-wrapper {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .actions-wrapper {
    margin-top: 28px;
  }
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn {
  width: 60px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .actions-wrapper .fake-btn {
    width: 68px;
    height: 32px;
    margin-right: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .head .actions-wrapper .fake-btn {
    width: 75px;
    height: 35px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .actions-wrapper .fake-btn {
    width: 86px;
    height: 40px;
    margin-right: 12px;
  }
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn:last-child {
  margin-right: 0;
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn span.icon {
  width: 14px;
  height: 14px;
  display: flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .actions-wrapper .fake-btn span.icon {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .head .actions-wrapper .fake-btn span.icon {
    width: 17px;
    height: 17px;
  }
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.info {
  background: linear-gradient(146.05deg, #ededed 9.31%, #fff 84.51%), #fff;
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.info span.icon {
  background-image: url("/img/i_icon.svg");
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.ply {
  background: linear-gradient(146.05deg, #ffbb37 9.31%, #f4c953 84.51%), #fff;
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.ply span.icon {
  background-image: url("/img/play_icon.svg");
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.ply-cap {
  width: 68px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.ply-cap {
    width: 76px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.ply-cap {
    width: 82px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.ply-cap {
    width: 92px;
  }
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.ply-cap .in {
  display: flex;
  align-items: center;
}
section.config-wrapper .preview .main .head .actions-wrapper .fake-btn.ply-cap .in .txt {
  margin-left: 5px;
  font-size: 12px;
}
section.config-wrapper .preview .main .cat-listing {
  margin-top: 52px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing {
    margin-top: 58px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing {
    margin-top: 66px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .cat-listing {
    margin-top: 80px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 34px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper {
    margin-bottom: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper {
    margin-bottom: 54px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper:last-child {
  margin-bottom: 0;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .cat-title {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .cat-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .cat-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .cat-title {
    font-size: 26px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card {
  width: 170px;
  background: #febc38;
  border-radius: 12px;
  margin-right: 12px;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card {
    width: 190px;
    margin-right: 16px;
    border-radius: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card {
    width: 200px;
    margin-right: 18px;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 2000px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card {
    width: 220px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card {
    width: 260px;
    margin-right: 22px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card:last-child {
  margin-right: 0;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card:before {
  content: '';
  display: block;
  padding-top: 60%;
  transition: 0.3s ease-in-out;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4f4f4f;
  opacity: 0.9;
  border-radius: 10px;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 13px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .free-tag {
  padding: 2px 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  font-size: 10px;
  line-height: 1.4;
  position: absolute;
  top: 10px;
  left: 12px;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .free-tag {
    top: 12px;
    left: 13px;
    font-size: 11px;
    padding: 3px 10px 2px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .free-tag {
    top: 12px;
    left: 14px;
    font-size: 12px;
    padding: 3px 12px 2px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 12px 14px 12px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info {
    padding: 0 13px 15px 13px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info {
    padding: 0 14px 15px 14px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  width: 50px;
  border-radius: 5px;
  background: rgba(255,255,255,0.2);
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
    width: 62px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
    width: 70px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big:before {
  content: '';
  display: block;
  padding-top: 28%;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  width: 100%;
  border-radius: 5px;
  height: 4px;
  background: rgba(255,255,255,0.2);
  margin-top: 10px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
    margin-top: 12px;
    height: 5px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  position: absolute;
  border-radius: 5px;
  background: #fff;
  width: 26%;
  height: 4px;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
    height: 5px;
    width: 28%;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
    width: 30%;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview {
  position: absolute;
  width: calc(100% + 50px);
  left: -25px;
  top: 50%;
  transform: scale(0.8) translateY(-64%);
  z-index: 2;
  box-shadow: 0px 10px 40px rgba(0,0,0,0.24);
  transition: 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview {
    width: calc(100% + 56px);
    left: -28px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview {
    width: calc(100% + 62px);
    left: -31px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  width: 100%;
  background: #625c50;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:before {
  content: '';
  display: block;
  padding-top: 60%;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:before {
    padding-top: 56%;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4f4f4f;
  opacity: 0.9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top .fake-info .progress span {
  width: 20%;
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top .fake-info .progress span {
    width: 24%;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  background: #3b3b3b;
  width: 100%;
  padding: 14px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    padding: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    padding: 19px 17px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span {
  background: rgba(255,255,255,0.2);
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  height: 8px;
  margin-bottom: 4px;
  border-radius: 3px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
    height: 9px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
    height: 10px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.one {
  width: 150px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.one {
    width: 176px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.one {
    width: 184px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.two {
  width: 90px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.two {
    width: 104px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.two {
    width: 110px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.three {
  width: 44px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.three {
    width: 56px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.four {
  width: 110px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.four {
    width: 128px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim.four {
    width: 132px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks .mult {
  display: flex;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks .mult span {
  margin-right: 3px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks .mult span {
    margin-right: 4px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks .mult span:last-child {
  margin-right: 0;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper {
  display: flex;
  margin-top: 12px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper {
    margin-top: 16px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  width: 60px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
    width: 68px;
    height: 32px;
    margin-right: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
    width: 75px;
    height: 35px;
    margin-right: 10px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn:last-child {
  margin-right: 0;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn span.icon {
  width: 14px;
  height: 14px;
  display: flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn span.icon {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn span.icon {
    width: 17px;
    height: 17px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.info {
  background: linear-gradient(146.05deg, #ededed 9.31%, #fff 84.51%), #fff;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.info span {
  background-image: url("/img/i_icon.svg");
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.ply {
  background: linear-gradient(146.05deg, #ffbb37 9.31%, #f4c953 84.51%), #fff;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.ply span.icon {
  background-image: url("/img/play_icon.svg");
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.ply-cap {
  width: 68px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.ply-cap {
    width: 76px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.ply-cap {
    width: 82px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.ply-cap {
    width: 92px;
  }
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.ply-cap .in {
  display: flex;
  align-items: center;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn.ply-cap .in .txt {
  margin-left: 5px;
  font-size: 12px;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview.active {
  opacity: 1;
  transform: scale(1) translateY(-64%);
  pointer-events: auto;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper:nth-child(odd) .card:nth-child(2) .free-tag {
  display: none;
}
section.config-wrapper .preview .main .cat-listing .cat-wrapper:nth-child(even) .card:nth-child(1) .free-tag {
  display: none;
}
section.config-wrapper .preview.opdnv .nav.hor .bg {
  transform: translateX(0) !important;
  transition: 0.3s ease-in-out;
}
section.config-wrapper .preview.opdnv .nav.hor .content .profile-wrapper .infos .name,
section.config-wrapper .preview.opdnv .nav.hor .content .profile-wrapper .infos .more {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out 0.15s, transform 0.2s ease-in-out 0.15s;
}
section.config-wrapper .preview.opdnv .nav.hor .content .nav-items .item .caption {
  opacity: 1;
  transform: translateY(0);
}
section.config-wrapper .preview.opdnv .nav.hor .content .nav-items .item:nth-child(1) .caption {
  transition: 0.2s ease-in-out 0.15s;
}
section.config-wrapper .preview.opdnv .nav.hor .content .nav-items .item:nth-child(2) .caption {
  transition: 0.2s ease-in-out 0.2s;
}
section.config-wrapper .preview.opdnv .nav.hor .content .nav-items .item:nth-child(3) .caption {
  transition: 0.2s ease-in-out 0.25s;
}
section.config-wrapper .preview.opdnv .nav.hor .content .nav-items .item:nth-child(4) .caption {
  transition: 0.2s ease-in-out 0.3s;
}
section.config-wrapper .preview.opdnv .nav.hor .content .nav-items .item:nth-child(5) .caption {
  transition: 0.2s ease-in-out 0.35s;
}
section.config-wrapper .preview.opdnv .nav.hor .content .nav-items .item:nth-child(6) .caption {
  transition: 0.2s ease-in-out 0.4s;
}
section.config-wrapper .preview.opdnv .nav.hor .content .nav-items .item:nth-child(7) .caption {
  transition: 0.2s ease-in-out 0.45s;
}
section.config-wrapper .preview.opdnv .nav.hor .expander {
  transform: translateX(0) !important;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
section.config-wrapper .preview.opdnv .nav.hor .expander span {
  transform: rotate(180deg) translateX(1px);
}
section.config-wrapper .preview.opdnv .main {
  transform: translateX(0) !important;
  transition: transform 0.3s ease-in-out;
}
section.config-wrapper .preview.tp .main {
  transform: translateX(0) !important;
  transition: none !important;
  padding: 120px 40px 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.tp .main {
    padding: 130px 45px 0;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.tp .main {
    padding: 140px 50px 0;
  }
}
@media only screen and (min-width: 2000px) {
  section.config-wrapper .preview.tp .main {
    padding: 150px 54px 0;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview.tp .main {
    padding: 150px 56px 0;
  }
}
section.config-wrapper .preview.no-trans .nav.hor .bg {
  transition: none !important;
}
section.config-wrapper .preview.no-trans .nav.hor .expander {
  transition: none !important;
}
section.config-wrapper .preview.no-trans .main {
  transition: none !important;
}
section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card {
  width: 130px;
}
section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card:before {
  padding-top: 140%;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card {
    width: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card {
    width: 160px;
  }
}
@media only screen and (min-width: 2000px) {
  section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card {
    width: 180px;
  }
}
@media only screen and (min-width: 2400px) {
  section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card {
    width: 220px;
  }
}
section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview {
  width: calc(100% + 100px);
  left: -50px;
  transform: scale(0.8) translateY(-54%);
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview {
    width: calc(100% + 110px);
    left: -55px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview {
    width: calc(100% + 120px);
    left: -60px;
  }
}
section.config-wrapper .preview.vert .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview.active {
  transform: scale(1) translateY(-54%);
}
section.config-wrapper .preview.radius4 .main .head .fake-blocks span.big {
  border-radius: 8px;
}
section.config-wrapper .preview.radius4 .main .head .fake-blocks span.slim {
  border-radius: 3px;
}
section.config-wrapper .preview.radius4 .main .head .actions-wrapper .fake-btn {
  border-radius: 7px;
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 9px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 12px;
  }
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 7px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 10px;
  }
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 4px;
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 4px;
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 4px;
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 3px;
}
section.config-wrapper .preview.radius4 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 7px;
}
section.config-wrapper .preview.radius3 .main .head .fake-blocks span.big {
  border-radius: 6px;
}
section.config-wrapper .preview.radius3 .main .head .fake-blocks span.slim {
  border-radius: 2px;
}
section.config-wrapper .preview.radius3 .main .head .actions-wrapper .fake-btn {
  border-radius: 6px;
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 6px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 9px;
  }
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 4px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 7px;
  }
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 3px;
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 3px;
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 3px;
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 2px;
}
section.config-wrapper .preview.radius3 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 6px;
}
section.config-wrapper .preview.radius2 .main .head .fake-blocks span.big {
  border-radius: 4px;
}
section.config-wrapper .preview.radius2 .main .head .fake-blocks span.slim {
  border-radius: 1px;
}
section.config-wrapper .preview.radius2 .main .head .actions-wrapper .fake-btn {
  border-radius: 4px;
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 4px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 7px;
  }
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 2px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 5px;
  }
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 2px;
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 2px;
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 2px;
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 1px;
}
section.config-wrapper .preview.radius2 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 4px;
}
section.config-wrapper .preview.radius1 .main .head .fake-blocks span.big {
  border-radius: 2px;
}
section.config-wrapper .preview.radius1 .main .head .fake-blocks span.slim {
  border-radius: 1px;
}
section.config-wrapper .preview.radius1 .main .head .actions-wrapper .fake-btn {
  border-radius: 2px;
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 2px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 5px;
  }
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 2px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 3px;
  }
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 1px;
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 1px;
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 1px;
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 1px;
}
section.config-wrapper .preview.radius1 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 2px;
}
section.config-wrapper .preview.radius0 .main .head .fake-blocks span.big {
  border-radius: 0;
}
section.config-wrapper .preview.radius0 .main .head .fake-blocks span.slim {
  border-radius: 0;
}
section.config-wrapper .preview.radius0 .main .head .actions-wrapper .fake-btn {
  border-radius: 0;
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 0;
  }
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 0;
  }
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 0;
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 0;
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 0;
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 0;
}
section.config-wrapper .preview.radius0 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 0;
}
section.config-wrapper .preview.radius6 .main .head .fake-blocks span.big {
  border-radius: 12px;
}
section.config-wrapper .preview.radius6 .main .head .fake-blocks span.slim {
  border-radius: 3px;
}
section.config-wrapper .preview.radius6 .main .head .actions-wrapper .fake-btn {
  border-radius: 9px;
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 14px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 17px;
  }
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 12px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 15px;
  }
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 6px;
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 6px;
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 6px;
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 3px;
}
section.config-wrapper .preview.radius6 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 9px;
}
section.config-wrapper .preview.radius7 .main .head .fake-blocks span.big {
  border-radius: 14px;
}
section.config-wrapper .preview.radius7 .main .head .fake-blocks span.slim {
  border-radius: 4px;
}
section.config-wrapper .preview.radius7 .main .head .actions-wrapper .fake-btn {
  border-radius: 10px;
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 19px;
  }
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 14px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 17px;
  }
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 7px;
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 7px;
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 7px;
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
  }
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 4px;
}
section.config-wrapper .preview.radius7 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 10px;
}
section.config-wrapper .preview.radius8 .main .head .fake-blocks span.big {
  border-radius: 16px;
}
section.config-wrapper .preview.radius8 .main .head .fake-blocks span.slim {
  border-radius: 4px;
}
section.config-wrapper .preview.radius8 .main .head .actions-wrapper .fake-btn {
  border-radius: 12px;
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 18px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 21px;
  }
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 19px;
  }
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 8px;
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 8px;
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 8px;
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 4px;
}
section.config-wrapper .preview.radius8 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 12px;
}
section.config-wrapper .preview.radius9 .main .head .fake-blocks span.big {
  border-radius: 18px;
}
section.config-wrapper .preview.radius9 .main .head .fake-blocks span.slim {
  border-radius: 5px;
}
section.config-wrapper .preview.radius9 .main .head .actions-wrapper .fake-btn {
  border-radius: 14px;
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 23px;
  }
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 18px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 21px;
  }
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 9px;
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 9px;
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 9px;
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
  }
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 5px;
}
section.config-wrapper .preview.radius9 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 14px;
}
section.config-wrapper .preview.radius10 .main .head .fake-blocks span.big {
  border-radius: 20px;
}
section.config-wrapper .preview.radius10 .main .head .fake-blocks span.slim {
  border-radius: 6px;
}
section.config-wrapper .preview.radius10 .main .head .actions-wrapper .fake-btn {
  border-radius: 16px;
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card {
  border-radius: 22px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card {
    border-radius: 25px;
  }
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
  border-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card:after {
    border-radius: 23px;
  }
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .big {
  border-radius: 10px;
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress {
  border-radius: 10px;
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .fake-info .progress span {
  border-radius: 10px;
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .top:after {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
@media only screen and (min-width: 1440px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .fake-blocks span.slim {
  border-radius: 6px;
}
section.config-wrapper .preview.radius10 .main .cat-listing .cat-wrapper .card-wrapper .card .hvr-preview .btm .actions-wrapper .fake-btn {
  border-radius: 16px;
}
main.dash {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1440px) {
  main.dash {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash {
    font-size: 16px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  main.dash {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
main.dash header {
  pointer-events: none;
  -webkit-animation: slideupmid 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.1s;
          animation: slideupmid 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.1s;
}
@media only screen and (max-width: 1024px) {
  main.dash header {
    display: none !important;
  }
}
main.dash header .logo {
  cursor: pointer;
  pointer-events: auto;
}
main.dash header .btn {
  align-items: center;
  padding: 13px 18px;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  main.dash header .btn {
    padding: 14px 19px;
  }
}
@media only screen and (max-width: 768px) {
  main.dash header .btn {
    padding: 12px 17px;
  }
}
@media only screen and (max-width: 480px) {
  main.dash header .btn {
    padding: 11px 16px;
  }
}
main.dash header .btn .hvr {
  width: 121%;
  height: 121%;
  top: -10%;
  left: -10%;
}
main.dash header .btn .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  position: relative;
  transition: 0.25s ease-in-out;
}
main.dash header .btn .ico svg {
  width: 100%;
  height: 100%;
}
main.dash header .btn:hover .ico {
  transform: rotate(90deg);
}
main.dash header.full {
  -webkit-backdrop-filter: saturate(180%) blur(20px) opacity(1);
          backdrop-filter: saturate(180%) blur(20px) opacity(1);
  background: rgba(20,20,20,0.8);
  pointer-events: auto;
}
main.dash header.full .btn {
  opacity: 1;
  pointer-events: auto;
}
main.dash header.full .btn.dslbd {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  main.dash .scroll-outer {
    display: none !important;
  }
}
main.dash .dash-outer {
  padding: 70px 0;
  min-height: 100vh;
  display: flex;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer {
    padding: 90px 0;
  }
}
main.dash .dash-outer .container {
  display: flex;
}
main.dash .dash-outer .container .lft {
  padding-top: 80px;
  margin-right: 50px;
  position: relative;
  z-index: 8;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .lft {
    margin-right: 60px;
  }
}
main.dash .dash-outer .container .lft ul.dsbld {
  pointer-events: none;
}
main.dash .dash-outer .container .lft ul li {
  display: flex;
  align-items: center;
  padding: 13px 105px 13px 20px;
  margin-bottom: 6px;
  position: relative;
  cursor: pointer;
  -webkit-animation: slideupmid 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.1s;
          animation: slideupmid 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.1s;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .lft ul li {
    padding: 14px 118px 14px 22px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .lft ul li {
    padding: 14px 128px 14px 22px;
  }
}
main.dash .dash-outer .container .lft ul li:last-child {
  margin-bottom: 0;
}
main.dash .dash-outer .container .lft ul li .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
main.dash .dash-outer .container .lft ul li .ico svg {
  width: 100%;
  height: 100%;
}
main.dash .dash-outer .container .lft ul li .ico svg path {
  transition: 0.2s ease-in-out;
}
main.dash .dash-outer .container .lft ul li .text {
  transition: color 0.2s ease-in-out;
}
main.dash .dash-outer .container .lft ul li.mny svg {
  height: 116%;
}
main.dash .dash-outer .container .lft ul li.stgs {
  cursor: no-drop;
}
main.dash .dash-outer .container .lft ul li:hover .ico svg path {
  fill: rgba(255,255,255,0.8);
}
main.dash .dash-outer .container .lft ul li:hover .text {
  color: rgba(255,255,255,0.8);
}
main.dash .dash-outer .container .lft ul li.active {
  pointer-events: none;
}
main.dash .dash-outer .container .lft ul li.active .ico svg path {
  fill: #000;
}
main.dash .dash-outer .container .lft ul li.active .text {
  color: #000;
}
main.dash .dash-outer .container .lft ul .act-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffbb36;
  background: linear-gradient(90deg, #ffbb36 0%, #f3ca54 100%);
  pointer-events: none;
  z-index: -1;
  will-change: transform;
  border-radius: 13px;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
  main.dash .dash-outer .container .lft ul .act-bg {
    border-radius: 10px;
  }
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state-inner {
  -webkit-animation: slideupmid 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.1s;
          animation: slideupmid 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.1s;
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state {
    margin-top: 70px;
  }
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg {
  align-items: flex-start;
  width: 100%;
  padding: 19px 22px 18px;
  background: linear-gradient(90deg, #372d19 0%, #352f1e 100%);
  border-radius: 15px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg {
    padding: 21px 30px 20px 24px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg {
    padding: 21px 40px 20px 24px;
  }
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg .view {
  margin-top: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg .view .ico {
  display: flex;
  margin-right: 5px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg .view .ico {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg .view .ico {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg .view .ico svg {
    width: 18px;
    height: 12px;
  }
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg .view .txt {
  position: relative;
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg .view .txt:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #febc38;
  opacity: 0;
  pointer-events: none;
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .status-msg .view:hover .txt:after {
  opacity: 1;
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .actns {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}
main.dash .dash-outer .container .lft .platform-state-wrapper .platform-state .actns .btn {
  flex: 0 1 48.5%;
}
main.dash .dash-outer .container .rgt {
  width: 100%;
  position: relative;
  z-index: 5;
  -webkit-animation: slideupmid 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.1s;
          animation: slideupmid 0.8s cubic-bezier(0, 0.7, 0.1, 1) both 0.1s, fade 0.8s cubic-bezier(0.5, 0, 0.2, 1) both 0.1s;
}
main.dash .dash-outer .container .rgt .dash-content-outer {
  width: 100%;
  align-items: flex-start;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head.w-intro {
  align-items: flex-start;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head.w-intro .col p {
  margin-top: 8px;
  max-width: 390px;
  color: rgba(255,255,255,0.6);
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns {
  display: flex;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  position: relative;
  will-change: transform;
  margin-right: 15px;
  z-index: 2;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter {
    font-size: 15px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .dft,
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .extended {
  border-radius: 13px;
  display: flex;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .dft {
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.1);
  cursor: pointer;
  padding: 15px 16px 15px 20px;
  transition: 0.2s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .dft:hover {
  background: rgba(255,255,255,0.08);
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .dft .arw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 8px;
  position: relative;
  top: 1px;
  margin-left: 16px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .dft .arw svg {
  width: 100%;
  height: 100%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .dft .arw.spn {
  transform: rotate(180deg);
  transition-delay: 0.1s;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .extended {
  position: absolute;
  width: 100%;
  top: calc(100% + 4px);
  z-index: 2;
  background: linear-gradient(0deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1)), rgba(20,20,20,0.7);
  box-shadow: 0px 25px 50px rgba(0,0,0,0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 20px 16px 20px 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .extended.opnd {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .extended li {
  cursor: pointer;
  margin-bottom: 18px;
  transition: color 0.2s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .extended li:last-child {
  margin-bottom: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .extended li:hover {
  color: rgba(255,255,255,0.7);
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .sorter .extended li.active {
  color: #febc38;
  pointer-events: none;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn {
  align-items: center;
  padding: 13px 18px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn {
    padding: 14px 19px;
  }
}
@media only screen and (max-width: 768px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn {
    padding: 12px 17px;
  }
}
@media only screen and (max-width: 480px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn {
    padding: 11px 16px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn .hvr {
  width: 121%;
  height: 121%;
  top: -10%;
  left: -10%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  position: relative;
  transition: 0.25s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn .ico {
    width: 24px;
    height: 24px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn .ico svg {
  width: 100%;
  height: 100%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .head .actns .btn:hover .ico {
  transform: rotate(90deg);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content {
    margin-top: 40px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content.hp {
  margin-top: 50px;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content.hp {
    margin-top: 60px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-contents {
  display: flex;
  flex-wrap: wrap;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans {
  display: flex;
  flex-wrap: wrap;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview {
  width: 100%;
  align-items: center;
  flex: 0 0 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview:nth-child(even) {
  margin-right: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview {
  width: 100%;
  background: linear-gradient(0deg, rgba(244,244,244,0.05), rgba(244,244,244,0.05)), #1b1b1b;
  border-radius: 25px;
  box-shadow: 0px 4px 50px rgba(0,0,0,0.2);
  padding: 45px 55px;
  align-items: center;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview {
    padding: 48px 60px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview h5 {
  margin-bottom: 7px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview h5 {
    margin-bottom: 10px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview p {
  max-width: 250px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview p {
    max-width: 270px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul {
  margin: 25px 0 28px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul {
    margin: 28px 0 32px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li {
    margin-bottom: 15px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li:last-child {
  margin-bottom: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  position: relative;
  transition: 0.25s ease-in-out;
  background: #febc38;
  border-radius: 50%;
  margin-right: 12px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li .ico {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li .ico {
    width: 30px;
    height: 30px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li .ico svg {
  width: 50%;
  height: 50%;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li .ico svg {
    top: -1px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li .ico.x {
  background: rgba(255,255,255,0.1);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview ul li .ico.x svg {
  width: 64%;
  height: 64%;
  top: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .btn {
  margin-bottom: 15px;
  cursor: default;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .btn {
    margin-bottom: 18px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .price-tag {
  display: flex;
  align-items: baseline;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .price-tag .b {
  font-size: 28px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .price-tag .b {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .price-tag .b {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .price-tag .b {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .price-tag .b {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .price-tag .b {
    font-size: 22px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .trial-cap {
  color: rgba(255,255,255,0.4);
  font-size: 11px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .trial-cap {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .preview .trial-cap {
    font-size: 13px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .switcher {
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-top: 14px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .switcher {
    margin-top: 18px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .switcher .switch {
  display: flex;
  margin: 0 10px 0 8px;
  cursor: pointer;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .switcher .switch .dot {
  transition: 0.2s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .switcher .switch.tgld .dot {
  transform: translateX(30px);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .switcher span {
  color: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview .switcher span.active {
  color: #febc38;
  pointer-events: none;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius4 .btn,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius3 .btn {
  border-radius: 9px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius2 .btn,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius1 .btn {
  border-radius: 5px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius0 .btn {
  border-radius: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius6 .btn,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius7 .btn {
  border-radius: 15px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius8 .btn,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius9 .btn {
  border-radius: 17px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .all-plans .plan-preview.radius10 .btn {
  border-radius: 20px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card {
  flex: 0 0 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card {
    font-size: 13px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card:nth-child(3n) {
  margin-right: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card:before {
  content: '';
  display: block;
  padding-top: 60%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 -100%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .pic {
  transition: 0.3s;
  will-change: transform;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm {
  display: flex;
  width: 100%;
  position: absolute;
  padding: 0 15px;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp,
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm {
    padding: 0 17px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp {
  padding-top: 15px;
  top: 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp {
    padding-top: 17px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp .m-tag {
  padding: 2px 11px;
  border-radius: 15px;
  background: #febc38;
  color: #000;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp .m-tag {
    padding: 2px 13px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp .del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp .del {
    width: 17px;
    height: 17px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp .del svg {
  width: 100%;
  height: 100%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .tp .del:hover {
  opacity: 0.6;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm {
  padding-bottom: 15px;
  bottom: 0;
  align-items: flex-start;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm {
    padding-bottom: 17px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm .cap-title {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm .cap-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm .cap-title {
    font-size: 23px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm .tags {
  display: flex;
  margin-top: 10px;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm .tags {
    margin-top: 12px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm .tags span {
  padding: 2px 11px;
  border-radius: 15px;
  background: rgba(20,20,20,0.4);
  color: rgba(255,255,255,0.6);
  margin-right: 7px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm .tags span {
    padding: 2px 13px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card .btm .tags span:last-child {
  margin-right: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more {
  background: none;
  border-radius: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more:after {
  display: none;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more .bg {
  background: #ffbb36;
  background: linear-gradient(90deg, #372d19 0%, #352f1e 100%);
  position: absolute;
  border-radius: 15px;
  width: 90%;
  height: 84%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more .bg.top {
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more .bg.bot {
  opacity: 0.5;
  transform: translateY(10px) scaleX(0.86);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more .ctnt {
  position: relative;
  align-items: center;
  font-size: 15px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more .ctnt .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  transition: 0.25s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more .ctnt .ico {
    width: 32px;
    height: 32px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more .ctnt .ico svg {
  width: 100%;
  height: 100%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more:hover .bg.top {
  transform: scale(1.1, 1.16);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more:hover .bg.bot {
  transform: translateY(20px) scaleX(1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card.more:hover .ctnt .ico {
  transform: rotate(90deg);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .card:hover .pic {
  transform: scale(1.1);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper {
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper {
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper {
    margin-bottom: 60px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper:last-child {
  margin-bottom: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper:after {
  content: '';
  position: absolute;
  top: -24px;
  left: -24px;
  width: calc(100% + 300px);
  height: calc(100% + 48px);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .bg-hvr {
  position: absolute;
  width: calc(200% + 48px);
  height: calc(100% + 48px);
  top: -24px;
  left: 26px;
  background: rgba(255,255,255,0.04);
  background: linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0) 100%);
  border-radius: 30px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(30px);
  transition: 0.15s ease-in-out 0.05s;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .bg-hvr {
    left: 36px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head {
  position: relative;
  z-index: 1;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .row-title {
  display: flex;
  align-items: center;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .row-title .edit {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  margin-left: 10px;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out 0.05s, transform 0.15s ease-in-out 0.05s, background 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .row-title .edit:hover {
  background: rgba(255,255,255,0.07);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .row-title .edit .ico {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .row-title .edit .ico svg {
  width: 100%;
  height: 100%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr {
  display: flex;
  align-items: stretch;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .infos,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .pos {
  display: flex;
  align-items: stretch;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .infos > div,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .pos > div {
  background: rgba(255,255,255,0.1);
  margin-right: 2px;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .infos > div:hover,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .pos > div:hover {
  background: rgba(255,255,255,0.07);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .infos > div:first-child,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .pos > div:first-child {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .infos > div:last-child,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .pos > div:last-child {
  margin-right: 0;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .infos > div.dsbld,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .pos > div.dsbld {
  background: rgba(255,255,255,0.1);
  opacity: 0.4;
  cursor: no-drop;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .infos {
  margin-right: 6px;
  transition: 0.15s ease-in-out 0.05s;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .row-type {
  display: flex;
  align-items: center;
  padding: 12px 12px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .row-type .ico {
  margin-right: 6px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .row-type .txt {
  font-size: 13px;
  line-height: 18px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .ico {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .ico svg {
  width: 100%;
  height: 100%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .sqr {
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .pos {
  transition: 0.15s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .head .edit-hvr .pos .ico {
  width: 14px;
  height: 14px;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer {
  margin-top: 16px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer {
    margin-top: 20px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 100%;
  height: calc(100% + 4px);
  width: 1000px;
  background: #141414;
  z-index: 2;
  pointer-events: none;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .row-inner {
  width: 100%;
  display: flex;
  position: relative;
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 62px;
  background: rgba(255,255,255,0.15);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv {
    width: 38px;
    height: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv {
    width: 40px;
    height: 74px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv .ico {
  align-items: center;
  display: flex;
  position: relative;
  width: 11px;
  height: 30px;
  justify-content: center;
  top: 1px;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv .ico {
    width: 12px;
    height: 34px;
  }
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv .ico svg {
  width: 100%;
  height: 100%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv.fw {
  right: -1%;
  transform: translate(50%, -50%);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv.bw {
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .nv:hover .ico {
  opacity: 0.6;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .card {
  margin-bottom: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .card:nth-child(3n) {
  margin-right: 2%;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .card:last-child {
  margin-right: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .card .tp .m-tag,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .card .tp .del {
  opacity: 0;
  pointer-events: none;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .card .btm {
  transform: translateY(36px);
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .card .btm .tags {
  opacity: 0;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper .row-outer .card:hover .pic {
  transform: none;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper:hover .bg-hvr {
  opacity: 1;
  transform: translateX(0);
  transition: 0.15s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper:hover .head .row-title .edit {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, background 0.25s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper:hover .head .edit-hvr .infos,
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper:hover .head .edit-hvr .pos {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper:hover .head .edit-hvr .infos {
  transition: 0.15s ease-in-out;
}
main.dash .dash-outer .container .rgt .dash-content-outer .inner-content .row-wrapper:hover .head .edit-hvr .pos {
  transition: 0.15s ease-in-out 0.05s;
}
.preview_app {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 1440px) {
  .preview_app {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app {
    font-size: 16px;
    line-height: 28px;
  }
}
.preview_app .scrollbar-track {
  z-index: 5;
  background: none !important;
}
.preview_app .scrollbar-track .scrollbar-thumb {
  background: rgba(255,255,255,0.45) !important;
}
.preview_app .b-overlay {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: rgba(5,5,5,0.95);
}
.preview_app .b-overlay.z-mre {
  z-index: 15;
}
.preview_app .btn:not(.n-pre) {
  align-items: center;
  padding: 11px 24px;
  will-change: auto;
}
@media only screen and (min-width: 1440px) {
  .preview_app .btn:not(.n-pre) {
    padding: 12px 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app .btn:not(.n-pre) {
    padding: 13px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .preview_app .btn:not(.n-pre) {
    padding: 10px 20px;
  }
}
.preview_app .btn:not(.n-pre) .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 6px;
}
.preview_app .btn:not(.n-pre) .ico svg {
  width: 100%;
  height: 100%;
}
.preview_app .btn:not(.n-pre) .txt {
  will-change: auto;
}
.preview_app .btn.sub .ico {
  width: 0 !important;
  opacity: 0 !important;
  margin-right: 0 !important;
}
.preview_app h1 {
  letter-spacing: -1px;
  line-height: 60px;
}
@media only screen and (min-width: 1440px) {
  .preview_app h1 {
    line-height: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app h1 {
    line-height: 69px;
  }
}
@media only screen and (max-width: 1024px) {
  .preview_app h1 {
    line-height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .preview_app h1 {
    line-height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .preview_app h1 {
    line-height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .preview_app h1 {
    line-height: 38px;
  }
}
.preview_app.radius4 .btn,
.preview_app.radius3 .btn {
  border-radius: 9px;
}
.preview_app.radius4 .featured-header .container .rgt .sqr,
.preview_app.radius3 .featured-header .container .rgt .sqr {
  border-radius: 9px;
}
.preview_app.radius4 .cat-row .row-outer .nv,
.preview_app.radius3 .cat-row .row-outer .nv {
  border-radius: 9px;
}
.preview_app.radius4 .row-card .preview,
.preview_app.radius3 .row-card .preview {
  border-radius: 9px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius4 .row-card .preview,
  .preview_app.radius3 .row-card .preview {
    border-radius: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius4 .row-card .preview,
  .preview_app.radius3 .row-card .preview {
    border-radius: 12px;
  }
}
.preview_app.radius4 .row-card .extended,
.preview_app.radius3 .row-card .extended {
  border-radius: 9px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius4 .row-card .extended,
  .preview_app.radius3 .row-card .extended {
    border-radius: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius4 .row-card .extended,
  .preview_app.radius3 .row-card .extended {
    border-radius: 12px;
  }
}
.preview_app.radius4 .row-card .extended .preview,
.preview_app.radius3 .row-card .extended .preview {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.preview_app.radius4 .row-card .extended .bottom .bg,
.preview_app.radius3 .row-card .extended .bottom .bg {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius4 .row-card .extended .bottom .bg,
  .preview_app.radius3 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius4 .row-card .extended .bottom .bg,
  .preview_app.radius3 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.preview_app.radius4 .row-card .extended .bottom .actions .sqr,
.preview_app.radius3 .row-card .extended .bottom .actions .sqr {
  border-radius: 9px;
}
.preview_app.radius4 .more-info-overlay .nv,
.preview_app.radius3 .more-info-overlay .nv {
  border-radius: 9px;
}
.preview_app.radius4 .more-info-overlay .centered-content .visu-head .tp .sqr,
.preview_app.radius3 .more-info-overlay .centered-content .visu-head .tp .sqr {
  border-radius: 9px;
}
.preview_app.radius4 .more-info-overlay .centered-content .visu-head .content .actions .sqr,
.preview_app.radius3 .more-info-overlay .centered-content .visu-head .content .actions .sqr {
  border-radius: 9px;
}
.preview_app.radius2 .btn,
.preview_app.radius1 .btn {
  border-radius: 5px;
}
.preview_app.radius2 .featured-header .container .rgt .sqr,
.preview_app.radius1 .featured-header .container .rgt .sqr {
  border-radius: 5px;
}
.preview_app.radius2 .cat-row .row-outer .nv,
.preview_app.radius1 .cat-row .row-outer .nv {
  border-radius: 5px;
}
.preview_app.radius2 .row-card .preview,
.preview_app.radius1 .row-card .preview {
  border-radius: 6px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius2 .row-card .preview,
  .preview_app.radius1 .row-card .preview {
    border-radius: 7px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius2 .row-card .preview,
  .preview_app.radius1 .row-card .preview {
    border-radius: 8px;
  }
}
.preview_app.radius2 .row-card .extended,
.preview_app.radius1 .row-card .extended {
  border-radius: 6px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius2 .row-card .extended,
  .preview_app.radius1 .row-card .extended {
    border-radius: 7px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius2 .row-card .extended,
  .preview_app.radius1 .row-card .extended {
    border-radius: 8px;
  }
}
.preview_app.radius2 .row-card .extended .preview,
.preview_app.radius1 .row-card .extended .preview {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.preview_app.radius2 .row-card .extended .bottom .bg,
.preview_app.radius1 .row-card .extended .bottom .bg {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius2 .row-card .extended .bottom .bg,
  .preview_app.radius1 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius2 .row-card .extended .bottom .bg,
  .preview_app.radius1 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.preview_app.radius2 .row-card .extended .bottom .actions .sqr,
.preview_app.radius1 .row-card .extended .bottom .actions .sqr {
  border-radius: 5px;
}
.preview_app.radius2 .more-info-overlay .nv,
.preview_app.radius1 .more-info-overlay .nv {
  border-radius: 5px;
}
.preview_app.radius2 .more-info-overlay .centered-content .visu-head .tp .sqr,
.preview_app.radius1 .more-info-overlay .centered-content .visu-head .tp .sqr {
  border-radius: 5px;
}
.preview_app.radius2 .more-info-overlay .centered-content .visu-head .content .actions .sqr,
.preview_app.radius1 .more-info-overlay .centered-content .visu-head .content .actions .sqr {
  border-radius: 5px;
}
.preview_app.radius0 .btn {
  border-radius: 0;
}
.preview_app.radius0 .featured-header .container .rgt .sqr {
  border-radius: 0;
}
.preview_app.radius0 .cat-row .row-outer .nv {
  border-radius: 0;
}
.preview_app.radius0 .row-card .preview {
  border-radius: 0;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius0 .row-card .preview {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius0 .row-card .preview {
    border-radius: 0;
  }
}
.preview_app.radius0 .row-card .extended {
  border-radius: 0;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius0 .row-card .extended {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius0 .row-card .extended {
    border-radius: 0;
  }
}
.preview_app.radius0 .row-card .extended .bottom .bg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius0 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius0 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.preview_app.radius0 .row-card .extended .bottom .actions .sqr {
  border-radius: 0;
}
.preview_app.radius0 .more-info-overlay .nv {
  border-radius: 0;
}
.preview_app.radius0 .more-info-overlay .centered-content .visu-head .tp .sqr {
  border-radius: 0;
}
.preview_app.radius0 .more-info-overlay .centered-content .visu-head .content .actions .sqr {
  border-radius: 0;
}
.preview_app.radius6 .btn,
.preview_app.radius7 .btn {
  border-radius: 15px;
}
.preview_app.radius6 .featured-header .container .rgt .sqr,
.preview_app.radius7 .featured-header .container .rgt .sqr {
  border-radius: 15px;
}
.preview_app.radius6 .cat-row .row-outer .nv,
.preview_app.radius7 .cat-row .row-outer .nv {
  border-radius: 15px;
}
.preview_app.radius6 .row-card .preview,
.preview_app.radius7 .row-card .preview {
  border-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius6 .row-card .preview,
  .preview_app.radius7 .row-card .preview {
    border-radius: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius6 .row-card .preview,
  .preview_app.radius7 .row-card .preview {
    border-radius: 18px;
  }
}
.preview_app.radius6 .row-card .extended,
.preview_app.radius7 .row-card .extended {
  border-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius6 .row-card .extended,
  .preview_app.radius7 .row-card .extended {
    border-radius: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius6 .row-card .extended,
  .preview_app.radius7 .row-card .extended {
    border-radius: 18px;
  }
}
.preview_app.radius6 .row-card .extended .preview,
.preview_app.radius7 .row-card .extended .preview {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.preview_app.radius6 .row-card .extended .bottom .bg,
.preview_app.radius7 .row-card .extended .bottom .bg {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius6 .row-card .extended .bottom .bg,
  .preview_app.radius7 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius6 .row-card .extended .bottom .bg,
  .preview_app.radius7 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}
.preview_app.radius6 .row-card .extended .bottom .actions .sqr,
.preview_app.radius7 .row-card .extended .bottom .actions .sqr {
  border-radius: 15px;
}
.preview_app.radius6 .more-info-overlay .nv,
.preview_app.radius7 .more-info-overlay .nv {
  border-radius: 15px;
}
.preview_app.radius6 .more-info-overlay .centered-content .visu-head .tp .sqr,
.preview_app.radius7 .more-info-overlay .centered-content .visu-head .tp .sqr {
  border-radius: 15px;
}
.preview_app.radius6 .more-info-overlay .centered-content .visu-head .content .actions .sqr,
.preview_app.radius7 .more-info-overlay .centered-content .visu-head .content .actions .sqr {
  border-radius: 15px;
}
.preview_app.radius8 .btn,
.preview_app.radius9 .btn {
  border-radius: 17px;
}
.preview_app.radius8 .featured-header .container .rgt .sqr,
.preview_app.radius9 .featured-header .container .rgt .sqr {
  border-radius: 17px;
}
.preview_app.radius8 .cat-row .row-outer .nv,
.preview_app.radius9 .cat-row .row-outer .nv {
  border-radius: 17px;
}
.preview_app.radius8 .row-card .preview,
.preview_app.radius9 .row-card .preview {
  border-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius8 .row-card .preview,
  .preview_app.radius9 .row-card .preview {
    border-radius: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius8 .row-card .preview,
  .preview_app.radius9 .row-card .preview {
    border-radius: 22px;
  }
}
.preview_app.radius8 .row-card .extended,
.preview_app.radius9 .row-card .extended {
  border-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius8 .row-card .extended,
  .preview_app.radius9 .row-card .extended {
    border-radius: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius8 .row-card .extended,
  .preview_app.radius9 .row-card .extended {
    border-radius: 22px;
  }
}
.preview_app.radius8 .row-card .extended .preview,
.preview_app.radius9 .row-card .extended .preview {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.preview_app.radius8 .row-card .extended .bottom .bg,
.preview_app.radius9 .row-card .extended .bottom .bg {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius8 .row-card .extended .bottom .bg,
  .preview_app.radius9 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius8 .row-card .extended .bottom .bg,
  .preview_app.radius9 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
.preview_app.radius8 .row-card .extended .bottom .actions .sqr,
.preview_app.radius9 .row-card .extended .bottom .actions .sqr {
  border-radius: 17px;
}
.preview_app.radius8 .more-info-overlay .nv,
.preview_app.radius9 .more-info-overlay .nv {
  border-radius: 17px;
}
.preview_app.radius8 .more-info-overlay .centered-content .visu-head .tp .sqr,
.preview_app.radius9 .more-info-overlay .centered-content .visu-head .tp .sqr {
  border-radius: 17px;
}
.preview_app.radius8 .more-info-overlay .centered-content .visu-head .content .actions .sqr,
.preview_app.radius9 .more-info-overlay .centered-content .visu-head .content .actions .sqr {
  border-radius: 17px;
}
.preview_app.radius10 .btn {
  border-radius: 20px;
}
.preview_app.radius10 .featured-header .container .rgt .sqr {
  border-radius: 20px;
}
.preview_app.radius10 .cat-row .row-outer .nv {
  border-radius: 20px;
}
.preview_app.radius10 .row-card .preview {
  border-radius: 24px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius10 .row-card .preview {
    border-radius: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius10 .row-card .preview {
    border-radius: 26px;
  }
}
.preview_app.radius10 .row-card .extended {
  border-radius: 24px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius10 .row-card .extended {
    border-radius: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius10 .row-card .extended {
    border-radius: 26px;
  }
}
.preview_app.radius10 .row-card .extended .preview {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.preview_app.radius10 .row-card .extended .bottom .bg {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.radius10 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.radius10 .row-card .extended .bottom .bg {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
  }
}
.preview_app.radius10 .row-card .extended .bottom .actions .sqr {
  border-radius: 20px;
}
.preview_app.radius10 .more-info-overlay .nv {
  border-radius: 20px;
}
.preview_app.radius10 .more-info-overlay .centered-content .visu-head .tp .sqr {
  border-radius: 20px;
}
.preview_app.radius10 .more-info-overlay .centered-content .visu-head .content .actions .sqr {
  border-radius: 20px;
}
.preview_app.vert .all-listings .row-card {
  max-width: 15.85%;
  flex: 0 0 15.85%;
  margin-right: 0.8%;
}
@media only screen and (min-width: 1600px) {
  .preview_app.vert .all-listings .row-card {
    max-width: 13.5%;
    flex: 0 0 13.5%;
    margin-right: 0.78%;
  }
}
@media only screen and (min-width: 2000px) {
  .preview_app.vert .all-listings .row-card {
    max-width: 12%;
    flex: 0 0 12%;
    margin-right: 0.5%;
  }
}
.preview_app.vert .all-listings .row-card .preview:not(.top):before {
  content: '';
  display: block;
  padding-top: 140%;
}
.preview_app.vert .all-listings .row-card .extended {
  width: 152%;
  left: -26%;
  transform: scale(0.7);
  transition: transform 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69), opacity 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69), filter 0.2s cubic-bezier(0.51, 0.18, 0.55, 1);
}
@media only screen and (min-width: 2000px) {
  .preview_app.vert .all-listings .row-card .extended {
    width: 148%;
    left: -24%;
  }
}
.preview_app.vert .all-listings .row-card .extended .bottom .bg {
  transform: none;
}
.preview_app.vert .all-listings .row-card .extended .bottom .actions .ply {
  padding: 11px 10px;
}
@media only screen and (min-width: 1440px) {
  .preview_app.vert .all-listings .row-card .extended .bottom .actions .ply {
    padding: 12px 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .preview_app.vert .all-listings .row-card .extended .bottom .actions .ply {
    padding: 13px 14px;
  }
}
.preview_app.vert .all-listings .row-card .extended .bottom .actions .ply .ico {
  opacity: 0;
  width: 0;
  margin-right: 0;
}
.preview_app.vert .all-listings .row-card .extended.active {
  transform: translateY(-60px) scale(1);
  transition: transform 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69), opacity 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69), filter 0.2s cubic-bezier(0.51, 0.18, 0.55, 1) 0.1s;
}
@media only screen and (min-width: 2000px) {
  .preview_app.vert .all-listings .row-card .extended.active {
    transform: translateY(-50px) scale(1);
  }
}
main.preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-header {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 92vh;
}
.featured-header:before {
  content: '';
  display: block;
  padding-top: 50%;
}
.featured-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
  background: linear-gradient(0deg, #141414 6%, rgba(20,20,20,0) 60%);
}
.featured-header .visu-wrapper,
.featured-header .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-header .visu-wrapper {
  overflow: hidden;
  will-change: transform;
  transform-origin: bottom;
}
.featured-header .visu-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #141414 -20%, rgba(20,20,20,0) 80%);
  opacity: 0.6;
}
.featured-header .visu-wrapper .vid-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.featured-header .visu-wrapper .vid-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-header .visu-wrapper .pic {
  transition: 0.4s ease-in-out;
}
.featured-header .visu-wrapper.p .pic {
  transform: scale(1.06);
  opacity: 0;
}
.featured-header .mask {
  background: #141414;
  pointer-events: none;
  will-change: opacity;
  opacity: 0;
}
.featured-header .container {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 80px;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 1440px) {
  .featured-header .container {
    padding-top: 88px;
    padding-bottom: 44px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-header .container {
    padding-top: 94px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 2000px) {
  .featured-header .container {
    padding-top: 260px;
  }
}
.featured-header .container .infos {
  align-items: flex-start;
}
.featured-header .container .infos p {
  margin-top: 10px;
  max-width: 360px;
}
@media only screen and (min-width: 1440px) {
  .featured-header .container .infos p {
    margin-top: 12px;
    max-width: 390px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-header .container .infos p {
    margin-top: 15px;
    max-width: 415px;
  }
}
.featured-header .container .infos .actns {
  display: flex;
  align-items: stretch;
  margin-top: 16px;
}
@media only screen and (min-width: 1440px) {
  .featured-header .container .infos .actns {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-header .container .infos .actns {
    margin-top: 24px;
  }
}
.featured-header .container .infos .actns .btn {
  margin-right: 8px;
}
@media only screen and (min-width: 1440px) {
  .featured-header .container .infos .actns .btn {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-header .container .infos .actns .btn {
    margin-right: 12px;
  }
}
.featured-header .container .infos .actns .btn:last-child {
  margin-right: 0;
}
.featured-header .container .rgt .sqr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.25);
  border-radius: 13px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .featured-header .container .rgt .sqr {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-header .container .rgt .sqr {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-header .container .rgt .sqr {
    border-radius: 10px;
  }
}
.featured-header .container .rgt .sqr .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
}
.featured-header .container .rgt .sqr .ico svg {
  width: 100%;
  height: 100%;
}
.featured-header .container .rgt .sqr.spn {
  pointer-events: none;
}
.featured-header .container .rgt .sqr.spn .ico {
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear both infinite;
          animation: spin 2s linear both infinite;
}
.featured-header .container .rgt .sqr.spn .ico svg {
  width: 100%;
  height: 100%;
}
.featured-header .container .rgt .sqr.vol .ico {
  width: 26px;
  height: 26px;
  left: 2px;
  top: 1px;
}
.featured-header .container .rgt .sqr.vol .ico .vol-bar {
  opacity: 1;
}
.featured-header .container .rgt .sqr.vol .ico rect {
  opacity: 0;
}
.featured-header .container .rgt .sqr.vol.mtd .vol-bar {
  opacity: 0;
}
.featured-header .container .rgt .sqr.vol.mtd rect {
  opacity: 1;
}
.featured-header .container .rgt .sqr:hover {
  background: rgba(255,255,255,0.15);
}
.all-listings {
  margin-bottom: 500px;
  margin-top: -60px;
  position: relative;
}
.cat-row {
  align-items: flex-start;
  margin-bottom: 54px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .cat-row {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .cat-row {
    margin-bottom: 66px;
  }
}
.cat-row:last-child {
  margin-bottom: 0;
}
.cat-row.frt {
  z-index: 5;
}
.cat-row h5 {
  transform: translateZ(0);
}
.cat-row .row-outer {
  width: 100%;
  position: relative;
  margin-top: 16px;
}
@media only screen and (min-width: 1440px) {
  .cat-row .row-outer {
    margin-top: 20px;
  }
}
.cat-row .row-outer .row-inner {
  width: 101%;
  position: relative;
  display: flex;
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cat-row .row-outer .row-inner.dsbld {
  pointer-events: none;
}
.cat-row .row-outer .nv {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 62px;
  background: rgba(255,255,255,0.15);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .cat-row .row-outer .nv {
    width: 38px;
    height: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .cat-row .row-outer .nv {
    width: 40px;
    height: 74px;
  }
}
.cat-row .row-outer .nv:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 120%;
  top: -10%;
  left: -20%;
}
.cat-row .row-outer .nv .ico {
  align-items: center;
  display: flex;
  position: relative;
  width: 11px;
  height: 30px;
  justify-content: center;
  top: 1px;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .cat-row .row-outer .nv .ico {
    width: 12px;
    height: 34px;
  }
}
.cat-row .row-outer .nv .ico svg {
  width: 100%;
  height: 100%;
}
.cat-row .row-outer .nv.fw {
  right: -0.5%;
  transform: translate(50%, -50%);
}
.cat-row .row-outer .nv.fw .ico {
  left: 1px;
}
.cat-row .row-outer .nv.bw {
  left: -0.5%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cat-row .row-outer .nv:hover .ico {
  opacity: 0.6;
  transform: scale(0.9);
}
.row-card {
  width: 100%;
  max-width: 24%;
  flex: 0 0 24%;
  margin-right: 1%;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .row-card {
    max-width: 19%;
    flex: 0 0 19%;
  }
}
@media only screen and (min-width: 2000px) {
  .row-card {
    max-width: 15.85%;
    flex: 0 0 15.85%;
    margin-right: 0.8%;
  }
}
.row-card:last-child {
  margin-right: 0;
}
.row-card .preview {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #323232;
  cursor: pointer;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  .row-card .preview {
    border-radius: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-card .preview {
    border-radius: 15px;
  }
}
.row-card .preview:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.row-card .preview:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 0.6;
  pointer-events: none;
  background: linear-gradient(360deg, #000 -10%, rgba(0,0,0,0) 80%);
  transform: translateZ(0);
}
.row-card .preview .pic {
  will-change: transform;
}
.row-card .preview .tp,
.row-card .preview .btm {
  display: flex;
  width: 100%;
  position: absolute;
  padding: 0 15px;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .row-card .preview .tp,
  .row-card .preview .btm {
    padding: 0 18px;
  }
}
.row-card .preview .tp {
  padding-top: 15px;
  top: 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1440px) {
  .row-card .preview .tp {
    padding-top: 18px;
  }
}
.row-card .preview .tp .m-tag {
  padding: 2px 10px;
  border-radius: 15px;
  background: #febc38;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 1440px) {
  .row-card .preview .tp .m-tag {
    padding: 3px 14px;
    font-size: 13px;
  }
}
.row-card .preview .btm {
  padding-bottom: 15px;
  bottom: 0;
  align-items: flex-start;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  .row-card .preview .btm {
    padding-bottom: 18px;
  }
}
.row-card .preview .btm .name-title {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 1440px) {
  .row-card .preview .btm .name-title {
    font-size: 22px;
  }
}
.row-card .preview .btm .progress {
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background: rgba(255,255,255,0.3);
  margin-top: 10px;
  position: relative;
  display: flex;
}
.row-card .preview .btm .progress .inner {
  height: 5px;
  border-radius: 20px;
  background: #fff;
}
.row-card .extended {
  position: absolute;
  top: 0;
  width: 114%;
  left: -7%;
  z-index: 2;
  transform-origin: top;
  border-radius: 12px;
  will-change: transform, opacity;
  transform: scale(0.88);
  opacity: 0;
  filter: drop-shadow(0px 15px 30px rgba(0,0,0,0));
  pointer-events: none;
  transition: transform 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69), opacity 0s 0.25s, filter 0.2s cubic-bezier(0.51, 0.18, 0.55, 1);
}
@media only screen and (min-width: 1440px) {
  .row-card .extended {
    border-radius: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-card .extended {
    border-radius: 15px;
    width: 128%;
    left: -14%;
    transform: scale(0.78);
  }
}
@media only screen and (min-width: 2400px) {
  .row-card .extended {
    width: 114%;
    left: -7%;
    transform: scale(0.88);
  }
}
.row-card .extended .preview {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.row-card .extended .preview .tp,
.row-card .extended .preview .btm {
  padding: 0 18px;
}
.row-card .extended .preview .tp {
  padding-top: 18px;
}
.row-card .extended .preview .tp .m-tag {
  padding: 3px 12px;
  font-size: 13px;
  line-height: 22px;
}
.row-card .extended .preview .btm {
  padding-bottom: 18px;
}
.row-card .extended .preview .btm .name-title {
  font-size: 25px;
}
.row-card .extended .preview .btm .progress {
  height: 6px;
  margin-top: 12px;
}
.row-card .extended .preview .btm .progress .inner {
  height: 6px;
}
.row-card .extended .bottom {
  position: relative;
  padding: 20px 18px;
}
@media only screen and (min-width: 1440px) {
  .row-card .extended .bottom {
    padding: 24px 22px;
  }
}
.row-card .extended .bottom .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,0.05), rgba(255,255,255,0.05)), #141414;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.25s cubic-bezier(0.51, 0.18, 0.55, 1);
}
.row-card .extended .bottom .actions,
.row-card .extended .bottom .sum {
  position: relative;
  transition: 0.1s cubic-bezier(0.29, 0.56, 0.66, 0.78);
  opacity: 0;
}
.row-card .extended .bottom .actions {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  .row-card .extended .bottom .actions {
    margin-bottom: 18px;
  }
}
.row-card .extended .bottom .actions > div {
  margin-right: 8px;
  cursor: pointer;
}
.row-card .extended .bottom .actions > div:last-child {
  margin-right: 0;
}
.row-card .extended .bottom .actions .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
  transition: 0.25s ease-in-out;
}
.row-card .extended .bottom .actions .ico svg {
  width: 100%;
  height: 100%;
}
.row-card .extended .bottom .actions .ply {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  flex-grow: 1;
}
@media only screen and (min-width: 1440px) {
  .row-card .extended .bottom .actions .ply {
    padding: 12px 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-card .extended .bottom .actions .ply {
    padding: 13px 30px;
  }
}
.row-card .extended .bottom .actions .ply .ico {
  margin-right: 6px;
}
.row-card .extended .bottom .actions .sqr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background: rgba(255,255,255,0.25);
  transition: background 0.2s ease-in-out;
  border-radius: 13px;
}
@media only screen and (min-width: 1440px) {
  .row-card .extended .bottom .actions .sqr {
    width: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-card .extended .bottom .actions .sqr {
    width: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .row-card .extended .bottom .actions .sqr {
    border-radius: 10px;
  }
}
.row-card .extended .bottom .actions .sqr.i .ico {
  width: 22px;
  height: 22px;
}
.row-card .extended .bottom .actions .sqr.add .ico {
  width: 23px;
  height: 22px;
}
.row-card .extended .bottom .actions .sqr.vol .ico {
  width: 23px;
  height: 24px;
}
.row-card .extended .bottom .actions .sqr:hover {
  background: rgba(255,255,255,0.15);
}
.row-card .extended.active {
  opacity: 1;
  transform: translateY(-100px) scale(1);
  pointer-events: auto;
  filter: drop-shadow(0px 15px 30px rgba(0,0,0,0.75));
  transition: transform 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69), opacity 0s, filter 0.2s cubic-bezier(0.51, 0.18, 0.55, 1) 0.1s;
}
.row-card .extended.active .bottom .bg {
  transform: scaleY(1);
}
.row-card .extended.active .bottom .actions,
.row-card .extended.active .bottom .sum {
  opacity: 1;
  transition: 0.2s ease-in-out 0.15s;
}
main.player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
main.player:before,
main.player:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
main.player:before {
  top: 0;
  height: 20%;
  background: linear-gradient(0deg, rgba(0,0,0,0) 10%, #000 130%);
}
main.player:after {
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 10%, #000 130%);
}
main.player .vid-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.player .vid-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main.player .p-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255,255,255,0.1);
  cursor: pointer;
  transition: background 0.25s ease-in-out;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 2;
}
@media only screen and (min-width: 1440px) {
  main.player .p-btn {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  main.player .p-btn {
    width: 44px;
    height: 44px;
  }
}
main.player .p-btn svg {
  width: 40%;
  height: 40%;
  position: relative;
  transition: 0.25s ease-in-out;
}
main.player .p-btn:hover {
  background: rgba(255,255,255,0.25);
}
main.player .p-btn.x {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0.55, 1) 0.1s, opacity 0.3s cubic-bezier(0.51, 0.18, 0.55, 1) 0.1s, background 0.25s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  main.player .p-btn.x {
    top: 34px;
    left: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  main.player .p-btn.x {
    top: 38px;
    left: 38px;
  }
}
main.player .p-btn.x svg {
  top: 1px;
}
main.player .p-btn.x:hover svg {
  transform: rotate(-90deg);
}
main.player .p-btn.x.inactive {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0.55, 1), opacity 0.3s cubic-bezier(0.51, 0.18, 0.55, 1), background 0.25s ease-in-out;
}
main.player .btm {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 2;
  transition: opacity 0.3s cubic-bezier(0.51, 0.18, 0.55, 1) 0.1s, transform 0.3s cubic-bezier(0.51, 0.18, 0.55, 1) 0.1s;
}
main.player .btm .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1440px) {
  main.player .btm .container {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  main.player .btm .container {
    padding-left: 38px;
    padding-right: 38px;
  }
}
main.player .btm .timeline-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
main.player .btm .timeline-info .current,
main.player .btm .timeline-info .remaining {
  width: 48px;
}
@media only screen and (min-width: 1440px) {
  main.player .btm .timeline-info .current,
  main.player .btm .timeline-info .remaining {
    width: 56px;
  }
}
main.player .btm .timeline-info .remaining {
  text-align: right;
}
main.player .btm .timeline-info .timeline {
  position: relative;
  width: 100%;
  margin: 0 15px;
}
main.player .btm .timeline-info .timeline .noUi-target {
  background: rgba(255,255,255,0.35);
  box-shadow: none;
  border: none;
  height: 6px;
  border-radius: 10px;
  cursor: pointer;
}
main.player .btm .timeline-info .timeline .noUi-connect {
  background: #fff;
}
main.player .btm .timeline-info .timeline .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 3px;
  transform: translate(-50%, -50%);
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
@media only screen and (min-width: 1440px) {
  main.player .btm .timeline-info .timeline .noUi-handle {
    width: 20px;
    height: 20px;
    transform: translate(-40%, -50%);
  }
}
main.player .btm .timeline-info .timeline .noUi-handle:before,
main.player .btm .timeline-info .timeline .noUi-handle:after {
  display: none;
}
main.player .btm .timeline-info .timeline .noUi-handle.noUi-active {
  transform: translate(-50%, -50%) scale(1.2);
}
@media only screen and (min-width: 1440px) {
  main.player .btm .timeline-info .timeline .noUi-handle.noUi-active {
    transform: translate(-40%, -50%) scale(1.2);
  }
}
main.player .btm .actns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  main.player .btm .actns {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  main.player .btm .actns {
    margin-bottom: 24px;
  }
}
main.player .btm .actns > div {
  flex: 1 1 0;
}
main.player .btm .lft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
main.player .btm .lft .list {
  margin-right: 15px;
}
main.player .btm .lft .col {
  align-items: flex-start;
}
main.player .btm .lft .col .name {
  line-height: 1.4;
  font-size: 28px;
}
@media only screen and (min-width: 1440px) {
  main.player .btm .lft .col .name {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  main.player .btm .lft .col .name {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  main.player .btm .lft .col .name {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  main.player .btm .lft .col .name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  main.player .btm .lft .col .name {
    font-size: 22px;
  }
}
main.player .btm .lft .col .subname {
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.5);
}
main.player .btm .ctr {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.player .btm .ctr > div {
  display: flex;
  cursor: pointer;
}
main.player .btm .ctr .fast {
  transition: opacity 0.2s ease-in-out, transform 0.15s ease-in-out;
}
main.player .btm .ctr .fast svg {
  overflow: visible;
}
@media only screen and (min-width: 1600px) {
  main.player .btm .ctr .fast svg {
    width: 34px;
    height: 34px;
  }
}
main.player .btm .ctr .fast svg g {
  will-change: transform;
  transform-origin: 19px 20px;
  transition: 0.15s ease-in-out;
}
main.player .btm .ctr .fast:hover {
  opacity: 0.7;
}
main.player .btm .ctr .fast.fwd.mve svg g {
  transform: rotate(55deg);
}
main.player .btm .ctr .fast.bwd.mve svg g {
  transform: rotate(-55deg);
}
main.player .btm .ctr .play {
  margin: 0 16px;
  width: 52px;
  height: 52px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #febc38;
  transition: opacity 0.25s ease-in-out;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  main.player .btm .ctr .play {
    width: 56px;
    height: 56px;
    border-radius: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  main.player .btm .ctr .play {
    width: 60px;
    height: 60px;
  }
}
main.player .btm .ctr .play:hover {
  opacity: 0.8;
}
main.player .btm .ctr .play span {
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  width: 20px;
  height: 20px;
}
main.player .btm .ctr .play span svg {
  width: 100%;
  height: 100%;
}
main.player .btm .ctr .play span.a {
  width: 23px;
  height: 23px;
  position: relative;
  transition: opacity 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69) 0.1s, transform 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69) 0.1s;
}
main.player .btm .ctr .play span.b {
  position: absolute;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69), transform 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69);
}
main.player .btm .ctr .play.paused span.a {
  opacity: 0;
  transform: scale(1.4);
  transition: opacity 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69), transform 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69);
}
main.player .btm .ctr .play.paused span.b {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69) 0.1s, transform 0.2s cubic-bezier(0.69, 0.24, 0.24, 0.69) 0.1s;
}
main.player .btm .rgt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
main.player .btm .rgt .p-btn {
  margin-right: 8px;
}
main.player .btm .rgt .p-btn:last-child {
  margin-right: 0;
}
main.player .btm .rgt .p-btn.aud-sub svg {
  width: 46%;
  height: 46%;
  top: 1px;
}
main.player .btm .rgt .p-btn.vol svg {
  width: 60%;
  height: 60%;
  left: 2px;
}
main.player .btm .rgt .p-btn.vol svg .hde {
  opacity: 0;
}
main.player .btm .rgt .p-btn.vol svg rect {
  opacity: 0;
}
main.player .btm .rgt .p-btn.vol svg rect.shw {
  opacity: 1;
}
main.player .btm .rgt .p-btn.fs svg {
  width: 40%;
  height: 40%;
}
main.player .btm .rgt .p-btn.fs svg g.g-arw {
  transition: 0.2s;
}
main.player .btm .rgt .p-btn.fs.active g.top {
  transform: translate(-13px, 13px);
}
main.player .btm .rgt .p-btn.fs.active g.bot {
  transform: translate(13px, -13px);
}
main.player .btm .rgt .vol-outer {
  display: flex;
  align-items: center;
  margin-right: 8px;
  position: relative;
}
main.player .btm .rgt .vol-outer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120%;
  height: 100%;
}
main.player .btm .rgt .vol-outer:last-child {
  margin-right: 0;
}
main.player .btm .rgt .vol-outer .noUi-target {
  background: rgba(255,255,255,0.35);
  box-shadow: none;
  border: none;
  height: 6px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 12px;
  width: 100px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.51, 0.18, 0.55, 1);
}
main.player .btm .rgt .vol-outer .noUi-connect {
  background: #fff;
}
main.player .btm .rgt .vol-outer .noUi-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 3px;
  transform: translate(-120%, -50%);
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
@media only screen and (min-width: 1440px) {
  main.player .btm .rgt .vol-outer .noUi-handle {
    width: 12px;
    height: 12px;
  }
}
main.player .btm .rgt .vol-outer .noUi-handle:before {
  display: none;
}
main.player .btm .rgt .vol-outer .noUi-handle:after {
  width: 200%;
  height: 240%;
  background: none;
  top: -70%;
  left: -50%;
}
main.player .btm .rgt .vol-outer .noUi-handle.noUi-active {
  transform: translate(-120%, -50%) scale(1.2);
}
main.player .btm .rgt .vol-outer.active .noUi-target {
  opacity: 1;
  pointer-events: auto;
}
main.player .btm .rgt .vol-outer.active .p-btn {
  background: rgba(255,255,255,0.25);
}
main.player .btm.inactive {
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.51, 0.18, 0.55, 1), transform 0.3s cubic-bezier(0.51, 0.18, 0.55, 1);
}
main.player.inactive:before,
main.player.inactive:after {
  opacity: 0;
  transition: 0.3s ease-in-out 0.1s;
}
.more-info-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  align-items: flex-start;
  padding-top: 34px;
  padding-bottom: 120px;
  overflow-y: scroll;
  -webkit-animation: slideup 0.7s cubic-bezier(0, 0.7, 0.1, 1) both 0.2s, fade 0.7s cubic-bezier(0.5, 0, 0.2, 1) both 0.2s;
          animation: slideup 0.7s cubic-bezier(0, 0.7, 0.1, 1) both 0.2s, fade 0.7s cubic-bezier(0.5, 0, 0.2, 1) both 0.2s;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay {
    padding-top: 38px;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay {
    padding-top: 44px;
    padding-bottom: 150px;
  }
}
.more-info-overlay .tp-lvl {
  position: relative;
  padding: 0 90px;
  max-width: 1180px;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .tp-lvl {
    padding: 0 100px;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .tp-lvl {
    padding: 0 110px;
    max-width: 1380px;
  }
}
.more-info-overlay .tp-lvl.clsng {
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: 0.35s cubic-bezier(0.2, 0.6, 0.56, 0.84);
}
.more-info-overlay .tp-lvl .inner {
  position: relative;
}
.more-info-overlay .cntnr {
  width: 100%;
  padding: 0 70px;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .cntnr {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .cntnr {
    padding: 0 90px;
  }
}
.more-info-overlay .nv {
  position: absolute;
  top: 30%;
  width: 34px;
  height: 62px;
  background: rgba(255,255,255,0.15);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .nv {
    width: 38px;
    height: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .nv {
    width: 40px;
    height: 74px;
  }
}
.more-info-overlay .nv .ico {
  align-items: center;
  display: flex;
  position: relative;
  width: 11px;
  height: 30px;
  justify-content: center;
  top: 1px;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .nv .ico {
    width: 12px;
    height: 34px;
  }
}
.more-info-overlay .nv .ico svg {
  width: 100%;
  height: 100%;
}
.more-info-overlay .nv.fw {
  right: 0;
}
.more-info-overlay .nv.fw .ico {
  left: 1px;
}
.more-info-overlay .nv.bw {
  left: 0;
  z-index: 2;
}
.more-info-overlay .nv:hover .ico {
  opacity: 0.6;
  transform: scale(0.9);
}
.more-info-overlay .centered-content {
  width: 100%;
}
.more-info-overlay .centered-content .visu-head {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.more-info-overlay .centered-content .visu-head:before {
  content: '';
  display: block;
  padding-top: 54%;
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .centered-content .visu-head:before {
    padding-top: 56%;
  }
}
.more-info-overlay .centered-content .visu-head:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
  background: linear-gradient(0deg, #141414 6%, rgba(20,20,20,0) 60%);
}
.more-info-overlay .centered-content .visu-head .vis-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}
.more-info-overlay .centered-content .visu-head .vis-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #141414 -20%, rgba(20,20,20,0) 80%);
  opacity: 0.5;
}
.more-info-overlay .centered-content .visu-head .vis-wrapper .pics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
.more-info-overlay .centered-content .visu-head .vis-wrapper .vid-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.more-info-overlay .centered-content .visu-head .vis-wrapper .vid-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-info-overlay .centered-content .visu-head .vis-wrapper.p .pics {
  transform: scale(1.06);
  opacity: 0;
}
.more-info-overlay .centered-content .visu-head .tp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50px;
  left: 0;
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .centered-content .visu-head .tp {
    top: 60px;
  }
}
.more-info-overlay .centered-content .visu-head .tp .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
}
.more-info-overlay .centered-content .visu-head .tp .ico svg {
  width: 100%;
  height: 100%;
}
.more-info-overlay .centered-content .visu-head .tp .sqr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.25);
  border-radius: 13px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head .tp .sqr {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .more-info-overlay .centered-content .visu-head .tp .sqr {
    border-radius: 10px;
  }
}
.more-info-overlay .centered-content .visu-head .tp .sqr.arw .ico {
  top: 1px;
}
.more-info-overlay .centered-content .visu-head .tp .sqr.spn {
  pointer-events: none;
}
.more-info-overlay .centered-content .visu-head .tp .sqr.spn .ico {
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear both infinite;
          animation: spin 2s linear both infinite;
}
.more-info-overlay .centered-content .visu-head .tp .sqr.vol .ico {
  width: 28px;
  height: 28px;
  left: 2px;
  top: 1px;
}
.more-info-overlay .centered-content .visu-head .tp .sqr.vol .ico .vol-bar {
  opacity: 1;
}
.more-info-overlay .centered-content .visu-head .tp .sqr.vol .ico rect {
  opacity: 0;
}
.more-info-overlay .centered-content .visu-head .tp .sqr.vol.mtd .vol-bar {
  opacity: 0;
}
.more-info-overlay .centered-content .visu-head .tp .sqr.vol.mtd rect {
  opacity: 1;
}
.more-info-overlay .centered-content .visu-head .tp .sqr:hover {
  background: rgba(255,255,255,0.15);
}
.more-info-overlay .centered-content .visu-head .content {
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.more-info-overlay .centered-content .visu-head .content .actions {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 14px;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head .content .actions {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .centered-content .visu-head .content .actions {
    margin-top: 22px;
  }
}
.more-info-overlay .centered-content .visu-head .content .actions > div {
  margin-right: 8px;
  cursor: pointer;
}
.more-info-overlay .centered-content .visu-head .content .actions > div:last-child {
  margin-right: 0;
}
.more-info-overlay .centered-content .visu-head .content .actions .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
  transition: 0.25s ease-in-out;
}
.more-info-overlay .centered-content .visu-head .content .actions .ico svg {
  width: 100%;
  height: 100%;
}
.more-info-overlay .centered-content .visu-head .content .actions .ply {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  flex-grow: 1;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head .content .actions .ply {
    padding: 12px 26px;
  }
}
@media only screen and (max-width: 768px) {
  .more-info-overlay .centered-content .visu-head .content .actions .ply {
    padding: 13px 28px;
  }
}
@media only screen and (max-width: 480px) {
  .more-info-overlay .centered-content .visu-head .content .actions .ply {
    padding: 10px 20px;
  }
}
.more-info-overlay .centered-content .visu-head .content .actions .ply .ico {
  margin-right: 6px;
}
.more-info-overlay .centered-content .visu-head .content .actions .sqr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background: rgba(255,255,255,0.25);
  border-radius: 13px;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head .content .actions .sqr {
    width: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .more-info-overlay .centered-content .visu-head .content .actions .sqr {
    border-radius: 10px;
  }
}
.more-info-overlay .centered-content .visu-head .content .actions .sqr.add .ico {
  width: 23px;
  height: 22px;
}
.more-info-overlay .centered-content .visu-head .content .actions .sqr.like .ico {
  width: 21px;
  height: 21px;
}
.more-info-overlay .centered-content .visu-head .content .actions .sqr.dislike .ico {
  width: 21px;
  height: 21px;
  top: 1px;
}
.more-info-overlay .centered-content .visu-head .content .actions .sqr:hover {
  background: rgba(255,255,255,0.15);
}
.more-info-overlay .centered-content .visu-head .content .infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 26px;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head .content .infos {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .centered-content .visu-head .content .infos {
    margin-top: 34px;
  }
}
.more-info-overlay .centered-content .visu-head .content .infos .sum {
  max-width: 580px;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head .content .infos .sum {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .centered-content .visu-head .content .infos .sum {
    max-width: 660px;
  }
}
.more-info-overlay .centered-content .visu-head .content .infos .tags {
  margin-left: 25px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head .content .infos .tags {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .centered-content .visu-head .content .infos .tags {
    margin-left: 35px;
    font-size: 14px;
    line-height: 26px;
  }
}
.more-info-overlay .centered-content .visu-head .content .infos .tags .tag {
  padding: 3px 15px;
  border-radius: 15px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  margin-left: 8px;
  margin-bottom: 8px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media only screen and (min-width: 1440px) {
  .more-info-overlay .centered-content .visu-head .content .infos .tags .tag {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .centered-content .visu-head .content .infos .tags .tag {
    padding: 3px 17px;
  }
}
.more-info-overlay .centered-content .more {
  background: #141414;
  padding: 50px 0 80px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 1600px) {
  .more-info-overlay .centered-content .more {
    padding: 60px 0 100px;
  }
}
.more-info-overlay .centered-content .more .cat-row .row-card {
  max-width: 32%;
  flex: 0 0 32%;
  margin-right: 2%;
}


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