@import url(https://public-assets.envato-static.com/assets/normalize.css/normalize-b1a155928b172f008fc543e8a057fcbe0f8855c5f410811adcaf2cf21f310a63.css);

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #545454
}

@media (max-width: 1023px) {
  html {
    height: 100%
  }
}

@media (max-width: 1023px) {
  body {
    height: 100%
  }
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

iframe {
  border: 0
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

[tabindex="-1"]:focus {
  outline: none !important
}

iframe[name=google_conversion_frame] {
  display: none
}

@-webkit-keyframes background-flash {
  0% {
    background-color: transparent
  }

  50% {
    background-color: #f5f5b4
  }

  100% {
    background-color: transparent
  }
}

@keyframes background-flash {
  0% {
    background-color: transparent
  }

  50% {
    background-color: #f5f5b4
  }

  100% {
    background-color: transparent
  }
}

@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  100% {
    display: block;
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  100% {
    display: block;
    opacity: 1
  }
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fade-in-down-desktop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fade-in-down-desktop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fade-in-up-desktop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fade-in-up-desktop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1
  }

  99% {
    display: block;
    opacity: 0
  }

  100% {
    display: none;
    opacity: 1
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1
  }

  99% {
    display: block;
    opacity: 0
  }

  100% {
    display: none;
    opacity: 1
  }
}

@-webkit-keyframes move-from-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes move-from-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  40% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  40% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

[am-Grid] {
  float: left;
  width: 100%
}

[am-Grid]:after {
  content: " ";
  display: block;
  clear: both
}

@media (max-width: 568px) {
  [am-Grid] [am-Grid-Col~="s:1"] {
    width: 20.3125%;
    float: left;
    margin-right: 6.25%
  }

  [am-Grid] [am-Grid-Col~="s:pre1"] {
    margin-left: 26.5625%
  }

  [am-Grid] [am-Grid-Col~="s:2"] {
    width: 46.875%;
    float: left;
    margin-right: 6.25%
  }

  [am-Grid] [am-Grid-Col~="s:pre2"] {
    margin-left: 53.125%
  }

  [am-Grid] [am-Grid-Col~="s:3"] {
    width: 73.4375%;
    float: left;
    margin-right: 6.25%
  }

  [am-Grid] [am-Grid-Col~="s:pre3"] {
    margin-left: 79.6875%
  }

  [am-Grid] [am-Grid-Col~="s:4"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
  }

  [am-Grid] [am-Grid-Col~="s:pre4"] {
    margin-left: 106.25%
  }

  [am-Grid] [am-Grid-Row~="s:end"] {
    margin-right: 0;
    clear: right
  }

  [am-Grid] [am-Grid-Row~="s:start"] {
    clear: left
  }
}

@media (min-width: 569px) and (max-width: 1023px) {
  [am-Grid] [am-Grid-Col~="m:1"] {
    width: 9.8484848485%;
    float: left;
    margin-right: 3.0303030303%
  }

  [am-Grid] [am-Grid-Col~="m:pre1"] {
    margin-left: 12.8787878788%
  }

  [am-Grid] [am-Grid-Col~="m:2"] {
    width: 22.7272727273%;
    float: left;
    margin-right: 3.0303030303%
  }

  [am-Grid] [am-Grid-Col~="m:pre2"] {
    margin-left: 25.7575757576%
  }

  [am-Grid] [am-Grid-Col~="m:3"] {
    width: 35.6060606061%;
    float: left;
    margin-right: 3.0303030303%
  }

  [am-Grid] [am-Grid-Col~="m:pre3"] {
    margin-left: 38.6363636364%
  }

  [am-Grid] [am-Grid-Col~="m:4"] {
    width: 48.4848484848%;
    float: left;
    margin-right: 3.0303030303%
  }

  [am-Grid] [am-Grid-Col~="m:pre4"] {
    margin-left: 51.5151515152%
  }

  [am-Grid] [am-Grid-Col~="m:5"] {
    width: 61.3636363636%;
    float: left;
    margin-right: 3.0303030303%
  }

  [am-Grid] [am-Grid-Col~="m:pre5"] {
    margin-left: 64.3939393939%
  }

  [am-Grid] [am-Grid-Col~="m:6"] {
    width: 74.2424242424%;
    float: left;
    margin-right: 3.0303030303%
  }

  [am-Grid] [am-Grid-Col~="m:pre6"] {
    margin-left: 77.2727272727%
  }

  [am-Grid] [am-Grid-Col~="m:7"] {
    width: 87.1212121212%;
    float: left;
    margin-right: 3.0303030303%
  }

  [am-Grid] [am-Grid-Col~="m:pre7"] {
    margin-left: 90.1515151515%
  }

  [am-Grid] [am-Grid-Col~="m:8"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
  }

  [am-Grid] [am-Grid-Col~="m:pre8"] {
    margin-left: 103.0303030303%
  }

  [am-Grid] [am-Grid-Row~="m:end"] {
    margin-right: 0;
    clear: right
  }

  [am-Grid] [am-Grid-Row~="m:start"] {
    clear: left
  }
}

@media (min-width: 1024px) {
  [am-Grid] [am-Grid-Col~="l:1"] {
    width: 6.5%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre1"] {
    margin-left: 8.5%
  }

  [am-Grid] [am-Grid-Col~="l:2"] {
    width: 15%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre2"] {
    margin-left: 17%
  }

  [am-Grid] [am-Grid-Col~="l:3"] {
    width: 23.5%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre3"] {
    margin-left: 25.5%
  }

  [am-Grid] [am-Grid-Col~="l:4"] {
    width: 32%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre4"] {
    margin-left: 34%
  }

  [am-Grid] [am-Grid-Col~="l:5"] {
    width: 40.5%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre5"] {
    margin-left: 42.5%
  }

  [am-Grid] [am-Grid-Col~="l:6"] {
    width: 49%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre6"] {
    margin-left: 51%
  }

  [am-Grid] [am-Grid-Col~="l:7"] {
    width: 57.5%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre7"] {
    margin-left: 59.5%
  }

  [am-Grid] [am-Grid-Col~="l:8"] {
    width: 66%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre8"] {
    margin-left: 68%
  }

  [am-Grid] [am-Grid-Col~="l:9"] {
    width: 74.5%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre9"] {
    margin-left: 76.5%
  }

  [am-Grid] [am-Grid-Col~="l:10"] {
    width: 83%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre10"] {
    margin-left: 85%
  }

  [am-Grid] [am-Grid-Col~="l:11"] {
    width: 91.5%;
    float: left;
    margin-right: 2%
  }

  [am-Grid] [am-Grid-Col~="l:pre11"] {
    margin-left: 93.5%
  }

  [am-Grid] [am-Grid-Col~="l:12"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
  }

  [am-Grid] [am-Grid-Col~="l:pre12"] {
    margin-left: 102%
  }

  [am-Grid] [am-Grid-Row~="l:end"] {
    margin-right: 0;
    clear: right
  }

  [am-Grid] [am-Grid-Row~="l:start"] {
    clear: left
  }
}

.h-clearfix:after {
  content: " ";
  display: block;
  clear: both
}

.h-clear {
  clear: both
}

.h-clickable {
  cursor: pointer
}

.h-no-bullet {
  list-style: none
}

.h-hr {
  border: none;
  display: block;
  background-color: #dedede;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px
}

.h-pull-right {
  float: right
}

.h-pull-left {
  float: left
}

.h-pull-none {
  float: none !important
}

.h-display-inlineblock {
  display: inline-block !important
}

.h-display-block {
  display: block !important
}

.h-position-absolute {
  position: absolute
}

.h-position-relative {
  position: relative
}

.h-position-fixed {
  position: fixed
}

.h-text-align-center {
  text-align: center
}

.h-text-align-left {
  text-align: left
}

.h-text-align-right {
  text-align: right
}

.h-word-wrap {
  word-wrap: break-word
}

.h-strikethrough {
  text-decoration: line-through
}

.h-text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.h-text-overflow-wrap-anywhere {
  overflow-wrap: anywhere
}

.h-full-width {
  width: 100%
}

.h-flexible {
  max-width: 100%
}

.h-image-svg {
  line-height: 0;
  display: block
}

.h-flex-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
  position: relative
}

.h-flex-video iframe,
.h-flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.h-m0 {
  margin: 0px !important
}

.h-mt0 {
  margin-top: 0px !important
}

.h-mr0 {
  margin-right: 0px !important
}

.h-mb0 {
  margin-bottom: 0px !important
}

.h-ml0 {
  margin-left: 0px !important
}

.h-mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important
}

.h-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important
}

.h-m1 {
  margin: 8px !important
}

.h-mt1 {
  margin-top: 8px !important
}

.h-mr1 {
  margin-right: 8px !important
}

.h-mb1 {
  margin-bottom: 8px !important
}

.h-ml1 {
  margin-left: 8px !important
}

.h-mx1 {
  margin-left: 8px !important;
  margin-right: 8px !important
}

.h-my1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important
}

.h-m2 {
  margin: 16px !important
}

.h-mt2 {
  margin-top: 16px !important
}

.h-mr2 {
  margin-right: 16px !important
}

.h-mb2 {
  margin-bottom: 16px !important
}

.h-ml2 {
  margin-left: 16px !important
}

.h-mx2 {
  margin-left: 16px !important;
  margin-right: 16px !important
}

.h-my2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.h-m3 {
  margin: 24px !important
}

.h-mt3 {
  margin-top: 24px !important
}

.h-mr3 {
  margin-right: 24px !important
}

.h-mb3 {
  margin-bottom: 24px !important
}

.h-ml3 {
  margin-left: 24px !important
}

.h-mx3 {
  margin-left: 24px !important;
  margin-right: 24px !important
}

.h-my3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important
}

.h-m4 {
  margin: 32px !important
}

.h-mt4 {
  margin-top: 32px !important
}

.h-mr4 {
  margin-right: 32px !important
}

.h-mb4 {
  margin-bottom: 32px !important
}

.h-ml4 {
  margin-left: 32px !important
}

.h-mx4 {
  margin-left: 32px !important;
  margin-right: 32px !important
}

.h-my4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important
}

.h-mxa {
  margin-left: auto !important;
  margin-right: auto !important
}

.h-mya {
  margin-bottom: auto !important;
  margin-top: auto !important
}

.h-p0 {
  padding: 0px !important
}

.h-pt0 {
  padding-top: 0px !important
}

.h-pr0 {
  padding-right: 0px !important
}

.h-pb0 {
  padding-bottom: 0px !important
}

.h-pl0 {
  padding-left: 0px !important
}

.h-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important
}

.h-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}

.h-p1 {
  padding: 8px !important
}

.h-pt1 {
  padding-top: 8px !important
}

.h-pr1 {
  padding-right: 8px !important
}

.h-pb1 {
  padding-bottom: 8px !important
}

.h-pl1 {
  padding-left: 8px !important
}

.h-px1 {
  padding-left: 8px !important;
  padding-right: 8px !important
}

.h-py1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important
}

.h-p2 {
  padding: 16px !important
}

.h-pt2 {
  padding-top: 16px !important
}

.h-pr2 {
  padding-right: 16px !important
}

.h-pb2 {
  padding-bottom: 16px !important
}

.h-pl2 {
  padding-left: 16px !important
}

.h-px2 {
  padding-left: 16px !important;
  padding-right: 16px !important
}

.h-py2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

.h-p3 {
  padding: 24px !important
}

.h-pt3 {
  padding-top: 24px !important
}

.h-pr3 {
  padding-right: 24px !important
}

.h-pb3 {
  padding-bottom: 24px !important
}

.h-pl3 {
  padding-left: 24px !important
}

.h-px3 {
  padding-left: 24px !important;
  padding-right: 24px !important
}

.h-py3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important
}

.h-p4 {
  padding: 32px !important
}

.h-pt4 {
  padding-top: 32px !important
}

.h-pr4 {
  padding-right: 32px !important
}

.h-pb4 {
  padding-bottom: 32px !important
}

.h-pl4 {
  padding-left: 32px !important
}

.h-px4 {
  padding-left: 32px !important;
  padding-right: 32px !important
}

.h-py4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important
}

@media (max-width: 1023px) {
  .is-hidden-tablet-and-below {
    display: none !important
  }
}

@media (max-width: 568px) {
  .is-hidden-phone {
    display: none !important
  }
}

@media (min-width: 569px) {
  .is-hidden-tablet-and-above {
    display: none !important
  }
}

@media (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important
  }
}

