@-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);
  }
}
.black-b4ff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.message_c9f3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  overflow: hidden;
  z-index: 1;
}
.overlay-ddf1 {
  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);
}
.section_6b8c {
  cursor: pointer;
  outline: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
}
.section_6b8c.search_c5b3 > .pink-f1c7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.breadcrumb-b47d .section_6b8c.search_c5b3 > .pink-f1c7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.breadcrumb-b47d
  .section_6b8c.search_c5b3
  > .pink-f1c7
  .layout_1f30 {
  margin-right: 5px;
  margin-left: 0;
}
.section_6b8c.shade-8661 > .pink-f1c7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.section_6b8c.notice_fluid_7bd2 > .pink-f1c7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.section_6b8c.notice_fluid_7bd2
  > .pink-f1c7
  .layout_1f30 {
  margin-right: 0;
  margin-left: 5px;
}
.breadcrumb-b47d
  .section_6b8c.notice_fluid_7bd2
  > .pink-f1c7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.breadcrumb-b47d
  .section_6b8c.notice_fluid_7bd2
  > .pink-f1c7
  .layout_1f30 {
  margin-right: 0;
  margin-left: 5px;
}
.pink-f1c7 {
  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;
}
.layout_1f30 {
  margin-right: 5px;
  line-height: 1;
}
.new-2ba7 .layout_1f30 {
  color: #6ec1e4;
}
.liquid-e2fc {
  width: 25px;
}
.button_75f5 {
  margin: 0;
}
.new-2ba7 .button_75f5 {
  color: #6ec1e4;
}
.panel-4107 {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 10px;
}
.panel-4107 > .iron-06ba > .tag_aac4 {
  margin: 0;
}
.panel-4107.plasma_6b9c {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  visibility: inherit;
}
.card_3b3e .panel-4107.plasma_6b9c {
  pointer-events: none;
}
.module_d648 .panel-4107.plasma_6b9c {
  visibility: hidden;
}
.header_smooth_55fa {
  -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;
}
.header_smooth_55fa > .message_c9f3 {
  -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;
}
.header_smooth_55fa > .overlay-ddf1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-top-width: 1px;
}
.grid_9160 {
  -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;
}
.grid_9160 > .message_c9f3 {
  -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;
}
.grid_9160 > .overlay-ddf1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.fluid-e6c3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.fluid-e6c3 > .message_c9f3 {
  -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;
}
.breadcrumb-b47d .fluid-e6c3 > .message_c9f3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.fluid-e6c3 > .overlay-ddf1 {
  -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;
}
.breadcrumb-b47d .fluid-e6c3 > .overlay-ddf1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.item-full-d6f3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.item-full-d6f3 > .message_c9f3 {
  -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;
}
.breadcrumb-b47d .item-full-d6f3 > .message_c9f3 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.item-full-d6f3 > .overlay-ddf1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumb-b47d .item-full-d6f3 > .overlay-ddf1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.box_hovered_214f .panel-4107 {
  min-height: 30px;
}
.layout-7fce
  > .overlay-ddf1
  > .panel-4107.plasma_6b9c {
  -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;
}
.carousel_4da6 > .panel-4107 .logo-c709 {
  -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);
}
.carousel_4da6
  > .panel-4107.plasma_6b9c
  .logo-c709:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.carousel_4da6
  > .panel-4107.plasma_6b9c
  .logo-c709:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.carousel_4da6
  > .panel-4107.plasma_6b9c
  .logo-c709:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.carousel_4da6
  > .panel-4107.plasma_6b9c
  .logo-c709:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.item_5627
  > .overlay-ddf1
  > .panel-4107.plasma_6b9c {
  -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;
}
.mask_middle_3175
  > .overlay-ddf1
  > .panel-4107.plasma_6b9c {
  -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;
}
.next-f251
  > .overlay-ddf1
  > .panel-4107.plasma_6b9c {
  -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;
}
.modal_6626 > .panel-4107 .logo-c709 {
  -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);
}
.modal_6626
  > .panel-4107.plasma_6b9c
  .logo-c709:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.modal_6626
  > .panel-4107.plasma_6b9c
  .logo-c709:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.modal_6626
  > .panel-4107.plasma_6b9c
  .logo-c709:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.modal_6626
  > .panel-4107.plasma_6b9c
  .logo-c709:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.content_dark_4b0b
  > .overlay-ddf1
  > .panel-4107.plasma_6b9c {
  -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;
}
.simple-4594 {
  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;
}
.simple-4594 i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.simple-4594 span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.simple-4594:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.hard-7c6c {
  text-align: center;
  padding: 10px;
}
.main_orange_7b45 {
  color: #6ec1e4;
  text-decoration: underline;
}
.green_f9f6 {
  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;
}
.frame-b55f {
  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;
}
.frame-b55f:first-child {
  margin-top: 0 !important;
}
.frame-b55f:last-child {
  margin-bottom: 0 !important;
}
.frame-b55f.logo_9ca2
  > .heading-green-9fc5
  .blue_cdbd
  .list_orange_23e8 {
  display: none;
}
.frame-b55f.logo_9ca2
  > .heading-green-9fc5
  .blue_cdbd
  .bright_78f9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frame-b55f.logo_9ca2 > .detail-8536 {
  height: auto;
}
.heading-green-9fc5 {
  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;
}
.blue_cdbd {
  margin-right: 10px;
}
.blue_cdbd.pro_ce94 {
  margin-left: 10px;
  margin-right: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.breadcrumb-b47d .blue_cdbd.pro_ce94 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.breadcrumb-b47d .blue_cdbd.notification-a315 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.blue_cdbd .bright_78f9 {
  display: none;
}
.blue_cdbd i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alert_b334 {
  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;
}
.search-225a {
  font-weight: 600;
  color: #7a7a7a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.detail-8536 {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.frame-b55f:not(.logo_9ca2) > .detail-8536 {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.detail-8536 > .iron-06ba > .tag_aac4 {
  margin: 0;
}
.article-top-0697 {
  position: relative;
  padding: 30px;
}
.label-slow-4b8c.logo_9ca2
  .detail-8536
  .article-top-0697 {
  -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;
}
.primary-dirty-d9a1.logo_9ca2
  .detail-8536
  .article-top-0697 {
  -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_hard_e431.logo_9ca2
  .detail-8536
  .article-top-0697 {
  -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;
}
.media_063b.logo_9ca2
  .detail-8536
  .article-top-0697 {
  -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;
}
.panel-46f1.logo_9ca2
  .detail-8536
  .article-top-0697 {
  -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;
}
.widget-cdc9 {
  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;
}
.widget-cdc9 i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.widget-cdc9 span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.widget-cdc9:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.first-7dbe {
  text-align: center;
  padding: 10px;
}
.component_a091 {
  color: #6ec1e4;
  text-decoration: underline;
}
.easy-697e {
  overflow: hidden;
}
.breadcrumb-mini-b7bd {
  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;
}
.sort-2e0d {
  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);
}
.sort-2e0d.light_2c80 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.sort-2e0d.light_2c80 .menu-4783 {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.sort-2e0d:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.content_slow_03ff {
  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;
}
.content_slow_03ff.fn-loaded-8c30 {
  opacity: 1;
}
.menu-4783 {
  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;
}
.menu-4783:empty {
  display: none;
}
.cool-4db3 {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
  color: white;
  font-size: 20px;
}
.background_7f74 {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
.tertiary-9e94 {
  font-weight: 500;
  background-color: #6ec1e4;
}
.white-aa6f {
  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;
}
.content_slow_03ff ~ .white-aa6f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.white-aa6f span {
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/spinner-32.accent_iron_b4aa") no-repeat;
}
.easy-697e.silver-7e78
  .breadcrumb-mini-b7bd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.easy-697e.first_e1b3
  .breadcrumb-mini-b7bd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.easy-697e.label_top_82da .sort-2e0d {
  -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);
}
.easy-697e.down_3238 .sort-2e0d {
  -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);
}
.easy-697e.secondary-narrow-4389 .sort-2e0d {
  -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);
}
.easy-697e.up_cde5 .sort-2e0d {
  -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);
}
.easy-697e.red-2be4 .sort-2e0d {
  -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);
}
.pattern_2bcb {
  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;
}
.component-up-08a9 {
  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;
}
.badge_25d3 {
  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);
}
.shade-d8b1 {
  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;
}
.shade-d8b1 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;
}
.dropdown-gas-eab6 {
  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);
}
.nav-e9ce {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.steel_9cb1 {
  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;
}
.popup_lower_b0ca {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.popup_lower_b0ca > .iron-06ba > .tag_aac4 {
  margin: 0;
}
.popup_lower_b0ca.plasma_6b9c {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}
.card_3b3e .popup_lower_b0ca.plasma_6b9c {
  pointer-events: none;
}
.middle-7fb3.fast-9925 .shade-d8b1 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.middle-7fb3.fast-9925
  .shade-d8b1
  span {
  background-color: #c3c3c3;
}
.middle-7fb3.fast-9925 .active-down-c4b7 {
  color: #fff;
}
.middle-7fb3.search_fluid_d080 .shade-d8b1 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.breadcrumb-b47d
  .middle-7fb3.search_fluid_d080
  .shade-d8b1 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.middle-7fb3.search_fluid_d080
  .shade-d8b1
  span {
  background-color: #61ce70;
}
.middle-7fb3.search_fluid_d080 .surface_advanced_c7a7 {
  color: #fff;
}
.middle-7fb3 .badge_25d3 {
  width: 160px;
  height: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.middle-7fb3 .dropdown-gas-eab6 {
  max-width: 50%;
}
.middle-7fb3 .shade-d8b1 {
  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);
}
.middle-7fb3 .active-down-c4b7 {
  width: 50%;
  height: 100%;
}
.middle-7fb3 .surface_advanced_c7a7 {
  width: 50%;
  height: 100%;
}
.notice_north_85ab.fast-9925 .shade-d8b1 {
  left: 0;
}
.notice_north_85ab.fast-9925
  .shade-d8b1
  span {
  background-color: #c3c3c3;
}
.notice_north_85ab.search_fluid_d080 .shade-d8b1 {
  left: calc(100% - 30px);
}
.notice_north_85ab.search_fluid_d080
  .shade-d8b1
  span {
  background-color: #61ce70;
}
.notice_north_85ab .badge_25d3 {
  width: 80px;
  height: 40px;
}
.notice_north_85ab .shade-d8b1 {
  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);
}
.notice_north_85ab .active-down-c4b7 {
  margin-right: 15px;
}
.breadcrumb-b47d .notice_north_85ab .active-down-c4b7 {
  margin-left: 15px;
}
.notice_north_85ab .surface_advanced_c7a7 {
  margin-left: 15px;
}
.breadcrumb-b47d .notice_north_85ab .surface_advanced_c7a7 {
  margin-right: 15px;
}
.accent-gas-3be2 .panel-4107.plasma_6b9c {
  -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;
}
.header-f8c4 .popup_lower_b0ca.plasma_6b9c {
  -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;
}
.down_5244 .popup_lower_b0ca.plasma_6b9c {
  -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;
}
.modal_inner_f58b .popup_lower_b0ca.plasma_6b9c {
  -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;
}
.link-orange-6ffa .popup_lower_b0ca.plasma_6b9c {
  -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;
}
.article_white_491e {
  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;
}
.article_white_491e i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.article_white_491e span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.article_white_491e:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.stone_9ebf {
  text-align: center;
  padding: 10px;
}
.grid-1097 {
  color: #6ec1e4;
  text-decoration: underline;
}
.main_9101 {
  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);
  }
}
.pro_3533 {
  line-height: 1;
  text-align: center;
}
.pro_3533 svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* css-noise: cc3a */
.phantom-card-l9 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
