.tallitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.backdropfull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.heading_upper_3d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.heading_upper_3d svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
.sortout {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.narrow_5d .heading_upper_3d {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 5px;
}
.narrow_5d .sortout {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.hard_53 .heading_upper_3d {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 5px;
}
.hard_53 .sortout {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.gradienthard {
  max-width: 100%;
}
.dropdown-87 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.hard_46 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.disabled_dark {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px;
}
.lightdropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  max-width: 100%;
  background-color: #6ec1e4;
}
.lightdropdown i {
  visibility: visible;
}
.lightdropdown span {
  visibility: visible;
}
.lightdropdown:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  visibility: hidden;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: "";
  -webkit-animation: jet-spinner 0.6s linear infinite;
  animation: jet-spinner 0.6s linear infinite;
}
.lightdropdown.tall_68 i {
  visibility: hidden;
}
.lightdropdown.tall_68 span {
  visibility: hidden;
}
.lightdropdown.tall_68:before {
  visibility: visible;
}
.lightdropdown .hovered-2d {
  color: white;
  font-size: 15px;
  margin-right: 10px;
}
.tiny-91 {
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  margin: 20px 0;
}
.tiny-91 .card-69 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.table-fixed-fc {
  display: block;
  margin-bottom: 5px;
}
.gradienthard input[type="text"],
.gradienthard input[type="email"],
.gradienthard input[type="url"],
.gradienthard input[type="password"],
.gradienthard input[type="search"],
.gradienthard input[type="number"],
.gradienthard input[type="tel"],
.gradienthard input[type="range"],
.gradienthard input[type="date"],
.gradienthard input[type="month"],
.gradienthard input[type="week"],
.gradienthard input[type="time"],
.gradienthard input[type="datetime"],
.gradienthard input[type="datetime-local"],
.gradienthard select {
  width: 100%;
  border: 1px solid #e0e0e8;
  background-color: #f7fafd;
  border-radius: 4px;
  line-height: 16px;
  padding: 14px 20px;
  color: #a1a2a4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gradienthard input[type="text"].accordion_steel,
.gradienthard input[type="email"].accordion_steel,
.gradienthard input[type="url"].accordion_steel,
.gradienthard input[type="password"].accordion_steel,
.gradienthard input[type="search"].accordion_steel,
.gradienthard input[type="number"].accordion_steel,
.gradienthard input[type="tel"].accordion_steel,
.gradienthard input[type="range"].accordion_steel,
.gradienthard input[type="date"].accordion_steel,
.gradienthard input[type="month"].accordion_steel,
.gradienthard input[type="week"].accordion_steel,
.gradienthard input[type="time"].accordion_steel,
.gradienthard input[type="datetime"].accordion_steel,
.gradienthard input[type="datetime-local"].accordion_steel,
.gradienthard select.accordion_steel {
  color: #d9534f;
}
.gradienthard input[type="text"]:focus,
.gradienthard input[type="email"]:focus,
.gradienthard input[type="url"]:focus,
.gradienthard input[type="password"]:focus,
.gradienthard input[type="search"]:focus,
.gradienthard input[type="number"]:focus,
.gradienthard input[type="tel"]:focus,
.gradienthard input[type="range"]:focus,
.gradienthard input[type="date"]:focus,
.gradienthard input[type="month"]:focus,
.gradienthard input[type="week"]:focus,
.gradienthard input[type="time"]:focus,
.gradienthard input[type="datetime"]:focus,
.gradienthard input[type="datetime-local"]:focus,
.gradienthard select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px #e0e0e8;
  box-shadow: 0 0 10px #e0e0e8;
}
.gradienthard input[type="text"]:first-child,
.gradienthard input[type="email"]:first-child,
.gradienthard input[type="url"]:first-child,
.gradienthard input[type="password"]:first-child,
.gradienthard input[type="search"]:first-child,
.gradienthard input[type="number"]:first-child,
.gradienthard input[type="tel"]:first-child,
.gradienthard input[type="range"]:first-child,
.gradienthard input[type="date"]:first-child,
.gradienthard input[type="month"]:first-child,
.gradienthard input[type="week"]:first-child,
.gradienthard input[type="time"]:first-child,
.gradienthard input[type="datetime"]:first-child,
.gradienthard input[type="datetime-local"]:first-child,
.gradienthard select:first-child {
  margin-top: 0;
}
.gradienthard input[type="text"]:last-child,
.gradienthard input[type="email"]:last-child,
.gradienthard input[type="url"]:last-child,
.gradienthard input[type="password"]:last-child,
.gradienthard input[type="search"]:last-child,
.gradienthard input[type="number"]:last-child,
.gradienthard input[type="tel"]:last-child,
.gradienthard input[type="range"]:last-child,
.gradienthard input[type="date"]:last-child,
.gradienthard input[type="month"]:last-child,
.gradienthard input[type="week"]:last-child,
.gradienthard input[type="time"]:last-child,
.gradienthard input[type="datetime"]:last-child,
.gradienthard input[type="datetime-local"]:last-child,
.gradienthard select:last-child {
  margin-bottom: 0;
}
.gradienthard fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.gradienthard fieldset div {
  margin: 3px 0;
}
.gradienthard fieldset label {
  margin-left: 5px;
}
.badge_down_43 .tiny-91 {
  color: #5cb85c;
}
.currentbadge .tiny-91 {
  color: #d9534f;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .hard_46[data-column-mobile="20"] {
    width: 20%;
  }
  .hard_46[data-column-mobile="25"] {
    width: 25%;
  }
  .hard_46[data-column-mobile="33"] {
    width: 33.3333%;
  }
  .hard_46[data-column-mobile="40"] {
    width: 40%;
  }
  .hard_46[data-column-mobile="50"] {
    width: 50%;
  }
  .hard_46[data-column-mobile="60"] {
    width: 60%;
  }
  .hard_46[data-column-mobile="66"] {
    width: 66.3333%;
  }
  .hard_46[data-column-mobile="75"] {
    width: 75%;
  }
  .hard_46[data-column-mobile="80"] {
    width: 80%;
  }
  .hard_46[data-column-mobile="100"] {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hard_46[data-column-tablet="20"] {
    width: 20%;
  }
  .hard_46[data-column-tablet="25"] {
    width: 25%;
  }
  .hard_46[data-column-tablet="33"] {
    width: 33.3333%;
  }
  .hard_46[data-column-tablet="40"] {
    width: 40%;
  }
  .hard_46[data-column-tablet="50"] {
    width: 50%;
  }
  .hard_46[data-column-tablet="60"] {
    width: 60%;
  }
  .hard_46[data-column-tablet="66"] {
    width: 66.3333%;
  }
  .hard_46[data-column-tablet="75"] {
    width: 75%;
  }
  .hard_46[data-column-tablet="80"] {
    width: 80%;
  }
  .hard_46[data-column-tablet="100"] {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .hard_46[data-column="20"] {
    width: 20%;
  }
  .hard_46[data-column="25"] {
    width: 25%;
  }
  .hard_46[data-column="33"] {
    width: 33.3333%;
  }
  .hard_46[data-column="40"] {
    width: 40%;
  }
  .hard_46[data-column="50"] {
    width: 50%;
  }
  .hard_46[data-column="60"] {
    width: 60%;
  }
  .hard_46[data-column="66"] {
    width: 66.3333%;
  }
  .hard_46[data-column="75"] {
    width: 75%;
  }
  .hard_46[data-column="80"] {
    width: 80%;
  }
  .hard_46[data-column="100"] {
    width: 100%;
  }
}
@-webkit-keyframes jet-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes jet-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.link-ed.proslider {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 999;
}
.link-ed.proslider .blackgradient {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-ed.proslider .hidden-f0 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.link-ed.proslider .purple_e9 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 800px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
}
.link-ed.proslider .in-2d {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: white;
  padding: 20px;
  z-index: 1;
}
.link-ed.proslider .in-2d > .rough_6e {
  position: relative;
  z-index: 2;
}
.link-ed.proslider .talloverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.link-ed.proslider .aside_0c {
  position: relative;
  z-index: 2;
}
.link-ed.proslider .gallery_active_63 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  background-color: #6ec1e4;
}
.link-ed.proslider .gallery_active_63 i {
  line-height: 1;
}
.link-ed.proslider.link_c4 .picture_29 {
  display: block;
}
.link-ed.proslider.link_c4
  .in-2d {
  display: none;
}
.link-ed.proslider.link_c4
  .gallery_active_63 {
  display: none;
}
.link-ed.proslider.yellow-63 {
  opacity: 0;
  pointer-events: none;
}
.link-ed.proslider.component_hot_87 {
  opacity: 1;
  pointer-events: none;
}
.link-ed.proslider.component_hot_87 .blackgradient {
  pointer-events: none;
}
.link-ed.proslider.component_hot_87 .hidden-f0 {
  pointer-events: all;
}
.link-ed.proslider.component_hot_87 .purple_e9 {
  pointer-events: all;
}
.link-ed.proslider.accent_18 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.link-ed.proslider.accent_18
  .purple_e9 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.link-ed.proslider.hidden-smooth-30 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.link-ed.proslider.hidden-smooth-30
  .purple_e9 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.link-ed.outlineprev .hidden-f0 {
  opacity: 1;
}
.link-ed.outlineprev .purple_e9 {
  opacity: 1;
}
.focused-8e {
  background-image: url("../images/transparent.tag_58");
  background-repeat: repeat;
  height: 100vh;
}
.advanced_2c {
  cursor: pointer;
}
.liquid_61 {
  overflow: hidden;
  max-height: 100vh;
}
.picture_29 {
  display: none;
  width: 48px;
  height: 48px;
  border: 4px rgba(255, 255, 255, 0.15) solid;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 0.6s infinite linear;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* css-noise: 42fb */
.phantom-card-r3 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