.is-visually-hidden,
.js .is-visually-hidden--js {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.hidden,
.is-hidden {
  display: none !important
}

.no-js .is-hidden--no-js {
  display: none !important
}

.js .is-hidden--js {
  display: none !important
}

.is-loading {
  background-image: url(https://public-assets.envato-static.com/assets/common/pagination_loader-ccdae013a8bbb92cbd0d52d6e1db2fea8a05b335a67409822029a16505e9adb5.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px
}

.is-pjax-loading {
  opacity: 0.4
}

.is-disabled-loading,
.is-disabled-interaction {
  position: relative
}

.is-disabled-loading:before,
.is-disabled-interaction:before {
  content: "";
  background-color: white;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

.is-disabled-interaction {
  cursor: default
}

.is-disabled-loading {
  cursor: wait
}

.no-svg .is-hidden--no-svg,
.svg .is-hidden--svg {
  display: none
}

.svg .is-hidden--no-svg,
.no-svg .is-hidden--svg {
  display: inline
}

@font-face {
  font-family: 'PolySans-Neutral';
  src: url(https://public-assets.envato-static.com/assets/PolySans-Family/PolySans-Neutral-97805fdcd154c8dade0711b51e8ee36a88f411929fc0fdc812782006232b1407.otf) format("opentype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'PolySans-Median';
  src: url(https://public-assets.envato-static.com/assets/PolySans-Family/PolySans-Median-3a831d451fb6e08a2d12ff4af107eea1a4ee286096911338ec3985e89f59c841.otf) format("opentype");
  font-weight: normal;
  font-style: normal
}

.t-body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 0
}

.t-body a {
  color: #0084B4
}

.t-body a:hover {
  color: #00719b
}

.t-body.-size-xl {
  font-size: 20px
}

.t-body.-size-l {
  font-size: 18px
}

.t-body.-size-m {
  font-size: 14px
}

.t-body.-size-s {
  font-size: 12px
}

.t-body.-color-dark,
.t-body {
  color: #666666
}

.t-body.-color-mid {
  color: #999999
}

.t-body.-color-light {
  color: white
}

.t-body.-color-inherit {
  color: inherit
}

.t-body.-color-danger {
  color: #df2c2c
}

.t-body.-color-success {
  color: #82b541
}

.t-body.-color-warning {
  color: #efa506
}

.t-body.-style-italic {
  font-style: italic
}

.t-body.-weight-bold {
  font-weight: 700
}

.t-currency {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: inherit;
  line-height: 1
}

.t-currency::first-letter {
  margin-right: 0.05em;
  font-size: 12px;
  line-height: 1.25em;
  font-weight: normal;
  vertical-align: top
}

@-moz-document url-prefix() {
  .t-currency::first-letter {
    float: left
  }
}

.t-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  padding: 0
}

.t-heading a {
  color: #0084B4
}

.t-heading a:hover {
  color: #00719b
}

.t-heading.-size-xxl {
  font-size: 36px
}

.t-heading.-size-xl {
  font-size: 32px
}

.t-heading.-size-l {
  font-size: 28px
}

.t-heading.-responsive-size-l {
  font-size: 28px
}

@media (max-width: 1023px) {
  .t-heading.-responsive-size-l {
    font-size: 24px
  }
}

.t-heading.-size-m {
  font-size: 24px
}

.t-heading.-size-s {
  font-size: 20px
}

.t-heading.-size-xs {
  font-size: 18px
}

.t-heading.-size-xxs {
  font-size: 14px
}

.t-heading.-size-inherit {
  font-size: inherit
}

.t-heading.-color-dark,
.t-heading {
  color: #454545
}

.t-heading.-color-mid {
  color: #545454
}

.t-heading.-color-light {
  color: white
}

.t-heading.-color-inherit {
  color: inherit
}

.t-heading.-color-highlight {
  color: #82b440
}

.t-heading.-weight-normal {
  font-weight: 400
}

.t-heading.-weight-light {
  font-weight: 300
}

.t-heading.-margin-none {
  margin: 0
}

.t-icon-list {
  list-style: none;
  margin: 0 0 8px 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.t-icon-list a {
  color: #0084B4
}

.t-icon-list a:hover {
  color: #00719b
}

.t-icon-list.-offset-flush {
  margin-left: 8px
}

.t-icon-list.-font-size-s {
  font-size: 12px
}

.t-icon-list.-font-size-m,
.t-icon-list {
  font-size: 16px
}

.t-icon-list.-icon-size-s .t-icon-list__item:before {
  font-size: 12px
}

.t-icon-list.-icon-size-m .t-icon-list__item:before,
.t-icon-list .t-icon-list__item:before {
  font-size: 14px
}

.t-icon-list__item {
  position: relative;
  padding-left: 16px
}

.t-icon-list__item:before {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  position: relative;
  left: -23px;
  margin-right: -15px
}

.t-icon-list__item.-icon-ok:before {
  content: ""
}

.t-icon-list__item.-icon-cancel:before {
  content: ""
}

.t-icon-list__item.-icon-caret:before {
  content: ""
}

.t-icon-list__item.-color-mid:before,
.t-icon-list__item:before {
  color: gray
}

.t-icon-list__item.-color-dark:before {
  color: black
}

.t-icon-list__item.-color-light:before {
  color: white
}

.t-icon-list__item.-color-primary:before {
  color: #82b440
}

.t-link {
  color: #0084B4;
  text-decoration: underline
}

.t-link:hover {
  color: #00719b
}

.t-link:hover {
  text-decoration: none
}

.t-link.-color-dark {
  color: #454545
}

.t-link.-color-dark:hover {
  color: #787878
}

.t-link.-color-light {
  color: white
}

.t-link.-color-light:hover {
  color: whitesmoke
}

.t-link.-color-default {
  color: #0084B4
}

.t-link.-color-default:hover {
  color: #00719b
}

.t-link.-color-inherit {
  color: currentColor
}

.t-link.-decoration-reversed {
  text-decoration: none
}

.t-link.-decoration-reversed:hover {
  text-decoration: underline
}

.t-link.-decoration-none {
  text-decoration: none
}

.t-link.-decoration-none:hover {
  text-decoration: none
}

.t-link.-weight-bold {
  font-weight: 700
}

.t-link.-weight-normal {
  font-weight: 400
}

.t-link.-weight-light {
  font-weight: 300
}

.t-list {
  list-style: disc;
  margin-left: 32px
}

.t-list.-style-none {
  list-style: none;
  margin-left: 0
}

.t-list.-style-decimal {
  list-style: decimal
}

.t-list.-style-alpha {
  list-style: lower-alpha
}

.t-list.-style-lower-roman {
  list-style: lower-roman
}

li.t-list__indent {
  padding: 10px 0px;
  margin-left: 10px;
  list-style: none
}

.t-preformatted {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.t-preformatted p {
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 0
}

.t-preformatted p a {
  color: #0084B4
}

.t-preformatted p a:hover {
  color: #00719b
}

.t-preformatted h1 {
  display: none
}

.t-preformatted h2,
.t-preformatted h3,
.t-preformatted h4,
.t-preformatted h5,
.t-preformatted h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #454545;
  margin-bottom: 8px;
  padding: 0
}

.t-preformatted h2 a,
.t-preformatted h3 a,
.t-preformatted h4 a,
.t-preformatted h5 a,
.t-preformatted h6 a {
  color: #0084B4
}

.t-preformatted h2 a:hover,
.t-preformatted h3 a:hover,
.t-preformatted h4 a:hover,
.t-preformatted h5 a:hover,
.t-preformatted h6 a:hover {
  color: #00719b
}

.t-preformatted small {
  color: #909090;
  font-size: 12px
}

.t-preformatted ol,
.t-preformatted ul {
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 25px
}

.t-preformatted ol:last-child,
.t-preformatted ul:last-child {
  margin-bottom: 0
}

.t-preformatted ol {
  list-style-type: decimal
}

.t-preformatted ul {
  list-style: disc
}

.t-preformatted table {
  margin-bottom: 16px;
  max-width: 100%;
  overflow: auto
}

.t-preformatted img {
  max-width: 100%
}

.t-preformatted blockquote {
  border-left: 1px solid #454545;
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 16px;
  padding-left: 16px
}

.t-preformatted pre {
  font-size: 14px;
  margin-bottom: 16px
}

.f-checkbox {
  font-size: 13px;
  font-weight: normal;
  outline: 0
}

.f-checkbox.is-invalid,
.f-checkbox.is-error {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-checkbox[disabled] {
  background: #ededed;
  cursor: not-allowed
}

.f-checkbox.is-read-only {
  cursor: text;
  border-style: dashed
}

.f-file {
  font-size: 13px;
  font-weight: normal;
  outline: 0;
  margin-top: 8px
}

.f-file.is-invalid,
.f-file.is-error {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-file[disabled] {
  background: #ededed;
  cursor: not-allowed
}

.f-file.is-read-only {
  cursor: text;
  border-style: dashed
}

.f-input {
  font-size: 13px;
  font-weight: normal;
  outline: 0;
  height: 30px;
  line-height: 1;
  border-radius: 4px;
  color: gray;
  background: white;
  border: 1px solid #bababa;
  padding: 5px 8px
}

.f-input.is-invalid,
.f-input.is-error {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-input[disabled] {
  background: #ededed;
  cursor: not-allowed
}

.f-input.is-read-only {
  cursor: text;
  border-style: dashed
}

.f-input:focus,
.f-input.is-focussed {
  -webkit-transition: -webkit-box-shadow 0.30s ease-in-out;
  transition: -webkit-box-shadow 0.30s ease-in-out;
  transition: box-shadow 0.30s ease-in-out;
  transition: box-shadow 0.30s ease-in-out, -webkit-box-shadow 0.30s ease-in-out;
  -webkit-box-shadow: 0 0 5px #9ecaed;
  box-shadow: 0 0 5px #9ecaed;
  border-color: #9ecaed
}

.f-input.-font-monospace {
  font-family: Consolas, Monaco, "Lucida Console", monospace
}

.f-input.-size-m {
  height: 40px;
  font-size: 20px
}

.f-input.-width-full {
  width: 100%
}

.f-input[data-icon="true"] {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 5px center
}

.f-input[data-status="valid"][data-icon="true"],
.f-input.is-valid[data-icon="true"] {
  background-image: url(https://public-assets.envato-static.com/assets/common/input-validation__valid-ad0699536415d38e62ad0ed66070d56104aabeb5dc4ce4742ee841fdcf5ed338.svg)
}

.f-input[data-status="invalid"],
.f-input[data-status="error"],
.f-input.is-error,
.f-input.is-invalid {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-input[data-status="invalid"]:focus,
.f-input.is-focussed[data-status="invalid"],
.f-input[data-status="error"]:focus,
.f-input.is-focussed[data-status="error"],
.f-input.is-error:focus,
.f-input.is-error.is-focussed,
.f-input.is-invalid:focus,
.f-input.is-invalid.is-focussed {
  -webkit-box-shadow: 0 0 5px currentColor;
  box-shadow: 0 0 5px currentColor
}

.f-input[data-status="invalid"][data-icon="true"],
.f-input[data-status="error"][data-icon="true"],
.f-input.is-error[data-icon="true"],
.f-input.is-invalid[data-icon="true"] {
  background-image: url(https://public-assets.envato-static.com/assets/common/input-validation__invalid-ecb44f2043f8a65c6b5cfdf3b5b813e4b66ba72e20c1bfa98dc03ec091673a27.svg)
}

.f-input[data-status="warning"],
.f-input.is-warning {
  color: #efa506;
  border: currentColor 1px solid
}

.f-input[data-status="warning"]:focus,
.f-input.is-focussed[data-status="warning"],
.f-input.is-warning:focus,
.f-input.is-warning.is-focussed {
  -webkit-box-shadow: 0 0 5px currentColor;
  box-shadow: 0 0 5px currentColor
}

.f-input[data-status="warning"][data-icon="true"],
.f-input.is-warning[data-icon="true"] {
  background-image: url(https://public-assets.envato-static.com/assets/common/input-validation__warning-74518a1b8f84c370ba6b297fe6d1a99c376fe0c1d5beec24487c22bc6f1df8e2.svg)
}

.f-input[data-status="pending"][data-icon="true"],
.f-input.is-pending[data-icon="true"] {
  background-image: url(https://public-assets.envato-static.com/assets/common/input-validation__pending-eda46ca6b1d93ee958f6291dcffb19f26970274b1a3405d86e6194d9486f330b.gif)
}

.f-input::-ms-clear,
.f-input::-ms-reveal {
  width: 0;
  height: 0
}

.f-radio {
  font-size: 13px
}

.f-search {
  font-size: 13px;
  font-weight: normal;
  outline: 0
}

.f-search.is-invalid,
.f-search.is-error {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-search[disabled] {
  background: #ededed;
  cursor: not-allowed
}

.f-search.is-read-only {
  cursor: text;
  border-style: dashed
}

.f-select {
  font-size: 13px;
  font-weight: normal;
  outline: 0;
  width: auto;
  height: 30px;
  padding: 5px 8px;
  border-radius: 4px;
  background: white;
  color: #333333;
  border: 1px solid #bababa
}

.f-select.is-invalid,
.f-select.is-error {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-select[disabled] {
  background: #ededed;
  cursor: not-allowed
}

.f-select.is-read-only {
  cursor: text;
  border-style: dashed
}

.f-select:focus,
.f-select.is-focussed {
  -webkit-transition: -webkit-box-shadow 0.30s ease-in-out;
  transition: -webkit-box-shadow 0.30s ease-in-out;
  transition: box-shadow 0.30s ease-in-out;
  transition: box-shadow 0.30s ease-in-out, -webkit-box-shadow 0.30s ease-in-out;
  -webkit-box-shadow: 0 0 5px #9ecaed;
  box-shadow: 0 0 5px #9ecaed;
  border-color: #9ecaed
}

.f-select.-type-multi {
  height: 100px
}

.f-select.-size-l {
  height: 50px;
  font-size: 25px
}

.f-select.-width-full {
  width: 100%
}

.f-select[data-status="invalid"],
.f-select[data-status="error"],
.f-select.is-error,
.f-select.is-invalid {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-select[data-status="invalid"]:focus,
.f-select.is-focussed[data-status="invalid"],
.f-select[data-status="error"]:focus,
.f-select.is-focussed[data-status="error"],
.f-select.is-error:focus,
.f-select.is-error.is-focussed,
.f-select.is-invalid:focus,
.f-select.is-invalid.is-focussed {
  -webkit-box-shadow: 0 0 5px currentColor;
  box-shadow: 0 0 5px currentColor
}

.f-select[data-status="warning"],
.f-select.is-warning {
  color: #efa506;
  border: currentColor 1px solid
}

.f-select[data-status="warning"]:focus,
.f-select.is-focussed[data-status="warning"],
.f-select.is-warning:focus,
.f-select.is-warning.is-focussed {
  -webkit-box-shadow: 0 0 5px currentColor;
  box-shadow: 0 0 5px currentColor
}

.f-textarea {
  font-size: 13px;
  font-weight: normal;
  outline: 0;
  line-height: 1.25;
  border-radius: 4px;
  color: gray;
  background: white;
  border: 1px solid #bababa;
  padding: 5px 8px;
  font-size: 14px;
  width: 100%;
  height: 150px
}

.f-textarea.is-invalid,
.f-textarea.is-error {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-textarea[disabled] {
  background: #ededed;
  cursor: not-allowed
}

.f-textarea.is-read-only {
  cursor: text;
  border-style: dashed
}

.f-textarea:focus,
.f-textarea.is-focussed {
  -webkit-transition: -webkit-box-shadow 0.30s ease-in-out;
  transition: -webkit-box-shadow 0.30s ease-in-out;
  transition: box-shadow 0.30s ease-in-out;
  transition: box-shadow 0.30s ease-in-out, -webkit-box-shadow 0.30s ease-in-out;
  -webkit-box-shadow: 0 0 5px #9ecaed;
  box-shadow: 0 0 5px #9ecaed;
  border-color: #9ecaed
}

.f-textarea.is-invalid,
.f-textarea.is-error {
  color: #df2c2c;
  border: currentColor 1px solid
}

.f-textarea.is-invalid:focus,
.f-textarea.is-invalid.is-focussed,
.f-textarea.is-error:focus,
.f-textarea.is-error.is-focussed {
  -webkit-box-shadow: 0 0 5px currentColor;
  box-shadow: 0 0 5px currentColor
}

.f-textarea.-type-autosize {
  display: block;
  height: 30px;
  max-height: 150px;
  max-width: 100%;
  -webkit-appearance: none
}

@media (min-width: 1024px) {
  .f-textarea.-type-autosize {
    max-height: none
  }
}

.no-js .f-textarea.-type-autosize {
  height: 150px
}

.e-alert-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
  padding: 16px;
  background-color: whitesmoke;
  border-left: 6px solid #efa506;
  border-radius: 4px;
  color: #454545;
  text-align: left
}

.e-alert-box__icon {
  display: none
}

@media (min-width: 569px) {
  .e-alert-box__icon {
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    display: block;
    text-align: left;
    color: #efa506;
    font-size: 14px
  }
}

.e-alert-box__message {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0
}

.e-alert-box__dismiss {
  -webkit-flex: 0 0 25px auto;
  -ms-flex: 0 0 25px auto;
  flex: 0 0 25px auto;
  text-align: right;
  padding-left: 2%
}

.e-alert-box__dismiss-icon {
  display: block;
  color: #bababa;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none
}

.e-alert-box__dismiss-icon:hover {
  color: gray
}

.e-alert-box.-type-success {
  border-color: #82b541
}

.e-alert-box.-type-success .e-alert-box__icon {
  color: #82b541
}

.e-alert-box.-type-alert {
  border-color: #df2c2c
}

.e-alert-box.-type-alert .e-alert-box__icon {
  color: #df2c2c
}

.e-alert-box.-type-warning {
  border-color: #efa506
}

.e-alert-box.-type-warning .e-alert-box__icon {
  color: #efa506
}

.no-flexbox .e-alert-box {
  display: table;
  width: 100%
}

.no-flexbox .e-alert-box__icon {
  width: 1px;
  white-space: nowrap;
  display: table-cell;
  padding-right: 16px
}

.no-flexbox .e-alert-box__message {
  display: table-cell
}

.no-flexbox .e-alert-box__dismiss {
  width: 1px;
  white-space: nowrap;
  display: table-cell;
  min-width: 25px
}

.e-btn,
.e-btn--outline,
.e-btn--3d {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  border: none;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}

.e-btn:hover,
.e-btn--outline:hover,
.e-btn--3d:hover,
.e-btn:focus,
.e-btn--outline:focus,
.e-btn--3d:focus {
  text-decoration: none;
  outline: none
}

.e-btn[data-state=disabled],
.e-btn--outline[data-state=disabled],
.e-btn--3d[data-state=disabled],
.e-btn.is-disabled,
.is-disabled.e-btn--outline,
.is-disabled.e-btn--3d {
  background-color: #bababa !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #dedede !important;
  cursor: not-allowed !important
}

.e-btn.-color-default,
.e-btn,
.e-btn--outline,
.e-btn--3d {
  background-color: gray;
  color: white
}

.e-btn.-color-default:hover,
.e-btn.-color-default:focus,
.e-btn.-color-default:active,
.e-btn:hover,
.e-btn--outline:hover,
.e-btn--3d:hover,
.e-btn:focus,
.e-btn--outline:focus,
.e-btn--3d:focus,
.e-btn:active,
.e-btn--outline:active,
.e-btn--3d:active {
  background-color: #787878
}

.e-btn.-color-primary,
.-color-primary.e-btn--outline,
.-color-primary.e-btn--3d {
  background-color: #82b440
}

.e-btn.-color-primary:hover,
.-color-primary.e-btn--outline:hover,
.-color-primary.e-btn--3d:hover,
.e-btn.-color-primary:focus,
.-color-primary.e-btn--outline:focus,
.-color-primary.e-btn--3d:focus,
.e-btn.-color-primary:active,
.-color-primary.e-btn--outline:active,
.-color-primary.e-btn--3d:active {
  background-color: #7aa93c
}

.e-btn.-color-secondary,
.-color-secondary.e-btn--outline,
.-color-secondary.e-btn--3d {
  background-color: #0084B4
}

.e-btn.-color-secondary:hover,
.-color-secondary.e-btn--outline:hover,
.-color-secondary.e-btn--3d:hover,
.e-btn.-color-secondary:focus,
.-color-secondary.e-btn--outline:focus,
.-color-secondary.e-btn--3d:focus,
.e-btn.-color-secondary:active,
.-color-secondary.e-btn--outline:active,
.-color-secondary.e-btn--3d:active {
  background-color: #00719b
}

.e-btn.-color-warning,
.-color-warning.e-btn--outline,
.-color-warning.e-btn--3d {
  background-color: #f39c12
}

.e-btn.-color-warning:hover,
.-color-warning.e-btn--outline:hover,
.-color-warning.e-btn--3d:hover,
.e-btn.-color-warning:focus,
.-color-warning.e-btn--outline:focus,
.-color-warning.e-btn--3d:focus,
.e-btn.-color-warning:active,
.-color-warning.e-btn--outline:active,
.-color-warning.e-btn--3d:active {
  background-color: #ea940c
}

.e-btn.-color-destructive,
.-color-destructive.e-btn--outline,
.-color-destructive.e-btn--3d {
  background-color: #df2c2c
}

.e-btn.-color-destructive:hover,
.-color-destructive.e-btn--outline:hover,
.-color-destructive.e-btn--3d:hover,
.e-btn.-color-destructive:focus,
.-color-destructive.e-btn--outline:focus,
.-color-destructive.e-btn--3d:focus,
.e-btn.-color-destructive:active,
.-color-destructive.e-btn--outline:active,
.-color-destructive.e-btn--3d:active {
  background-color: #ce2424
}

.e-btn.-color-light,
.-color-light.e-btn--outline,
.-color-light.e-btn--3d {
  background-color: #e6e6e6;
  border: 1px solid #dedede;
  color: #666666
}

.e-btn.-color-light:hover,
.-color-light.e-btn--outline:hover,
.-color-light.e-btn--3d:hover,
.e-btn.-color-light:focus,
.-color-light.e-btn--outline:focus,
.-color-light.e-btn--3d:focus,
.e-btn.-color-light:active,
.-color-light.e-btn--outline:active,
.-color-light.e-btn--3d:active {
  background-color: #e0e0e0
}

.e-btn.-color-dark,
.-color-dark.e-btn--outline,
.-color-dark.e-btn--3d {
  background-color: #333333
}

.e-btn.-color-dark:hover,
.-color-dark.e-btn--outline:hover,
.-color-dark.e-btn--3d:hover,
.e-btn.-color-dark:focus,
.-color-dark.e-btn--outline:focus,
.-color-dark.e-btn--3d:focus,
.e-btn.-color-dark:active,
.-color-dark.e-btn--outline:active,
.-color-dark.e-btn--3d:active {
  background-color: #262626
}

.e-btn.-color-muted,
.-color-muted.e-btn--outline,
.-color-muted.e-btn--3d {
  background-color: #ababab
}

.e-btn.-color-transparent,
.-color-transparent.e-btn--outline,
.-color-transparent.e-btn--3d {
  background-color: transparent;
  color: #454545
}

.e-btn.-color-transparent:hover,
.-color-transparent.e-btn--outline:hover,
.-color-transparent.e-btn--3d:hover,
.e-btn.-color-transparent:focus,
.-color-transparent.e-btn--outline:focus,
.-color-transparent.e-btn--3d:focus,
.e-btn.-color-transparent:active,
.-color-transparent.e-btn--outline:active,
.-color-transparent.e-btn--3d:active,
.e-btn.-color-transparent.is-active,
.-color-transparent.is-active.e-btn--outline,
.-color-transparent.is-active.e-btn--3d {
  background-color: transparent;
  color: #0084B4
}

.e-btn.-width-full,
.-width-full.e-btn--outline,
.-width-full.e-btn--3d {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.e-btn.-size-xs,
.-size-xs.e-btn--outline,
.-size-xs.e-btn--3d {
  font-size: 12px;
  padding: 7px 10px;
  line-height: 1
}

.e-btn.-size-s,
.e-btn,
.e-btn--outline,
.e-btn--3d {
  font-size: 14px;
  padding: 5px 20px;
  line-height: 1.5
}

.e-btn.-size-m,
.-size-m.e-btn--outline,
.-size-m.e-btn--3d {
  font-size: 16px;
  padding: 10px 20px
}

.e-btn.-size-l,
.-size-l.e-btn--outline,
.-size-l.e-btn--3d {
  font-size: 18px;
  padding: 14px 20px
}

.e-btn.-size-xl,
.-size-xl.e-btn--outline,
.-size-xl.e-btn--3d {
  font-size: 24px;
  padding: 24px 36px
}

.e-btn.-border-none,
.-border-none.e-btn--outline,
.-border-none.e-btn--3d {
  border: none
}

.e-btn--3d {
  -webkit-box-shadow: 0 2px 0 #545454;
  box-shadow: 0 2px 0 #545454;
  position: relative
}

.e-btn--3d:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #545454;
  box-shadow: 0 1px 0 #545454
}

.e-btn--3d.-color-primary {
  -webkit-box-shadow: 0 2px 0 #6f9a37;
  box-shadow: 0 2px 0 #6f9a37;
  position: relative
}

.e-btn--3d.-color-primary:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #6f9a37;
  box-shadow: 0 1px 0 #6f9a37
}

.e-btn--3d.-color-warning {
  -webkit-box-shadow: 0 2px 0 #a66908;
  box-shadow: 0 2px 0 #a66908;
  position: relative
}

.e-btn--3d.-color-warning:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #a66908;
  box-shadow: 0 1px 0 #a66908
}

.e-btn--3d.-color-destructive {
  -webkit-box-shadow: 0 2px 0 #aa3737;
  box-shadow: 0 2px 0 #aa3737;
  position: relative
}

.e-btn--3d.-color-destructive:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #aa3737;
  box-shadow: 0 1px 0 #aa3737
}

.e-btn--3d.-color-secondary {
  -webkit-box-shadow: 0 2px 0 #006a90;
  box-shadow: 0 2px 0 #006a90;
  position: relative
}

.e-btn--3d.-color-secondary:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #006a90;
  box-shadow: 0 1px 0 #006a90
}

.e-btn--3d.-color-light {
  -webkit-box-shadow: 0 2px 0 #a8a8a8;
  box-shadow: 0 2px 0 #a8a8a8;
  position: relative;
  border: none
}

.e-btn--3d.-color-light:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #a8a8a8;
  box-shadow: 0 1px 0 #a8a8a8
}

.e-btn--outline {
  border: 1px solid #bababa;
  color: gray;
  padding: 4px 20px
}

.e-btn--outline:hover,
.e-btn--outline:focus,
.e-btn--outline:active {
  border-color: gray;
  background-color: transparent;
  color: #545454
}

.e-btn--outline,
.e-btn--outline.-color-primary,
.e-btn--outline.-color-warning,
.e-btn--outline.-color-destructive,
.e-btn--outline.-color-secondary,
.e-btn--outline.-color-light {
  background-color: transparent
}

.e-btn--outline:hover,
.e-btn--outline:focus,
.e-btn--outline:active,
.e-btn--outline.-color-primary:hover,
.e-btn--outline.-color-primary:focus,
.e-btn--outline.-color-primary:active,
.e-btn--outline.-color-warning:hover,
.e-btn--outline.-color-warning:focus,
.e-btn--outline.-color-warning:active,
.e-btn--outline.-color-destructive:hover,
.e-btn--outline.-color-destructive:focus,
.e-btn--outline.-color-destructive:active,
.e-btn--outline.-color-secondary:hover,
.e-btn--outline.-color-secondary:focus,
.e-btn--outline.-color-secondary:active,
.e-btn--outline.-color-light:hover,
.e-btn--outline.-color-light:focus,
.e-btn--outline.-color-light:active {
  color: white;
  border-color: gray;
  background-color: gray
}

.e-btn--outline.-color-primary {
  border-color: #82b440;
  color: #7aa93c
}

.e-btn--outline.-color-primary:hover,
.e-btn--outline.-color-primary:focus,
.e-btn--outline.-color-primary:active {
  background-color: #82b440;
  border-color: #82b440
}

.e-btn--outline.-color-warning {
  border-color: #f39c12;
  color: #f39c12
}

.e-btn--outline.-color-warning:hover,
.e-btn--outline.-color-warning:focus,
.e-btn--outline.-color-warning:active {
  background-color: #f39c12;
  border-color: #f39c12
}

.e-btn--outline.-color-destructive {
  border-color: #df2c2c;
  color: #df2c2c
}

.e-btn--outline.-color-destructive:hover,
.e-btn--outline.-color-destructive:focus,
.e-btn--outline.-color-destructive:active {
  background-color: #df2c2c;
  border-color: #df2c2c
}

.e-btn--outline.-color-secondary {
  border-color: #0084B4;
  color: #0084B4
}

.e-btn--outline.-color-secondary:hover,
.e-btn--outline.-color-secondary:focus,
.e-btn--outline.-color-secondary:active {
  background-color: #0084B4;
  border-color: #0084B4
}

.e-btn--outline.-color-light {
  border-color: white;
  color: white
}

.e-btn--outline.-color-light:hover,
.e-btn--outline.-color-light:focus,
.e-btn--outline.-color-light:active {
  background-color: white;
  border-color: white;
  color: gray
}

.e-btn--paypal {
  max-width: 200px;
  float: right
}

.e-fieldset {
  border: #e1e8ed 1px solid;
  margin-bottom: 30px;
  background-color: white
}

.e-fieldset.is-disabled {
  opacity: 0.6;
  cursor: not-allowed
}

.e-fieldset.-color-dark {
  background-color: #fafafa
}

.e-fieldset.-border-radius-all,
.e-fieldset {
  border-radius: 4px
}

.e-fieldset.-border-radius-none {
  border-radius: 0
}

.e-fieldset.-border-radius-top {
  border-radius: 4px 4px 0 0
}

.e-fieldset.-border-radius-bottom {
  border-radius: 0 0 4px 4px
}

.e-fieldset__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 16px
}

.e-fieldset__header.-divider-bottom {
  border-bottom: #e1e8ed 1px solid;
  padding-bottom: 8px;
  margin-bottom: 16px
}

.e-fieldset__prefix {
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.e-fieldset__prefix>span {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 15px;
  background-color: #454545;
  font-size: 16px;
  color: white;
  top: -1px
}

.e-fieldset__title {
  -webkit-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  max-width: 100%
}

.e-fieldset__subtitle {
  margin: 5px 0
}

.e-fieldset__action {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  text-align: right
}

.e-fieldset__body:after {
  content: " ";
  display: block;
  clear: both
}

.e-fieldset__body.-spacing-s,
.e-fieldset__body {
  margin: 8px 16px
}

.e-fieldset__body.-spacing-m {
  margin-top: 16px;
  margin-bottom: 16px
}

.e-fieldset__body.-spacing-l {
  margin-top: 24px;
  margin-bottom: 24px
}

.e-fieldset__body.-spacing-none {
  margin: 0
}

.e-fieldset__body.-divider-top {
  border-top: #e1e8ed 1px solid;
  padding-top: 16px;
  margin-top: 8px
}

.e-fieldset__footer {
  background-color: #fafafa;
  border-top: #e0e0e0 1px solid;
  padding: 16px;
  text-align: right
}

@media (min-width: 569px) {
  .e-fieldset__footer {
    padding: 24px 16px
  }
}

.e-fieldset__divider {
  border: none;
  display: block;
  background-color: #e1e8ed;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px
}

.no-flexbox .e-fieldset__header {
  display: block
}

.no-flexbox .e-fieldset__header:after {
  content: " ";
  display: block;
  clear: both
}

.no-flexbox .e-fieldset__prefix,
.no-flexbox .e-fieldset__title {
  float: left;
  margin-right: 8px
}

.no-flexbox .e-fieldset__action {
  float: right
}

.e-form {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 13px
}

.e-form .e-form__label {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  margin-bottom: 2px
}

.e-form .e-form__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
  margin-bottom: 8px
}

.e-form .e-form__group.-spacing-none {
  margin-bottom: 0
}

.e-form .e-form__input {
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 5px
}

.e-form .e-form__response {
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 5px
}

.e-form .e-form__response:empty {
  display: none !important
}

.e-form.-layout-vertical-inline .e-form__label {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 0 10px 2px 0
}

.e-form.-layout-vertical-inline .e-form__hint {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto
}

.e-form.-layout-vertical-inline .e-form__input {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3
}

.e-form.-layout-vertical-inline .e-form__response {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4
}

@media (min-width: 569px) {
  .e-form.-layout-horizontal {
    position: relative
  }

  .e-form.-layout-horizontal .e-form__group {
    padding-left: 200px
  }

  .e-form.-layout-horizontal .e-form__group .e-form__label {
    position: absolute;
    left: 0;
    width: 190px
  }
}

.e-form.-layout-vertical .e-form__response:not(:empty)+.e-form__hint:not(:empty),
.e-form.-layout-horizontal .e-form__response:not(:empty)+.e-form__hint:not(:empty) {
  display: none
}

.e-form__base-errors {
  width: 100%;
  color: #df2c2c;
  margin-bottom: 16px;
  margin-top: 16px
}

.e-form__base-errors:empty {
  display: none !important
}

.e-form__base-errors a {
  color: currentColor;
  text-decoration: underline
}

.e-form__base-errors a:hover {
  text-decoration: none
}

.e-form__base-errors li {
  list-style-type: disc;
  margin-left: 20px
}

.e-form__base-errors li:only-child {
  list-style-type: none;
  margin-left: 0
}

.e-form__label {
  font-weight: bold
}

.e-form__label label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.e-form__label label.is-required:after {
  content: " *";
  color: #df2c2c
}

.e-form__label label.is-disabled {
  opacity: 0.6
}

.e-form__label abbr {
  border-bottom: none;
  color: #df2c2c
}

.e-form__response {
  color: #df2c2c
}

.e-form__response a {
  color: currentColor
}

.e-form__response a:hover {
  text-decoration: none
}

.e-form__response.is-valid,
.e-form__response[data-status="valid"] {
  color: #82b541
}

.e-form__response.is-warning,
.e-form__response[data-status="warning"] {
  color: #efa506
}

.e-form__response.is-pending,
.e-form__response[data-status="pending"] {
  color: #999999
}

.e-form__hint {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  margin-bottom: 5px;
  color: #787878
}

.e-form__hint a {
  color: #0084B4
}

.e-form__hint a:hover {
  color: #00719b
}

.no-flexbox .e-form__group,
.no-flexbox .e-form__label,
.no-flexbox .e-form__input,
.no-flexbox .e-form__hint,
.no-flexbox .e-form__response {
  display: block;
  width: 100%
}

.e-modal {
  position: relative;
  margin: 20px auto
}

.e-modal.-width-xs {
  max-width: 360px
}

.e-modal.-width-s {
  max-width: 490px
}

.e-modal.-width-m,
.e-modal {
  max-width: 600px
}

.e-modal.-width-l {
  max-width: 970px
}

.e-modal__close {
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 1
}

button.e-modal__close {
  background-color: transparent
}

button.e-modal__close:hover,
button.e-modal__close:active,
button.e-modal__close:focus {
  background-color: transparent
}

.e-modal__section,
.e-modal__footer,
.e-modal__header {
  overflow: auto;
  margin-top: -1px
}

.e-modal__section.-background-light,
.e-modal__section,
.e-modal__footer,
.e-modal__header {
  background-color: white;
  border: 1px solid #dedede
}

.e-modal__section.-background-mid,
.-background-mid.e-modal__footer,
.-background-mid.e-modal__header {
  background-color: whitesmoke;
  border: 1px solid #dedede
}

.e-modal__section.-background-dark,
.-background-dark.e-modal__footer,
.-background-dark.e-modal__header {
  background-color: #262626;
  border: none;
  color: white
}

.e-modal__section.-padding-s,
.e-modal__section,
.e-modal__footer,
.e-modal__header {
  padding: 16px
}

.e-modal__section.-padding-m,
.-padding-m.e-modal__footer,
.-padding-m.e-modal__header {
  padding-top: 24px;
  padding-bottom: 24px
}

.e-modal__section.-padding-l,
.-padding-l.e-modal__footer,
.-padding-l.e-modal__header {
  padding-top: 32px;
  padding-bottom: 32px
}

.e-modal__section.-padding-none,
.-padding-none.e-modal__footer,
.-padding-none.e-modal__header {
  padding: 0
}

.e-modal__section.-radius-none,
.-radius-none.e-modal__footer,
.-radius-none.e-modal__header {
  border-radius: 0
}

.e-modal__section.-radius-all,
.-radius-all.e-modal__footer,
.-radius-all.e-modal__header {
  border-radius: 4px
}

.e-modal__section.-radius-top,
.-radius-top.e-modal__footer,
.-radius-top.e-modal__header {
  border-radius: 4px 4px 0 0
}

.e-modal__section.-radius-bottom,
.-radius-bottom.e-modal__footer,
.-radius-bottom.e-modal__header {
  border-radius: 0 0 4px 4px
}

.e-modal__section.-height-scroll,
.-height-scroll.e-modal__footer,
.-height-scroll.e-modal__header {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px
}

.e-modal__section.-height-scroll::-webkit-scrollbar,
.-height-scroll.e-modal__footer::-webkit-scrollbar,
.-height-scroll.e-modal__header::-webkit-scrollbar {
  -webkit-appearance: none
}

.e-modal__section.-height-scroll::-webkit-scrollbar:vertical,
.-height-scroll.e-modal__footer::-webkit-scrollbar:vertical,
.-height-scroll.e-modal__header::-webkit-scrollbar:vertical {
  width: 11px
}

.e-modal__section.-height-scroll::-webkit-scrollbar:horizontal,
.-height-scroll.e-modal__footer::-webkit-scrollbar:horizontal,
.-height-scroll.e-modal__header::-webkit-scrollbar:horizontal {
  height: 11px
}

.e-modal__section.-height-scroll::-webkit-scrollbar-thumb,
.-height-scroll.e-modal__footer::-webkit-scrollbar-thumb,
.-height-scroll.e-modal__header::-webkit-scrollbar-thumb {
  border: 2px solid whitesmoke;
  background-color: rgba(0, 0, 0, 0.4)
}

.e-modal__section.-height-scroll::-webkit-scrollbar-thumb:hover,
.-height-scroll.e-modal__footer::-webkit-scrollbar-thumb:hover,
.-height-scroll.e-modal__header::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6)
}

.e-modal__section.-height-scroll::-webkit-scrollbar-track,
.-height-scroll.e-modal__footer::-webkit-scrollbar-track,
.-height-scroll.e-modal__header::-webkit-scrollbar-track {
  background-color: whitesmoke
}

@media screen and (min-height: 700px) {

  .e-modal__section.-height-scroll,
  .-height-scroll.e-modal__footer,
  .-height-scroll.e-modal__header {
    max-height: 400px
  }
}

.e-modal__header {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-radius: 4px 4px 0 0
}

.e-modal__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-radius: 0 0 4px 4px
}

.e-modal__footer-cta {
  -webkit-flex: 1 100px;
  -ms-flex: 1 100px;
  flex: 1 100px
}

.e-modal__footer-cta.-align-left,
.e-modal__footer-cta {
  text-align: left
}

.e-modal__footer-cta.-align-right {
  text-align: right
}

.e-modal__footer-cta.-align-center {
  text-align: center
}

.no-flexbox .e-modal__footer {
  display: block
}

.no-flexbox .e-modal__footer-cta {
  float: left
}

.no-flexbox .e-modal__footer-cta.-align-right {
  float: right
}

.e-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.e-tabs__radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.e-tabs__label {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  position: relative;
  display: block;
  padding: 16px 24px;
  border-bottom: 1px solid #e1e8ed;
  color: #999999;
  font-size: 14px;
  text-align: center;
  cursor: pointer
}

.e-tabs__content {
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  display: none;
  padding: 16px 24px
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2 {
  display: block
}

[id^="tab"]:checked+label {
  top: 0;
  border-color: #7aa93c;
  color: #82b440
}

.e-text-label,
.e-text-label--reversed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  text-decoration: none
}

.e-text-label:hover,
.e-text-label--reversed:hover,
.e-text-label:active,
.e-text-label--reversed:active,
.e-text-label:focus,
.e-text-label--reversed:focus {
  text-decoration: none
}

.e-text-label.-size-m,
.e-text-label,
.e-text-label--reversed {
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px
}

.e-text-label.-size-s,
.-size-s.e-text-label--reversed {
  padding: 4px 4px 3px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase
}

.e-text-label.-color-grey,
.e-text-label,
.e-text-label--reversed {
  background-color: #999999;
  color: white
}

.e-text-label.-color-grey-light,
.-color-grey-light.e-text-label--reversed {
  background-color: #dedede;
  color: #545454
}

.e-text-label.-color-grey-medium,
.-color-grey-medium.e-text-label--reversed {
  background-color: #666666
}

.e-text-label.-color-grey-dark,
.-color-grey-dark.e-text-label--reversed {
  background-color: #262626
}

.e-text-label.-color-blue,
.-color-blue.e-text-label--reversed {
  background-color: #0084B4
}

.e-text-label.-color-green,
.-color-green.e-text-label--reversed {
  background-color: #82b541
}

.e-text-label.-color-green-bright,
.-color-green-bright.e-text-label--reversed {
  background-color: #63c242
}

.e-text-label.-color-green-dark,
.-color-green-dark.e-text-label--reversed {
  background-color: #178e0e
}

.e-text-label.-color-orange,
.-color-orange.e-text-label--reversed {
  background-color: #f59620
}

.e-text-label.-color-red,
.-color-red.e-text-label--reversed {
  background-color: #ce2424
}

.e-text-label.-color-salmon,
.-color-salmon.e-text-label--reversed {
  background-color: #BB726F
}

.e-text-label.-width-medium,
.-width-medium.e-text-label--reversed {
  min-width: 70px
}

.e-text-label.-width-full,
.-width-full.e-text-label--reversed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.e-text-label.-position-top,
.-position-top.e-text-label--reversed {
  vertical-align: top
}

.e-text-label.-margin-right,
.-margin-right.e-text-label--reversed {
  margin-right: 5px
}

.e-text-label.-margin-left,
.-margin-left.e-text-label--reversed {
  margin-left: 5px
}

.e-text-label.-fade-in-out,
.-fade-in-out.e-text-label--reversed {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: fade-in-out;
  animation-name: fade-in-out
}

.no-cssanimations .e-text-label.-fade-in-out,
.no-cssanimations .-fade-in-out.e-text-label--reversed {
  display: none
}

.e-text-label.is-muted,
.is-muted.e-text-label--reversed {
  opacity: 0.5
}

.e-text-label--reversed.-color-grey,
.e-text-label--reversed {
  background-color: white !important;
  color: #999999;
  border: currentColor 1px solid
}

.e-text-label--reversed.-color-grey-light {
  border-color: #dedede;
  color: #545454
}

.e-text-label--reversed.-color-grey-medium {
  color: #666666
}

.e-text-label--reversed.-color-grey-dark {
  color: #262626
}

.e-text-label--reversed.-color-blue {
  color: #0084B4
}

.e-text-label--reversed.-color-green {
  color: #82b541
}

.e-text-label--reversed.-color-green-bright {
  color: #63c242
}

.e-text-label--reversed.-color-green-dark {
  color: #178e0e
}

.e-text-label--reversed.-color-orange {
  color: #f59620
}

.e-text-label--reversed.-color-red {
  color: #ce2424
}

.e-text-label--reversed.-color-salmon {
  color: #BB726F
}

.e-box {
  background-color: white;
  border: 1px solid #e1e8ed;
  color: #666666;
  word-break: break-word
}

.e-box.-background-light {
  background: whitesmoke
}

.e-box.-background-mid {
  background-color: #ededed;
  color: #454545
}

.e-box.-background-dark {
  background-color: #454545;
  color: white;
  border: none
}

.e-box.-radius-all,
.e-box {
  border-radius: 4px
}

.e-box.-radius-top {
  border-radius: 4px 4px 0 0
}

.e-box.-radius-bottom {
  border-radius: 0 0 4px 4px
}

.e-box.-radius-none {
  border-radius: 0
}

.e-box.-stacked {
  margin-bottom: -1px;
  position: relative;
  z-index: 1
}

.e-list {
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  list-style: none;
  padding: 0;
  margin: 0
}

.e-list__item {
  padding: 0;
  position: relative
}

.e-list__item:not(:last-child) {
  border-bottom: 1px solid #e1e8ed
}

.e-list__item:first-child {
  border-radius: 4px 4px 0 0
}

.e-list__item:last-child {
  border-radius: 0 0 4px 4px
}

.e-list__item {
  background-color: #fafafa
}

.e-list__item.-background-white {
  background-color: white
}

.e-list__item.-background-clear {
  background-color: transparent
}

.e-list__item.-padding-1 {
  padding: 8px
}

.e-list__item.-padding-2 {
  padding: 16px
}

.e-list__item.-padding-3 {
  padding: 24px
}

.e-list__item.-highlight-item:hover {
  background-color: #a4cee2
}

.form__group {
  margin-bottom: 16px;
  font-size: 13px
}

.form__group:after {
  content: " ";
  display: block;
  clear: both
}

.form__hint,
.form__hint--inline {
  display: block;
  width: 100%;
  color: #787878;
  margin-top: 8px;
  font-size: 13px
}

.form__hint--inline {
  display: inline-block;
  width: auto
}

.form__error {
  display: block;
  width: 100%;
  margin-top: 8px;
  color: #df2c2c;
  font-size: 13px
}

.form__label>label,
.form__label--inline>label,
.form__label--inline-hint>label {
  width: 100%;
  display: block;
  margin: 8px 0;
  line-height: 1.3;
  font-size: 13px;
  font-weight: bold
}

.form__label>label>abbr[title],
.form__label--inline>label>abbr[title],
.form__label--inline-hint>label>abbr[title] {
  border-bottom: none
}

.form__label--inline,
.form__label--inline-hint {
  display: inline-block;
  margin-right: 8px
}

.form__label--inline-hint {
  color: #999999
}

.form__input-collection {
  display: block
}

.form__input-collection+.form__hint,
.form__input-collection+.form__hint--inline {
  display: inline
}

.form__boolean {
  padding-left: 16px;
  position: relative
}

.form__boolean input {
  position: absolute;
  left: 0;
  top: 0
}

.form__radio-input,
.form__checkbox-input {
  display: inline-block;
  margin: 0 16px 8px 0
}

.form__radio-input input,
.form__checkbox-input input {
  margin-right: 8px !important
}

.form__actions {
  text-align: right;
  margin-top: 16px
}

@media (min-width: 1024px) {

  .form.-layout-horizontal .form__label,
  .form.-layout-horizontal .form__label--inline,
  .form.-layout-horizontal .form__label--inline-hint {
    width: 23.5%;
    float: left;
    margin-right: 2%
  }

  .form.-layout-horizontal .form__label>label,
  .form.-layout-horizontal .form__label--inline>label,
  .form.-layout-horizontal .form__label--inline-hint>label {
    display: block;
    width: 100%;
    text-align: right
  }

  .form.-layout-horizontal .form__fields {
    width: 49%;
    float: left;
    margin-right: 2%
  }

  .form.-layout-horizontal .form__supplementary-label {
    display: inline-block;
    margin: 5px 0
  }

  .form.-layout-horizontal .form__group>.form__fields:first-child {
    margin-left: 25.5%
  }

  .form.-layout-horizontal .form__input-collection,
  .form.-layout-horizontal .form__boolean {
    margin-top: 5px
  }

  .form.-layout-horizontal .form__actions {
    margin-left: 25.5%;
    width: 74.5%;
    float: left;
    margin-right: 2%;
    float: right;
    margin-right: 0;
    text-align: left
  }
}

@media (min-width: 1024px) {
  .form.-layout-widthdrawal-method .form__fields {
    width: auto
  }
}

.modal {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  position: relative;
  background-color: white;
  border-radius: 4px;
  padding: 0;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  overflow: auto;
  border: 1px solid #dedede
}

.modal h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0 8px
}

.modal h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 0
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5 {
  color: #454545
}

.modal.-width-narrow {
  max-width: 450px
}

.modal.-width-wide {
  max-width: 970px
}

.modal--error {
  max-width: 350px;
  padding: 50px 20px;
  font-size: 16px;
  text-align: center
}

.modal__header {
  display: block;
  padding: 12px 32px 12px 16px
}

.modal__header h5 {
  color: #666666;
  padding-bottom: 5px;
  font-size: 13px
}

.modal__header p {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0 0
}

.modal__header p.-no-padding {
  padding: 0
}

.modal__header span {
  font-weight: normal
}

.modal__header h2:last-child,
.modal__header h3:last-child,
.modal__header h4:last-child,
.modal__header h5:last-child,
.modal__header p:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.modal__body {
  overflow: auto;
  border-top: 1px solid #dedede;
  padding: 16px
}

.modal__body>p {
  font-size: 14px
}

.modal__body p:first-of-type {
  padding-top: 0
}

.modal__body p:last-of-type {
  padding-bottom: 0
}

.modal__body.-padding-none {
  padding: 0
}

.modal__body.-padding-m {
  padding-top: 24px;
  padding-bottom: 24px
}

.modal__body.-background-mid {
  background-color: whitesmoke
}

.modal__body.-borderless {
  border: none
}

.modal__body.-border-above {
  border-top: 1px solid #dedede
}

.modal__body.-border-below {
  border-bottom: 1px solid #dedede
}

.modal__body.-height-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px
}

.modal__body.-height-scroll::-webkit-scrollbar {
  -webkit-appearance: none
}

.modal__body.-height-scroll::-webkit-scrollbar:vertical {
  width: 11px
}

.modal__body.-height-scroll::-webkit-scrollbar:horizontal {
  height: 11px
}

.modal__body.-height-scroll::-webkit-scrollbar-thumb {
  border: 2px solid whitesmoke;
  background-color: rgba(0, 0, 0, 0.4)
}

.modal__body.-height-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6)
}

.modal__body.-height-scroll::-webkit-scrollbar-track {
  background-color: whitesmoke
}

@media screen and (min-height: 700px) {
  .modal__body.-height-scroll {
    max-height: 400px
  }
}

.modal__heading--highlight h2,
.modal__heading--highlight h3,
.modal__heading--highlight h4,
.modal__heading--highlight h5 {
  color: #82b440
}

.modal__footnote,
.modal__footnote--small {
  display: block;
  margin-top: 8px;
  color: #999999;
  font-size: 14px;
  line-height: 1.5
}

.modal__footnote--small {
  font-size: 13px;
  color: #bababa
}

.modal__footer {
  padding: 16px;
  overflow: auto;
  border-top: 1px solid #dedede;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #545454
}

@media (min-width: 569px) {
  .modal__footer {
    text-align: right
  }
}

.modal__footer form {
  display: inline-block
}

.modal__footer>a,
.modal__footer button,
.modal__footer input {
  margin: 16px 0 0 0
}

@media (min-width: 569px) {

  .modal__footer>a,
  .modal__footer button,
  .modal__footer input {
    margin: 0 0 0 16px
  }
}

.modal__footer-link {
  line-height: 35px;
  color: #0084B4;
  text-decoration: none
}

.modal__footer-link:hover,
.modal__footer-link:focus {
  text-decoration: underline
}

.modal__footer-actions--left {
  float: left;
  text-align: left;
  line-height: 35px;
  width: 100%
}

@media (min-width: 569px) {
  .modal__footer-actions--left {
    width: auto
  }
}

.modal__footer-actions--left>a {
  margin: 0 16px 0 0
}

.modal__footer-actions--left i {
  position: relative;
  top: 1px;
  margin-right: 2px
}

@media (min-width: 569px) {
  .modal__visible--phone-only {
    display: none
  }
}

.alert-notification,
.error,
.success,
.notice,
.alert-notification--error,
.alert-notification--success {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #f5f5b4;
  border-radius: 4px;
  clear: both;
  color: #454545;
  margin: 16px 0;
  padding: 8px;
  font-size: 13px
}

.alert-notification>code,
.error>code,
.success>code,
.notice>code,
.alert-notification--error>code,
.alert-notification--success>code {
  border: 1px solid #e6e6e6;
  background-color: whitesmoke;
  line-height: 20px;
  padding: 4px
}

.alert-notification p,
.error p,
.success p,
.notice p,
.alert-notification--error p,
.alert-notification--success p {
  color: #454545;
  padding-top: 0px
}

.alert-notification h5,
.error h5,
.success h5,
.notice h5,
.alert-notification--error h5,
.alert-notification--success h5 {
  font-size: 15px;
  padding: 0
}

.alert-notification ul,
.error ul,
.success ul,
.notice ul,
.alert-notification--error ul,
.alert-notification--success ul,
.alert-notification ol,
.error ol,
.success ol,
.notice ol,
.alert-notification--error ol,
.alert-notification--success ol {
  list-style-position: inside;
  margin: 0 0 0 16px
}

.alert-notification ul li,
.error ul li,
.success ul li,
.notice ul li,
.alert-notification--error ul li,
.alert-notification--success ul li,
.alert-notification ol li,
.error ol li,
.success ol li,
.notice ol li,
.alert-notification--error ol li,
.alert-notification--success ol li {
  padding-left: 8px;
  margin-bottom: 2px
}

.alert-notification ul,
.error ul,
.success ul,
.notice ul,
.alert-notification--error ul,
.alert-notification--success ul {
  list-style-type: square
}

.alert-notification ol,
.error ol,
.success ol,
.notice ol,
.alert-notification--error ol,
.alert-notification--success ol {
  list-style-type: decimal
}

.alert-notification a,
.error a,
.success a,
.notice a,
.alert-notification--error a,
.alert-notification--success a {
  font-weight: bold
}

.alert-notification>p:last-child,
.error>p:last-child,
.success>p:last-child,
.notice>p:last-child,
.alert-notification--error>p:last-child,
.alert-notification--success>p:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.alert-notification:before,
.error:before,
.success:before,
.notice:before,
.alert-notification--error:before,
.alert-notification--success:before {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  float: left;
  margin-right: 8px
}

.alert-notification--success {
  background-color: #c0daa0
}

.alert-notification--error {
  background-color: #F4867A
}

.alert-notification__stack {
  list-style: none;
  margin: 0 0 16px
}

.alert-notification--no-margin-top {
  margin: 0 0 16px 0
}

.alert-notification--no-margin-bottom {
  margin: 16px 0 0 0
}

.alert-notification--no-margin {
  margin: 0
}

.error,
.success,
.notice {
  padding: 20px
}

.error {
  background-color: #F4867A
}

.success {
  background-color: #c0daa0
}

.adi-variant-0 .adi__item-sale-price,
.adi-variant-0 .cart-variant__output-discount-price,
.adi-variant-1 .adi__item-sale-price,
.adi-variant-1 .cart-variant__output-discount-price {
  color: #454545 !important
}

.adi-variant-0 .adi__purchase-price-discounted,
.adi-variant-0 .cart-variant__output-original-price,
.adi-variant-1 .adi__purchase-price-discounted,
.adi-variant-1 .cart-variant__output-original-price {
  display: none !important
}

.banner {
  overflow: hidden;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3
}

.banner__top {
  top: 0
}

.banner--peek {
  top: 35px
}

@media screen and (max-width: 1024px) {
  .banner--peek {
    top: 45px
  }
}

.banner__spacer {
  height: 50px;
  background: #262626
}

.banner__background {
  background: #fdf3a9
}

.banner__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0
}

.banner__link {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-decoration: none
}

.banner__link:hover {
  text-decoration: none
}

.banner__dismiss {
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #454545;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}

.banner__dismiss:hover {
  color: black;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  text-decoration: none
}

.banner__text {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.banner__text a {
  font-weight: 500
}

.no-flexbox .banner {
  overflow: hidden
}

.no-flexbox .banner:after {
  content: " ";
  display: block;
  clear: both
}

.no-flexbox .banner__contents {
  display: block
}

.no-flexbox .banner__link {
  float: left;
  width: 97%
}

.no-flexbox .banner__text {
  float: left;
  padding-top: 5px;
  max-width: 65%
}

@media (min-width: 1024px) {
  .no-flexbox .banner__text {
    display: inline-block;
    height: 35px;
    width: 65%;
    padding-top: 16px
  }
}

.no-flexbox .banner__dismiss {
  float: right;
  margin-top: 16px;
  width: 3%
}

.banner__background.-promo {
  background: #13a0d8;
  text-align: center
}

.banner__background.-promo .banner__text {
  color: white;
  display: block;
  font-weight: 400;
  margin: 0 auto;
  padding: 5px 0;
  text-shadow: 1px 1px 1px #1088b7
}

.banner__background.-promo .banner__dismiss {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none
}

.banner__background.-promo .banner__dismiss:hover {
  color: white
}

.fixed-layout .headerstrip-canvas.is-hidden-tablet-and-below {
  display: block !important
}

.box {
  background-color: #fafafa;
  border: 1px solid #e1e8ed;
  padding: 16px;
  margin-bottom: 20px
}

.box.-color-light {
  background: whitesmoke;
  color: #666666
}

.box.-color-mid {
  background-color: #ededed;
  color: #454545
}

.box.-color-dark {
  background-color: #454545;
  color: white
}

.box.-color-yellow {
  background-color: #f5f5b4;
  color: #454545
}

.box.-color-green {
  background-color: #82b440;
  color: white
}

.box.-border-gray {
  border: 1px solid #e0e0e0
}

.box.-radius-all {
  border-radius: 4px
}

.box.-radius-top {
  border-radius: 4px 4px 0 0
}

.box.-radius-bottom {
  border-radius: 0 0 4px 4px
}

.box.-radius-none {
  border-radius: 0
}

.box.-size-m {
  padding: 40px
}

.box.-stacked,
.box.-stacked-radius {
  margin-bottom: -1px;
  position: relative;
  z-index: 1
}

.box.-stacked-radius:first-child {
  border-radius: 4px 4px 0 0
}

.box.-stacked-radius:last-child {
  border-radius: 0 0 4px 4px
}

.box.-spacing-small {
  margin-bottom: 16px
}

.box.-drop-shadow {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3)
}

.breadcrumbs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 8px 0
}

.breadcrumbs a {
  position: relative;
  color: #666666;
  font-size: 12px;
  line-height: 1;
  text-decoration: none
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #454545
}

.breadcrumbs a:after {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  content: "";
  display: inline-block;
  font-size: 9px;
  color: #bababa;
  margin: 0 4px 0 8px;
  cursor: default
}

.breadcrumbs a:last-of-type:after {
  display: none
}

.breadcrumbs a:only-of-type:after {
  display: inline-block
}

.breadcrumbs a.is-complete:before {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  content: "";
  display: inline-block;
  margin-right: 5px;
  color: #82b541;
  font-size: 1em
}

.breadcrumbs a.is-complete:before:hover {
  color: #82b541
}

.breadcrumbs a.is-last {
  cursor: default
}

.breadcrumbs a.is-active {
  color: #454545
}

.breadcrumbs a.is-active:hover {
  color: #454545;
  cursor: default
}

.breadcrumbs a.is-disabled:hover {
  color: #bababa;
  cursor: default
}

.breadcrumbs.-color-light a {
  color: white;
  opacity: 0.8
}

.breadcrumbs.-color-light a:hover {
  opacity: 1
}

.breadcrumbs.-color-light a:after {
  color: white;
  opacity: 0.3
}

.breadcrumbs.-color-dark a {
  color: black
}

.breadcrumbs.-color-dark a:after {
  color: #787878
}

.breadcrumbs.-size-s a {
  font-size: 12px
}

.breadcrumbs.-line-wrap {
  overflow: visible;
  white-space: normal
}

.breadcrumbs.-line-wrap a {
  line-height: 1.5
}

.breadcrumbs.-icon-fill a:after {
  content: "";
  position: relative;
  top: -2px
}

.breadcrumbs__count {
  padding-left: 5px;
  color: #d4d4d4
}

.canvas {
  position: relative
}

.canvas__header {
  position: relative;
  z-index: 2
}

.canvas__body {
  position: relative;
  z-index: 1
}

.content-main {
  min-height: 250px;
  height: 100%;
  padding: 16px 0 32px;
  position: relative
}

@media (min-width: 1024px) {
  .content-main {
    min-height: 540px
  }
}

.content-main--basic {
  min-height: 300px;
  height: 100%
}

@media (min-width: 1024px) {
  .content-main--basic {
    min-height: 590px
  }
}

.context-header {
  background: #fafafa;
  border-bottom: 1px solid #e1e8ed;
  padding-top: 8px;
  color: #454545
}

.context-header.-theme-elite {
  background: #82b541;
  border-bottom: #82b541;
  color: white
}

.context-header__heading {
  margin-bottom: 1em;
  padding-right: 20px
}

.cross-sell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-4x);
  background-color: var(--color-surface-brand-accent);
  color: var(--color-content-primary);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 100%
}

