@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes columnMoveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes columnMoveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fallPerspective {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px)
      rotateX(-35deg);
    transform: perspective(1000px) translateY(50px) translateZ(-300px)
      rotateX(-35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) translateY(0) translateZ(0)
      rotateX(0deg);
    transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  }
}
@keyframes fallPerspective {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px)
      rotateX(-35deg);
    transform: perspective(1000px) translateY(50px) translateZ(-300px)
      rotateX(-35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) translateY(0) translateZ(0)
      rotateX(0deg);
    transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  }
}
@-webkit-keyframes edit-button-pulse {
  0% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
    box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
  }
  30% {
    -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
    box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
    box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
  }
}
@keyframes edit-button-pulse {
  0% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
    box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
  }
  30% {
    -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
    box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
    box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
  }
}
.text-glass-67d2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pattern-thick-1a23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  overflow: hidden;
  z-index: 1;
}
.feature_east_5a33 {
  position: relative;
  overflow: hidden;
  background-color: white;
  -webkit-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  -o-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
}
.alert_slow_8ec2 {
  cursor: pointer;
  outline: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
}
.alert_slow_8ec2.old-3ce7 > .inner-7563 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.backdrop_hard_b8d7 .alert_slow_8ec2.old-3ce7 > .inner-7563 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.backdrop_hard_b8d7
  .alert_slow_8ec2.old-3ce7
  > .inner-7563
  .filter-tall-eac5 {
  margin-right: 5px;
  margin-left: 0;
}
.alert_slow_8ec2.pagination_full_c057 > .inner-7563 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.alert_slow_8ec2.card_soft_7e4f > .inner-7563 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.alert_slow_8ec2.card_soft_7e4f
  > .inner-7563
  .filter-tall-eac5 {
  margin-right: 0;
  margin-left: 5px;
}
.backdrop_hard_b8d7
  .alert_slow_8ec2.card_soft_7e4f
  > .inner-7563 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.backdrop_hard_b8d7
  .alert_slow_8ec2.card_soft_7e4f
  > .inner-7563
  .filter-tall-eac5 {
  margin-right: 0;
  margin-left: 5px;
}
.inner-7563 {
  padding: 10px 20px;
  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;
}
.filter-tall-eac5 {
  margin-right: 5px;
  line-height: 1;
}
.last_ca25 .filter-tall-eac5 {
  color: #6ec1e4;
}
.action_7238 {
  width: 25px;
}
.popup_47c0 {
  margin: 0;
}
.last_ca25 .popup_47c0 {
  color: #6ec1e4;
}
.aside-advanced-a658 {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 10px;
}
.aside-advanced-a658 > .dim_eb02 > .simple_d0ee {
  margin: 0;
}
.aside-advanced-a658.row_631f {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  visibility: inherit;
}
.highlight_center_90f5 .aside-advanced-a658.row_631f {
  pointer-events: none;
}
.selected-d9f2 .aside-advanced-a658.row_631f {
  visibility: hidden;
}
.medium-3698 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.medium-3698 > .pattern-thick-1a23 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -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: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px 1px 0 1px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.medium-3698 > .feature_east_5a33 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-top-width: 1px;
}
.column-huge-7985 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.column-huge-7985 > .pattern-thick-1a23 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -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: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0 1px 1px 1px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.column-huge-7985 > .feature_east_5a33 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.text-hot-1195 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.text-hot-1195 > .pattern-thick-1a23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 200px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.backdrop_hard_b8d7 .text-hot-1195 > .pattern-thick-1a23 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.text-hot-1195 > .feature_east_5a33 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-left-width: 2px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.backdrop_hard_b8d7 .text-hot-1195 > .feature_east_5a33 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.accent_f46f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.accent_f46f > .pattern-thick-1a23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 100px;
  width: 200px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.backdrop_hard_b8d7 .accent_f46f > .pattern-thick-1a23 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.accent_f46f > .feature_east_5a33 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.backdrop_hard_b8d7 .accent_f46f > .feature_east_5a33 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.article_wood_8fa0 .aside-advanced-a658 {
  min-height: 30px;
}
.up_5551
  > .feature_east_5a33
  > .aside-advanced-a658.row_631f {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.detail-narrow-bd9c > .aside-advanced-a658 .logo-center-bf85 {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
}
.detail-narrow-bd9c
  > .aside-advanced-a658.row_631f
  .logo-center-bf85:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.detail-narrow-bd9c
  > .aside-advanced-a658.row_631f
  .logo-center-bf85:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.detail-narrow-bd9c
  > .aside-advanced-a658.row_631f
  .logo-center-bf85:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.detail-narrow-bd9c
  > .aside-advanced-a658.row_631f
  .logo-center-bf85:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.hero_4c12
  > .feature_east_5a33
  > .aside-advanced-a658.row_631f {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.texture-7c2c
  > .feature_east_5a33
  > .aside-advanced-a658.row_631f {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.green-eaf4
  > .feature_east_5a33
  > .aside-advanced-a658.row_631f {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.aside_slow_3e0d > .aside-advanced-a658 .logo-center-bf85 {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
}
.aside_slow_3e0d
  > .aside-advanced-a658.row_631f
  .logo-center-bf85:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.aside_slow_3e0d
  > .aside-advanced-a658.row_631f
  .logo-center-bf85:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.aside_slow_3e0d
  > .aside-advanced-a658.row_631f
  .logo-center-bf85:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.aside_slow_3e0d
  > .aside-advanced-a658.row_631f
  .logo-center-bf85:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.input-middle-292e
  > .feature_east_5a33
  > .aside-advanced-a658.row_631f {
  -webkit-animation-name: fallPerspective;
  animation-name: fallPerspective;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.focus-wide-a81d {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 5px 10px;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #b7084e;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  -webkit-animation: edit-button-pulse 5s infinite;
  animation: edit-button-pulse 5s infinite;
}
.focus-wide-a81d i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.focus-wide-a81d span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.focus-wide-a81d:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.purple-d951 {
  text-align: center;
  padding: 10px;
}
.section_dim_fdf7 {
  color: #6ec1e4;
  text-decoration: underline;
}
.card-770e {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header-current-3938 {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e8e8f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: white;
}
.header-current-3938:first-child {
  margin-top: 0 !important;
}
.header-current-3938:last-child {
  margin-bottom: 0 !important;
}
.header-current-3938.image_988e
  > .border-67b8
  .background-9872
  .background_dynamic_19cd {
  display: none;
}
.header-current-3938.image_988e
  > .border-67b8
  .background-9872
  .highlight_middle_626e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-current-3938.image_988e > .medium-5b0d {
  height: auto;
}
.border-67b8 {
  padding: 15px 20px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.background-9872 {
  margin-right: 10px;
}
.background-9872.frame-simple-4afb {
  margin-left: 10px;
  margin-right: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.backdrop_hard_b8d7 .background-9872.frame-simple-4afb {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.backdrop_hard_b8d7 .background-9872.notification_bronze_c299 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.background-9872 .highlight_middle_626e {
  display: none;
}
.background-9872 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-rough-863c {
  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;
  font-size: 15px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background-color: #6ec1e4;
}
.bronze_c638 {
  font-weight: 600;
  color: #7a7a7a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.medium-5b0d {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.header-current-3938:not(.image_988e) > .medium-5b0d {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.medium-5b0d > .dim_eb02 > .simple_d0ee {
  margin: 0;
}
.layout-wood-85ec {
  position: relative;
  padding: 30px;
}
.aside_bfec.image_988e
  .medium-5b0d
  .layout-wood-85ec {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.popup-lite-f7d8.image_988e
  .medium-5b0d
  .layout-wood-85ec {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.gallery-68bc.image_988e
  .medium-5b0d
  .layout-wood-85ec {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.mask-stale-dc0e.image_988e
  .medium-5b0d
  .layout-wood-85ec {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.button-58a0.image_988e
  .medium-5b0d
  .layout-wood-85ec {
  -webkit-animation-name: fallPerspective;
  animation-name: fallPerspective;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.border_narrow_0222 {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 5px 10px;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #b7084e;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  -webkit-animation: edit-button-pulse 5s infinite;
  animation: edit-button-pulse 5s infinite;
}
.border_narrow_0222 i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.border_narrow_0222 span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.border_narrow_0222:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.huge_5bfb {
  text-align: center;
  padding: 10px;
}
.box_9a0c {
  color: #6ec1e4;
  text-decoration: underline;
}
.block_fixed_3cdf {
  overflow: hidden;
}
.wood-15b5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  height: 600px;
  overflow: hidden;
  z-index: 1;
}
.surface_new_85d9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.83, 0.08, 0.16, 0.97);
  -o-transition-timing-function: cubic-bezier(0.83, 0.08, 0.16, 0.97);
  transition-timing-function: cubic-bezier(0.83, 0.08, 0.16, 0.97);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.surface_new_85d9.feature_green_44a8 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.surface_new_85d9.feature_green_44a8 .header-c1cb {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.surface_new_85d9:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.short_0a1f {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.short_0a1f.fn-loaded-903b {
  opacity: 1;
}
.header-c1cb {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.header-c1cb:empty {
  display: none;
}
.wide-a686 {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
  color: white;
  font-size: 20px;
}
.badge-short-f2b9 {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
.preview_selected_deb1 {
  font-weight: 500;
  background-color: #6ec1e4;
}
.article-36fb {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.short_0a1f ~ .article-36fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-36fb span {
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/spinner-32.center_e661") no-repeat;
}
.block_fixed_3cdf.feature_bright_f33e
  .wood-15b5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.block_fixed_3cdf.fluid_122f
  .wood-15b5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block_fixed_3cdf.plasma_b1c5 .surface_new_85d9 {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.block_fixed_3cdf.clean-5455 .surface_new_85d9 {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.block_fixed_3cdf.current_b7a9 .surface_new_85d9 {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.block_fixed_3cdf.avatar-8c84 .surface_new_85d9 {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.block_fixed_3cdf.block_002f .surface_new_85d9 {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.status-5e77 {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.secondary-prev-d9d7 {
  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;
}
.focus-61c7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #f7f7fb;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: background-color 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: background-color 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
}
.box-ac79 {
  position: absolute;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  top: 0;
  z-index: 1;
}
.box-ac79 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.tag_light_d322 {
  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;
  cursor: pointer;
  outline: none;
  pointer-events: none;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
}
.photo-261e {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article-a798 {
  width: 100%;
  position: relative;
  -webkit-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  -o-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  overflow: hidden;
}
.backdrop_cef3 {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.backdrop_cef3 > .dim_eb02 > .simple_d0ee {
  margin: 0;
}
.backdrop_cef3.row_631f {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}
.highlight_center_90f5 .backdrop_cef3.row_631f {
  pointer-events: none;
}
.accent_1f37.full_e25d .box-ac79 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.accent_1f37.full_e25d
  .box-ac79
  span {
  background-color: #c3c3c3;
}
.accent_1f37.full_e25d .search-41d6 {
  color: #fff;
}
.accent_1f37.glass_ec2c .box-ac79 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.backdrop_hard_b8d7
  .accent_1f37.glass_ec2c
  .box-ac79 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.accent_1f37.glass_ec2c
  .box-ac79
  span {
  background-color: #61ce70;
}
.accent_1f37.glass_ec2c .hero-45df {
  color: #fff;
}
.accent_1f37 .focus-61c7 {
  width: 160px;
  height: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.accent_1f37 .tag_light_d322 {
  max-width: 50%;
}
.accent_1f37 .box-ac79 {
  width: 50%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: -webkit-transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97),
    -webkit-transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
}
.accent_1f37 .search-41d6 {
  width: 50%;
  height: 100%;
}
.accent_1f37 .hero-45df {
  width: 50%;
  height: 100%;
}
.avatar-eda4.full_e25d .box-ac79 {
  left: 0;
}
.avatar-eda4.full_e25d
  .box-ac79
  span {
  background-color: #c3c3c3;
}
.avatar-eda4.glass_ec2c .box-ac79 {
  left: calc(100% - 30px);
}
.avatar-eda4.glass_ec2c
  .box-ac79
  span {
  background-color: #61ce70;
}
.avatar-eda4 .focus-61c7 {
  width: 80px;
  height: 40px;
}
.avatar-eda4 .box-ac79 {
  width: 60px;
  height: 100%;
  -webkit-transition: left 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: left 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: left 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
}
.avatar-eda4 .search-41d6 {
  margin-right: 15px;
}
.backdrop_hard_b8d7 .avatar-eda4 .search-41d6 {
  margin-left: 15px;
}
.avatar-eda4 .hero-45df {
  margin-left: 15px;
}
.backdrop_hard_b8d7 .avatar-eda4 .hero-45df {
  margin-right: 15px;
}
.column_904b .aside-advanced-a658.row_631f {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.popup_soft_2e66 .backdrop_cef3.row_631f {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.tabs-59cb .backdrop_cef3.row_631f {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.huge_806a .backdrop_cef3.row_631f {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.primary_stone_14db .backdrop_cef3.row_631f {
  -webkit-animation-name: fallPerspective;
  animation-name: fallPerspective;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hover-1595 {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 5px 10px;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #b7084e;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  -webkit-animation: edit-button-pulse 5s infinite;
  animation: edit-button-pulse 5s infinite;
}
.hover-1595 i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.hover-1595 span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.hover-1595:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.footer_862b {
  text-align: center;
  padding: 10px;
}
.glass-2de5 {
  color: #6ec1e4;
  text-decoration: underline;
}
.surface_medium_326d {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  border: 4px rgba(0, 0, 0, 0.15) solid;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #fff;
  -webkit-border-radius: 50%;
  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);
  }
}
.under_459a {
  line-height: 1;
  text-align: center;
}
.under_459a svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* css-noise: 3c5d */
.ghost-box-l4 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