.cross-sell * {
  text-decoration: none;
  color: var(--color-content-primary)
}

.cross-sell p {
  padding: 0
}

@media (min-width: 569px) {
  .cross-sell {
    padding: var(--spacing-7x) 0
  }
}

.cross-sell__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-3x)
}

@media (min-width: 569px) {
  .cross-sell__link {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.cross-sell__link:hover {
  text-decoration: none
}

.mainPanel {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 345px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-3x);
  padding: var(--spacing-4x) 0 0 0
}

@media (min-width: 569px) {
  .mainPanel {
    padding: 0 0 0 var(--spacing-4x)
  }
}

.mainPanelContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-3x)
}

.mainPanelLinkContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-2x)
}

.mainPanelLinkHeading {
  font-weight: var(--font-weight-median);
  font-size: var(--text-style-title-3-size);
  letter-spacing: var(--text-style-title-4-spacing);
  line-height: var(--text-style-title-4-height)
}

.mainPanelLinkSubheading {
  font-size: var(--text-style-body-small-size);
  letter-spacing: var(--text-style-body-small-spacing);
  line-height: var(--text-style-body-small-height)
}

.descriptionItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--spacing-1x)
}

.secondaryPanel {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 345px;
  padding-bottom: var(--spacing-3x)
}

@media (min-width: 569px) {
  .secondaryPanel {
    padding-bottom: 0
  }
}

.secondaryPanel img {
  width: 345px
}

.footer_btn {
  height: var(--button-height-medium)
}

.cross-sell-campaign {
  position: relative;
  background-color: var(--color-surface-neutral-strong)
}

.cross-sell-campaign * {
  color: var(--color-content-inverse)
}

.cross-sell-campaign .cross-sell__link {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1
}

@media (min-width: 1024px) {
  .cross-sell-campaign .cross-sell__link {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.cross-sell-campaign .mainPanel {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: unset
}

.cross-sell-campaign .mainPanel .mainPanelLinkContainer p>span {
  color: var(--color-interactive-primary)
}

.cross-sell-campaign .mainPanel .brand-neue-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.cross-sell-campaign .mainPanel .mainPanelLinkSubheading {
  font-size: var(--font-size-4x)
}

.cross-sell-campaign .mainPanel .mainPanelContentMobileImage {
  display: block
}

@media (min-width: 1024px) {
  .cross-sell-campaign .mainPanel .mainPanelContentMobileImage {
    display: none
  }
}

.cross-sell-campaign .mainPanel .mainPanelContentImage {
  display: none
}

@media (min-width: 569px) {
  .cross-sell-campaign .mainPanel .mainPanelContentImage {
    display: block
  }
}

.cross-sell-campaign .mainPanel,
.cross-sell-campaign secondaryPanel {
  z-index: 1
}

.cross-sell-campaign .secondaryPanelContentImage {
  display: none
}

@media (min-width: 1024px) {
  .cross-sell-campaign .secondaryPanelContentImage {
    display: block
  }
}

.cross-sell-campaign .mobileGreenVector {
  display: block;
  width: 100vw
}

.cross-sell-campaign .mobileGreenVector img {
  width: 100%
}

@media (min-width: 569px) {
  .cross-sell-campaign .mobileGreenVector {
    display: none
  }
}

.cross-sell-campaign .greenVector {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  display: none;
  z-index: 0
}

.cross-sell-campaign .greenVector img {
  max-width: 100%;
  max-height: 100%
}

@media (min-width: 569px) {
  .cross-sell-campaign .greenVector {
    max-width: 750px;
    display: block;
    bottom: -25px
  }
}

@media (min-width: 1024px) {
  .cross-sell-campaign .greenVector {
    margin-left: 470px;
    max-width: 1000px;
    bottom: 0
  }
}

a.elements-campaign-nav__main-link {
  opacity: 1;
  position: relative;
  white-space: nowrap
}

a.elements-campaign-nav__main-link::before {
  content: '';
  position: relative;
  left: -17px;
  border-left: 1px solid whitesmoke;
  opacity: 0.4
}

a.elements-campaign-nav__main-link::after {
  content: '';
  height: 3px;
  background: -webkit-linear-gradient(0.02deg, #F73859 .39%, #6E5CFF 99.99%);
  background: linear-gradient(89.98deg, #F73859 .39%, #6E5CFF 99.99%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -19px
}

.elements-campaign-nav__sale-pill {
  background: -webkit-linear-gradient(0.02deg, #f73859 .39%, #6e5cff 99.99%);
  background: linear-gradient(89.98deg, #f73859 .39%, #6e5cff 99.99%);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 4px;
  padding: 4px;
  position: relative;
  top: -2px
}

.elements-campaign-nav__container {
  height: 56px
}

.elements-campaign-nav__container:hover .elements-campaign-nav__dropdown-container {
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.elements-campaign-nav__dropdown-container {
  display: none;
  background-color: white;
  position: absolute;
  top: 56px;
  -webkit-box-shadow: 0 4px 10px #454545;
  box-shadow: 0 4px 10px #454545
}

@media (max-width: 1340px) {
  .elements-campaign-nav__dropdown-container {
    right: 0px
  }
}

.elements-campaign-nav__dropdown-container a {
  display: inline-block;
  color: #333333;
  font-weight: 600
}

.elements-campaign-nav__dropdown-container a:hover {
  text-decoration: none
}

.elements-campaign-nav__main-panel {
  padding-top: 26px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 12px;
  width: 250px
}

.elements-campaign-nav__main-panel .items-collage {
  position: absolute;
  width: 250px
}

.elements-campaign-nav__main-panel-container {
  background-color: #EEECFD
}

.elements-campaign-nav__secondary-panel {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 11px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 20px
}

.elements-campaign-nav__punch-line {
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 450;
  letter-spacing: 0.8px
}

.elements-campaign-nav__punch-line:hover {
  text-decoration: none
}

.elements-campaign-nav__punch-line span {
  display: block
}

.elements-campaign-nav__sub-punch-line {
  font-weight: 350;
  margin-top: 5px;
  margin-bottom: 17.5px;
  margin-left: auto;
  margin-right: auto;
  width: 80%
}

.elements-campaign-nav__logo-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 22px
}

.elements-campaign-nav__selling-points {
  list-style-position: inside
}

.elements-campaign-nav__selling-points li {
  margin-bottom: 9px;
  list-style: none
}

.elements-campaign-nav__selling-points li::before {
  content: url("data:image/svg+xml,<svg width='14' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7 .833a6.667 6.667 0 1 0 0 13.334A6.667 6.667 0 0 0 7 .833zm2.9 5.154L6.153 9.733a.32.32 0 0 1-.466 0L4.1 8.167a.333.333 0 0 1 0-.474l.353-.353a.32.32 0 0 1 .467 0l1 .993 3.16-3.16a.333.333 0 0 1 .467 0l.353.354a.333.333 0 0 1 0 .46z' fill='%23ACB0EE'/></svg>")
}

.elements-campaign-nav__links {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-left: 1px solid whitesmoke;
  padding-left: 20px
}

.elements-campaign-nav__links ul {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.elements-campaign-nav__cta {
  margin-top: 20px
}

.elements-campaign-nav__cta a {
  padding: 0px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: #523EE8
}

.elements-campaign-nav__cta a::after {
  content: url("data:image/svg+xml,<svg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 .788 9.212 5 5 9.212l-.917-.917 2.64-2.645H.85v-1.3h5.873l-2.64-2.645L5 .788z' fill='%23523EE8'/></svg>");
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out
}

.elements-campaign-nav__cta a:hover::after {
  margin-left: 4px
}

.element-corner--triangle,
.element-corner--ribbon {
  position: absolute;
  overflow: hidden;
  z-index: 5;
  top: 0;
  right: 0;
  pointer-events: none
}

.element-corner--triangle>div,
.element-corner--ribbon>div {
  position: relative;
  font-weight: bold;
  color: white
}

.-has-pointer-events.element-corner--triangle,
.-has-pointer-events.element-corner--ribbon {
  pointer-events: auto
}

.element-corner--ribbon {
  top: -2px;
  right: -2px;
  width: 75px;
  height: 78px
}

.element-corner--ribbon>div {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100px;
  left: 3px;
  top: 6px;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  background: #0084B4;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1)
}

.element-corner--ribbon>div:before,
.element-corner--ribbon>div:after {
  content: '';
  position: absolute;
  border-top: 3px solid #00719b;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px
}

.element-corner--ribbon>div:before {
  left: 0px
}

.element-corner--ribbon>div:after {
  right: 0px
}

.element-corner--ribbon.-size-large {
  width: 115px;
  height: 118px
}

.element-corner--ribbon.-size-large>div {
  width: 160px;
  left: -8px;
  top: 27px
}

.element-corner--ribbon.-position-left {
  left: -2px;
  right: auto
}

.element-corner--ribbon.-position-left>div {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  right: 27px
}

.element-corner--ribbon.-size-large.-position-left>div {
  right: 36px
}

.element-corner--ribbon.-color-trending>div {
  background: #0084B4
}

.element-corner--triangle {
  width: 50px;
  height: 50px
}

.element-corner--triangle>div {
  text-align: right;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 3px;
  font-size: 14px
}

.element-corner--triangle>div:before {
  content: '';
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
  border-top: 35px solid #82b541;
  border-left: 35px solid transparent
}

.element-corner--triangle>div:hover {
  text-decoration: none
}

.element-corner--triangle>div>a {
  color: white;
  text-decoration: none
}

.element-corner--triangle>div>a:hover {
  text-decoration: none
}

.element-corner--triangle.-size-large {
  width: 84px;
  height: 84px
}

.element-corner--triangle.-size-large>div {
  padding: 8px;
  font-size: 18px
}

.element-corner--triangle.-size-large>div:before {
  border-width: 80px
}

.element-corner--triangle.-position-left {
  right: auto;
  left: 0
}

.element-corner--triangle.-position-left>div {
  text-align: left
}

.element-corner--triangle.-position-left>div:before {
  border-left: 0;
  border-right: 35px solid transparent;
  right: auto;
  left: 0
}

.element-corner--triangle.-size-large.-position-left>div:before {
  border-right: 80px solid transparent
}

.element-corner--triangle.-color-trending>div:before {
  border-top-color: #0084B4
}

.element-corner--triangle.-color-3docean>div:before {
  border-top-color: #ab0f34
}

.element-corner--triangle.-color-audiojungle>div:before {
  border-top-color: #9ac130
}

.element-corner--triangle.-color-codecanyon>div:before {
  border-top-color: #e78733
}

.element-corner--triangle.-color-graphicriver>div:before {
  border-top-color: #308eb1
}

.element-corner--triangle.-color-photodune>div:before {
  border-top-color: #0f8c98
}

.element-corner--triangle.-color-themeforest>div:before {
  border-top-color: #1abc9c
}

.element-corner--triangle.-color-videohive>div:before {
  border-top-color: #e7a802
}

a.elements-nav__main-link {
  opacity: 1;
  position: relative;
  white-space: nowrap
}

a.elements-nav__main-link::before {
  content: '';
  position: relative;
  left: -17px;
  border-left: 1px solid whitesmoke;
  opacity: 0.4
}

a.elements-nav__main-link::after {
  content: '';
  height: 3px;
  background: var(--color-interactive-primary);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -19px
}

.elements-nav__container {
  height: 56px
}

.elements-nav__container:hover .elements-nav__dropdown-container {
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.elements-nav__dropdown-container {
  width: 515px;
  height: 266px;
  display: none;
  position: absolute;
  background-color: var(--color-surface-brand-accent);
  top: 56px;
  font-family: PolySans-Neutral;
  font-weight: var(--font-weight-neutral);
  text-decoration: none
}

@media (max-width: 1340px) {
  .elements-nav__dropdown-container {
    right: 0px
  }
}

.elements-nav__dropdown-container:hover {
  text-decoration: none
}

.elements-nav__dropdown-container .title {
  font-family: PolySans-Neutral;
  font-size: 24px;
  font-weight: 600;
  line-height: 19.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: white;
  margin-top: 6px
}

.elements-nav__dropdown-container .title p {
  padding: 6px 0 5px 0
}

.elements-nav__dropdown-container .title .accent {
  color: var(--color-interactive-primary)
}

.elements-nav__dropdown-container .subtitle {
  color: white;
  font-weight: 400;
  line-height: 21px;
  font-size: 14px
}

.elements-nav__dropdown-container .subtitle p:nth-child(1) {
  padding-bottom: 0
}

.elements-nav__dropdown-container .subtitle p:nth-child(2) {
  padding: 6px 0 2px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.elements-nav__dropdown-container .subtitle p:nth-child(2) img {
  margin-right: 5px
}

.elements-nav__dropdown-container .subtitle p:nth-child(3) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0
}

.elements-nav__dropdown-container .subtitle p:nth-child(3) img {
  margin: 0 5px 5px 0
}

.cyber-sale-badge {
  font-size: 16px;
  font-weight: 600;
  background: var(--color-green-100);
  color: var(--color-grey-1000);
  padding: 2px 7px 1px;
  border-radius: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media screen and (max-width: 1023px) {
  .cyber-sale-badge {
    font-size: 13px;
    padding: 2px 5px 1px
  }
}

.cyber-sale-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 515px;
  height: 266px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-border-primary)
}

.cyber-sale-banner .content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1.3rem 1.5rem
}

.cyber-sale-banner .content .cyber-sale-green {
  position: absolute;
  bottom: 0;
  right: 0
}

.cyber-sale-banner .content .cyber-sale-30 {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem
}

.cyber-sale-banner .content .discount-banner {
  position: absolute;
  bottom: 0;
  right: 0
}

.cyber-sale-banner .content .new_site_btn {
  background-color: var(--color-green-100);
  height: 40px;
  width: 126px;
  color: var(--color-green-1000);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px
}

.cyber-sale-banner .content .new_site_btn:hover {
  background-color: var(--color-green-300)
}

.cyber-sale-banner .content .new_site_btn::after {
  font-size: 0;
  margin: 11px 0 0 2px;
  content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="ico-/-24-/-actions-/-open_in_new"><path id="Icon-color" d="M17.5 12.0833V15.8333C17.5 16.7538 16.7538 17.5 15.8333 17.5H4.16667C3.24619 17.5 2.5 16.7538 2.5 15.8333V4.16667C2.5 3.24619 3.24619 2.5 4.16667 2.5H7.91667C8.14679 2.5 8.33333 2.68655 8.33333 2.91667V3.75C8.33333 3.98012 8.14679 4.16667 7.91667 4.16667H4.16667V15.8333H15.8333V12.0833C15.8333 11.8532 16.0199 11.6667 16.25 11.6667H17.0833C17.3135 11.6667 17.5 11.8532 17.5 12.0833ZM17.3167 2.91667L17.0917 2.69167C16.98 2.57535 16.8278 2.50668 16.6667 2.5H11.25C11.0199 2.5 10.8333 2.68655 10.8333 2.91667V3.75C10.8333 3.98012 11.0199 4.16667 11.25 4.16667H14.6583L7.625 11.2C7.54612 11.2782 7.50175 11.3847 7.50175 11.4958C7.50175 11.6069 7.54612 11.7134 7.625 11.7917L8.20833 12.375C8.28657 12.4539 8.39307 12.4982 8.50417 12.4982C8.61527 12.4982 8.72176 12.4539 8.8 12.375L15.8333 5.35V8.75C15.8333 8.98012 16.0199 9.16667 16.25 9.16667H17.0833C17.3135 9.16667 17.5 8.98012 17.5 8.75V3.33333C17.4955 3.17342 17.4299 3.02132 17.3167 2.90833V2.91667Z" fill="%231A4200"/></g></svg>')
}

.elements-nav__main-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: var(--spacing-4x)
}

.elements-nav__secondary-panel .elements-nav__secondary-panel__collage {
  margin-top: 28px
}

.elements-nav__punch-line {
  font-size: var(--font-size-2x);
  line-height: 20px;
  font-weight: 450;
  letter-spacing: var(--font-spacing-normal);
  margin-top: 1rem
}

.elements-nav__punch-line:hover {
  text-decoration: none
}

.elements-nav__punch-line h2,
.elements-nav__punch-line p,
.elements-nav__punch-line li {
  color: var(--color-content-primary)
}

.elements-nav__punch-line h2 {
  font-family: PolySans-Median;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 2px;
  padding: 0;
  font-weight: unset
}

.elements-nav__punch-line p {
  padding: var(--spacing-2x) 0
}

.elements-nav__punch-line ul {
  list-style: none;
  margin-bottom: var(--spacing-2x)
}

.elements-nav__punch-line ul li {
  margin-bottom: var(--spacing-1x);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.elements-nav__punch-line ul li img {
  margin-right: var(--spacing-1x)
}

.elements-nav__punch-line button.elements-nav__cta {
  height: var(--spacing-6x)
}

.floating_button {
  display: block;
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  height: 40px;
  line-height: 35px;
  min-width: 40px;
  text-align: center;
  border: 2px solid;
  color: #72BF40;
  background: white;
  vertical-align: middle;
  padding: 0 10px;
  text-decoration: none
}

.floating_button:hover {
  background: #72BF40;
  color: white;
  border-color: #72BF40
}

.flyout {
  cursor: pointer
}

.flyout__body {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  background: white;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 10px;
  z-index: 2;
  border-radius: 4px
}

.ie9 .flyout__body {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3)
}

.touch .flyout__body {
  padding: 10px
}

.flyout__body.-padding-side-removed {
  padding-left: 0;
  padding-right: 0
}

.flyout__body[data-show="true"] {
  width: auto;
  height: auto;
  clip: auto;
  margin: auto;
  opacity: 1;
  overflow: visible;
  margin-top: 32px;
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s
}

@media (min-width: 1024px) {
  .flyout__body[data-show="true"] {
    -webkit-animation-name: fade-in-down-desktop;
    animation-name: fade-in-down-desktop
  }
}

@media (max-width: 568px) {
  .flyout__body[data-show="true"] {
    max-width: 94%;
    width: 94%;
    left: 10px !important
  }
}

.flyout__triangle {
  position: absolute;
  top: 2px;
  left: 45px
}

.flyout__triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent white white;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -3px 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 3px 3px -3px rgba(0, 0, 0, 0.3)
}

.flyout__body.-position-left .flyout__triangle {
  top: 45px;
  right: 2px;
  left: initial
}

.flyout__body.-position-left .flyout__triangle::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}

.flyout__link {
  padding: 10px 0 8px;
  text-align: center
}

.footer-bottom {
  clear: both;
  padding-bottom: 16px;
  text-align: center
}

.footer-bottom small {
  color: #999999
}

@media (min-width: 1024px) {
  .footer-bottom {
    padding-bottom: 0;
    padding-top: 24px;
    text-align: left
  }
}

.footer-box {
  background-color: #262626;
  margin: 0 0 16px
}

@media (min-width: 1024px) {
  .footer-box {
    background-color: transparent;
    padding-top: 24px;
    margin: 0
  }
}

.footer-box__header {
  display: block;
  font-weight: normal;
  position: relative;
  background-color: #262626;
  margin: 0;
  padding: 16px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  color: white
}

.footer-box__header:hover,
.footer-box__header:active {
  background-color: #1a1a1a
}

.footer-box__header:after {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  line-height: 20px
}

.footer-box__header>h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  padding: 0;
  margin: 0
}

@media (min-width: 1024px) {
  .footer-box__header {
    background-color: transparent;
    padding: 0 0 8px;
    cursor: default
  }

  .footer-box__header:hover,
  .footer-box__header:active {
    background-color: transparent
  }

  .footer-box__header:after {
    display: none
  }

  .footer-box__header>h4 {
    color: #999999
  }
}

.footer-box__header--is-active {
  background-color: #1a1a1a
}

.footer-box__header--is-active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

@media (min-width: 1024px) {
  .footer-box__header--is-active {
    background-color: transparent
  }
}

.footer-box__content {
  color: #dedede;
  padding: 16px;
  display: none
}

.footer-box__content p {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 14px;
  line-height: 28px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none
}

.footer-box__content p>a {
  color: white;
  text-decoration: none
}

.footer-box__content p>a:hover {
  text-decoration: underline
}

@media (min-width: 1024px) {
  .footer-box__content {
    display: block;
    padding: 0
  }

  .footer-box__content p {
    padding: 0;
    line-height: 21px;
    color: #999999
  }
}

.footer-box__content--is-active {
  display: block
}

.footer-box__list a {
  color: #dedede;
  display: block;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none
}

.footer-box__list a:hover {
  text-decoration: underline;
  color: #dedede
}

@media (min-width: 1024px) {
  .footer-box__list a {
    display: inline-block;
    line-height: 21px;
    color: white
  }

  .footer-box__list a:hover {
    color: white
  }
}

.footer-box__external-link {
  display: block;
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  text-decoration: none
}

.footer-box__external-link:hover {
  text-decoration: underline
}

.footer-subscribe {
  padding-right: 16px
}

input.footer-subscribe__input[type=text],
input.footer-subscribe__input--short[type=text],
input.footer-subscribe__input[type=email],
input.footer-subscribe__input--short[type=email] {
  display: block;
  width: 100%;
  height: auto;
  background-color: #262626;
  border: none;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 10px 16px;
  color: gray;
  font-size: 14px;
  line-height: 16px;
  outline: none
}

input.footer-subscribe__input.placeholder[type=text],
input.placeholder.footer-subscribe__input--short[type=text],
input.footer-subscribe__input.placeholder[type=email],
input.placeholder.footer-subscribe__input--short[type=email] {
  color: gray
}

input.footer-subscribe__input[type=text]:-moz-placeholder,
input.footer-subscribe__input--short[type=text]:-moz-placeholder,
input.footer-subscribe__input[type=email]:-moz-placeholder,
input.footer-subscribe__input--short[type=email]:-moz-placeholder {
  color: gray
}

input.footer-subscribe__input[type=text]::-moz-placeholder,
input.footer-subscribe__input--short[type=text]::-moz-placeholder,
input.footer-subscribe__input[type=email]::-moz-placeholder,
input.footer-subscribe__input--short[type=email]::-moz-placeholder {
  color: gray
}

input.footer-subscribe__input[type=text]:-ms-input-placeholder,
input.footer-subscribe__input--short[type=text]:-ms-input-placeholder,
input.footer-subscribe__input[type=email]:-ms-input-placeholder,
input.footer-subscribe__input--short[type=email]:-ms-input-placeholder {
  color: gray
}

input.footer-subscribe__input[type=text]::-webkit-input-placeholder,
input.footer-subscribe__input--short[type=text]::-webkit-input-placeholder,
input.footer-subscribe__input[type=email]::-webkit-input-placeholder,
input.footer-subscribe__input--short[type=email]::-webkit-input-placeholder {
  color: gray
}

input.footer-subscribe__input.placeholder[type=text]:focus,
input.footer-subscribe__input--short.placeholder[type=text]:focus,
input.footer-subscribe__input.placeholder[type=email]:focus,
input.footer-subscribe__input--short.placeholder[type=email]:focus {
  color: transparent
}

input.footer-subscribe__input[type=text]:focus:-moz-placeholder,
input.footer-subscribe__input--short[type=text]:focus:-moz-placeholder,
input.footer-subscribe__input[type=email]:focus:-moz-placeholder,
input.footer-subscribe__input--short[type=email]:focus:-moz-placeholder {
  color: transparent
}

input.footer-subscribe__input[type=text]:focus::-moz-placeholder,
input.footer-subscribe__input--short[type=text]:focus::-moz-placeholder,
input.footer-subscribe__input[type=email]:focus::-moz-placeholder,
input.footer-subscribe__input--short[type=email]:focus::-moz-placeholder {
  color: transparent
}

input.footer-subscribe__input[type=text]:focus:-ms-input-placeholder,
input.footer-subscribe__input--short[type=text]:focus:-ms-input-placeholder,
input.footer-subscribe__input[type=email]:focus:-ms-input-placeholder,
input.footer-subscribe__input--short[type=email]:focus:-ms-input-placeholder {
  color: transparent
}

input.footer-subscribe__input[type=text]:focus::-webkit-input-placeholder,
input.footer-subscribe__input--short[type=text]:focus::-webkit-input-placeholder,
input.footer-subscribe__input[type=email]:focus::-webkit-input-placeholder,
input.footer-subscribe__input--short[type=email]:focus::-webkit-input-placeholder {
  color: transparent
}

@media (min-width: 1024px) {

  input.footer-subscribe__input[type=text],
  input.footer-subscribe__input--short[type=text],
  input.footer-subscribe__input[type=email],
  input.footer-subscribe__input--short[type=email] {
    width: 100%;
    background-color: #262626;
    border-radius: 4px;
    margin-bottom: 8px;
    color: #7e7e7e;
    line-height: 1\9
  }
}

@media (min-width: 1024px) {

  input.footer-subscribe__input--short[type=text],
  input.footer-subscribe__input--short[type=email] {
    display: inline-block;
    width: 90px;
    margin-right: 5px
  }
}

.footer-top {
  padding-bottom: 20px
}

.footer-top:after {
  content: " ";
  display: block;
  clear: both
}

@media (min-width: 1024px) {
  .footer-top {
    border-bottom: 1px solid #454545
  }
}

.footer-top__market-logo {
  display: block;
  margin: 10px auto 5px;
  text-indent: -9999px;
  height: 18px;
  width: 152px
}

@media (min-width: 1024px) {
  .footer-top__market-logo {
    margin: 0
  }
}

.svg .footer-top__market-logo {
  background: url(https://public-assets.envato-static.com/assets/logos/envato_market-dd390ae860330996644c1c109912d2bf63885fc075b87215ace9b5b4bdc71cc8.svg);
  background-size: 152px 18px
}

.no-svg .footer-top__market-logo {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -380px -392px
}

@media (min-width: 1024px) {
  .footer-top__left {
    width: 49%;
    float: left;
    margin-right: 2%
  }
}

@media (min-width: 1024px) {
  .footer-top__right {
    width: 49%;
    float: left;
    margin-right: 2%;
    float: right;
    margin-right: 0
  }
}

.grid-container {
  max-width: 1004px;
  max-width: 64rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-left: auto;
  margin-right: auto
}

.grid-container:after {
  content: "";
  display: table;
  clear: both
}

@media (min-width: 1024px) {
  .grid-container.-layout-videohive {
    max-width: 95%
  }
}

@media (min-width: 1350px) {
  .grid-container.-layout-videohive {
    max-width: 1400px
  }
}

.grid-container.-layout-wide {
  max-width: 1408px;
  padding-left: 16px;
  padding-right: 16px
}

.header-categories {
  background-color: whitesmoke;
  border-bottom: 1px solid #e1e8ed;
  height: 48px
}

.header-categories a,
.header-categories a:hover {
  line-height: 1.2;
  text-decoration: none
}

.header-categories__links {
  font-size: 12px;
  float: left;
  list-style: none;
  padding: 7px 0 0;
  margin: 0 -10px
}

.header-categories__links-item {
  float: left;
  position: relative
}

.header-categories__main-link,
.header-categories__main-link--empty {
  border-radius: 4px 4px 0 0;
  color: #666666;
  display: block;
  padding: 10px 6px;
  white-space: nowrap
}

.header-categories__main-link:hover,
.header-categories__main-link--empty:hover,
.header-categories__main-link:focus,
.header-categories__main-link--empty:focus {
  text-decoration: none
}

@media screen and (min-width: 1117px) {

  .header-categories__main-link,
  .header-categories__main-link--empty {
    padding: 10px
  }
}

.touch .header-categories__links-item:hover .header-categories__main-link,
.touch .header-categories__links-item:hover .header-categories__main-link--empty {
  background-color: inherit;
  color: #666666
}

.touch .header-categories__links-item .header-categories__main-link.is-open,
.touch .header-categories__links-item .is-open.header-categories__main-link--empty,
.header-categories__links-item:hover>.header-categories__main-link,
.header-categories__links-item:hover>.header-categories__main-link--empty {
  background-color: #999999;
  color: white
}

.header-categories__main-link--empty {
  border-radius: 4px
}

.header-categories__main-link--empty.header-categories__main-link--new_label {
  padding-bottom: 7px
}

.header-categories__main-link--new_label {
  padding-top: 8px
}

.header-categories__main-link--offsite_icon:after {
  display: inline;
  padding-left: 2px;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 12 12' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.9 1.2L5.475 5.55C5.25 5.85 5.25 6.225 5.475 6.525C5.7 6.75 6.15 6.75 6.375 6.525L10.725 2.175V3.675C10.725 3.975 11.025 4.275 11.325 4.275C11.625 4.275 11.925 3.975 11.925 3.675V0.675C11.925 0.525 11.85 0.375 11.775 0.225C11.7 0.075 11.55 0 11.4 0H8.4C8.1 0 7.8 0.3 7.8 0.6C7.8 0.9 8.1 1.2 8.4 1.2H9.9ZM12 7.2V4.35V10.5C12 11.325 11.4 12 10.65 12H1.35C0.6 12 0 11.325 0 10.5V1.5C0 0.675 0.6 0 1.35 0H7.725H4.8C5.1 0 5.4 0.3 5.4 0.6C5.4 0.9 5.1 1.2 4.8 1.2H1.575C1.35 1.2 1.2 1.35 1.2 1.575V10.35C1.2 10.575 1.35 10.725 1.575 10.725H10.5C10.725 10.725 10.875 10.575 10.875 10.35V7.125C10.875 6.825 11.175 6.525 11.475 6.525C11.7 6.6 12 6.9 12 7.2Z' fill='%23666666'/></svg>")
}

.header-categories__links-item:hover .header-categories__main-link--offsite_icon:after {
  display: inline;
  padding-left: 2px;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 12 12' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.9 1.2L5.475 5.55C5.25 5.85 5.25 6.225 5.475 6.525C5.7 6.75 6.15 6.75 6.375 6.525L10.725 2.175V3.675C10.725 3.975 11.025 4.275 11.325 4.275C11.625 4.275 11.925 3.975 11.925 3.675V0.675C11.925 0.525 11.85 0.375 11.775 0.225C11.7 0.075 11.55 0 11.4 0H8.4C8.1 0 7.8 0.3 7.8 0.6C7.8 0.9 8.1 1.2 8.4 1.2H9.9ZM12 7.2V4.35V10.5C12 11.325 11.4 12 10.65 12H1.35C0.6 12 0 11.325 0 10.5V1.5C0 0.675 0.6 0 1.35 0H7.725H4.8C5.1 0 5.4 0.3 5.4 0.6C5.4 0.9 5.1 1.2 4.8 1.2H1.575C1.35 1.2 1.2 1.35 1.2 1.575V10.35C1.2 10.575 1.35 10.725 1.575 10.725H10.5C10.725 10.725 10.875 10.575 10.875 10.35V7.125C10.875 6.825 11.175 6.525 11.475 6.525C11.7 6.6 12 6.9 12 7.2Z' fill='white'/></svg>")
}

.header-categories__links-dropdown {
  display: none;
  left: 0;
  position: absolute;
  top: 34px;
  width: 210px
}

.header-categories__links-dropdown.touch-only-dropdown-is-ready,
.header-categories__links-item:hover>.header-categories__links-dropdown {
  display: block
}

.external-link--grey-40::after {
  content: url("data:image/svg+xml,<svg width='9' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.425 1.4 4.106 4.662a.591.591 0 0 0 0 .732c.169.168.506.168.675 0L8.044 2.13v1.125c0 .225.225.45.45.45s.45-.225.45-.45v-2.25c0-.112-.057-.225-.113-.337A.31.31 0 0 0 8.55.5H6.3a.484.484 0 0 0-.45.45c0 .225.225.45.45.45h1.125zM9 5.9V3.762v4.613C9 8.994 8.55 9.5 7.987 9.5H1.013C.45 9.5 0 8.994 0 8.375v-6.75C0 1.006.45.5 1.012.5h4.782H3.6c.225 0 .45.225.45.45s-.225.45-.45.45H1.181c-.169 0-.281.113-.281.281v6.581c0 .17.112.282.281.282h6.694c.169 0 .281-.113.281-.282V5.844c0-.225.225-.45.45-.45.169.056.394.281.394.506z' fill='%23666'/></svg>");
  padding-left: 8px
}

.header-dropdown .elements-nav__category-link {
  padding-left: 0
}

.header-dropdown .elements-nav__category-link::before {
  margin-right: 5px;
  border-width: 1px;
  padding: 3px 0
}

.elements-nav__category-link::before {
  content: '';
  border: 2px solid white;
  -webkit-border-image: -webkit-linear-gradient(92.89deg, #F73859 6.56%, #6E5CFF 113.04%) 1;
  -o-border-image: linear-gradient(-2.89deg, #F73859 6.56%, #6E5CFF 113.04%) 1;
  border-image: linear-gradient(-2.89deg, #F73859 6.56%, #6E5CFF 113.04%) 1
}

.site-header__logo-and-account--minimal .header-logo-account {
  background-color: #262626;
  height: 62px;
  position: relative
}

.header-logo-account {
  background-color: #262626;
  height: 48px;
  position: relative
}

.header-logo-account__container {
  position: relative
}

.header-logo-account__logo {
  position: absolute;
  height: 55px
}

.header-logo-account__logo>span {
  display: block;
  position: relative;
  text-indent: -9999px;
  height: 18px;
  width: 152px;
  top: 18px
}

.svg .header-logo-account__logo>span {
  background: url(https://public-assets.envato-static.com/assets/logos/envato_market-dd390ae860330996644c1c109912d2bf63885fc075b87215ace9b5b4bdc71cc8.svg);
  background-size: 152px 18px
}

.no-svg .header-logo-account__logo>span {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -380px -392px
}

.header-logo-account__right {
  font-size: 12px;
  line-height: 17px;
  padding-top: 15px;
  position: absolute;
  right: 0
}

.header-logo-account__user-nav {
  float: left
}

.header-logo-account__user-nav-item {
  float: left;
  height: 32px;
  position: relative
}

.header-logo-account__user-nav-main-link--omega,
.header-logo-account__user-nav-main-link--cart,
.header-logo-account__user-nav-main-link--alpha,
.header-logo-account__user-nav-main-link--alpha-with-dropdown {
  background-color: #333333;
  display: block;
  height: 32px;
  line-height: 31px;
  padding: 0 15px 0;
  text-decoration: none
}

.header-logo-account__user-nav-main-link--omega:hover,
.header-logo-account__user-nav-main-link--cart:hover,
.header-logo-account__user-nav-main-link--alpha:hover,
.header-logo-account__user-nav-main-link--alpha-with-dropdown:hover,
.header-logo-account__user-nav-main-link--omega:focus,
.header-logo-account__user-nav-main-link--cart:focus,
.header-logo-account__user-nav-main-link--alpha:focus,
.header-logo-account__user-nav-main-link--alpha-with-dropdown:focus {
  text-decoration: none
}

.touch .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--omega,
.touch .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--cart,
.touch .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha,
.touch .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha-with-dropdown {
  background-color: transparent
}

.touch .header-logo-account__user-nav-item .is-open.header-logo-account__user-nav-main-link--omega,
.touch .header-logo-account__user-nav-item .is-open.header-logo-account__user-nav-main-link--cart,
.touch .header-logo-account__user-nav-item .is-open.header-logo-account__user-nav-main-link--alpha,
.touch .header-logo-account__user-nav-item .is-open.header-logo-account__user-nav-main-link--alpha-with-dropdown,
.header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--omega,
.header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--cart,
.header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha,
.header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha-with-dropdown {
  background-color: black
}

.header-logo-account__user-nav-main-link--alpha,
.header-logo-account__user-nav-main-link--alpha-with-dropdown {
  border-radius: 4px 0 0 4px;
  color: white
}

.header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha-with-dropdown {
  border-radius: 4px 0 0
}

.header-logo-account__user-nav .header-dropdown {
  min-width: 125px;
  margin: 0
}

.header-logo-account__user-nav-main-link--cart {
  border-left: 1px solid #262626;
  padding: 0 10px;
  color: #999999
}

.header-logo-account__user-nav-main-link--omega {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #262626;
  color: #dedede
}

.header-logo-account__balance {
  margin-left: 5px
}

.header-logo-account__user-nav-dropdown {
  display: none;
  left: 0;
  position: absolute;
  top: 32px;
  min-width: 150px;
  width: 100%
}

.header-logo-account__user-nav-item:hover>.header-logo-account__user-nav-dropdown {
  display: block
}

.header-logo-account__user-nav-dropdown.touch-only-dropdown-is-ready {
  display: block
}

.header-logo-account__sundry {
  float: left;
  list-style: none;
  margin: 0 20px 0 0
}

.header-logo-account__sundry-item {
  float: left;
  position: relative
}

.header-logo-account__sundry-main-link,
.header-logo-account__sundry-main-link--brand-color {
  border-radius: 4px 4px 0 0;
  color: #999999;
  display: block;
  padding: 8px 9px;
  text-decoration: none
}

.header-logo-account__sundry-main-link.-rounded-corners,
.-rounded-corners.header-logo-account__sundry-main-link--brand-color {
  border-radius: 4px
}

.header-logo-account__sundry-main-link:hover,
.header-logo-account__sundry-main-link--brand-color:hover,
.header-logo-account__sundry-main-link:focus,
.header-logo-account__sundry-main-link--brand-color:focus {
  text-decoration: none
}

.touch .header-logo-account__sundry-item:hover .header-logo-account__sundry-main-link,
.touch .header-logo-account__sundry-item:hover .header-logo-account__sundry-main-link--brand-color {
  background-color: inherit;
  color: #999999
}

.touch .header-logo-account__sundry-item .header-logo-account__sundry-main-link.is-open,
.touch .header-logo-account__sundry-item .is-open.header-logo-account__sundry-main-link--brand-color,
.header-logo-account__sundry-item:hover>.header-logo-account__sundry-main-link,
.header-logo-account__sundry-item:hover>.header-logo-account__sundry-main-link--brand-color {
  background-color: black;
  color: white
}

.header-logo-account__sundry-main-link--brand-color {
  color: #82b541;
  opacity: 0.7
}

.touch .header-logo-account__sundry-item .header-logo-account__sundry-main-link--brand-color.is-open,
.header-logo-account__sundry-item:hover>.header-logo-account__sundry-main-link--brand-color {
  color: #82b541;
  opacity: 1
}

.header-logo-account__sundry-dropdown {
  display: none;
  left: 0;
  position: absolute;
  top: 32px;
  width: 210px
}

.header-logo-account__sundry-dropdown.touch-only-dropdown-is-ready,
.header-logo-account__sundry-item:hover>.header-logo-account__sundry-dropdown {
  display: block
}

.header-mini {
  background-color: #262626;
  height: 40px;
  position: relative;
  text-align: center
}

.header-mini__button--cart,
.header-mini__button--account,
.header-mini__button--categories {
  font-size: 13px;
  position: absolute;
  top: 5px
}

.header-mini__button--cart>a,
.header-mini__button--account>a,
.header-mini__button--categories>a {
  text-decoration: none
}

.header-mini__button--categories {
  left: 10px
}

.header-mini__button--account {
  right: 10px
}

.header-mini__button--cart {
  display: none;
  right: 40px
}

@media screen and (min-width: 350px) {
  .header-mini__button--cart {
    display: block
  }
}

.header-mini__button--cart .btn,
.header-mini__button--cart button,
.header-mini__button--cart [role=button],
.header-mini__button--cart [type=submit] {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.header-mini__button-cart-icon path {
  fill: #fff
}

.header-mini__button-cart-cart-amount {
  background-color: #729d38;
  border-radius: 9px;
  color: white;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
  min-width: 24px;
  padding: 1px 4px;
  text-align: center;
  -webkit-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  vertical-align: middle
}

.header-mini__logo--videohive,
.header-mini__logo--themeforest,
.header-mini__logo--photodune,
.header-mini__logo--graphicriver,
.header-mini__logo--codecanyon,
.header-mini__logo--audiojungle,
.header-mini__logo--3docean,
.header-mini__logo--envato-market {
  display: inline-block
}

.header-mini__logo--envato-market {
  height: 40px;
  width: 192px
}

.header-mini__logo .header-mini__logo--envato-market {
  width: 152px
}

.svg .header-mini__logo .header-mini__logo--envato-market {
  background: url(https://public-assets.envato-static.com/assets/logos/envato_market-dd390ae860330996644c1c109912d2bf63885fc075b87215ace9b5b4bdc71cc8.svg) 0 10px no-repeat;
  background-size: 152px 18px
}

.no-svg .header-mini__logo .header-mini__logo--envato-market {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -380px -382px
}

.header-mini__logo--3docean {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -285px -196px;
  width: 119px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .header-mini__logo--3docean {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -285px -196px;
    height: 40px;
    width: 119px
  }
}

.header-mini__logo--audiojungle {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -163px -272px;
  width: 143px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .header-mini__logo--audiojungle {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -163px -272px;
    height: 40px;
    width: 143px
  }
}

.header-mini__logo--codecanyon {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: 0px -332px;
  width: 147px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .header-mini__logo--codecanyon {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: 0px -332px;
    height: 40px;
    width: 147px
  }
}

.header-mini__logo--graphicriver {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -167px -332px;
  width: 139px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .header-mini__logo--graphicriver {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -167px -332px;
    height: 40px;
    width: 139px
  }
}

.header-mini__logo--photodune {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -444px 0px;
  width: 133px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .header-mini__logo--photodune {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -444px 0px;
    height: 40px;
    width: 133px
  }
}

.header-mini__logo--themeforest {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: 0px -272px;
  width: 143px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .header-mini__logo--themeforest {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: 0px -272px;
    height: 40px;
    width: 143px
  }
}

.header-mini__logo--videohive {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -150px -68px;
  width: 114px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .header-mini__logo--videohive {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -150px -68px;
    height: 40px;
    width: 114px
  }
}

.off-canvas-left__site-title {
  color: white;
  padding: 16px 0px 16px 8px;
  height: 40px;
  font-size: 16px;
  line-height: 40px
}

.header-site-titles {
  background-color: #262626
}

.header-sites--loading {
  background-color: #262626;
  height: 48px
}

.header-site-titles__link {
  text-decoration: none;
  color: white;
  font-weight: 400;
  opacity: 0.4;
  font-size: 16px
}

.header-site-titles__link:hover,
.header-site-titles__link:focus {
  opacity: 1;
  color: white
}

.header-site-titles__link.is-active {
  opacity: 1
}

.header-site-titles__link.is-active:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid whitesmoke;
  border-top: none;
  height: 0;
  width: 0;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute
}

.header-site-titles__site {
  float: left;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 32px
}

.header-site-floating-logo__container {
  position: relative
}

.header-site-floating-logo__3docean,
.header-site-floating-logo__audiojungle,
.header-site-floating-logo__codecanyon,
.header-site-floating-logo__graphicriver,
.header-site-floating-logo__photodune,
.header-site-floating-logo__themeforest,
.header-site-floating-logo__videohive {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  height: 48px;
  opacity: 1;
  position: absolute;
  top: 24px;
  right: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-indent: -9999px;
  background-color: #333333;
  border-radius: 20px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {

  .header-site-floating-logo__3docean,
  .header-site-floating-logo__audiojungle,
  .header-site-floating-logo__codecanyon,
  .header-site-floating-logo__graphicriver,
  .header-site-floating-logo__photodune,
  .header-site-floating-logo__themeforest,
  .header-site-floating-logo__videohive {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px
  }
}

.header-site-floating-logo__3docean {
  background-position: -285px -68px;
  width: 112px
}

.header-site-floating-logo__audiojungle {
  background-position: 0px 0px;
  width: 130px
}

.header-site-floating-logo__codecanyon {
  background-position: -285px 0px;
  width: 139px
}

.header-site-floating-logo__graphicriver {
  background-position: 10px -204px;
  width: 152px
}

.header-site-floating-logo__photodune {
  background-position: 0px -136px;
  width: 128px
}

.header-site-floating-logo__themeforest {
  background-position: 16px -68px;
  width: 144px
}

.header-site-floating-logo__videohive {
  background-position: -142px 0px;
  width: 131px
}

.header-categories__search {
  float: left;
  width: 160px;
  margin-left: 16px;
  margin-top: 8px;
  border-left: thin solid #dedede
}

.header-dropdown {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  list-style: none;
  padding: 0
}

.header-dropdown:nth-child(2n) {
  border-top: 1px solid #e6e6e6
}

.header-dropdown a {
  background-color: white;
  color: #666666;
  display: block;
  padding: 8px;
  text-decoration: none
}

.header-dropdown a:hover,
.header-dropdown a:focus {
  background-color: #e6e6e6;
  text-decoration: none
}

.header-dropdown a>i {
  float: right;
  opacity: 0.5
}

.header-dropdown__top {
  border-bottom: 1px solid #e6e6e6
}

.header-dropdown__bottom {
  border-top: 1px solid #e6e6e6
}

.header-dropdown__all-items {
  display: none
}

.touch .header-dropdown__all-items {
  display: block
}

@media (max-width: 1023px) {
  .language-selector {
    margin: 25px 0 20px
  }
}

@media (min-width: 1024px) {
  .language-selector {
    float: right
  }
}

.language-selector * {
  display: inline-block
}

.language-selector select {
  margin-left: 5px;
  min-width: 100px
}

@media (min-width: 1024px) {
  .layout.-sidebar-right .layout__sidebar {
    float: right;
    margin-right: 0
  }

  .layout.-sidebar-left .layout__main-content {
    float: right;
    margin-right: 0
  }
}

@media (min-width: 1024px) {
  .layout__main-content {
    width: 70.9401709402%;
    float: left;
    margin-right: 1.7094017094%
  }
}

@media (min-width: 1024px) {
  .layout__sidebar {
    width: 27.3504273504%;
    float: left;
    margin-right: 1.7094017094%
  }
}

@media (min-width: 1024px) {
  .sidebar-s {
    float: left;
    margin-right: 18px;
    width: 200px
  }
}

@media (min-width: 569px) {
  .sidebar-s.-size-fixed-tablet {
    float: left;
    margin-right: 18px;
    width: 200px
  }
}

@media (min-width: 1024px) {
  .sidebar-l {
    float: left;
    margin-right: 18px;
    width: 350px
  }
}

.sidebar-l.-size-fixed-tablet {
  float: left;
  margin-right: 18px;
  width: 350px
}

.sidebar-l.-sidebar-light {
  width: 225px
}

@media (min-width: 1024px) {
  .sidebar-right {
    float: right;
    margin-left: 18px;
    margin-right: 0
  }
}

@media (min-width: 1024px) {
  .content-s {
    float: left;
    width: 616px
  }
}

.content-s.-content-wide {
  width: 740px
}

@media (min-width: 1024px) {
  .content-l {
    float: left;
    width: 766px
  }
}

@media (min-width: 569px) {
  .content-l.-size-scale-tablet {
    float: left;
    width: 350px;
    width: calc(100% - 218px)
  }
}

@media (min-width: 1024px) {
  .content-right {
    float: right
  }
}

@media (min-width: 1024px) {
  .content-centre {
    margin: 0 auto
  }
}

@media (min-width: 569px) {
  .content-centre.-size-scale-tablet {
    float: none
  }
}

.magnifier {
  display: none
}

.market-stats {
  font-size: 16px;
  text-align: right
}

.market-stats__stat {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px
}

.market-stats__stat:last-child {
  margin-right: 0
}

.market-stats__stat span {
  color: #999999;
  font-weight: normal
}

.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

@media (min-width: 569px) {
  .media {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap
  }
}

.media>div:first-child {
  margin-right: 1em
}

.media.-wrap-none {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.media__item {
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto
}

.media__item>a {
  display: block;
  line-height: 0
}

.media__item img {
  display: block
}

.media__body {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.media__body.-align-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.media__body.-align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.media__body.-basis-40 {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%
}

.media__body.-basis-30 {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%
}

.fixed-layout .media__body img {
  max-width: 100%
}

.no-flexbox .media {
  display: table;
  width: 100%
}

.no-flexbox .media__item {
  width: 1px;
  white-space: nowrap;
  display: table-cell;
  padding-right: 1em
}

.no-flexbox .media__body {
  display: table-cell;
  vertical-align: top
}

.no-flexbox .media__body.-align-center {
  vertical-align: middle
}

.no-flexbox .media__body.-align-bottom {
  vertical-align: bottom
}

.off-canvas-category-link--empty,
.off-canvas-category-link {
  background-color: #333333;
  color: white;
  display: block;
  padding: 15px
}

.off-canvas-category-link--empty:hover,
.off-canvas-category-link:hover {
  text-decoration: none
}

.off-canvas-category-link:after {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  color: #999999;
  content: "";
  float: right
}

.off-canvas-category-link.is-open:after {
  content: ""
}

.off-canvas-category-link--sub {
  color: white;
  display: block;
  padding: 15px 15px 15px 25px
}

.off-canvas-category-link--sub:hover {
  text-decoration: none
}

.external-link::after {
  content: url("data:image/svg+xml,<svg width='9' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.425 1.4 4.106 4.662a.591.591 0 0 0 0 .732c.169.168.506.168.675 0L8.044 2.13v1.125c0 .225.225.45.45.45s.45-.225.45-.45v-2.25c0-.112-.057-.225-.113-.337A.31.31 0 0 0 8.55.5H6.3a.484.484 0 0 0-.45.45c0 .225.225.45.45.45h1.125zM9 5.9V3.762v4.613C9 8.994 8.55 9.5 7.987 9.5H1.013C.45 9.5 0 8.994 0 8.375v-6.75C0 1.006.45.5 1.012.5h4.782H3.6c.225 0 .45.225.45.45s-.225.45-.45.45H1.181c-.169 0-.281.113-.281.281v6.581c0 .17.112.282.281.282h6.694c.169 0 .281-.113.281-.282V5.844c0-.225.225-.45.45-.45.169.056.394.281.394.506z' fill='%23CCC'/></svg>")
}

.elements-nav__category-link {
  display: block;
  color: white;
  padding: 15px 0;
  text-decoration: none
}

.elements-nav__category-link:hover {
  text-decoration: none
}

.elements-nav__category-link::before {
  content: '';
  border: 2px solid var(--color-interactive-primary)
}

.off-canvas-left .elements-nav__category-link {
  font-weight: 600
}

.off-canvas-left .elements-nav__category-link::before {
  margin-right: 8px;
  padding: 6px 0
}

.off-canvas-left .elements-nav__category-link::after {
  position: absolute;
  right: 16px
}

.off-canvas-category-link+ul .external-link::after {
  position: absolute;
  right: 16px
}

.off-canvas-left ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.off-canvas-left a {
  font-size: 13px;
  text-decoration: none
}

.off-canvas-left__top {
  padding: 15px 0 17px
}

.off-canvas-left__top>a {
  display: block;
  height: 15px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 177px
}

.svg .off-canvas-left__top>a {
  background: url(https://public-assets.envato-static.com/assets/logos/envato_market-dd390ae860330996644c1c109912d2bf63885fc075b87215ace9b5b4bdc71cc8.svg);
  background-size: 177px 15px
}

.no-svg .off-canvas-left__top>a {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -380px -392px
}

.off-canvas-left__site {
  background-color: #333333;
  overflow: hidden;
  padding-left: 2px;
  display: block
}

.off-canvas-left__site>i {
  color: white;
  float: right;
  font-size: 12px;
  padding-right: 5px;
  padding-top: 13px
}

.off-canvas-left__site-logo--videohive,
.off-canvas-left__site-logo--themeforest,
.off-canvas-left__site-logo--photodune,
.off-canvas-left__site-logo--graphicriver,
.off-canvas-left__site-logo--codecanyon,
.off-canvas-left__site-logo--audiojungle,
.off-canvas-left__site-logo--3docean {
  float: left;
  text-indent: -9999px
}

.off-canvas-left__site-logo--3docean {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -285px -196px;
  width: 119px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .off-canvas-left__site-logo--3docean {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -285px -196px;
    height: 40px;
    width: 119px
  }
}

.off-canvas-left__site-logo--audiojungle {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -163px -272px;
  width: 143px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .off-canvas-left__site-logo--audiojungle {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -163px -272px;
    height: 40px;
    width: 143px
  }
}

.off-canvas-left__site-logo--codecanyon {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: 0px -332px;
  width: 147px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .off-canvas-left__site-logo--codecanyon {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: 0px -332px;
    height: 40px;
    width: 147px
  }
}

.off-canvas-left__site-logo--graphicriver {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -167px -332px;
  width: 139px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .off-canvas-left__site-logo--graphicriver {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -167px -332px;
    height: 40px;
    width: 139px
  }
}

.off-canvas-left__site-logo--photodune {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -444px 0px;
  width: 133px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .off-canvas-left__site-logo--photodune {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -444px 0px;
    height: 40px;
    width: 133px
  }
}

.off-canvas-left__site-logo--themeforest {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: 0px -272px;
  width: 143px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .off-canvas-left__site-logo--themeforest {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: 0px -272px;
    height: 40px;
    width: 143px
  }
}

.off-canvas-left__site-logo--videohive {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -150px -68px;
  width: 114px;
  height: 40px
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  .off-canvas-left__site-logo--videohive {
    background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos_2x-e385160dbd01e36a8d63d91938791184292305a2df166640baee0f7be3c9b481.png);
    background-size: 577px 449px;
    background-position: -150px -68px;
    height: 40px;
    width: 114px
  }
}

.off-canvas-left__current-site {
  overflow: hidden;
  padding-left: 3px
}

.off-canvas-left__current-site.-color-3docean {
  background-color: #ab0f34
}

.off-canvas-left__current-site.-color-audiojungle {
  background-color: #9ac130
}

.off-canvas-left__current-site.-color-codecanyon {
  background-color: #e78733
}

.off-canvas-left__current-site.-color-graphicriver {
  background-color: #308eb1
}

.off-canvas-left__current-site.-color-photodune {
  background-color: #0f8c98
}

.off-canvas-left__current-site.-color-themeforest {
  background-color: #1abc9c
}

.off-canvas-left__current-site.-color-videohive {
  background-color: #e7a802
}

.off-canvas-left__current-site-toggle {
  -webkit-box-shadow: 0 2px 0 #a8a8a8;
  box-shadow: 0 2px 0 #a8a8a8;
  position: relative;
  background-color: #dedede;
  border-radius: 4px;
  color: #454545;
  float: right;
  margin: 5px 10px 0;
  padding: 5px 7px;
  font-size: 13px
}

.off-canvas-left__current-site-toggle:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #a8a8a8;
  box-shadow: 0 1px 0 #a8a8a8
}

.off-canvas-left__current-site-toggle:hover {
  text-decoration: none
}

.off-canvas-left__current-site-toggle:after {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  content: ""
}

.off-canvas-left__current-site-toggle.is-open:after {
  content: ""
}

.off-canvas-left__search {
  margin: 15px;
  overflow: hidden
}

.off-canvas-right {
  background-color: #262626
}

.off-canvas-right>ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.off-canvas-right>ul a {
  text-decoration: none
}

.off-canvas-right__top {
  padding: 10px;
  position: relative
}

.off-canvas-right__avatar {
  border-radius: 25px;
  display: block;
  width: 45px
}

.off-canvas-right__username {
  color: white;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: none
}

.off-canvas-right__username:hover {
  text-decoration: underline
}

.off-canvas-right__balance {
  background-color: #333333;
  border-radius: 4px;
  color: #d4d4d4;
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px
}

.off-canvas-right__cart {
  position: absolute;
  right: 10px;
  top: 10px
}

.off-canvas-right__section-heading {
  background-color: #dedede;
  color: #262626;
  display: block;
  padding: 15px 10px;
  text-transform: capitalize
}

.off-canvas-right__link,
.off-canvas-right__link--logout,
.off-canvas-right__link--cart {
  background-color: #333333;
  border-bottom: 1px solid #454545;
  color: #dedede;
  display: block;
  font-size: 13px;
  line-height: 15px;
  padding: 15px 10px;
  text-decoration: none
}

.off-canvas-right__link>i,
.off-canvas-right__link--logout>i,
.off-canvas-right__link--cart>i {
  float: right
}

.off-canvas-right__link--cart {
  background-color: #262626;
  border-bottom: none
}

.off-canvas-right__link--cart>div {
  float: right
}

.off-canvas-right__link--logout {
  background-color: #df2c2c;
  color: white;
  border-bottom: none
}

.off-canvas {
  padding-top: 15px;
  padding-bottom: 50px
}

.off-canvas__title {
  display: block;
  padding: 0 20px
}

.off-canvas__search {
  margin: 10px 0;
  padding: 0 20px
}

.overflow {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.page-section {
  padding: 24px 0
}

@media (min-width: 569px) {
  .page-section {
    padding: 32px 0
  }
}

.page-section.-color-white {
  background: white
}

.page-section.-color-grey-light {
  background: #fafafa
}

.page-section.-color-grey {
  background: whitesmoke
}

.page-section.-color-grey-mid {
  background: #ededed
}

.page-section.-color-grey-dark {
  background: #d4d4d4
}

.page-section.-color-grey-very-dark {
  background: #454545;
  color: #dedede
}

.page-section.-border-top {
  border-top: 1px solid #e1e8ed
}

.page-section.-border-bottom {
  border-bottom: 1px solid #e1e8ed
}

.page-section.-size-compact {
  padding: 16px 0
}

.page-section.-size-xcompact {
  padding: 0
}

.page-section.-custom-research {
  background: #454545 url(https://public-assets.envato-static.com/assets/community-research/bg-community-research-b8a71218af174a3ae434a3f085b1de4466416b2af9b6915620830121b5a93ad7.jpg) no-repeat center 100%;
  color: white;
  padding-top: 200px
}

.page-section.-custom-badges {
  background: #666 url(https://public-assets.envato-static.com/assets/badges/bg-badges-b66f7cdb26693ff988b114cb32609b150602f04b5e5cf6be6dbfb2d1fef90183.jpg) no-repeat center 100%;
  padding-bottom: 80px
}

.page-section[class*='-theme-'] {
  color: white;
  overflow: hidden;
  position: relative
}

.page-section.-theme-elite,
.page-section.-theme-power-elite {
  overflow: initial
}

.page-section__background {
  height: 200%;
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  z-index: -10;
  background-color: inherit;
  background-size: 480px;
  background-image: url(https://public-assets.envato-static.com/assets/common/bg-page-section--light-df7df4ee3302cefd79e92f8178eed1e5d4e535f3b5450288dcc05ba63bfbe904.png)
}

@supports (background-blend-mode: overlay) {
  .page-section__background {
    background-blend-mode: overlay;
    background-image: url(https://public-assets.envato-static.com/assets/common/bg-page-section-a07ab97ca4070e5b25b36ca4d0f246eb1c7ed28403482e573fac8b14dcd2c112.png)
  }
}

.-theme-3docean .page-section__background {
  background-color: #b31a3d
}

.-theme-audiojungle .page-section__background {
  background-color: #82b332
}

.-theme-codecanyon .page-section__background {
  background-color: #e78733
}

.-theme-graphicriver .page-section__background {
  background-color: #308eb1
}

.-theme-photodune .page-section__background {
  background-color: #0f8c98
}

.-theme-themeforest .page-section__background {
  background-color: #1fbda5
}

.-theme-videohive .page-section__background {
  background-color: #f1a31e
}

.-theme-envato .page-section__background {
  background-color: #82b541
}

.-theme-power-elite .page-section__background {
  background-color: #333333
}

.-theme-elite .page-section__background {
  background-color: rgba(245, 245, 245, 0.5);
  overflow: initial
}

@supports (background-blend-mode: multiply) {

  .-theme-3docean .page-section__background,
  .-theme-photodune .page-section__background {
    background-blend-mode: multiply
  }
}

.page-title,
.page-title__label {
  float: left;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: normal;
  color: inherit;
  padding: 0 20px 12px 0
}

.page-title__label {
  line-height: 44px;
  padding: 0 10px 12px 0
}

.page-title__tagline {
  float: left;
  margin: 6px 0 0 0
}

.page-title__tagline strong {
  font-size: 18px
}

.page-title__tagline a {
  font-size: 11px;
  color: inherit;
  opacity: 0.8
}

.page-title__result-count p {
  background: #d4d4d4;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  margin-top: 11px;
  padding: 5px
}

.page {
  height: 100%;
  position: relative
}

@media (min-width: 1024px) {
  .page {
    min-width: 1024px
  }
}

@media (max-width: 1023px) {
  .page--is-off-canvas {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden
  }
}

.page__canvas {
  -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  min-height: 100%
}

@media (min-width: 1024px) {
  .page__canvas {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

@media (min-width: 1024px) {

  .page__canvas .page__canvas--is-off-canvas-left,
  .page__canvas .page__canvas--is-off-canvas-right {
    left: 0;
    right: 0
  }
}

@media (max-width: 1023px) {
  .page__canvas--is-off-canvas-right {
    right: 260px
  }
}

@media (max-width: 1023px) {
  .page__canvas--is-off-canvas-left {
    left: 260px
  }
}

.page__off-canvas--right,
.page__off-canvas--left {
  display: none;
  width: 260px;
  z-index: 3
}

.page__off-canvas--right::-webkit-scrollbar,
.page__off-canvas--left::-webkit-scrollbar {
  -webkit-appearance: none
}

.page__off-canvas--right::-webkit-scrollbar:vertical,
.page__off-canvas--left::-webkit-scrollbar:vertical {
  width: 11px
}

.page__off-canvas--right::-webkit-scrollbar:horizontal,
.page__off-canvas--left::-webkit-scrollbar:horizontal {
  height: 11px
}

.page__off-canvas--right::-webkit-scrollbar-thumb,
.page__off-canvas--left::-webkit-scrollbar-thumb {
  border: 2px solid whitesmoke;
  background-color: rgba(0, 0, 0, 0.4)
}

.page__off-canvas--right::-webkit-scrollbar-thumb:hover,
.page__off-canvas--left::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6)
}

.page__off-canvas--right::-webkit-scrollbar-track,
.page__off-canvas--left::-webkit-scrollbar-track {
  background-color: whitesmoke
}

@media (max-width: 1023px) {

  .page__off-canvas--right,
  .page__off-canvas--left {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #262626
  }
}

.page__off-canvas--left {
  left: 0
}

.page__off-canvas--right {
  right: 0
}

.page__off-canvas--is-active {
  display: block
}

@media (min-width: 1024px) {
  .page__off-canvas--is-active {
    display: none
  }
}

.page__overlay--is-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer
}

@media (min-width: 1024px) {
  .page__overlay--is-active {
    display: none
  }
}

.noUi-target {
  position: relative
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: -48px
}

.noUi-handle {
  position: relative;
  z-index: 1
}

.noUi-stacking .noUi-handle {
  z-index: 10
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 18px;
  padding-right: 48px
}

.noUi-horizontal .noUi-handle {
  width: 50px;
  height: 34px;
  left: -1px;
  top: -9px
}

.noUi-background {
  background-color: #e0e0e0
}

.noUi-target {
  border-radius: 5px
}

.noUi-dragable {
  cursor: w-resize
}

.noUi-handle {
  background-color: gray;
  border: 3px solid white;
  border-radius: 14px;
  cursor: ew-resize
}

.noUi-handle:hover {
  background-color: #454545
}

.noUi-tooltip {
  display: block;
  position: absolute;
  font-size: 12px;
  border-radius: 3px;
  color: white;
  padding: 5px 0;
  text-align: center;
  width: 44px
}

.noUi-min,
.noUi-max {
  display: none;
  position: absolute;
  cursor: default;
  color: #999999;
  font-size: 12px;
  text-shadow: none;
  top: -34px;
  padding: 3px 3px;
  background: #e6e6e6;
  border-radius: 3px
}

.js .noUi-min,
.js .noUi-max {
  display: block
}

.noUi-max {
  right: 0
}

.range-slider,
.range-slider--theme-minimalist {
  position: relative
}

.range-slider.-currency-dollar .noUi-tooltip:before,
.-currency-dollar.range-slider--theme-minimalist .noUi-tooltip:before,
.range-slider.-currency-dollar .noUi-min:before,
.-currency-dollar.range-slider--theme-minimalist .noUi-min:before,
.range-slider.-currency-dollar .noUi-max:before,
.-currency-dollar.range-slider--theme-minimalist .noUi-max:before {
  content: "$"
}

.range-slider.-handles-hidden .noUi-tooltip,
.-handles-hidden.range-slider--theme-minimalist .noUi-tooltip {
  display: none
}

.range-slider--theme-minimalist.noUi-background {
  background-color: #dedede
}

.range-slider--theme-minimalist.noUi-horizontal {
  height: 2px;
  padding-right: 38px
}

.range-slider--theme-minimalist.noUi-target {
  border-radius: 0
}

.range-slider--theme-minimalist .noUi-origin {
  right: -38px
}

.range-slider--theme-minimalist .noUi-handle {
  width: 40px;
  height: 16px;
  background-color: #454545;
  border: 0;
  border-radius: 4px;
  top: -7px;
  left: 0
}

.range-slider--theme-minimalist .noUi-tooltip {
  left: -2px
}

.search-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.search-field.-size-xl {
  font-size: 16px;
  height: 60px
}

.search-field.-size-l {
  font-size: 16px;
  height: 50px
}

.search-field.-size-m {
  font-size: 14px;
  height: 40px
}

.search-field,
.search-field.-size-s {
  font-size: 16px;
  height: 30px
}

@media (min-width: 1024px) {

  .search-field,
  .search-field.-size-s {
    font-size: 13px
  }
}

.search-field__input {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0
}

input.search-field__input-field {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 8px 6px;
  border: 1px solid #bababa;
  border-radius: 7px 0 0 7px;
  border-right: 0;
  color: gray;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  min-width: 0
}

@media (min-width: 1024px) {
  .-size-xl input.search-field__input-field {
    padding: 5px 20px
  }
}

@media (min-width: 1024px) {
  .-size-l input.search-field__input-field {
    padding: 5px 15px
  }
}

.-border-none input.search-field__input-field {
  border: none
}

.-border-light input.search-field__input-field {
  border-color: #dedede
}

button.search-field__button {
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  padding: 3px 0 2px;
  background-color: white;
  color: #999999;
  border-radius: 0 7px 7px 0;
  border: 1px solid #bababa;
  border-left: none;
  font-size: 14px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s
}

button.search-field__button:hover {
  background-color: whitesmoke
}

button.search-field__button:hover:before {
  color: #333333
}

button.search-field__button:focus {
  background-color: white
}

button.search-field__button:active {
  background-color: #ededed
}

.-theme-3docean button.search-field__button:hover {
  color: #ab0f34
}

.-theme-audiojungle button.search-field__button:hover {
  color: #9ac130
}

.-theme-codecanyon button.search-field__button:hover {
  color: #e78733
}

.-theme-graphicriver button.search-field__button:hover {
  color: #308eb1
}

.-theme-photodune button.search-field__button:hover {
  color: #0f8c98
}

.-theme-themeforest button.search-field__button:hover {
  color: #1abc9c
}

.-theme-videohive button.search-field__button:hover {
  color: #e7a802
}

.-size-l button.search-field__button {
  -webkit-flex-basis: 45px;
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
  font-size: 20px
}

@media (min-width: 569px) {
  .-size-l button.search-field__button {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    font-size: 24px
  }
}

.-size-xl button.search-field__button {
  -webkit-flex-basis: 45px;
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
  font-size: 20px
}

@media (min-width: 569px) {
  .-size-xl button.search-field__button {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    font-size: 26px
  }
}

.-border-none button.search-field__button {
  border: none
}

.-border-light button.search-field__button {
  border-color: #dedede
}

.no-flexbox .search-field {
  display: block;
  width: 100%
}

.no-flexbox .search-field:after {
  content: " ";
  display: block;
  clear: both
}

.no-flexbox .search-field.-size-l .search-field__button {
  width: 18%;
  max-width: 70px;
  font-size: 24px
}

.no-flexbox .search-field.-size-xl .search-field__button {
  width: 18%;
  max-width: 80px;
  font-size: 26px
}

.no-flexbox .search-field__input {
  display: block;
  float: left;
  width: 85%;
  height: 100%
}

@media (max-width: 568px) {
  .no-flexbox .search-field__input {
    width: 82%
  }
}

.no-flexbox input[type='search']::-ms-clear {
  height: 0;
  width: 0
}

.no-flexbox .search-field__input-field {
  width: 100%;
  height: 100%
}

.no-flexbox .search-field__button {
  display: block;
  float: left;
  height: 100%;
  width: 15%
}

.shopping-cart-summary {
  color: white
}

.shopping-cart-summary.is-empty {
  color: gray
}

.shopping-cart-summary.is-empty span {
  display: none
}

.shopping-cart-summary__count {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #82b541;
  display: inline-block;
  padding: 2px 7px 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: whitesmoke;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px
}

.side-tabs {
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  list-style: none;
  width: 345px
}

.side-tabs li:first-child a {
  border-radius: 4px 4px 0 0
}

.side-tabs li:last-child a {
  border-bottom: none;
  border-radius: 0 0 4px 4px
}

.side-tabs a {
  background: #fafafa;
  border-bottom: 1px solid #e1e8ed;
  color: #666666;
  cursor: pointer;
  display: block;
  line-height: 13px;
  padding: 15px 0 16px 15px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  font-size: 15px
}

.side-tabs a:before {
  padding-right: 5px
}

.side-tabs a:hover,
.side-tabs a:focus {
  background: white;
  text-decoration: none;
  -webkit-transition: all 0s;
  transition: all 0s
}

.side-tabs a.active {
  background: #0084B4;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.side-tabs a.active:before,
.side-tabs a.active i {
  color: white
}

.side-tabs.-tabs-light {
  border: none;
  border-radius: none;
  width: initial;
  background: whitesmoke;
  border: 1px solid #e1e8ed;
  padding-bottom: 20px
}

.side-tabs.-tabs-light a {
  color: #666666;
  background: none;
  border-bottom: none;
  font-size: 14px;
  padding: 5px 20px;
  margin: 0;
  line-height: 20px;
  -webkit-transition: none;
  transition: none
}

.side-tabs.-tabs-light a:hover,
.side-tabs.-tabs-light a:focus {
  color: #262626;
  background: #ededed;
  -webkit-transition: none;
  transition: none
}

.side-tabs.-tabs-light a.active {
  color: #72BF40;
  font-weight: bold;
  border-left: 3px solid #72BF40;
  padding-left: 16px
}

.side-tabs__header {
  padding: 20px 20px 0
}

.side-tabs__icon {
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: #999999
}

.side-tabs__section-heading {
  margin: 20px 0;
  font-weight: bold;
  border-left: none;
  border-right: none
}

.site-header {
  position: relative
}

.site-header>div {
  position: relative
}

.site-header__logo-and-account {
  z-index: 3
}

.site-header__sites {
  z-index: 2
}

.site-header__categories {
  z-index: 1
}

.site-header-cta {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  background-color: #262626;
  height: 58px;
  display: none
}

.site-header-cta__container {
  position: relative
}

.site-header-cta__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  word-wrap: break-word;
  float: left;
  width: 45%;
  height: 3.6em
}

.site-header-cta__center .site-header-cta__center_overflow_wrapper {
  max-height: 2em;
  overflow-y: hidden;
  position: relative
}

.site-header-cta__center .site-header-cta__center_overflow_wrapper:before {
  content: ' ';
  width: 4em;
  height: 1.4em;
  position: absolute;
  right: 0;
  top: 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 157, 182, 0)), color-stop(70%, #262626));
  background: -webkit-linear-gradient(left, rgba(73, 157, 182, 0), #262626 70%);
  background: linear-gradient(to right, rgba(73, 157, 182, 0), #262626 70%)
}

.site-header-cta__center .site-header-cta__item_name {
  color: white;
  margin: 0 10px
}

.site-header-cta__left {
  display: block;
  width: 160px;
  float: left;
  margin-right: 30px
}

.site-header-cta__logo {
  height: 55px
}

.site-header-cta__logo>span {
  display: block;
  position: relative;
  text-indent: -9999px;
  height: 18px;
  width: 152px;
  top: 18px
}

.svg .site-header-cta__logo>span {
  background: url(https://public-assets.envato-static.com/assets/logos/envato_market-dd390ae860330996644c1c109912d2bf63885fc075b87215ace9b5b4bdc71cc8.svg);
  background-size: 152px 18px
}

.no-svg .site-header-cta__logo>span {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/logos-20f56d7ae7a08da2c6698db678490c591ce302aedb1fcd05d3ad1e1484d3caf9.png);
  background-position: -380px -392px
}

.site-header-cta__right {
  font-size: 12px;
  line-height: 17px;
  margin-right: 28px;
  float: right
}

.site-header-cta__right .site-header-cta__action--buy {
  margin-top: 7px;
  min-width: 294px
}

.slt-custom-wlabel--page-tabs--dropdown,
.slt-custom-wlabel--homepage-new,
.slt-custom-wlabel--search {
  position: relative
}

.slt-custom-wlabel--page-tabs--dropdown:hover,
.slt-custom-wlabel--homepage-new:hover,
.slt-custom-wlabel--search:hover {
  cursor: pointer
}

.slt-custom-wlabel--page-tabs--dropdown>label,
.slt-custom-wlabel--homepage-new>label,
.slt-custom-wlabel--search>label {
  background-color: #e0e0e0;
  border-radius: 7px;
  color: #666666;
  display: block
}

.slt-custom-wlabel--page-tabs--dropdown>select,
.slt-custom-wlabel--homepage-new>select,
.slt-custom-wlabel--search>select {
  cursor: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  color: #262626;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-appearance: menulist-button
}

.slt-custom-wlabel--search>label {
  font-size: 16px;
  font-weight: bold;
  height: 66px;
  line-height: 66px;
  text-align: left;
  padding: 0 40px 0 20px
}

@media (max-width: 568px) {
  .slt-custom-wlabel--search>label {
    height: 56px;
    line-height: 56px
  }
}

.slt-custom-wlabel--homepage-new>label {
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  position: relative;
  text-align: left;
  width: 100%
}

.slt-custom-wlabel--page-tabs--dropdown>label {
  border: 1px solid #e1e8ed;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-color: white;
  background-color: white;
  color: #454545;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  position: relative;
  text-align: left;
  width: 150px
}

.slt-custom-wlabel__arrow {
  display: block;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 1%;
  top: 0;
  text-align: center;
  font-size: 12px
}

.slt-custom {
  position: relative;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: whitesmoke
}

.slt-custom:after,
.slt-custom:before {
  content: '';
  pointer-events: none;
  position: absolute;
  right: 10px
}

.slt-custom:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666666;
  border-bottom: none;
  height: 0;
  width: 0;
  top: 47%
}

.slt-custom>select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px 0 10px;
  background: none;
  border: 0;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 38px;
  line-height: 38px;
  color: #666666;
  -moz-appearance: none;
  -webkit-appearance: none
}

.slt-custom>select::-ms-expand {
  display: none
}

.slt-custom.-arrows-double:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #666666;
  border-top: none;
  height: 0;
  width: 0;
  top: 33%
}

.slt-custom.-arrows-double:after {
  top: 53%
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0
}

.social-links li {
  display: inline-block;
  padding: 0px 2px
}

.system-banner {
  display: none;
  margin-bottom: 16px
}

.system-banner:first-child {
  display: block;
  margin-top: 16px
}

@media (min-width: 569px) {
  .system-banner {
    display: block
  }
}

.table-general {
  clear: both;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

.table-general thead td,
.table-general thead th {
  text-align: left;
  background-color: #454545;
  color: white;
  padding: 12px 10px;
  vertical-align: bottom
}

.table-general thead td a,
.table-general thead th a {
  color: white
}

.table-general thead td:first-child,
.table-general thead th:first-child {
  border-top-left-radius: 4px
}

.table-general thead td:last-child,
.table-general thead th:last-child {
  border-top-right-radius: 4px
}

.table-general thead th.number {
  text-align: right
}

.table-general thead th.sortable {
  cursor: pointer
}

.table-general thead th.centered {
  text-align: center
}

.table-general tfoot td {
  background: gray;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 10px
}

.table-general tfoot td:first-child {
  border-radius: 0 0 0 4px
}

.table-general tfoot td:last-child {
  border-radius: 0 0 4px 0
}

.table-general tfoot td.number {
  text-align: right
}

.table-general tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px
}

.table-general tbody tr:last-child td:last-child {
  border-radius: 0 0 4px 0
}

.table-general tbody td,
.table-general tbody th {
  padding: 10px;
  background-color: whitesmoke;
  vertical-align: text-top
}

.table-general tbody td.number {
  text-align: right
}

.table-general td,
.table-general th {
  padding: 0
}

.table-general td.no-wrap,
.table-general th.no-wrap {
  white-space: nowrap
}

.table-general.-has-footer tbody tr:last-child td:first-child {
  border-radius: 0px
}

.table-general.-has-footer tbody tr:last-child td:last-child {
  border-radius: 0px
}

.table-general.-striped tbody tr:nth-child(odd) td {
  background-color: #ededed
}

.table-general.-striped tbody tr.js-hover td {
  background-color: white
}

.table-general.-striped tbody tr.js-selected td {
  background-color: #cbe6c2
}

.table-general.-highlight-row tbody tr:hover td {
  background-color: white
}

.table-general.-bordered-h tbody td,
.table-general.-bordered-h tbody th {
  border-bottom: 1px solid #d4d4d4
}

.table-general.-bordered-h tbody>tr:last-child td {
  border-bottom-width: 0
}

.table-general.-bordered-v td,
.table-general.-bordered-v th {
  border-left: 1px solid #d4d4d4
}

.table-general.-bordered-v td:first-child,
.table-general.-bordered-v th:first-child {
  border-left: none
}

.table-general.-bordered-v tbody>tr:last-child td {
  border-bottom-width: 0
}

.table-general.-valign-middle td,
.table-general.-valign-middle th {
  vertical-align: middle
}

@media (max-width: 1023px) {
  .table-general.-responsive-scroll-x {
    display: block;
    overflow-x: scroll
  }
}

.table-general.-comparison-table thead th {
  text-align: center
}

.table-general.-comparison-table tbody td {
  min-width: 120px;
  text-align: center;
  vertical-align: middle
}

.table-general.-comparison-table tbody td:first-child {
  font-weight: bold;
  min-width: 250px;
  text-align: left
}

.table-general.-width-three-col-equal td {
  width: 33%
}

.table-general.-statement-table .statement__marketplace {
  width: 20px;
  padding: 0 10px
}

.table-general.-statement-table .statement__type {
  padding-left: 5px
}

.table-general caption {
  text-align: left;
  color: #454545
}

.table-general.-light.-striped tbody tr:nth-child(odd) td {
  background-color: #fafafa
}

.table-general.-light.-striped tbody tr:nth-child(even) td {
  background-color: white
}

.table-general.-light thead th,
.table-general.-light thead td {
  color: #ababab;
  background-color: white
}

.table-general.-light tbody td {
  color: #454545
}

.table-general.-bordered {
  border-collapse: separate
}

.table-general.-bordered thead th {
  border-top: 1px solid #e1e8ed
}

.table-general.-bordered thead th:first-child {
  border-left: 1px solid #e1e8ed
}

.table-general.-bordered thead th:last-child {
  border-right: 1px solid #e1e8ed
}

.table-general.-bordered tbody tr:last-child td {
  border-bottom: 1px solid #e1e8ed
}

.table-general.-bordered tbody td:first-child {
  border-left: 1px solid #e1e8ed
}

.table-general.-bordered tbody td:last-child {
  border-right: 1px solid #e1e8ed
}

.js-highlight-column {
  background-color: white !important
}

.tooltip-alpha {
  display: inline-block;
  cursor: pointer;
  font-weight: 400
}

.touch .tooltip-alpha {
  padding: 5px
}

.tooltip-alpha.-margin-left {
  margin-left: 4px
}

.tooltip-alpha {
  font-size: inherit
}

.tooltip-alpha.-size-m {
  font-size: 15px
}

.tooltip-alpha__body {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  background: #333333;
  font-size: 14px;
  line-height: 1.4;
  padding: 7px 10px;
  max-width: 200px;
  z-index: 2;
  border-radius: 4px
}

.touch .tooltip-alpha__body {
  padding: 10px
}

.tooltip-alpha__body[data-show="true"] {
  width: auto;
  height: auto;
  clip: auto;
  margin: auto;
  opacity: 1;
  overflow: visible;
  margin-top: 24px;
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s
}

@media (min-width: 1024px) {
  .tooltip-alpha__body[data-show="true"] {
    -webkit-animation-name: fade-in-up-desktop;
    animation-name: fade-in-up-desktop
  }
}

@media (max-width: 568px) {
  .tooltip-alpha__body[data-show="true"] {
    max-width: 94%;
    width: 94%;
    left: 10px
  }
}

@media (min-width: 569px) and (max-width: 1023px) {
  .tooltip-alpha__body[data-show="true"] {
    max-width: 50%;
    width: 50%;
    left: 20px
  }
}

.tooltip-alpha__action {
  border-bottom: 1px dashed gray
}

.tooltip-alpha__triangle {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333333;
  border-top: none;
  height: 0;
  width: 0;
  position: absolute;
  top: -5px;
  left: 5px
}

@media (max-width: 1023px) {
  .tooltip-alpha__triangle {
    display: none
  }
}

.collection-widget {
  position: relative
}

.collection-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 100px;
  overflow-y: visible;
  position: relative
}

@media (max-width: 568px) {
  .collection-widget__list {
    max-height: 100%
  }
}

.collection-widget__list>li {
  margin-bottom: 5px;
  position: relative
}

.collection-widget__command {
  display: block;
  position: relative;
  padding: 8px 32px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  text-decoration: none
}

.collection-widget__command:first-of-type {
  margin-top: 8px
}

.collection-widget__command:before {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  content: "";
  position: absolute;
  left: 20px;
  top: 5px;
  color: #ababab;
  font-size: 12px;
  line-height: 22px
}

.collection-widget__item {
  display: block;
  position: relative;
  padding: 8px 32px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #666666;
  text-align: left;
  text-decoration: none
}

.collection-widget__item:first-of-type {
  margin-top: 8px
}

.collection-widget__item:before {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  color: #ababab;
  font-size: 12px;
  line-height: 22px;
  width: 24px
}

.collection-widget__item:hover,
.collection-widget__item:active {
  text-decoration: none
}

.collection-widget__item:hover:before,
.collection-widget__item:active:before {
  color: gray;
  text-decoration: none
}

.collection-widget__item.is-updating,
.collection-widget__item.is-added {
  background-color: #e6f3f8
}

.collection-widget__item.is-updating:before,
.collection-widget__item.is-added:before {
  content: "";
  color: #0084B4
}

.collection-widget__item.is-updating:hover:before,
.collection-widget__item.is-added:hover:before {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  content: "";
  color: #0084B4;
  width: 24px
}

.collection-widget__item.is-error {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: shake;
  animation-name: shake;
  opacity: 0.5;
  cursor: not-allowed
}

.collection-widget__item.is-new:after {
  content: 'new';
  position: relative;
  top: -1px;
  left: 10px;
  background: #0084B4;
  color: white;
  font-weight: normal;
  padding: 1px 4px 3px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 12px
}

.collection-widget__item--empty {
  margin-top: 32px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #999999
}

.collection-widget__flash-message {
  display: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: fade-in-out;
  animation-name: fade-in-out;
  display: inline;
  color: #bababa;
  position: absolute;
  right: 20px;
  font-size: 12px;
  color: #0084B4
}

.pagination {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%
}

@media (min-width: 1024px) {
  .pagination {
    display: block;
    text-align: right;
    width: auto
  }
}

.pagination__list {
  list-style: none;
  display: table-row
}

.pagination__list>li {
  display: table-cell
}

.pagination__list>li:first-child,
.pagination__list>li:last-child {
  width: 30px
}

@media (min-width: 1024px) {
  .pagination__list {
    display: block
  }

  .pagination__list>li {
    display: inline-block
  }

  .pagination__list>li:first-child,
  .pagination__list>li:last-child {
    width: auto
  }

  .pagination__list>li:last-child {
    margin-right: -4px
  }
}

.pagination__previous,
.pagination__previous--disabled,
.pagination__next,
.pagination__next--disabled,
.pagination__gap,
.pagination__summary,
.pagination__page--current,
.pagination__page {
  border-radius: 4px;
  display: none;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  text-align: center
}

@media (min-width: 1024px) {

  .pagination__previous,
  .pagination__previous--disabled,
  .pagination__next,
  .pagination__next--disabled,
  .pagination__gap,
  .pagination__summary,
  .pagination__page--current,
  .pagination__page {
    display: block;
    font-size: 12px;
    height: 30px;
    padding: 0 9px
  }
}

.pagination__page {
  color: #999999;
  text-decoration: none
}

.pagination__page:hover {
  background: #e1e8ed;
  color: #454545;
  text-decoration: none
}

.pagination__page--current {
  background: #ededed;
  border: 1px solid #e1e8ed;
  color: #454545
}

.pagination__summary {
  display: block;
  color: #999999;
  font-size: 13px
}

@media (min-width: 1024px) {
  .pagination__summary {
    display: none
  }
}

@media (min-width: 1024px) {
  .pagination__gap {
    font-size: 12px;
    color: #999999;
    padding: 0 2px
  }
}

.pagination__previous,
.pagination__previous--disabled,
.pagination__next,
.pagination__next--disabled {
  display: block;
  text-decoration: none;
  background: #454545;
  border: 1px solid #454545;
  color: white;
  padding: 0 25px;
  position: relative
}

@media (min-width: 1024px) {

  .pagination__previous,
  .pagination__previous--disabled,
  .pagination__next,
  .pagination__next--disabled {
    padding: 0 10px
  }
}

.pagination__previous:hover,
.pagination__previous--disabled:hover,
.pagination__next:hover,
.pagination__next--disabled:hover,
.pagination__previous:focus,
.pagination__previous--disabled:focus,
.pagination__next:focus,
.pagination__next--disabled:focus {
  background: #0084B4;
  border: 1px solid #0084B4;
  color: white;
  text-decoration: none
}

.pagination__previous:after,
.pagination__previous--disabled:after,
.pagination__next:after,
.pagination__next--disabled:after {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  display: block;
  position: relative
}

.pagination__previous b,
.pagination__previous--disabled b,
.pagination__next b,
.pagination__next--disabled b {
  display: none
}

.pagination__previous--disabled,
.pagination__next--disabled {
  visibility: hidden
}

@media (min-width: 1024px) {

  .pagination__previous--disabled,
  .pagination__next--disabled {
    display: none
  }
}

.pagination__next,
.pagination__next--disabled {
  margin-right: 4px
}

.pagination__next:after,
.pagination__next--disabled:after {
  content: ""
}

.pagination__previous,
.pagination__previous--disabled {
  position: relative;
  left: 4px
}

.pagination__previous.-arrows-only,
.-arrows-only.pagination__previous--disabled {
  left: 0
}

.pagination__previous:after,
.pagination__previous--disabled:after {
  content: "";
  left: -1px
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none !important
}

#CybotCookiebotDialogDetailFooter {
  display: none !important
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer {
  display: none !important
}

#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
  display: none !important
}

.CybotCookiebotDialogDetailBodyContentCookieContainerButton::before {
  display: none !important
}

.CybotCookiebotDialogDetailBulkConsentCount {
  display: none !important
}

.CybotCookiebotDialogBodyBottomWrapper {
  display: none !important
}

.document {
  color: #666666
}

.document p,
.document ul,
.document ol {
  line-height: 1.5
}

.document p strong,
.document ul strong,
.document ol strong {
  color: #454545
}

.document ul,
.document ol {
  padding-left: 32px
}

.document ul ul,
.document ol ul {
  margin-bottom: 8px
}

.document h2,
.document h3,
.document h4 {
  color: #454545;
  font-weight: bold;
  line-height: 1.2;
  padding: 30px 0 5px 0
}

.document h2 {
  font-size: 25px
}

.document h3 {
  font-size: 20px
}

.document h4 {
  font-size: 17px;
  padding-top: 5px
}

.document__list--decimal {
  list-style: decimal
}

.document__list--alpha {
  list-style: lower-alpha
}

.document__list--alpha>li {
  margin-bottom: 4px
}

.document__list--roman {
  list-style: lower-roman
}

.license-bubble {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: whitesmoke;
  border: 1px solid whitesmoke;
  color: #787878;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px 0
}

.license-bubble--below {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: whitesmoke;
  border: 1px solid whitesmoke;
  color: #787878;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px 0;
  display: block;
  position: relative;
  margin-bottom: 15px
}

.license-bubble--below:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid whitesmoke;
  border-top: none;
  height: 0;
  width: 0;
  content: '';
  left: 20px;
  position: absolute;
  top: -8px
}

.license-bubble--below br {
  margin-bottom: 10px
}

@font-face {
  font-family: "marketplace-glyphs";
  src: url(https://public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs-e72c235d8798e8242163d10f68f4eaa9d6919c4689c705a6c30fe80cf3d4ff9d.eot);
  src: url(https://public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs-e72c235d8798e8242163d10f68f4eaa9d6919c4689c705a6c30fe80cf3d4ff9d.eot?#iefix) format("embedded-opentype"), url(https://public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs-85cc828ca8d675d6613f41b266689cea348332a12f6966cbe08583f16f208a40.woff) format("woff"), url(https://public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs-b94c8b32d03aa7203117cb403f5ad0a09e621925822c3eec0c404e13e0408ea2.ttf) format("truetype"), url(https://public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs-497c4a115add7b2c6b95117c155d0f698e5e26954c4b49217034ad39ee66d743.svg#marketplace-glyphs) format("svg");
  font-weight: normal;
  font-style: normal
}

.e-icon:before {
  font-family: marketplace-glyphs;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  display: inline-block
}

.e-icon.-icon-alert:before {
  content: ""
}

.e-icon.-icon-alpha:before {
  content: ""
}

.e-icon.-icon-arrow-fill-down:before {
  content: ""
}

.e-icon.-icon-arrow-fill-left:before {
  content: ""
}

.e-icon.-icon-arrow-fill-right:before {
  content: ""
}

.e-icon.-icon-arrow-fill-up:before {
  content: ""
}

.e-icon.-icon-badge:before {
  content: ""
}

.e-icon.-icon-bar-chart:before {
  content: ""
}

.e-icon.-icon-bolt:before {
  content: ""
}

.e-icon.-icon-bookmark:before {
  content: ""
}

.e-icon.-icon-branch:before {
  content: ""
}

.e-icon.-icon-briefcase:before {
  content: ""
}

.e-icon.-icon-cactus:before {
  content: ""
}

.e-icon.-icon-calendar:before {
  content: ""
}

.e-icon.-icon-cancel:before {
  content: ""
}

.e-icon.-icon-cart:before {
  content: ""
}

.e-icon.-icon-chevron-down:before {
  content: ""
}

.e-icon.-icon-circle-empty:before {
  content: ""
}

.e-icon.-icon-circle-full:before {
  content: ""
}

.e-icon.-icon-clock:before {
  content: ""
}

.e-icon.-icon-code:before {
  content: ""
}

.e-icon.-icon-cog:before {
  content: ""
}

.e-icon.-icon-disable:before {
  content: ""
}

.e-icon.-icon-document:before {
  content: ""
}

.e-icon.-icon-document-filled:before {
  content: ""
}

.e-icon.-icon-document-pdf:before {
  content: ""
}

.e-icon.-icon-document-psd:before {
  content: ""
}

.e-icon.-icon-document-zip:before {
  content: ""
}

.e-icon.-icon-dollar:before {
  content: ""
}

.e-icon.-icon-download:before {
  content: ""
}

.e-icon.-icon-envato:before {
  content: ""
}

.e-icon.-icon-facebook:before {
  content: ""
}

.e-icon.-icon-favorite:before {
  content: ""
}

.e-icon.-icon-film:before {
  content: ""
}

.e-icon.-icon-flag:before {
  content: ""
}

.e-icon.-icon-folder:before {
  content: ""
}

.e-icon.-icon-folder-o:before {
  content: ""
}

.e-icon.-icon-folder-open:before {
  content: ""
}

.e-icon.-icon-folder-open-o:before {
  content: ""
}

.e-icon.-icon-frame-rotated:before {
  content: ""
}

.e-icon.-icon-gauge:before {
  content: ""
}

.e-icon.-icon-globe:before {
  content: ""
}

.e-icon.-icon-google-plus:before {
  content: ""
}

.e-icon.-icon-grid:before {
  content: ""
}

.e-icon.-icon-guitar:before {
  content: ""
}

.e-icon.-icon-hamburger:before {
  content: ""
}

.e-icon.-icon-host:before {
  content: ""
}

.e-icon.-icon-info:before {
  content: ""
}

.e-icon.-icon-left-open:before {
  content: ""
}

.e-icon.-icon-link-ext:before {
  content: ""
}

.e-icon.-icon-list:before {
  content: ""
}

.e-icon.-icon-lock:before {
  content: ""
}

.e-icon.-icon-login:before {
  content: ""
}

.e-icon.-icon-logout:before {
  content: ""
}

.e-icon.-icon-long-arrow-down:before {
  content: ""
}

.e-icon.-icon-long-arrow-up:before {
  content: ""
}

.e-icon.-icon-looped:before {
  content: ""
}

.e-icon.-icon-megaphone:before {
  content: ""
}

.e-icon.-icon-moneybag:before {
  content: ""
}

.e-icon.-icon-ok:before {
  content: ""
}

.e-icon.-icon-palette:before {
  content: ""
}

.e-icon.-icon-pause:before {
  content: ""
}

.e-icon.-icon-pencil:before {
  content: ""
}

.e-icon.-icon-people:before {
  content: ""
}

.e-icon.-icon-performing-rights-organizations:before {
  content: ""
}

.e-icon.-icon-person:before {
  content: ""
}

.e-icon.-icon-pin:before {
  content: ""
}

.e-icon.-icon-pinterest:before {
  content: ""
}

.e-icon.-icon-play:before {
  content: ""
}

.e-icon.-icon-plug:before {
  content: ""
}

.e-icon.-icon-plus:before {
  content: ""
}

.e-icon.-icon-polygon:before {
  content: ""
}

.e-icon.-icon-preview:before {
  content: ""
}

.e-icon.-icon-question-mark:before {
  content: ""
}

.e-icon.-icon-reply:before {
  content: ""
}

.e-icon.-icon-right-open:before {
  content: ""
}

.e-icon.-icon-rss:before {
  content: ""
}

.e-icon.-icon-ruler:before {
  content: ""
}

.e-icon.-icon-search:before {
  content: ""
}

.e-icon.-icon-share:before {
  content: ""
}

.e-icon.-icon-smiley-happy:before {
  content: ""
}

.e-icon.-icon-smiley-neutral:before {
  content: ""
}

.e-icon.-icon-smiley-upset:before {
  content: ""
}

.e-icon.-icon-smiley-very-happy:before {
  content: ""
}

.e-icon.-icon-smiley-very-upset:before {
  content: ""
}

.e-icon.-icon-sort:before {
  content: ""
}

.e-icon.-icon-speech-bubble:before {
  content: ""
}

.e-icon.-icon-speech-bubbles:before {
  content: ""
}

.e-icon.-icon-spinner:before {
  content: ""
}

.e-icon.-icon-star:before {
  content: ""
}

.e-icon.-icon-star-empty:before {
  content: ""
}

.e-icon.-icon-star-full:before {
  content: ""
}

.e-icon.-icon-star-half:before {
  content: ""
}

.e-icon.-icon-star-half-empty:before {
  content: ""
}

.e-icon.-icon-tag:before {
  content: ""
}

.e-icon.-icon-tempo:before {
  content: ""
}

.e-icon.-icon-trash:before {
  content: ""
}

.e-icon.-icon-tv:before {
  content: ""
}

.e-icon.-icon-twitter:before {
  content: ""
}

.e-icon.-icon-upload:before {
  content: ""
}

.e-icon.-icon-vocals:before {
  content: ""
}

.e-icon.-icon-withdrawal:before {
  content: ""
}

.e-icon.-color-inherit {
  color: inherit
}

.e-icon.-color-green {
  color: #82b541
}

.e-icon.-color-red {
  color: #c24242
}

.e-icon.-color-white {
  color: white
}

.e-icon.-color-grey-dark {
  color: #545454
}

.e-icon.-color-grey-medium {
  color: #999999
}

.e-icon.-margin-right {
  margin-right: 0.4em
}

.e-icon.-margin-left {
  margin-left: 0.4em
}

.e-icon.-line-height-small {
  line-height: 0.9
}

.e-icon.-size-small {
  font-size: 14px
}

.e-icon.-size-medium {
  font-size: 20px
}

.e-icon.-size-large {
  font-size: 30px
}

.e-icon.-size-jumbo {
  font-size: 40px
}

.e-icon.-size-super-jumbo {
  font-size: 60px
}

.e-icon.-size-enormous {
  font-size: 100px
}

.e-icon.-rotate-90:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.e-icon.-rotate-180:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.e-icon.-rotate-270:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.e-icon.-spin-clockwise:before {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite
}

.e-icon.-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.e-icon.-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

.e-icon__alt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.btn,
button,
[role=button],
[type=submit] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: gray;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none
}

.btn:hover,
button:hover,
[role=button]:hover,
[type=submit]:hover,
.btn:focus,
button:focus,
[role=button]:focus,
[type=submit]:focus {
  background-color: #0084B4;
  text-decoration: none;
  outline: none
}

.btn:active,
button:active,
[role=button]:active,
[type=submit]:active {
  background-color: #00719b
}

.btn[disabled][disabled],
button[disabled][disabled],
[disabled][disabled][role=button],
[disabled][disabled][type=submit],
.btn[data-state=disabled][data-state=disabled],
button[data-state=disabled][data-state=disabled],
[data-state=disabled][data-state=disabled][role=button],
[data-state=disabled][data-state=disabled][type=submit],
.btn.btn--is-disabled.btn--is-disabled,
button.btn--is-disabled.btn--is-disabled,
.btn--is-disabled.btn--is-disabled[role=button],
.btn--is-disabled.btn--is-disabled[type=submit] {
  background-color: #bababa;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #dedede;
  cursor: not-allowed
}

.btn__tagline {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  opacity: 0.7
}

button.good,
.good[role=button],
.good[type=submit] {
  background-color: #178e0e
}

button.important,
.important[role=button],
.important[type=submit] {
  background-color: #f39c12
}

button.warning,
.warning[role=button],
.warning[type=submit] {
  background-color: #c24242
}

button.muted,
.muted[role=button],
.muted[type=submit] {
  background-color: #ababab
}

button.vertical-space,
.vertical-space[role=button],
.vertical-space[type=submit] {
  margin-bottom: 5px;
  margin-top: 5px
}

button.no-margin,
.no-margin[role=button],
.no-margin[type=submit] {
  margin: 0
}

button.disabled,
.disabled[role=button],
.disabled[type=submit] {
  background-color: #bababa;
  color: #dedede;
  cursor: not-allowed
}

.btn-icon:after {
  content: "";
  float: right;
  height: 17px;
  margin: 1px 0 0 15px;
  width: 17px
}

.btn-icon.bookmark:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -226px -37px
}

.btn-icon.delete:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -226px 0px
}

.btn-icon.download:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -189px -37px
}

.btn-icon.external:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -226px -74px
}

.btn-icon.get-hosting:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: 0px -174px
}

.btn-icon.grid-view:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -226px -111px
}

.btn-icon.help:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -226px -148px
}

.btn-icon.list-view:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -117px -97px
}

.btn-icon.live-preview:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: 0px -137px
}

.btn-icon.new-thread:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -37px -137px
}

.btn-icon.post-reply:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -74px -137px
}

.btn-icon.process:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -111px -137px
}

.btn-icon.purchase:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -148px -137px
}

.btn-icon.regenerate:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -189px 0px
}

.btn-icon.save:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: 0px -211px
}

.btn-icon.screenshots:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -189px -74px
}

.btn-icon.search-text:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -189px -111px
}

.btn-icon.submit:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -80px -97px
}

.btn-icon.subscribe-mail:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -37px -174px
}

.btn-icon.subscribe-rss:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -74px -174px
}

.btn-icon.update:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -111px -174px
}

.btn-icon.upload:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -148px -174px
}

.btn-icon.video-preview:after {
  background-image: url(https://public-assets.envato-static.com/assets/generated_sprites/common-5af54247f3a645893af51456ee4c483f6530608e9c15ca4a8ac5a6e994d9a340.png);
  background-position: -185px -174px
}

.btn-icon.waiting:after {
  background: url(https://public-assets.envato-static.com/assets/common/small_loader_white-6f8d2990cd27635755902725fb95d2f8cbe1730dd684ec9aeded751b88f7485f.gif) 0 0 no-repeat
}

.btn-link {
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  line-height: 1.1;
  color: #0084B4;
  border-radius: 0
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer
}

.btn-link[disabled][disabled] {
  background: none;
  color: #bababa
}

.btn-link[disabled][disabled]:hover {
  color: #bababa
}

.btn-link.-color-green {
  color: #7aa93c
}

.btn-link.-color-green:hover,
.btn-link.-color-green:active,
.btn-link.-color-green:focus {
  color: #729d38
}

.btn-link.-color-red {
  color: #df2c2c
}

.btn-link.-color-red:hover,
.btn-link.-color-red:active,
.btn-link.-color-red:focus {
  color: #c24242
}

.btn-link.-size-medium {
  font-size: 1.2em
}

.btn-link.-pad {
  margin-bottom: 5px;
  padding: 5px
}

.btn-link.is-active {
  background: #e6e6e6;
  border-radius: 4px;
  text-decoration: none
}

.btn-stack {
  float: left;
  text-align: left;
  margin-right: 0.5em
}

.btn-stack__icon {
  float: left;
  margin-right: 1em
}

.btn-stack__icon>i {
  font-size: 200%
}

.btn-stack__content {
  float: left;
  padding-top: 0.2em
}

.btn-stack__label {
  display: block;
  line-height: 1.5em
}

.btn-stack__meta {
  display: block;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.7
}

.btn--color-green,
.btn--color-green-3d,
.btn--purchase,
.btn--primary-large-full,
.btn--primary-full,
.btn--primary {
  background-color: #82b440
}

.btn--color-green:hover,
.btn--color-green-3d:hover,
.btn--purchase:hover,
.btn--primary-large-full:hover,
.btn--primary-full:hover,
.btn--primary:hover,
.btn--color-green:focus,
.btn--color-green-3d:focus,
.btn--purchase:focus,
.btn--primary-large-full:focus,
.btn--primary-full:focus,
.btn--primary:focus,
.btn--color-green:active,
.btn--color-green-3d:active,
.btn--purchase:active,
.btn--primary-large-full:active,
.btn--primary-full:active,
.btn--primary:active {
  background-color: #7aa93c
}

.btn--color-blue,
.btn--color-blue-3d {
  background-color: #0084B4
}

.btn--color-blue:hover,
.btn--color-blue-3d:hover,
.btn--color-blue:focus,
.btn--color-blue-3d:focus,
.btn--color-blue:active,
.btn--color-blue-3d:active {
  background-color: #00719b
}

.btn--color-muted,
.btn--square-muted {
  background-color: #ababab
}

.btn--color-light,
.btn--color-light-3d,
.btn--tertiary {
  background-color: #e6e6e6;
  border: 1px solid #dedede;
  color: #666666
}

.btn--color-light:hover,
.btn--color-light-3d:hover,
.btn--tertiary:hover,
.btn--color-light:focus,
.btn--color-light-3d:focus,
.btn--tertiary:focus,
.btn--color-light:active,
.btn--color-light-3d:active,
.btn--tertiary:active,
.btn--color-light.is-active,
.is-active.btn--color-light-3d,
.is-active.btn--tertiary {
  background-color: #e0e0e0
}

.btn--color-red,
.btn--color-red-3d,
.btn--destructive {
  background-color: #df2c2c
}

.btn--color-red:hover,
.btn--color-red-3d:hover,
.btn--destructive:hover,
.btn--color-red:focus,
.btn--color-red-3d:focus,
.btn--destructive:focus,
.btn--color-red:active,
.btn--color-red-3d:active,
.btn--destructive:active {
  background-color: #ce2424
}

.btn--color-orange,
.btn--color-orange-3d {
  background-color: #f39c12
}

.btn--color-orange:hover,
.btn--color-orange-3d:hover,
.btn--color-orange:focus,
.btn--color-orange-3d:focus,
.btn--color-orange:active,
.btn--color-orange-3d:active {
  background-color: #ea940c
}

.btn--color-dark {
  background-color: #333333
}

.btn--color-dark:hover,
.btn--color-dark:focus,
.btn--color-dark:active {
  background-color: #262626
}

.btn--color-transparent {
  background-color: transparent;
  color: #454545
}

.btn--color-transparent:hover,
.btn--color-transparent:focus,
.btn--color-transparent:active,
.btn--color-transparent.is-active {
  background-color: transparent;
  color: #0084B4
}

.btn--color-base-3d,
.btn--secondary {
  -webkit-box-shadow: 0 2px 0 #545454;
  box-shadow: 0 2px 0 #545454;
  position: relative
}

.btn--color-base-3d:active,
.btn--secondary:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #545454;
  box-shadow: 0 1px 0 #545454
}

.btn--color-base-3d:hover,
.btn--secondary:hover,
.btn--color-base-3d:focus,
.btn--secondary:focus,
.btn--color-base-3d:active,
.btn--secondary:active {
  background-color: #787878
}

.btn--color-green-3d,
.btn--purchase,
.btn--primary-large-full,
.btn--primary-full,
.btn--primary {
  -webkit-box-shadow: 0 2px 0 #6f9a37;
  box-shadow: 0 2px 0 #6f9a37;
  position: relative
}

.btn--color-green-3d:active,
.btn--purchase:active,
.btn--primary-large-full:active,
.btn--primary-full:active,
.btn--primary:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #6f9a37;
  box-shadow: 0 1px 0 #6f9a37
}

.btn--color-blue-3d {
  -webkit-box-shadow: 0 2px 0 #006a90;
  box-shadow: 0 2px 0 #006a90;
  position: relative
}

.btn--color-blue-3d:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #006a90;
  box-shadow: 0 1px 0 #006a90
}

.btn--color-red-3d,
.btn--destructive {
  -webkit-box-shadow: 0 2px 0 #aa3737;
  box-shadow: 0 2px 0 #aa3737;
  position: relative
}

.btn--color-red-3d:active,
.btn--destructive:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #aa3737;
  box-shadow: 0 1px 0 #aa3737
}

.btn--color-orange-3d {
  -webkit-box-shadow: 0 2px 0 #a66908;
  box-shadow: 0 2px 0 #a66908;
  position: relative
}

.btn--color-orange-3d:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #a66908;
  box-shadow: 0 1px 0 #a66908
}

.btn--color-light-3d,
.btn--tertiary {
  -webkit-box-shadow: 0 2px 0 #a8a8a8;
  box-shadow: 0 2px 0 #a8a8a8;
  position: relative;
  border: none
}

.btn--color-light-3d:active,
.btn--tertiary:active {
  top: 1px;
  -webkit-box-shadow: 0 1px 0 #a8a8a8;
  box-shadow: 0 1px 0 #a8a8a8
}

.btn--dimensions-full-width,
.btn--purchase,
.btn--primary-large-full,
.btn--primary-full {
  width: 100%
}

.btn--size-s {
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 10px
}

.btn--size-m-slim {
  font-size: 16px
}

.btn--size-m-inline {
  padding: 0 4px;
  font-size: 16px
}

.btn--size-l,
.btn--purchase {
  font-size: 18px;
  padding: 14px 20px
}

.btn--size-l-slim,
.btn--primary-large-full {
  font-size: 18px
}

.btn--size-xl {
  font-size: 24px;
  padding: 24px 36px
}

.btn--size-square {
  padding: 6px
}

.btn--size-circle {
  padding: 4px 6px;
  border-radius: 50%;
  font-size: 50%
}

.btn--square-muted,
.btn--square-default,
.btn--square {
  font-size: 14px;
  line-height: 1;
  padding: 6px
}

.btn--square {
  background-color: #333333
}

.btn--square-default {
  background-color: gray
}

.btn--primary-full {
  font-weight: bold
}

.btn--primary-large-full {
  font-weight: bold
}

.btn--purchase {
  margin-bottom: 4px
}

.btn--label:hover {
  background: gray;
  cursor: default
}

.btn--set {
  background-color: whitesmoke;
  color: #999999;
  border-radius: 0;
  margin-right: -3px;
  padding: 5px 10px
}

.btn--set:hover,
.btn--set:focus {
  background-color: #fafafa
}

.btn--set:active,
.btn--set.is-active {
  background-color: #454545;
  color: white
}

.btn--set:first-child {
  border-radius: 4px 0 0 4px
}

.btn--set:last-child {
  border-radius: 0 4px 4px 0
}

.btn-group {
  display: inline-block;
  font-size: 0
}

.btn--group-item {
  border-radius: 0;
  padding: 5px 10px;
  margin-right: 1px
}

.btn--group-item:first-child {
  border-radius: 4px 0 0 4px
}

.btn--group-item:last-child {
  border-radius: 0 4px 4px 0;
  margin-right: 0
}

.global-footer {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: #1a1a1a;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  padding-bottom: 32px;
  padding-top: 32px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
  .global-footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

@media only screen and (-o-min-device-pixel-ratio: 13/10) {
  .global-footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 120dpi) {
  .global-footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

.global-footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 32px
}

@media (max-width: 1023px) {
  .global-footer__container {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 16px
  }
}

@media (min-width: 569px) and (max-width: 1023px) {
  .global-footer__container:last-child {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.global-footer__separator {
  background-color: #262626;
  border: none;
  display: block;
  height: 2px;
  margin: 0 auto;
  padding: 0
}

.global-footer__text-link {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.global-footer__text-link:after {
  background-color: white;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%
}

.global-footer__text-link:hover:after {
  opacity: 1;
  -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0)
}

.global-footer__text-link:active {
  color: gray
}

.global-footer__text-link:active:after {
  opacity: 0.2;
  -webkit-transform: translateY(1px);
  transform: translateY(1px)
}

.global-footer__text-link:link,
.global-footer__text-link:visited {
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none
}

.global-footer__icon-link {
  display: inline-block;
  -webkit-transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

.global-footer__icon-link:hover,
.global-footer__icon-link:active {
  opacity: 0.8;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.global-footer-company-links {
  margin-right: 32px
}

@media (max-width: 1023px) {
  .global-footer-company-links {
    margin-top: 8px;
    margin-right: 16px
  }
}

@media (max-width: 568px) {
  .global-footer-company-links {
    margin-top: 16px;
    margin-right: 0;
    text-align: center
  }
}

.global-footer-company-links__list-item {
  display: inline-block
}

.global-footer-company-links__list-item:not(:last-child) {
  margin-right: 24px
}

@media (max-width: 1023px) {
  .global-footer-company-links__list-item:not(:last-child) {
    margin-right: 8px
  }
}

.global-footer-company-links__copyright,
.global-footer-company-links__price-disclaimer {
  display: block;
  color: #999999;
  font-size: inherit;
  margin-top: 12px
}

@media (min-width: 569px) and (max-width: 1023px) {

  .global-footer-company-links__copyright,
  .global-footer-company-links__price-disclaimer {
    max-width: 380px
  }
}

@media (max-width: 568px) {

  .global-footer-company-links__copyright,
  .global-footer-company-links__price-disclaimer {
    margin-top: 24px
  }
}

.global-footer-info-links {
  width: 100%
}

@media (max-width: 1023px) {
  .global-footer-info-links {
    margin-top: 32px
  }
}

@media (max-width: 568px) {
  .global-footer-info-links {
    margin-top: 24px
  }
}

.global-footer-info-links__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  max-width: 880px;
  width: 100%
}

@media (max-width: 1023px) {
  .global-footer-info-links__list {
    max-width: 600px
  }
}

@media (max-width: 568px) {
  .global-footer-info-links__list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (max-width: 400px) {
  .global-footer-info-links__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width: 400px) {
  .global-footer-info-links__list-item:not(:first-child) {
    margin-top: 16px
  }
}

.global-footer-info-links__list-item:not(:last-child) {
  margin-right: 16px
}

@media (max-width: 400px) {
  .global-footer-info-links__list-item:not(:last-child) {
    margin-top: 16px
  }
}

.global-footer-social {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
  margin-top: 8px
}

@media (min-width: 569px) and (max-width: 1023px) {
  .global-footer-social {
    white-space: nowrap
  }
}

@media (max-width: 568px) {
  .global-footer-social {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px
  }
}

.global-footer-social__list-item {
  display: inline-block
}

.global-footer-social__list-item:not(:first-child) {
  margin-left: 10px
}

@media (min-width: 569px) and (max-width: 1023px) {
  .global-footer-social__list-item:not(:first-child) {
    margin-left: 8px
  }
}

.global-footer-social__icon {
  display: inline-block;
  height: 22px;
  width: 22px
}

.global-footer-stats {
  color: gray;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  padding-left: 32px;
  white-space: nowrap
}

@media (max-width: 1023px) {
  .global-footer-stats {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    padding-left: 0
  }
}

@media (max-width: 568px) {
  .global-footer-stats {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 0
  }
}

.global-footer-stats__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

@media (max-width: 1023px) {
  .global-footer-stats__list {
    margin-top: 0
  }
}

@media (max-width: 568px) {
  .global-footer-stats__list {
    margin-left: 0;
    margin-right: auto;
    margin-top: 24px
  }
}

.global-footer-stats__list-item {
  list-style: none
}

@media (max-width: 1023px) {
  .global-footer-stats__list-item {
    margin-left: 32px
  }
}

@media (max-width: 568px) {
  .global-footer-stats__list-item {
    margin-left: 0
  }
}

.global-footer-stats__list-item:not(:first-child) {
  margin-left: 16px
}

@media (max-width: 568px) {
  .global-footer-stats__list-item:not(:first-child) {
    margin-left: 32px
  }
}

.global-footer-stats__logo {
  display: block;
  height: 20px;
  margin-bottom: 16px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  width: auto
}

@media (max-width: 1023px) {
  .global-footer-stats__logo {
    margin-bottom: 0
  }
}

.global-footer-stats__number {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold
}

.global-footer-stats__content {
  margin-right: 48px
}

@media (max-width: 1023px) {
  .global-footer-stats__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width: 568px) {
  .global-footer-stats__content {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px
  }
}

.global-footer-bcorp-logo {
  width: 50px
}

@media (max-width: 568px) {
  .global-footer-bcorp-logo {
    width: 67px
  }
}

.global-footer-sublist {
  list-style: none;
  margin: 0;
  padding: 0
}

.global-footer-sublist:not(:first-child) {
  margin-left: 16px
}

.global-footer-sublist__item {
  display: block;
  list-style: none;
  margin-bottom: 16px;
  white-space: nowrap
}

.global-footer-sublist__item-title {
  font-weight: bold;
  height: 24px;
  margin-bottom: 16px;
  opacity: 0.5;
  text-transform: uppercase
}

button.global-footer__text-link {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  padding: 0;
  color: white;
  font-size: 14px;
  font-weight: 600
}

.global-header {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: #262626;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  padding-bottom: 8px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
  .global-header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

@media only screen and (-o-min-device-pixel-ratio: 13/10) {
  .global-header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 120dpi) {
  .global-header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

.global-header__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.global-header__logo {
  margin-top: 16px;
  width: auto
}

.global-header-dropdown {
  background: white;
  border-radius: 3px;
  color: gray;
  cursor: auto;
  white-space: nowrap
}

.global-header-dropdown__list {
  list-style: none;
  margin: 0;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px
}

.global-header-dropdown__list.-multi-column {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2
}

.global-header-dropdown__list-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid
}

.global-header-dropdown__list-item.-border-top {
  border-top: 1px solid #ededed
}

.global-header-dropdown__list-title {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  max-width: 320px;
  overflow: hidden;
  padding-bottom: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 4px;
  text-overflow: ellipsis
}

.global-header-dropdown__list-title:not(:first-of-type) {
  border-top: 1px solid #ededed;
  margin-top: 8px;
  padding-top: 12px
}

.global-header-dropdown__list-item-subtitle {
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 32px;
  padding-top: 0;
  color: gray;
  margin-top: -6px
}

.global-header-dropdown__product-logo {
  display: block;
  height: var(--icon-size-1x);
  margin-bottom: 4px;
  margin-top: 4px;
  width: auto
}

.global-header-dropdown__link {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, var(--color-interactive-primary)), to(var(--color-interactive-primary)));
  background-image: -webkit-linear-gradient(right, transparent, transparent 50%, var(--color-interactive-primary) 50%, var(--color-interactive-primary));
  background-image: linear-gradient(to left, transparent, transparent 50%, var(--color-interactive-primary) 50%, var(--color-interactive-primary));
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 201% 70%;
  display: block;
  padding-bottom: 6px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 6px;
  -webkit-transition: 0.15s background 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s background 0.1s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.global-header-dropdown__link:active,
.global-header-dropdown__link:hover,
.global-header-dropdown__link:focus-within {
  background-position: 97.5% center;
  text-decoration: none
}

.global-header-dropdown__list-item .global-header-dropdown__link {
  padding-left: 24px;
  padding-right: 64px
}

.global-header-dropdown__link-text {
  display: inline-block;
  position: relative;
  color: var(--color-content-primary)
}

.global-header-dropdown__link-text:not(.-decoration-none):after {
  background-color: #666666;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%
}

a:hover .global-header-dropdown__link-text:not(.-decoration-none):after {
  opacity: 1;
  -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0)
}

a:active .global-header-dropdown__link-text:not(.-decoration-none) {
  color: gray
}

a:active .global-header-dropdown__link-text:not(.-decoration-none):after {
  opacity: 0.2;
  -webkit-transform: translateY(1px);
  transform: translateY(1px)
}

.global-header-dropdown__link-text.-color-black {
  color: black
}

a:active .global-header-dropdown__link-text {
  color: gray
}

.global-header-dropdown-footer {
  border-top: 1px solid var(--color-border-tertiary);
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px
}

.global-header-dropdown-footer__list-item {
  list-style-type: none;
  color: var(--color-content-primary);
  margin-top: 4px;
  margin-bottom: 4px
}

.global-header-dropdown-footer__link {
  color: var(--color-content-primary);
  display: inline-block;
  text-decoration: none;
  position: relative
}

.global-header-dropdown-footer__link:after {
  background-color: #666666;
  content: '';
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  width: 100%
}

.global-header-menu {
  margin-left: auto
}

.global-header-menu__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.global-header-menu__list-item,
.global-header-menu__list-item--with-dropdown {
  display: inline-block;
  list-style-type: none;
  position: relative
}

.global-header-menu__list-item:first-child,
.global-header-menu__list-item--with-dropdown:first-child {
  margin-left: 0
}

.global-header-menu__list-item.-background-light,
.-background-light.global-header-menu__list-item--with-dropdown {
  background-color: #333333
}

.global-header-menu__list-item.-border-radius,
.-border-radius.global-header-menu__list-item--with-dropdown {
  border-bottom-left-radius: 3px
}

.global-header-menu__list-item.-border-radius:last-of-type,
.-border-radius.global-header-menu__list-item--with-dropdown:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px
}

.global-header-menu__list-item--with-dropdown {
  position: relative
}

.global-header-menu__list-item--with-dropdown:after {
  border: 8px solid transparent;
  border-bottom-color: white;
  content: '';
  height: 0;
  left: 15px;
  opacity: 0;
  -webkit-transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
  position: absolute;
  top: 32px;
  width: 1px
}

.global-header-menu__list-item--with-dropdown:hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s
}

.global-header-menu__dropdown-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
  margin-left: -115px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 48px;
  transform: scale(0.4);
  transform-origin: 10% top;
  transition: 0.15s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
  transition-delay: 1s;
  z-index: 10
}

.global-header-menu__list-item--with-dropdown:hover .global-header-menu__dropdown-container,
.global-header-menu__list-item--with-dropdown>.global-header-menu__dropdown-container:focus-within {
  max-height: 700px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0s, 0.2s, 0.2s;
  transition-duration: 0s, 0.2s, 0.2s
}

.global-header-menu__link {
  color: white;
  display: inline-block;
  padding: 16px;
  padding-bottom: 12px;
  text-decoration: none
}

.global-header-menu__link:hover,
.global-header-menu__link:focus-within {
  text-decoration: none
}

.global-header-menu__link[href='#'] {
  cursor: default
}

.global-header-menu__link-text,
.global-header-menu__link-text--balance {
  display: inline-block;
  margin-left: 4px;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  vertical-align: middle
}

.global-header-menu__link:hover .global-header-menu__link-text,
.global-header-menu__link:hover .global-header-menu__link-text--balance,
.global-header-menu__list-item--with-dropdown:hover .global-header-menu__link-text,
.global-header-menu__list-item--with-dropdown:hover .global-header-menu__link-text--balance,
.global-header-menu__link:focus-within .global-header-menu__link-text,
.global-header-menu__link:focus-within .global-header-menu__link-text--balance,
.global-header-menu__list-item--with-dropdown:focus-within .global-header-menu__link-text,
.global-header-menu__list-item--with-dropdown:focus-within .global-header-menu__link-text--balance {
  opacity: 1
}

.global-header-menu__link:active .global-header-menu__link-text,
.global-header-menu__link:active .global-header-menu__link-text--balance {
  opacity: 0.7
}

.global-header-menu__link-text.-weight-bold,
.-weight-bold.global-header-menu__link-text--balance {
  font-weight: bold
}

.global-header-menu__link-text.has-truncated-length,
.has-truncated-length.global-header-menu__link-text--balance {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.global-header-menu__link-cart-amount {
  background-color: #729d38;
  border-radius: 9px;
  color: white;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  margin-left: 4px;
  min-width: 24px;
  opacity: 1;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  text-align: center;
  -webkit-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  vertical-align: middle
}

.global-header-menu__link:active .global-header-menu__link-cart-amount {
  opacity: 0.7
}

.global-header-menu__link:hover .global-header-menu__link-cart-amount {
  background-color: #82b440
}

.global-header-menu__icon {
  display: inline-block;
  opacity: 0.6;
  margin-right: 1px;
  margin-top: 2px;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.global-header-menu__list-item:hover .global-header-menu__icon,
.global-header-menu__list-item--with-dropdown:hover .global-header-menu__icon {
  opacity: 1
}

.global-header-menu__icon path {
  fill: currentColor
}

.global-header-menu__icon-cart {
  margin-right: 0
}

.global-header-menu__list-item--with-dropdown:hover .global-header-menu__link-text--balance {
  opacity: 0.6
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-bg {
  background: #333333;
  opacity: 0.85
}

.mfp-close {
  width: 40px;
  height: 40px;
  margin-right: 3px;
  color: #999999
}

.mfp-close:hover {
  color: #787878
}

img.mfp-img {
  max-height: none !important
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out
}

.mfp-image-holder .mfp-content {
  max-width: 85%
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.mfp-arrow {
  position: fixed
}

.fancybox-inner .video-js {
  height: 100% !important;
  padding-top: 0 !important
}

.vjs-volume-menu-button {
  border-radius: none;
  font-size: 10px;
  background-color: rgba(43, 51, 63, 0.7)
}