@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  from {
    opacity: 0;
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-moz-keyframes slideOutUp {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
  }
}
@keyframes slideOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-moz-keyframes slideOutDown {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
}
@keyframes slideOutDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-20px);
         transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  from {
    opacity: 0;
    -moz-transform: translateX(20px);
         transform: translateX(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@-moz-keyframes slideOutLeft {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(-20px);
         transform: translateX(-20px);
  }
}
@keyframes slideOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-moz-keyframes slideOutRight {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(20px);
         transform: translateX(20px);
  }
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-moz-keyframes scaleOut {
  from {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes popIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes popIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.6);
         transform: scale(0.6);
  }
  70% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes popIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
            transform: scale(0.6);
  }
  70% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  80% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  20% {
    -moz-transform: translateX(-6px);
         transform: translateX(-6px);
  }
  40% {
    -moz-transform: translateX(6px);
         transform: translateX(6px);
  }
  60% {
    -moz-transform: translateX(-4px);
         transform: translateX(-4px);
  }
  80% {
    -moz-transform: translateX(4px);
         transform: translateX(4px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-6px);
       -moz-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40% {
    -webkit-transform: translateX(6px);
       -moz-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-4px);
       -moz-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  80% {
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes navDropdownIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes navDropdownIn {
  from {
    opacity: 0;
    -moz-transform: translateY(-8px);
         transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes navDropdownIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8px);
       -moz-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pageEnter {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes pageEnter {
  from {
    opacity: 0;
    -moz-transform: translateY(12px);
         transform: translateY(12px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes pageEnter {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
       -moz-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes listItemIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes listItemIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-8px);
         transform: translateX(-8px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes listItemIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-8px);
       -moz-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes notificationSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px) scale(0.95);
            transform: translateX(16px) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-moz-keyframes notificationSlideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(16px) scale(0.95);
         transform: translateX(16px) scale(0.95);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0) scale(1);
         transform: translateX(0) scale(1);
  }
}
@keyframes notificationSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px) scale(0.95);
       -moz-transform: translateX(16px) scale(0.95);
            transform: translateX(16px) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
       -moz-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes notificationSlideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(16px) scale(0.95);
            transform: translateX(16px) scale(0.95);
  }
}
@-moz-keyframes notificationSlideOut {
  from {
    opacity: 1;
    -moz-transform: translateX(0) scale(1);
         transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(16px) scale(0.95);
         transform: translateX(16px) scale(0.95);
  }
}
@keyframes notificationSlideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
       -moz-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(16px) scale(0.95);
       -moz-transform: translateX(16px) scale(0.95);
            transform: translateX(16px) scale(0.95);
  }
}
@-webkit-keyframes scaleInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes scaleInBounce {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
         transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -moz-transform: scale(1.08);
         transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes scaleInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.08);
       -moz-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes countUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes countUp {
  from {
    opacity: 0;
    -moz-transform: translateY(8px);
         transform: translateY(8px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes countUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-fade-in {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-fade-out {
  -webkit-animation: fadeOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: fadeOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: fadeOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-slide-in-up {
  -webkit-animation: slideInUp 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slideInUp 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideInUp 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-slide-in-down {
  -webkit-animation: slideInDown 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slideInDown 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideInDown 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-slide-out-up {
  -webkit-animation: slideOutUp 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: slideOutUp 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: slideOutUp 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-slide-out-down {
  -webkit-animation: slideOutDown 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: slideOutDown 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: slideOutDown 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-slide-in-left {
  -webkit-animation: slideInLeft 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slideInLeft 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideInLeft 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-slide-in-right {
  -webkit-animation: slideInRight 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slideInRight 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideInRight 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-slide-out-left {
  -webkit-animation: slideOutLeft 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: slideOutLeft 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: slideOutLeft 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-slide-out-right {
  -webkit-animation: slideOutRight 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: slideOutRight 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: slideOutRight 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-scale-in {
  -webkit-animation: scaleIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: scaleIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scaleIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-scale-out {
  -webkit-animation: scaleOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: scaleOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: scaleOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-pop-in {
  -webkit-animation: popIn 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
     -moz-animation: popIn 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: popIn 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.anim-shake {
  -webkit-animation: shake 400ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
     -moz-animation: shake 400ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
          animation: shake 400ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

.anim-pulse {
  -webkit-animation: pulse 300ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
     -moz-animation: pulse 300ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
          animation: pulse 300ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

.anim-notification-in {
  -webkit-animation: notificationSlideIn 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: notificationSlideIn 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: notificationSlideIn 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-notification-out {
  -webkit-animation: notificationSlideOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: notificationSlideOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: notificationSlideOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-scale-bounce {
  -webkit-animation: scaleInBounce 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
     -moz-animation: scaleInBounce 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: scaleInBounce 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.anim-count-up {
  -webkit-animation: countUp 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: countUp 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: countUp 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#content {
  -webkit-animation: pageEnter 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: pageEnter 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: pageEnter 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#nav-list > li {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#nav-list > li:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
#nav-list > li:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
#nav-list > li:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
#nav-list > li:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
#nav-list > li:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
#nav-list > li:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
#nav-list > li:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
#nav-list > li:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
#nav-list > li:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
#nav-list > li:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
#nav-list > li:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
#nav-list > li:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
#nav-list > li:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
#nav-list > li:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
#nav-list > li:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#nav-list > li:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
#nav-list > li:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
#nav-list > li:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
#nav-list > li:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
#nav-list > li:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}

#content-body ul > li,
#content ul > li {
  -webkit-animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#content-body ul > li:nth-child(1),
#content ul > li:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
#content-body ul > li:nth-child(2),
#content ul > li:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
#content-body ul > li:nth-child(3),
#content ul > li:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
#content-body ul > li:nth-child(4),
#content ul > li:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
#content-body ul > li:nth-child(5),
#content ul > li:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
#content-body ul > li:nth-child(6),
#content ul > li:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
#content-body ul > li:nth-child(7),
#content ul > li:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
#content-body ul > li:nth-child(8),
#content ul > li:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
#content-body ul > li:nth-child(9),
#content ul > li:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
#content-body ul > li:nth-child(10),
#content ul > li:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}
#content-body ul > li:nth-child(11),
#content ul > li:nth-child(11) {
  -webkit-animation-delay: 550ms;
     -moz-animation-delay: 550ms;
          animation-delay: 550ms;
}
#content-body ul > li:nth-child(12),
#content ul > li:nth-child(12) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#content-body ul > li:nth-child(13),
#content ul > li:nth-child(13) {
  -webkit-animation-delay: 650ms;
     -moz-animation-delay: 650ms;
          animation-delay: 650ms;
}
#content-body ul > li:nth-child(14),
#content ul > li:nth-child(14) {
  -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
          animation-delay: 700ms;
}
#content-body ul > li:nth-child(15),
#content ul > li:nth-child(15) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
#content-body ul > li:nth-child(16),
#content ul > li:nth-child(16) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
#content-body ul > li:nth-child(17),
#content ul > li:nth-child(17) {
  -webkit-animation-delay: 850ms;
     -moz-animation-delay: 850ms;
          animation-delay: 850ms;
}
#content-body ul > li:nth-child(18),
#content ul > li:nth-child(18) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
#content-body ul > li:nth-child(19),
#content ul > li:nth-child(19) {
  -webkit-animation-delay: 950ms;
     -moz-animation-delay: 950ms;
          animation-delay: 950ms;
}
#content-body ul > li:nth-child(20),
#content ul > li:nth-child(20) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
#content-body ul > li:nth-child(21),
#content ul > li:nth-child(21) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
#content-body ul > li:nth-child(22),
#content ul > li:nth-child(22) {
  -webkit-animation-delay: 1100ms;
     -moz-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
#content-body ul > li:nth-child(23),
#content ul > li:nth-child(23) {
  -webkit-animation-delay: 1150ms;
     -moz-animation-delay: 1150ms;
          animation-delay: 1150ms;
}
#content-body ul > li:nth-child(24),
#content ul > li:nth-child(24) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
#content-body ul > li:nth-child(25),
#content ul > li:nth-child(25) {
  -webkit-animation-delay: 1250ms;
     -moz-animation-delay: 1250ms;
          animation-delay: 1250ms;
}
#content-body ul > li:nth-child(26),
#content ul > li:nth-child(26) {
  -webkit-animation-delay: 1300ms;
     -moz-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
#content-body ul > li:nth-child(27),
#content ul > li:nth-child(27) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
#content-body ul > li:nth-child(28),
#content ul > li:nth-child(28) {
  -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
#content-body ul > li:nth-child(29),
#content ul > li:nth-child(29) {
  -webkit-animation-delay: 1450ms;
     -moz-animation-delay: 1450ms;
          animation-delay: 1450ms;
}
#content-body ul > li:nth-child(30),
#content ul > li:nth-child(30) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
#content-body ul > li:nth-child(31),
#content ul > li:nth-child(31) {
  -webkit-animation-delay: 1550ms;
     -moz-animation-delay: 1550ms;
          animation-delay: 1550ms;
}
#content-body ul > li:nth-child(32),
#content ul > li:nth-child(32) {
  -webkit-animation-delay: 1600ms;
     -moz-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
#content-body ul > li:nth-child(33),
#content ul > li:nth-child(33) {
  -webkit-animation-delay: 1650ms;
     -moz-animation-delay: 1650ms;
          animation-delay: 1650ms;
}
#content-body ul > li:nth-child(34),
#content ul > li:nth-child(34) {
  -webkit-animation-delay: 1700ms;
     -moz-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
#content-body ul > li:nth-child(35),
#content ul > li:nth-child(35) {
  -webkit-animation-delay: 1750ms;
     -moz-animation-delay: 1750ms;
          animation-delay: 1750ms;
}
#content-body ul > li:nth-child(36),
#content ul > li:nth-child(36) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
#content-body ul > li:nth-child(37),
#content ul > li:nth-child(37) {
  -webkit-animation-delay: 1850ms;
     -moz-animation-delay: 1850ms;
          animation-delay: 1850ms;
}
#content-body ul > li:nth-child(38),
#content ul > li:nth-child(38) {
  -webkit-animation-delay: 1900ms;
     -moz-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
#content-body ul > li:nth-child(39),
#content ul > li:nth-child(39) {
  -webkit-animation-delay: 1950ms;
     -moz-animation-delay: 1950ms;
          animation-delay: 1950ms;
}
#content-body ul > li:nth-child(40),
#content ul > li:nth-child(40) {
  -webkit-animation-delay: 2000ms;
     -moz-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
#content-body ul > li:nth-child(41),
#content ul > li:nth-child(41) {
  -webkit-animation-delay: 2050ms;
     -moz-animation-delay: 2050ms;
          animation-delay: 2050ms;
}
#content-body ul > li:nth-child(42),
#content ul > li:nth-child(42) {
  -webkit-animation-delay: 2100ms;
     -moz-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
#content-body ul > li:nth-child(43),
#content ul > li:nth-child(43) {
  -webkit-animation-delay: 2150ms;
     -moz-animation-delay: 2150ms;
          animation-delay: 2150ms;
}
#content-body ul > li:nth-child(44),
#content ul > li:nth-child(44) {
  -webkit-animation-delay: 2200ms;
     -moz-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
#content-body ul > li:nth-child(45),
#content ul > li:nth-child(45) {
  -webkit-animation-delay: 2250ms;
     -moz-animation-delay: 2250ms;
          animation-delay: 2250ms;
}
#content-body ul > li:nth-child(46),
#content ul > li:nth-child(46) {
  -webkit-animation-delay: 2300ms;
     -moz-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
#content-body ul > li:nth-child(47),
#content ul > li:nth-child(47) {
  -webkit-animation-delay: 2350ms;
     -moz-animation-delay: 2350ms;
          animation-delay: 2350ms;
}
#content-body ul > li:nth-child(48),
#content ul > li:nth-child(48) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
#content-body ul > li:nth-child(49),
#content ul > li:nth-child(49) {
  -webkit-animation-delay: 2450ms;
     -moz-animation-delay: 2450ms;
          animation-delay: 2450ms;
}
#content-body ul > li:nth-child(50),
#content ul > li:nth-child(50) {
  -webkit-animation-delay: 2500ms;
     -moz-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
#content-body ul > li:nth-child(51),
#content ul > li:nth-child(51) {
  -webkit-animation-delay: 2550ms;
     -moz-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
#content-body ul > li:nth-child(52),
#content ul > li:nth-child(52) {
  -webkit-animation-delay: 2600ms;
     -moz-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
#content-body ul > li:nth-child(53),
#content ul > li:nth-child(53) {
  -webkit-animation-delay: 2650ms;
     -moz-animation-delay: 2650ms;
          animation-delay: 2650ms;
}
#content-body ul > li:nth-child(54),
#content ul > li:nth-child(54) {
  -webkit-animation-delay: 2700ms;
     -moz-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
#content-body ul > li:nth-child(55),
#content ul > li:nth-child(55) {
  -webkit-animation-delay: 2750ms;
     -moz-animation-delay: 2750ms;
          animation-delay: 2750ms;
}
#content-body ul > li:nth-child(56),
#content ul > li:nth-child(56) {
  -webkit-animation-delay: 2800ms;
     -moz-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
#content-body ul > li:nth-child(57),
#content ul > li:nth-child(57) {
  -webkit-animation-delay: 2850ms;
     -moz-animation-delay: 2850ms;
          animation-delay: 2850ms;
}
#content-body ul > li:nth-child(58),
#content ul > li:nth-child(58) {
  -webkit-animation-delay: 2900ms;
     -moz-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
#content-body ul > li:nth-child(59),
#content ul > li:nth-child(59) {
  -webkit-animation-delay: 2950ms;
     -moz-animation-delay: 2950ms;
          animation-delay: 2950ms;
}
#content-body ul > li:nth-child(60),
#content ul > li:nth-child(60) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
#content-body ul > li:nth-child(61),
#content ul > li:nth-child(61) {
  -webkit-animation-delay: 3050ms;
     -moz-animation-delay: 3050ms;
          animation-delay: 3050ms;
}
#content-body ul > li:nth-child(62),
#content ul > li:nth-child(62) {
  -webkit-animation-delay: 3100ms;
     -moz-animation-delay: 3100ms;
          animation-delay: 3100ms;
}
#content-body ul > li:nth-child(63),
#content ul > li:nth-child(63) {
  -webkit-animation-delay: 3150ms;
     -moz-animation-delay: 3150ms;
          animation-delay: 3150ms;
}
#content-body ul > li:nth-child(64),
#content ul > li:nth-child(64) {
  -webkit-animation-delay: 3200ms;
     -moz-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
#content-body ul > li:nth-child(65),
#content ul > li:nth-child(65) {
  -webkit-animation-delay: 3250ms;
     -moz-animation-delay: 3250ms;
          animation-delay: 3250ms;
}
#content-body ul > li:nth-child(66),
#content ul > li:nth-child(66) {
  -webkit-animation-delay: 3300ms;
     -moz-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
#content-body ul > li:nth-child(67),
#content ul > li:nth-child(67) {
  -webkit-animation-delay: 3350ms;
     -moz-animation-delay: 3350ms;
          animation-delay: 3350ms;
}
#content-body ul > li:nth-child(68),
#content ul > li:nth-child(68) {
  -webkit-animation-delay: 3400ms;
     -moz-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
#content-body ul > li:nth-child(69),
#content ul > li:nth-child(69) {
  -webkit-animation-delay: 3450ms;
     -moz-animation-delay: 3450ms;
          animation-delay: 3450ms;
}
#content-body ul > li:nth-child(70),
#content ul > li:nth-child(70) {
  -webkit-animation-delay: 3500ms;
     -moz-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
#content-body ul > li:nth-child(71),
#content ul > li:nth-child(71) {
  -webkit-animation-delay: 3550ms;
     -moz-animation-delay: 3550ms;
          animation-delay: 3550ms;
}
#content-body ul > li:nth-child(72),
#content ul > li:nth-child(72) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
#content-body ul > li:nth-child(73),
#content ul > li:nth-child(73) {
  -webkit-animation-delay: 3650ms;
     -moz-animation-delay: 3650ms;
          animation-delay: 3650ms;
}
#content-body ul > li:nth-child(74),
#content ul > li:nth-child(74) {
  -webkit-animation-delay: 3700ms;
     -moz-animation-delay: 3700ms;
          animation-delay: 3700ms;
}
#content-body ul > li:nth-child(75),
#content ul > li:nth-child(75) {
  -webkit-animation-delay: 3750ms;
     -moz-animation-delay: 3750ms;
          animation-delay: 3750ms;
}
#content-body ul > li:nth-child(76),
#content ul > li:nth-child(76) {
  -webkit-animation-delay: 3800ms;
     -moz-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
#content-body ul > li:nth-child(77),
#content ul > li:nth-child(77) {
  -webkit-animation-delay: 3850ms;
     -moz-animation-delay: 3850ms;
          animation-delay: 3850ms;
}
#content-body ul > li:nth-child(78),
#content ul > li:nth-child(78) {
  -webkit-animation-delay: 3900ms;
     -moz-animation-delay: 3900ms;
          animation-delay: 3900ms;
}
#content-body ul > li:nth-child(79),
#content ul > li:nth-child(79) {
  -webkit-animation-delay: 3950ms;
     -moz-animation-delay: 3950ms;
          animation-delay: 3950ms;
}
#content-body ul > li:nth-child(80),
#content ul > li:nth-child(80) {
  -webkit-animation-delay: 4000ms;
     -moz-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
#content-body ul > li:nth-child(81),
#content ul > li:nth-child(81) {
  -webkit-animation-delay: 4050ms;
     -moz-animation-delay: 4050ms;
          animation-delay: 4050ms;
}
#content-body ul > li:nth-child(82),
#content ul > li:nth-child(82) {
  -webkit-animation-delay: 4100ms;
     -moz-animation-delay: 4100ms;
          animation-delay: 4100ms;
}
#content-body ul > li:nth-child(83),
#content ul > li:nth-child(83) {
  -webkit-animation-delay: 4150ms;
     -moz-animation-delay: 4150ms;
          animation-delay: 4150ms;
}
#content-body ul > li:nth-child(84),
#content ul > li:nth-child(84) {
  -webkit-animation-delay: 4200ms;
     -moz-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
#content-body ul > li:nth-child(85),
#content ul > li:nth-child(85) {
  -webkit-animation-delay: 4250ms;
     -moz-animation-delay: 4250ms;
          animation-delay: 4250ms;
}
#content-body ul > li:nth-child(86),
#content ul > li:nth-child(86) {
  -webkit-animation-delay: 4300ms;
     -moz-animation-delay: 4300ms;
          animation-delay: 4300ms;
}
#content-body ul > li:nth-child(87),
#content ul > li:nth-child(87) {
  -webkit-animation-delay: 4350ms;
     -moz-animation-delay: 4350ms;
          animation-delay: 4350ms;
}
#content-body ul > li:nth-child(88),
#content ul > li:nth-child(88) {
  -webkit-animation-delay: 4400ms;
     -moz-animation-delay: 4400ms;
          animation-delay: 4400ms;
}
#content-body ul > li:nth-child(89),
#content ul > li:nth-child(89) {
  -webkit-animation-delay: 4450ms;
     -moz-animation-delay: 4450ms;
          animation-delay: 4450ms;
}
#content-body ul > li:nth-child(90),
#content ul > li:nth-child(90) {
  -webkit-animation-delay: 4500ms;
     -moz-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
#content-body ul > li:nth-child(91),
#content ul > li:nth-child(91) {
  -webkit-animation-delay: 4550ms;
     -moz-animation-delay: 4550ms;
          animation-delay: 4550ms;
}
#content-body ul > li:nth-child(92),
#content ul > li:nth-child(92) {
  -webkit-animation-delay: 4600ms;
     -moz-animation-delay: 4600ms;
          animation-delay: 4600ms;
}
#content-body ul > li:nth-child(93),
#content ul > li:nth-child(93) {
  -webkit-animation-delay: 4650ms;
     -moz-animation-delay: 4650ms;
          animation-delay: 4650ms;
}
#content-body ul > li:nth-child(94),
#content ul > li:nth-child(94) {
  -webkit-animation-delay: 4700ms;
     -moz-animation-delay: 4700ms;
          animation-delay: 4700ms;
}
#content-body ul > li:nth-child(95),
#content ul > li:nth-child(95) {
  -webkit-animation-delay: 4750ms;
     -moz-animation-delay: 4750ms;
          animation-delay: 4750ms;
}
#content-body ul > li:nth-child(96),
#content ul > li:nth-child(96) {
  -webkit-animation-delay: 4800ms;
     -moz-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
#content-body ul > li:nth-child(97),
#content ul > li:nth-child(97) {
  -webkit-animation-delay: 4850ms;
     -moz-animation-delay: 4850ms;
          animation-delay: 4850ms;
}
#content-body ul > li:nth-child(98),
#content ul > li:nth-child(98) {
  -webkit-animation-delay: 4900ms;
     -moz-animation-delay: 4900ms;
          animation-delay: 4900ms;
}
#content-body ul > li:nth-child(99),
#content ul > li:nth-child(99) {
  -webkit-animation-delay: 4950ms;
     -moz-animation-delay: 4950ms;
          animation-delay: 4950ms;
}
#content-body ul > li:nth-child(100),
#content ul > li:nth-child(100) {
  -webkit-animation-delay: 5000ms;
     -moz-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

#submissions-table > .submission-row {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#submissions-table > .submission-row:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
#submissions-table > .submission-row:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
#submissions-table > .submission-row:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
#submissions-table > .submission-row:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
#submissions-table > .submission-row:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
#submissions-table > .submission-row:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
#submissions-table > .submission-row:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
#submissions-table > .submission-row:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
#submissions-table > .submission-row:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
#submissions-table > .submission-row:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}
#submissions-table > .submission-row:nth-child(11) {
  -webkit-animation-delay: 550ms;
     -moz-animation-delay: 550ms;
          animation-delay: 550ms;
}
#submissions-table > .submission-row:nth-child(12) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#submissions-table > .submission-row:nth-child(13) {
  -webkit-animation-delay: 650ms;
     -moz-animation-delay: 650ms;
          animation-delay: 650ms;
}
#submissions-table > .submission-row:nth-child(14) {
  -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
          animation-delay: 700ms;
}
#submissions-table > .submission-row:nth-child(15) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
#submissions-table > .submission-row:nth-child(16) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
#submissions-table > .submission-row:nth-child(17) {
  -webkit-animation-delay: 850ms;
     -moz-animation-delay: 850ms;
          animation-delay: 850ms;
}
#submissions-table > .submission-row:nth-child(18) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
#submissions-table > .submission-row:nth-child(19) {
  -webkit-animation-delay: 950ms;
     -moz-animation-delay: 950ms;
          animation-delay: 950ms;
}
#submissions-table > .submission-row:nth-child(20) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
#submissions-table > .submission-row:nth-child(21) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
#submissions-table > .submission-row:nth-child(22) {
  -webkit-animation-delay: 1100ms;
     -moz-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
#submissions-table > .submission-row:nth-child(23) {
  -webkit-animation-delay: 1150ms;
     -moz-animation-delay: 1150ms;
          animation-delay: 1150ms;
}
#submissions-table > .submission-row:nth-child(24) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
#submissions-table > .submission-row:nth-child(25) {
  -webkit-animation-delay: 1250ms;
     -moz-animation-delay: 1250ms;
          animation-delay: 1250ms;
}
#submissions-table > .submission-row:nth-child(26) {
  -webkit-animation-delay: 1300ms;
     -moz-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
#submissions-table > .submission-row:nth-child(27) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
#submissions-table > .submission-row:nth-child(28) {
  -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
#submissions-table > .submission-row:nth-child(29) {
  -webkit-animation-delay: 1450ms;
     -moz-animation-delay: 1450ms;
          animation-delay: 1450ms;
}
#submissions-table > .submission-row:nth-child(30) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
#submissions-table > .submission-row:nth-child(31) {
  -webkit-animation-delay: 1550ms;
     -moz-animation-delay: 1550ms;
          animation-delay: 1550ms;
}
#submissions-table > .submission-row:nth-child(32) {
  -webkit-animation-delay: 1600ms;
     -moz-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
#submissions-table > .submission-row:nth-child(33) {
  -webkit-animation-delay: 1650ms;
     -moz-animation-delay: 1650ms;
          animation-delay: 1650ms;
}
#submissions-table > .submission-row:nth-child(34) {
  -webkit-animation-delay: 1700ms;
     -moz-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
#submissions-table > .submission-row:nth-child(35) {
  -webkit-animation-delay: 1750ms;
     -moz-animation-delay: 1750ms;
          animation-delay: 1750ms;
}
#submissions-table > .submission-row:nth-child(36) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
#submissions-table > .submission-row:nth-child(37) {
  -webkit-animation-delay: 1850ms;
     -moz-animation-delay: 1850ms;
          animation-delay: 1850ms;
}
#submissions-table > .submission-row:nth-child(38) {
  -webkit-animation-delay: 1900ms;
     -moz-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
#submissions-table > .submission-row:nth-child(39) {
  -webkit-animation-delay: 1950ms;
     -moz-animation-delay: 1950ms;
          animation-delay: 1950ms;
}
#submissions-table > .submission-row:nth-child(40) {
  -webkit-animation-delay: 2000ms;
     -moz-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
#submissions-table > .submission-row:nth-child(41) {
  -webkit-animation-delay: 2050ms;
     -moz-animation-delay: 2050ms;
          animation-delay: 2050ms;
}
#submissions-table > .submission-row:nth-child(42) {
  -webkit-animation-delay: 2100ms;
     -moz-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
#submissions-table > .submission-row:nth-child(43) {
  -webkit-animation-delay: 2150ms;
     -moz-animation-delay: 2150ms;
          animation-delay: 2150ms;
}
#submissions-table > .submission-row:nth-child(44) {
  -webkit-animation-delay: 2200ms;
     -moz-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
#submissions-table > .submission-row:nth-child(45) {
  -webkit-animation-delay: 2250ms;
     -moz-animation-delay: 2250ms;
          animation-delay: 2250ms;
}
#submissions-table > .submission-row:nth-child(46) {
  -webkit-animation-delay: 2300ms;
     -moz-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
#submissions-table > .submission-row:nth-child(47) {
  -webkit-animation-delay: 2350ms;
     -moz-animation-delay: 2350ms;
          animation-delay: 2350ms;
}
#submissions-table > .submission-row:nth-child(48) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
#submissions-table > .submission-row:nth-child(49) {
  -webkit-animation-delay: 2450ms;
     -moz-animation-delay: 2450ms;
          animation-delay: 2450ms;
}
#submissions-table > .submission-row:nth-child(50) {
  -webkit-animation-delay: 2500ms;
     -moz-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
#submissions-table > .submission-row:nth-child(51) {
  -webkit-animation-delay: 2550ms;
     -moz-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
#submissions-table > .submission-row:nth-child(52) {
  -webkit-animation-delay: 2600ms;
     -moz-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
#submissions-table > .submission-row:nth-child(53) {
  -webkit-animation-delay: 2650ms;
     -moz-animation-delay: 2650ms;
          animation-delay: 2650ms;
}
#submissions-table > .submission-row:nth-child(54) {
  -webkit-animation-delay: 2700ms;
     -moz-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
#submissions-table > .submission-row:nth-child(55) {
  -webkit-animation-delay: 2750ms;
     -moz-animation-delay: 2750ms;
          animation-delay: 2750ms;
}
#submissions-table > .submission-row:nth-child(56) {
  -webkit-animation-delay: 2800ms;
     -moz-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
#submissions-table > .submission-row:nth-child(57) {
  -webkit-animation-delay: 2850ms;
     -moz-animation-delay: 2850ms;
          animation-delay: 2850ms;
}
#submissions-table > .submission-row:nth-child(58) {
  -webkit-animation-delay: 2900ms;
     -moz-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
#submissions-table > .submission-row:nth-child(59) {
  -webkit-animation-delay: 2950ms;
     -moz-animation-delay: 2950ms;
          animation-delay: 2950ms;
}
#submissions-table > .submission-row:nth-child(60) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
#submissions-table > .submission-row:nth-child(61) {
  -webkit-animation-delay: 3050ms;
     -moz-animation-delay: 3050ms;
          animation-delay: 3050ms;
}
#submissions-table > .submission-row:nth-child(62) {
  -webkit-animation-delay: 3100ms;
     -moz-animation-delay: 3100ms;
          animation-delay: 3100ms;
}
#submissions-table > .submission-row:nth-child(63) {
  -webkit-animation-delay: 3150ms;
     -moz-animation-delay: 3150ms;
          animation-delay: 3150ms;
}
#submissions-table > .submission-row:nth-child(64) {
  -webkit-animation-delay: 3200ms;
     -moz-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
#submissions-table > .submission-row:nth-child(65) {
  -webkit-animation-delay: 3250ms;
     -moz-animation-delay: 3250ms;
          animation-delay: 3250ms;
}
#submissions-table > .submission-row:nth-child(66) {
  -webkit-animation-delay: 3300ms;
     -moz-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
#submissions-table > .submission-row:nth-child(67) {
  -webkit-animation-delay: 3350ms;
     -moz-animation-delay: 3350ms;
          animation-delay: 3350ms;
}
#submissions-table > .submission-row:nth-child(68) {
  -webkit-animation-delay: 3400ms;
     -moz-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
#submissions-table > .submission-row:nth-child(69) {
  -webkit-animation-delay: 3450ms;
     -moz-animation-delay: 3450ms;
          animation-delay: 3450ms;
}
#submissions-table > .submission-row:nth-child(70) {
  -webkit-animation-delay: 3500ms;
     -moz-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
#submissions-table > .submission-row:nth-child(71) {
  -webkit-animation-delay: 3550ms;
     -moz-animation-delay: 3550ms;
          animation-delay: 3550ms;
}
#submissions-table > .submission-row:nth-child(72) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
#submissions-table > .submission-row:nth-child(73) {
  -webkit-animation-delay: 3650ms;
     -moz-animation-delay: 3650ms;
          animation-delay: 3650ms;
}
#submissions-table > .submission-row:nth-child(74) {
  -webkit-animation-delay: 3700ms;
     -moz-animation-delay: 3700ms;
          animation-delay: 3700ms;
}
#submissions-table > .submission-row:nth-child(75) {
  -webkit-animation-delay: 3750ms;
     -moz-animation-delay: 3750ms;
          animation-delay: 3750ms;
}
#submissions-table > .submission-row:nth-child(76) {
  -webkit-animation-delay: 3800ms;
     -moz-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
#submissions-table > .submission-row:nth-child(77) {
  -webkit-animation-delay: 3850ms;
     -moz-animation-delay: 3850ms;
          animation-delay: 3850ms;
}
#submissions-table > .submission-row:nth-child(78) {
  -webkit-animation-delay: 3900ms;
     -moz-animation-delay: 3900ms;
          animation-delay: 3900ms;
}
#submissions-table > .submission-row:nth-child(79) {
  -webkit-animation-delay: 3950ms;
     -moz-animation-delay: 3950ms;
          animation-delay: 3950ms;
}
#submissions-table > .submission-row:nth-child(80) {
  -webkit-animation-delay: 4000ms;
     -moz-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
#submissions-table > .submission-row:nth-child(81) {
  -webkit-animation-delay: 4050ms;
     -moz-animation-delay: 4050ms;
          animation-delay: 4050ms;
}
#submissions-table > .submission-row:nth-child(82) {
  -webkit-animation-delay: 4100ms;
     -moz-animation-delay: 4100ms;
          animation-delay: 4100ms;
}
#submissions-table > .submission-row:nth-child(83) {
  -webkit-animation-delay: 4150ms;
     -moz-animation-delay: 4150ms;
          animation-delay: 4150ms;
}
#submissions-table > .submission-row:nth-child(84) {
  -webkit-animation-delay: 4200ms;
     -moz-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
#submissions-table > .submission-row:nth-child(85) {
  -webkit-animation-delay: 4250ms;
     -moz-animation-delay: 4250ms;
          animation-delay: 4250ms;
}
#submissions-table > .submission-row:nth-child(86) {
  -webkit-animation-delay: 4300ms;
     -moz-animation-delay: 4300ms;
          animation-delay: 4300ms;
}
#submissions-table > .submission-row:nth-child(87) {
  -webkit-animation-delay: 4350ms;
     -moz-animation-delay: 4350ms;
          animation-delay: 4350ms;
}
#submissions-table > .submission-row:nth-child(88) {
  -webkit-animation-delay: 4400ms;
     -moz-animation-delay: 4400ms;
          animation-delay: 4400ms;
}
#submissions-table > .submission-row:nth-child(89) {
  -webkit-animation-delay: 4450ms;
     -moz-animation-delay: 4450ms;
          animation-delay: 4450ms;
}
#submissions-table > .submission-row:nth-child(90) {
  -webkit-animation-delay: 4500ms;
     -moz-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
#submissions-table > .submission-row:nth-child(91) {
  -webkit-animation-delay: 4550ms;
     -moz-animation-delay: 4550ms;
          animation-delay: 4550ms;
}
#submissions-table > .submission-row:nth-child(92) {
  -webkit-animation-delay: 4600ms;
     -moz-animation-delay: 4600ms;
          animation-delay: 4600ms;
}
#submissions-table > .submission-row:nth-child(93) {
  -webkit-animation-delay: 4650ms;
     -moz-animation-delay: 4650ms;
          animation-delay: 4650ms;
}
#submissions-table > .submission-row:nth-child(94) {
  -webkit-animation-delay: 4700ms;
     -moz-animation-delay: 4700ms;
          animation-delay: 4700ms;
}
#submissions-table > .submission-row:nth-child(95) {
  -webkit-animation-delay: 4750ms;
     -moz-animation-delay: 4750ms;
          animation-delay: 4750ms;
}
#submissions-table > .submission-row:nth-child(96) {
  -webkit-animation-delay: 4800ms;
     -moz-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
#submissions-table > .submission-row:nth-child(97) {
  -webkit-animation-delay: 4850ms;
     -moz-animation-delay: 4850ms;
          animation-delay: 4850ms;
}
#submissions-table > .submission-row:nth-child(98) {
  -webkit-animation-delay: 4900ms;
     -moz-animation-delay: 4900ms;
          animation-delay: 4900ms;
}
#submissions-table > .submission-row:nth-child(99) {
  -webkit-animation-delay: 4950ms;
     -moz-animation-delay: 4950ms;
          animation-delay: 4950ms;
}
#submissions-table > .submission-row:nth-child(100) {
  -webkit-animation-delay: 5000ms;
     -moz-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

.anim-stagger-parent > :nth-child(1) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.anim-stagger-parent > :nth-child(2) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.anim-stagger-parent > :nth-child(3) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.anim-stagger-parent > :nth-child(4) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.anim-stagger-parent > :nth-child(5) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.anim-stagger-parent > :nth-child(6) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.anim-stagger-parent > :nth-child(7) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.anim-stagger-parent > :nth-child(8) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.anim-stagger-parent > :nth-child(9) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.anim-stagger-parent > :nth-child(10) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.anim-stagger-parent > :nth-child(11) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.anim-stagger-parent > :nth-child(12) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.anim-stagger-parent > :nth-child(13) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.anim-stagger-parent > :nth-child(14) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.anim-stagger-parent > :nth-child(15) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.anim-stagger-parent > :nth-child(16) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.anim-stagger-parent > :nth-child(17) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.anim-stagger-parent > :nth-child(18) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.anim-stagger-parent > :nth-child(19) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.anim-stagger-parent > :nth-child(20) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.anim-stagger-parent > :nth-child(21) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
.anim-stagger-parent > :nth-child(22) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.anim-stagger-parent > :nth-child(23) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
.anim-stagger-parent > :nth-child(24) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.anim-stagger-parent > :nth-child(25) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.anim-stagger-parent > :nth-child(26) {
  -webkit-animation-delay: 1560ms;
     -moz-animation-delay: 1560ms;
          animation-delay: 1560ms;
}
.anim-stagger-parent > :nth-child(27) {
  -webkit-animation-delay: 1620ms;
     -moz-animation-delay: 1620ms;
          animation-delay: 1620ms;
}
.anim-stagger-parent > :nth-child(28) {
  -webkit-animation-delay: 1680ms;
     -moz-animation-delay: 1680ms;
          animation-delay: 1680ms;
}
.anim-stagger-parent > :nth-child(29) {
  -webkit-animation-delay: 1740ms;
     -moz-animation-delay: 1740ms;
          animation-delay: 1740ms;
}
.anim-stagger-parent > :nth-child(30) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.anim-stagger-parent > :nth-child(31) {
  -webkit-animation-delay: 1860ms;
     -moz-animation-delay: 1860ms;
          animation-delay: 1860ms;
}
.anim-stagger-parent > :nth-child(32) {
  -webkit-animation-delay: 1920ms;
     -moz-animation-delay: 1920ms;
          animation-delay: 1920ms;
}
.anim-stagger-parent > :nth-child(33) {
  -webkit-animation-delay: 1980ms;
     -moz-animation-delay: 1980ms;
          animation-delay: 1980ms;
}
.anim-stagger-parent > :nth-child(34) {
  -webkit-animation-delay: 2040ms;
     -moz-animation-delay: 2040ms;
          animation-delay: 2040ms;
}
.anim-stagger-parent > :nth-child(35) {
  -webkit-animation-delay: 2100ms;
     -moz-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.anim-stagger-parent > :nth-child(36) {
  -webkit-animation-delay: 2160ms;
     -moz-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
.anim-stagger-parent > :nth-child(37) {
  -webkit-animation-delay: 2220ms;
     -moz-animation-delay: 2220ms;
          animation-delay: 2220ms;
}
.anim-stagger-parent > :nth-child(38) {
  -webkit-animation-delay: 2280ms;
     -moz-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.anim-stagger-parent > :nth-child(39) {
  -webkit-animation-delay: 2340ms;
     -moz-animation-delay: 2340ms;
          animation-delay: 2340ms;
}
.anim-stagger-parent > :nth-child(40) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.anim-stagger-parent > :nth-child(41) {
  -webkit-animation-delay: 2460ms;
     -moz-animation-delay: 2460ms;
          animation-delay: 2460ms;
}
.anim-stagger-parent > :nth-child(42) {
  -webkit-animation-delay: 2520ms;
     -moz-animation-delay: 2520ms;
          animation-delay: 2520ms;
}
.anim-stagger-parent > :nth-child(43) {
  -webkit-animation-delay: 2580ms;
     -moz-animation-delay: 2580ms;
          animation-delay: 2580ms;
}
.anim-stagger-parent > :nth-child(44) {
  -webkit-animation-delay: 2640ms;
     -moz-animation-delay: 2640ms;
          animation-delay: 2640ms;
}
.anim-stagger-parent > :nth-child(45) {
  -webkit-animation-delay: 2700ms;
     -moz-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.anim-stagger-parent > :nth-child(46) {
  -webkit-animation-delay: 2760ms;
     -moz-animation-delay: 2760ms;
          animation-delay: 2760ms;
}
.anim-stagger-parent > :nth-child(47) {
  -webkit-animation-delay: 2820ms;
     -moz-animation-delay: 2820ms;
          animation-delay: 2820ms;
}
.anim-stagger-parent > :nth-child(48) {
  -webkit-animation-delay: 2880ms;
     -moz-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.anim-stagger-parent > :nth-child(49) {
  -webkit-animation-delay: 2940ms;
     -moz-animation-delay: 2940ms;
          animation-delay: 2940ms;
}
.anim-stagger-parent > :nth-child(50) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.anim-stagger-parent > :nth-child(51) {
  -webkit-animation-delay: 3060ms;
     -moz-animation-delay: 3060ms;
          animation-delay: 3060ms;
}
.anim-stagger-parent > :nth-child(52) {
  -webkit-animation-delay: 3120ms;
     -moz-animation-delay: 3120ms;
          animation-delay: 3120ms;
}
.anim-stagger-parent > :nth-child(53) {
  -webkit-animation-delay: 3180ms;
     -moz-animation-delay: 3180ms;
          animation-delay: 3180ms;
}
.anim-stagger-parent > :nth-child(54) {
  -webkit-animation-delay: 3240ms;
     -moz-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.anim-stagger-parent > :nth-child(55) {
  -webkit-animation-delay: 3300ms;
     -moz-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
.anim-stagger-parent > :nth-child(56) {
  -webkit-animation-delay: 3360ms;
     -moz-animation-delay: 3360ms;
          animation-delay: 3360ms;
}
.anim-stagger-parent > :nth-child(57) {
  -webkit-animation-delay: 3420ms;
     -moz-animation-delay: 3420ms;
          animation-delay: 3420ms;
}
.anim-stagger-parent > :nth-child(58) {
  -webkit-animation-delay: 3480ms;
     -moz-animation-delay: 3480ms;
          animation-delay: 3480ms;
}
.anim-stagger-parent > :nth-child(59) {
  -webkit-animation-delay: 3540ms;
     -moz-animation-delay: 3540ms;
          animation-delay: 3540ms;
}
.anim-stagger-parent > :nth-child(60) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.anim-stagger-parent > :nth-child(61) {
  -webkit-animation-delay: 3660ms;
     -moz-animation-delay: 3660ms;
          animation-delay: 3660ms;
}
.anim-stagger-parent > :nth-child(62) {
  -webkit-animation-delay: 3720ms;
     -moz-animation-delay: 3720ms;
          animation-delay: 3720ms;
}
.anim-stagger-parent > :nth-child(63) {
  -webkit-animation-delay: 3780ms;
     -moz-animation-delay: 3780ms;
          animation-delay: 3780ms;
}
.anim-stagger-parent > :nth-child(64) {
  -webkit-animation-delay: 3840ms;
     -moz-animation-delay: 3840ms;
          animation-delay: 3840ms;
}
.anim-stagger-parent > :nth-child(65) {
  -webkit-animation-delay: 3900ms;
     -moz-animation-delay: 3900ms;
          animation-delay: 3900ms;
}
.anim-stagger-parent > :nth-child(66) {
  -webkit-animation-delay: 3960ms;
     -moz-animation-delay: 3960ms;
          animation-delay: 3960ms;
}
.anim-stagger-parent > :nth-child(67) {
  -webkit-animation-delay: 4020ms;
     -moz-animation-delay: 4020ms;
          animation-delay: 4020ms;
}
.anim-stagger-parent > :nth-child(68) {
  -webkit-animation-delay: 4080ms;
     -moz-animation-delay: 4080ms;
          animation-delay: 4080ms;
}
.anim-stagger-parent > :nth-child(69) {
  -webkit-animation-delay: 4140ms;
     -moz-animation-delay: 4140ms;
          animation-delay: 4140ms;
}
.anim-stagger-parent > :nth-child(70) {
  -webkit-animation-delay: 4200ms;
     -moz-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
.anim-stagger-parent > :nth-child(71) {
  -webkit-animation-delay: 4260ms;
     -moz-animation-delay: 4260ms;
          animation-delay: 4260ms;
}
.anim-stagger-parent > :nth-child(72) {
  -webkit-animation-delay: 4320ms;
     -moz-animation-delay: 4320ms;
          animation-delay: 4320ms;
}
.anim-stagger-parent > :nth-child(73) {
  -webkit-animation-delay: 4380ms;
     -moz-animation-delay: 4380ms;
          animation-delay: 4380ms;
}
.anim-stagger-parent > :nth-child(74) {
  -webkit-animation-delay: 4440ms;
     -moz-animation-delay: 4440ms;
          animation-delay: 4440ms;
}
.anim-stagger-parent > :nth-child(75) {
  -webkit-animation-delay: 4500ms;
     -moz-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
.anim-stagger-parent > :nth-child(76) {
  -webkit-animation-delay: 4560ms;
     -moz-animation-delay: 4560ms;
          animation-delay: 4560ms;
}
.anim-stagger-parent > :nth-child(77) {
  -webkit-animation-delay: 4620ms;
     -moz-animation-delay: 4620ms;
          animation-delay: 4620ms;
}
.anim-stagger-parent > :nth-child(78) {
  -webkit-animation-delay: 4680ms;
     -moz-animation-delay: 4680ms;
          animation-delay: 4680ms;
}
.anim-stagger-parent > :nth-child(79) {
  -webkit-animation-delay: 4740ms;
     -moz-animation-delay: 4740ms;
          animation-delay: 4740ms;
}
.anim-stagger-parent > :nth-child(80) {
  -webkit-animation-delay: 4800ms;
     -moz-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
.anim-stagger-parent > :nth-child(81) {
  -webkit-animation-delay: 4860ms;
     -moz-animation-delay: 4860ms;
          animation-delay: 4860ms;
}
.anim-stagger-parent > :nth-child(82) {
  -webkit-animation-delay: 4920ms;
     -moz-animation-delay: 4920ms;
          animation-delay: 4920ms;
}
.anim-stagger-parent > :nth-child(83) {
  -webkit-animation-delay: 4980ms;
     -moz-animation-delay: 4980ms;
          animation-delay: 4980ms;
}
.anim-stagger-parent > :nth-child(84) {
  -webkit-animation-delay: 5040ms;
     -moz-animation-delay: 5040ms;
          animation-delay: 5040ms;
}
.anim-stagger-parent > :nth-child(85) {
  -webkit-animation-delay: 5100ms;
     -moz-animation-delay: 5100ms;
          animation-delay: 5100ms;
}
.anim-stagger-parent > :nth-child(86) {
  -webkit-animation-delay: 5160ms;
     -moz-animation-delay: 5160ms;
          animation-delay: 5160ms;
}
.anim-stagger-parent > :nth-child(87) {
  -webkit-animation-delay: 5220ms;
     -moz-animation-delay: 5220ms;
          animation-delay: 5220ms;
}
.anim-stagger-parent > :nth-child(88) {
  -webkit-animation-delay: 5280ms;
     -moz-animation-delay: 5280ms;
          animation-delay: 5280ms;
}
.anim-stagger-parent > :nth-child(89) {
  -webkit-animation-delay: 5340ms;
     -moz-animation-delay: 5340ms;
          animation-delay: 5340ms;
}
.anim-stagger-parent > :nth-child(90) {
  -webkit-animation-delay: 5400ms;
     -moz-animation-delay: 5400ms;
          animation-delay: 5400ms;
}
.anim-stagger-parent > :nth-child(91) {
  -webkit-animation-delay: 5460ms;
     -moz-animation-delay: 5460ms;
          animation-delay: 5460ms;
}
.anim-stagger-parent > :nth-child(92) {
  -webkit-animation-delay: 5520ms;
     -moz-animation-delay: 5520ms;
          animation-delay: 5520ms;
}
.anim-stagger-parent > :nth-child(93) {
  -webkit-animation-delay: 5580ms;
     -moz-animation-delay: 5580ms;
          animation-delay: 5580ms;
}
.anim-stagger-parent > :nth-child(94) {
  -webkit-animation-delay: 5640ms;
     -moz-animation-delay: 5640ms;
          animation-delay: 5640ms;
}
.anim-stagger-parent > :nth-child(95) {
  -webkit-animation-delay: 5700ms;
     -moz-animation-delay: 5700ms;
          animation-delay: 5700ms;
}
.anim-stagger-parent > :nth-child(96) {
  -webkit-animation-delay: 5760ms;
     -moz-animation-delay: 5760ms;
          animation-delay: 5760ms;
}
.anim-stagger-parent > :nth-child(97) {
  -webkit-animation-delay: 5820ms;
     -moz-animation-delay: 5820ms;
          animation-delay: 5820ms;
}
.anim-stagger-parent > :nth-child(98) {
  -webkit-animation-delay: 5880ms;
     -moz-animation-delay: 5880ms;
          animation-delay: 5880ms;
}
.anim-stagger-parent > :nth-child(99) {
  -webkit-animation-delay: 5940ms;
     -moz-animation-delay: 5940ms;
          animation-delay: 5940ms;
}
.anim-stagger-parent > :nth-child(100) {
  -webkit-animation-delay: 6000ms;
     -moz-animation-delay: 6000ms;
          animation-delay: 6000ms;
}

.content-description > h1, .content-description > h2, .content-description > h3, .content-description > h4, .content-description > h5, .content-description > h6,
.content-description > p,
.content-description > ul, .content-description > ol,
.content-description > blockquote,
.content-description > pre,
.content-description > table,
.content-description > hr,
.martor-preview > h1,
.martor-preview > h2,
.martor-preview > h3,
.martor-preview > h4,
.martor-preview > h5,
.martor-preview > h6,
.martor-preview > p,
.martor-preview > ul,
.martor-preview > ol,
.martor-preview > blockquote,
.martor-preview > pre,
.martor-preview > table,
.martor-preview > hr,
.form .martor-preview > h1,
.form .martor-preview > h2,
.form .martor-preview > h3,
.form .martor-preview > h4,
.form .martor-preview > h5,
.form .martor-preview > h6,
.form .martor-preview > p,
.form .martor-preview > ul,
.form .martor-preview > ol,
.form .martor-preview > blockquote,
.form .martor-preview > pre,
.form .martor-preview > table,
.form .martor-preview > hr {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.content-description > ul > li,
.content-description > ol > li,
.martor-preview > ul > li,
.martor-preview > ol > li,
.form .martor-preview > ul > li,
.form .martor-preview > ol > li {
  -webkit-animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.content-description > table tr,
.martor-preview > table tr,
.form .martor-preview > table tr {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.content-description > :nth-child(1),
.martor-preview > :nth-child(1),
.form .martor-preview > :nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.content-description > ul > li:nth-child(1),
.content-description > ol > li:nth-child(1),
.martor-preview > ul > li:nth-child(1),
.martor-preview > ol > li:nth-child(1),
.form .martor-preview > ul > li:nth-child(1),
.form .martor-preview > ol > li:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.content-description > table tr:nth-child(1),
.martor-preview > table tr:nth-child(1),
.form .martor-preview > table tr:nth-child(1) {
  -webkit-animation-delay: 30ms;
     -moz-animation-delay: 30ms;
          animation-delay: 30ms;
}
.content-description > :nth-child(2),
.martor-preview > :nth-child(2),
.form .martor-preview > :nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.content-description > ul > li:nth-child(2),
.content-description > ol > li:nth-child(2),
.martor-preview > ul > li:nth-child(2),
.martor-preview > ol > li:nth-child(2),
.form .martor-preview > ul > li:nth-child(2),
.form .martor-preview > ol > li:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.content-description > table tr:nth-child(2),
.martor-preview > table tr:nth-child(2),
.form .martor-preview > table tr:nth-child(2) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.content-description > :nth-child(3),
.martor-preview > :nth-child(3),
.form .martor-preview > :nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.content-description > ul > li:nth-child(3),
.content-description > ol > li:nth-child(3),
.martor-preview > ul > li:nth-child(3),
.martor-preview > ol > li:nth-child(3),
.form .martor-preview > ul > li:nth-child(3),
.form .martor-preview > ol > li:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.content-description > table tr:nth-child(3),
.martor-preview > table tr:nth-child(3),
.form .martor-preview > table tr:nth-child(3) {
  -webkit-animation-delay: 90ms;
     -moz-animation-delay: 90ms;
          animation-delay: 90ms;
}
.content-description > :nth-child(4),
.martor-preview > :nth-child(4),
.form .martor-preview > :nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.content-description > ul > li:nth-child(4),
.content-description > ol > li:nth-child(4),
.martor-preview > ul > li:nth-child(4),
.martor-preview > ol > li:nth-child(4),
.form .martor-preview > ul > li:nth-child(4),
.form .martor-preview > ol > li:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.content-description > table tr:nth-child(4),
.martor-preview > table tr:nth-child(4),
.form .martor-preview > table tr:nth-child(4) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.content-description > :nth-child(5),
.martor-preview > :nth-child(5),
.form .martor-preview > :nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.content-description > ul > li:nth-child(5),
.content-description > ol > li:nth-child(5),
.martor-preview > ul > li:nth-child(5),
.martor-preview > ol > li:nth-child(5),
.form .martor-preview > ul > li:nth-child(5),
.form .martor-preview > ol > li:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.content-description > table tr:nth-child(5),
.martor-preview > table tr:nth-child(5),
.form .martor-preview > table tr:nth-child(5) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.content-description > :nth-child(6),
.martor-preview > :nth-child(6),
.form .martor-preview > :nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.content-description > ul > li:nth-child(6),
.content-description > ol > li:nth-child(6),
.martor-preview > ul > li:nth-child(6),
.martor-preview > ol > li:nth-child(6),
.form .martor-preview > ul > li:nth-child(6),
.form .martor-preview > ol > li:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.content-description > table tr:nth-child(6),
.martor-preview > table tr:nth-child(6),
.form .martor-preview > table tr:nth-child(6) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.content-description > :nth-child(7),
.martor-preview > :nth-child(7),
.form .martor-preview > :nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.content-description > ul > li:nth-child(7),
.content-description > ol > li:nth-child(7),
.martor-preview > ul > li:nth-child(7),
.martor-preview > ol > li:nth-child(7),
.form .martor-preview > ul > li:nth-child(7),
.form .martor-preview > ol > li:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.content-description > table tr:nth-child(7),
.martor-preview > table tr:nth-child(7),
.form .martor-preview > table tr:nth-child(7) {
  -webkit-animation-delay: 210ms;
     -moz-animation-delay: 210ms;
          animation-delay: 210ms;
}
.content-description > :nth-child(8),
.martor-preview > :nth-child(8),
.form .martor-preview > :nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.content-description > ul > li:nth-child(8),
.content-description > ol > li:nth-child(8),
.martor-preview > ul > li:nth-child(8),
.martor-preview > ol > li:nth-child(8),
.form .martor-preview > ul > li:nth-child(8),
.form .martor-preview > ol > li:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.content-description > table tr:nth-child(8),
.martor-preview > table tr:nth-child(8),
.form .martor-preview > table tr:nth-child(8) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.content-description > :nth-child(9),
.martor-preview > :nth-child(9),
.form .martor-preview > :nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.content-description > ul > li:nth-child(9),
.content-description > ol > li:nth-child(9),
.martor-preview > ul > li:nth-child(9),
.martor-preview > ol > li:nth-child(9),
.form .martor-preview > ul > li:nth-child(9),
.form .martor-preview > ol > li:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.content-description > table tr:nth-child(9),
.martor-preview > table tr:nth-child(9),
.form .martor-preview > table tr:nth-child(9) {
  -webkit-animation-delay: 270ms;
     -moz-animation-delay: 270ms;
          animation-delay: 270ms;
}
.content-description > :nth-child(10),
.martor-preview > :nth-child(10),
.form .martor-preview > :nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.content-description > ul > li:nth-child(10),
.content-description > ol > li:nth-child(10),
.martor-preview > ul > li:nth-child(10),
.martor-preview > ol > li:nth-child(10),
.form .martor-preview > ul > li:nth-child(10),
.form .martor-preview > ol > li:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.content-description > table tr:nth-child(10),
.martor-preview > table tr:nth-child(10),
.form .martor-preview > table tr:nth-child(10) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.content-description > :nth-child(11),
.martor-preview > :nth-child(11),
.form .martor-preview > :nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.content-description > ul > li:nth-child(11),
.content-description > ol > li:nth-child(11),
.martor-preview > ul > li:nth-child(11),
.martor-preview > ol > li:nth-child(11),
.form .martor-preview > ul > li:nth-child(11),
.form .martor-preview > ol > li:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.content-description > table tr:nth-child(11),
.martor-preview > table tr:nth-child(11),
.form .martor-preview > table tr:nth-child(11) {
  -webkit-animation-delay: 330ms;
     -moz-animation-delay: 330ms;
          animation-delay: 330ms;
}
.content-description > :nth-child(12),
.martor-preview > :nth-child(12),
.form .martor-preview > :nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.content-description > ul > li:nth-child(12),
.content-description > ol > li:nth-child(12),
.martor-preview > ul > li:nth-child(12),
.martor-preview > ol > li:nth-child(12),
.form .martor-preview > ul > li:nth-child(12),
.form .martor-preview > ol > li:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.content-description > table tr:nth-child(12),
.martor-preview > table tr:nth-child(12),
.form .martor-preview > table tr:nth-child(12) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.content-description > :nth-child(13),
.martor-preview > :nth-child(13),
.form .martor-preview > :nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.content-description > ul > li:nth-child(13),
.content-description > ol > li:nth-child(13),
.martor-preview > ul > li:nth-child(13),
.martor-preview > ol > li:nth-child(13),
.form .martor-preview > ul > li:nth-child(13),
.form .martor-preview > ol > li:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.content-description > table tr:nth-child(13),
.martor-preview > table tr:nth-child(13),
.form .martor-preview > table tr:nth-child(13) {
  -webkit-animation-delay: 390ms;
     -moz-animation-delay: 390ms;
          animation-delay: 390ms;
}
.content-description > :nth-child(14),
.martor-preview > :nth-child(14),
.form .martor-preview > :nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.content-description > ul > li:nth-child(14),
.content-description > ol > li:nth-child(14),
.martor-preview > ul > li:nth-child(14),
.martor-preview > ol > li:nth-child(14),
.form .martor-preview > ul > li:nth-child(14),
.form .martor-preview > ol > li:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.content-description > table tr:nth-child(14),
.martor-preview > table tr:nth-child(14),
.form .martor-preview > table tr:nth-child(14) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.content-description > :nth-child(15),
.martor-preview > :nth-child(15),
.form .martor-preview > :nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.content-description > ul > li:nth-child(15),
.content-description > ol > li:nth-child(15),
.martor-preview > ul > li:nth-child(15),
.martor-preview > ol > li:nth-child(15),
.form .martor-preview > ul > li:nth-child(15),
.form .martor-preview > ol > li:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.content-description > table tr:nth-child(15),
.martor-preview > table tr:nth-child(15),
.form .martor-preview > table tr:nth-child(15) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.content-description > :nth-child(16),
.martor-preview > :nth-child(16),
.form .martor-preview > :nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
.content-description > ul > li:nth-child(16),
.content-description > ol > li:nth-child(16),
.martor-preview > ul > li:nth-child(16),
.martor-preview > ol > li:nth-child(16),
.form .martor-preview > ul > li:nth-child(16),
.form .martor-preview > ol > li:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
.content-description > table tr:nth-child(16),
.martor-preview > table tr:nth-child(16),
.form .martor-preview > table tr:nth-child(16) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.content-description > :nth-child(17),
.martor-preview > :nth-child(17),
.form .martor-preview > :nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
.content-description > ul > li:nth-child(17),
.content-description > ol > li:nth-child(17),
.martor-preview > ul > li:nth-child(17),
.martor-preview > ol > li:nth-child(17),
.form .martor-preview > ul > li:nth-child(17),
.form .martor-preview > ol > li:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
.content-description > table tr:nth-child(17),
.martor-preview > table tr:nth-child(17),
.form .martor-preview > table tr:nth-child(17) {
  -webkit-animation-delay: 510ms;
     -moz-animation-delay: 510ms;
          animation-delay: 510ms;
}
.content-description > :nth-child(18),
.martor-preview > :nth-child(18),
.form .martor-preview > :nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.content-description > ul > li:nth-child(18),
.content-description > ol > li:nth-child(18),
.martor-preview > ul > li:nth-child(18),
.martor-preview > ol > li:nth-child(18),
.form .martor-preview > ul > li:nth-child(18),
.form .martor-preview > ol > li:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.content-description > table tr:nth-child(18),
.martor-preview > table tr:nth-child(18),
.form .martor-preview > table tr:nth-child(18) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.content-description > :nth-child(19),
.martor-preview > :nth-child(19),
.form .martor-preview > :nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
.content-description > ul > li:nth-child(19),
.content-description > ol > li:nth-child(19),
.martor-preview > ul > li:nth-child(19),
.martor-preview > ol > li:nth-child(19),
.form .martor-preview > ul > li:nth-child(19),
.form .martor-preview > ol > li:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
.content-description > table tr:nth-child(19),
.martor-preview > table tr:nth-child(19),
.form .martor-preview > table tr:nth-child(19) {
  -webkit-animation-delay: 570ms;
     -moz-animation-delay: 570ms;
          animation-delay: 570ms;
}
.content-description > :nth-child(20),
.martor-preview > :nth-child(20),
.form .martor-preview > :nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.content-description > ul > li:nth-child(20),
.content-description > ol > li:nth-child(20),
.martor-preview > ul > li:nth-child(20),
.martor-preview > ol > li:nth-child(20),
.form .martor-preview > ul > li:nth-child(20),
.form .martor-preview > ol > li:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.content-description > table tr:nth-child(20),
.martor-preview > table tr:nth-child(20),
.form .martor-preview > table tr:nth-child(20) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.content-description > :nth-child(21),
.martor-preview > :nth-child(21),
.form .martor-preview > :nth-child(21) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.content-description > ul > li:nth-child(21),
.content-description > ol > li:nth-child(21),
.martor-preview > ul > li:nth-child(21),
.martor-preview > ol > li:nth-child(21),
.form .martor-preview > ul > li:nth-child(21),
.form .martor-preview > ol > li:nth-child(21) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.content-description > table tr:nth-child(21),
.martor-preview > table tr:nth-child(21),
.form .martor-preview > table tr:nth-child(21) {
  -webkit-animation-delay: 630ms;
     -moz-animation-delay: 630ms;
          animation-delay: 630ms;
}
.content-description > :nth-child(22),
.martor-preview > :nth-child(22),
.form .martor-preview > :nth-child(22) {
  -webkit-animation-delay: 880ms;
     -moz-animation-delay: 880ms;
          animation-delay: 880ms;
}
.content-description > ul > li:nth-child(22),
.content-description > ol > li:nth-child(22),
.martor-preview > ul > li:nth-child(22),
.martor-preview > ol > li:nth-child(22),
.form .martor-preview > ul > li:nth-child(22),
.form .martor-preview > ol > li:nth-child(22) {
  -webkit-animation-delay: 880ms;
     -moz-animation-delay: 880ms;
          animation-delay: 880ms;
}
.content-description > table tr:nth-child(22),
.martor-preview > table tr:nth-child(22),
.form .martor-preview > table tr:nth-child(22) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.content-description > :nth-child(23),
.martor-preview > :nth-child(23),
.form .martor-preview > :nth-child(23) {
  -webkit-animation-delay: 920ms;
     -moz-animation-delay: 920ms;
          animation-delay: 920ms;
}
.content-description > ul > li:nth-child(23),
.content-description > ol > li:nth-child(23),
.martor-preview > ul > li:nth-child(23),
.martor-preview > ol > li:nth-child(23),
.form .martor-preview > ul > li:nth-child(23),
.form .martor-preview > ol > li:nth-child(23) {
  -webkit-animation-delay: 920ms;
     -moz-animation-delay: 920ms;
          animation-delay: 920ms;
}
.content-description > table tr:nth-child(23),
.martor-preview > table tr:nth-child(23),
.form .martor-preview > table tr:nth-child(23) {
  -webkit-animation-delay: 690ms;
     -moz-animation-delay: 690ms;
          animation-delay: 690ms;
}
.content-description > :nth-child(24),
.martor-preview > :nth-child(24),
.form .martor-preview > :nth-child(24) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.content-description > ul > li:nth-child(24),
.content-description > ol > li:nth-child(24),
.martor-preview > ul > li:nth-child(24),
.martor-preview > ol > li:nth-child(24),
.form .martor-preview > ul > li:nth-child(24),
.form .martor-preview > ol > li:nth-child(24) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.content-description > table tr:nth-child(24),
.martor-preview > table tr:nth-child(24),
.form .martor-preview > table tr:nth-child(24) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.content-description > :nth-child(25),
.martor-preview > :nth-child(25),
.form .martor-preview > :nth-child(25) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.content-description > ul > li:nth-child(25),
.content-description > ol > li:nth-child(25),
.martor-preview > ul > li:nth-child(25),
.martor-preview > ol > li:nth-child(25),
.form .martor-preview > ul > li:nth-child(25),
.form .martor-preview > ol > li:nth-child(25) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.content-description > table tr:nth-child(25),
.martor-preview > table tr:nth-child(25),
.form .martor-preview > table tr:nth-child(25) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
.content-description > :nth-child(26),
.martor-preview > :nth-child(26),
.form .martor-preview > :nth-child(26) {
  -webkit-animation-delay: 1040ms;
     -moz-animation-delay: 1040ms;
          animation-delay: 1040ms;
}
.content-description > ul > li:nth-child(26),
.content-description > ol > li:nth-child(26),
.martor-preview > ul > li:nth-child(26),
.martor-preview > ol > li:nth-child(26),
.form .martor-preview > ul > li:nth-child(26),
.form .martor-preview > ol > li:nth-child(26) {
  -webkit-animation-delay: 1040ms;
     -moz-animation-delay: 1040ms;
          animation-delay: 1040ms;
}
.content-description > table tr:nth-child(26),
.martor-preview > table tr:nth-child(26),
.form .martor-preview > table tr:nth-child(26) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.content-description > :nth-child(27),
.martor-preview > :nth-child(27),
.form .martor-preview > :nth-child(27) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.content-description > ul > li:nth-child(27),
.content-description > ol > li:nth-child(27),
.martor-preview > ul > li:nth-child(27),
.martor-preview > ol > li:nth-child(27),
.form .martor-preview > ul > li:nth-child(27),
.form .martor-preview > ol > li:nth-child(27) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.content-description > table tr:nth-child(27),
.martor-preview > table tr:nth-child(27),
.form .martor-preview > table tr:nth-child(27) {
  -webkit-animation-delay: 810ms;
     -moz-animation-delay: 810ms;
          animation-delay: 810ms;
}
.content-description > :nth-child(28),
.martor-preview > :nth-child(28),
.form .martor-preview > :nth-child(28) {
  -webkit-animation-delay: 1120ms;
     -moz-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.content-description > ul > li:nth-child(28),
.content-description > ol > li:nth-child(28),
.martor-preview > ul > li:nth-child(28),
.martor-preview > ol > li:nth-child(28),
.form .martor-preview > ul > li:nth-child(28),
.form .martor-preview > ol > li:nth-child(28) {
  -webkit-animation-delay: 1120ms;
     -moz-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.content-description > table tr:nth-child(28),
.martor-preview > table tr:nth-child(28),
.form .martor-preview > table tr:nth-child(28) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.content-description > :nth-child(29),
.martor-preview > :nth-child(29),
.form .martor-preview > :nth-child(29) {
  -webkit-animation-delay: 1160ms;
     -moz-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.content-description > ul > li:nth-child(29),
.content-description > ol > li:nth-child(29),
.martor-preview > ul > li:nth-child(29),
.martor-preview > ol > li:nth-child(29),
.form .martor-preview > ul > li:nth-child(29),
.form .martor-preview > ol > li:nth-child(29) {
  -webkit-animation-delay: 1160ms;
     -moz-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.content-description > table tr:nth-child(29),
.martor-preview > table tr:nth-child(29),
.form .martor-preview > table tr:nth-child(29) {
  -webkit-animation-delay: 870ms;
     -moz-animation-delay: 870ms;
          animation-delay: 870ms;
}
.content-description > :nth-child(30),
.martor-preview > :nth-child(30),
.form .martor-preview > :nth-child(30) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.content-description > ul > li:nth-child(30),
.content-description > ol > li:nth-child(30),
.martor-preview > ul > li:nth-child(30),
.martor-preview > ol > li:nth-child(30),
.form .martor-preview > ul > li:nth-child(30),
.form .martor-preview > ol > li:nth-child(30) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.content-description > table tr:nth-child(30),
.martor-preview > table tr:nth-child(30),
.form .martor-preview > table tr:nth-child(30) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.content-description > :nth-child(31),
.martor-preview > :nth-child(31),
.form .martor-preview > :nth-child(31) {
  -webkit-animation-delay: 1240ms;
     -moz-animation-delay: 1240ms;
          animation-delay: 1240ms;
}
.content-description > ul > li:nth-child(31),
.content-description > ol > li:nth-child(31),
.martor-preview > ul > li:nth-child(31),
.martor-preview > ol > li:nth-child(31),
.form .martor-preview > ul > li:nth-child(31),
.form .martor-preview > ol > li:nth-child(31) {
  -webkit-animation-delay: 1240ms;
     -moz-animation-delay: 1240ms;
          animation-delay: 1240ms;
}
.content-description > table tr:nth-child(31),
.martor-preview > table tr:nth-child(31),
.form .martor-preview > table tr:nth-child(31) {
  -webkit-animation-delay: 930ms;
     -moz-animation-delay: 930ms;
          animation-delay: 930ms;
}
.content-description > :nth-child(32),
.martor-preview > :nth-child(32),
.form .martor-preview > :nth-child(32) {
  -webkit-animation-delay: 1280ms;
     -moz-animation-delay: 1280ms;
          animation-delay: 1280ms;
}
.content-description > ul > li:nth-child(32),
.content-description > ol > li:nth-child(32),
.martor-preview > ul > li:nth-child(32),
.martor-preview > ol > li:nth-child(32),
.form .martor-preview > ul > li:nth-child(32),
.form .martor-preview > ol > li:nth-child(32) {
  -webkit-animation-delay: 1280ms;
     -moz-animation-delay: 1280ms;
          animation-delay: 1280ms;
}
.content-description > table tr:nth-child(32),
.martor-preview > table tr:nth-child(32),
.form .martor-preview > table tr:nth-child(32) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.content-description > :nth-child(33),
.martor-preview > :nth-child(33),
.form .martor-preview > :nth-child(33) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.content-description > ul > li:nth-child(33),
.content-description > ol > li:nth-child(33),
.martor-preview > ul > li:nth-child(33),
.martor-preview > ol > li:nth-child(33),
.form .martor-preview > ul > li:nth-child(33),
.form .martor-preview > ol > li:nth-child(33) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.content-description > table tr:nth-child(33),
.martor-preview > table tr:nth-child(33),
.form .martor-preview > table tr:nth-child(33) {
  -webkit-animation-delay: 990ms;
     -moz-animation-delay: 990ms;
          animation-delay: 990ms;
}
.content-description > :nth-child(34),
.martor-preview > :nth-child(34),
.form .martor-preview > :nth-child(34) {
  -webkit-animation-delay: 1360ms;
     -moz-animation-delay: 1360ms;
          animation-delay: 1360ms;
}
.content-description > ul > li:nth-child(34),
.content-description > ol > li:nth-child(34),
.martor-preview > ul > li:nth-child(34),
.martor-preview > ol > li:nth-child(34),
.form .martor-preview > ul > li:nth-child(34),
.form .martor-preview > ol > li:nth-child(34) {
  -webkit-animation-delay: 1360ms;
     -moz-animation-delay: 1360ms;
          animation-delay: 1360ms;
}
.content-description > table tr:nth-child(34),
.martor-preview > table tr:nth-child(34),
.form .martor-preview > table tr:nth-child(34) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.content-description > :nth-child(35),
.martor-preview > :nth-child(35),
.form .martor-preview > :nth-child(35) {
  -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.content-description > ul > li:nth-child(35),
.content-description > ol > li:nth-child(35),
.martor-preview > ul > li:nth-child(35),
.martor-preview > ol > li:nth-child(35),
.form .martor-preview > ul > li:nth-child(35),
.form .martor-preview > ol > li:nth-child(35) {
  -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.content-description > table tr:nth-child(35),
.martor-preview > table tr:nth-child(35),
.form .martor-preview > table tr:nth-child(35) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
.content-description > :nth-child(36),
.martor-preview > :nth-child(36),
.form .martor-preview > :nth-child(36) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.content-description > ul > li:nth-child(36),
.content-description > ol > li:nth-child(36),
.martor-preview > ul > li:nth-child(36),
.martor-preview > ol > li:nth-child(36),
.form .martor-preview > ul > li:nth-child(36),
.form .martor-preview > ol > li:nth-child(36) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.content-description > table tr:nth-child(36),
.martor-preview > table tr:nth-child(36),
.form .martor-preview > table tr:nth-child(36) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.content-description > :nth-child(37),
.martor-preview > :nth-child(37),
.form .martor-preview > :nth-child(37) {
  -webkit-animation-delay: 1480ms;
     -moz-animation-delay: 1480ms;
          animation-delay: 1480ms;
}
.content-description > ul > li:nth-child(37),
.content-description > ol > li:nth-child(37),
.martor-preview > ul > li:nth-child(37),
.martor-preview > ol > li:nth-child(37),
.form .martor-preview > ul > li:nth-child(37),
.form .martor-preview > ol > li:nth-child(37) {
  -webkit-animation-delay: 1480ms;
     -moz-animation-delay: 1480ms;
          animation-delay: 1480ms;
}
.content-description > table tr:nth-child(37),
.martor-preview > table tr:nth-child(37),
.form .martor-preview > table tr:nth-child(37) {
  -webkit-animation-delay: 1110ms;
     -moz-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
.content-description > :nth-child(38),
.martor-preview > :nth-child(38),
.form .martor-preview > :nth-child(38) {
  -webkit-animation-delay: 1520ms;
     -moz-animation-delay: 1520ms;
          animation-delay: 1520ms;
}
.content-description > ul > li:nth-child(38),
.content-description > ol > li:nth-child(38),
.martor-preview > ul > li:nth-child(38),
.martor-preview > ol > li:nth-child(38),
.form .martor-preview > ul > li:nth-child(38),
.form .martor-preview > ol > li:nth-child(38) {
  -webkit-animation-delay: 1520ms;
     -moz-animation-delay: 1520ms;
          animation-delay: 1520ms;
}
.content-description > table tr:nth-child(38),
.martor-preview > table tr:nth-child(38),
.form .martor-preview > table tr:nth-child(38) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.content-description > :nth-child(39),
.martor-preview > :nth-child(39),
.form .martor-preview > :nth-child(39) {
  -webkit-animation-delay: 1560ms;
     -moz-animation-delay: 1560ms;
          animation-delay: 1560ms;
}
.content-description > ul > li:nth-child(39),
.content-description > ol > li:nth-child(39),
.martor-preview > ul > li:nth-child(39),
.martor-preview > ol > li:nth-child(39),
.form .martor-preview > ul > li:nth-child(39),
.form .martor-preview > ol > li:nth-child(39) {
  -webkit-animation-delay: 1560ms;
     -moz-animation-delay: 1560ms;
          animation-delay: 1560ms;
}
.content-description > table tr:nth-child(39),
.martor-preview > table tr:nth-child(39),
.form .martor-preview > table tr:nth-child(39) {
  -webkit-animation-delay: 1170ms;
     -moz-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
.content-description > :nth-child(40),
.martor-preview > :nth-child(40),
.form .martor-preview > :nth-child(40) {
  -webkit-animation-delay: 1600ms;
     -moz-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.content-description > ul > li:nth-child(40),
.content-description > ol > li:nth-child(40),
.martor-preview > ul > li:nth-child(40),
.martor-preview > ol > li:nth-child(40),
.form .martor-preview > ul > li:nth-child(40),
.form .martor-preview > ol > li:nth-child(40) {
  -webkit-animation-delay: 1600ms;
     -moz-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.content-description > table tr:nth-child(40),
.martor-preview > table tr:nth-child(40),
.form .martor-preview > table tr:nth-child(40) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.content-description > :nth-child(41),
.martor-preview > :nth-child(41),
.form .martor-preview > :nth-child(41) {
  -webkit-animation-delay: 1640ms;
     -moz-animation-delay: 1640ms;
          animation-delay: 1640ms;
}
.content-description > ul > li:nth-child(41),
.content-description > ol > li:nth-child(41),
.martor-preview > ul > li:nth-child(41),
.martor-preview > ol > li:nth-child(41),
.form .martor-preview > ul > li:nth-child(41),
.form .martor-preview > ol > li:nth-child(41) {
  -webkit-animation-delay: 1640ms;
     -moz-animation-delay: 1640ms;
          animation-delay: 1640ms;
}
.content-description > table tr:nth-child(41),
.martor-preview > table tr:nth-child(41),
.form .martor-preview > table tr:nth-child(41) {
  -webkit-animation-delay: 1230ms;
     -moz-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
.content-description > :nth-child(42),
.martor-preview > :nth-child(42),
.form .martor-preview > :nth-child(42) {
  -webkit-animation-delay: 1680ms;
     -moz-animation-delay: 1680ms;
          animation-delay: 1680ms;
}
.content-description > ul > li:nth-child(42),
.content-description > ol > li:nth-child(42),
.martor-preview > ul > li:nth-child(42),
.martor-preview > ol > li:nth-child(42),
.form .martor-preview > ul > li:nth-child(42),
.form .martor-preview > ol > li:nth-child(42) {
  -webkit-animation-delay: 1680ms;
     -moz-animation-delay: 1680ms;
          animation-delay: 1680ms;
}
.content-description > table tr:nth-child(42),
.martor-preview > table tr:nth-child(42),
.form .martor-preview > table tr:nth-child(42) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
.content-description > :nth-child(43),
.martor-preview > :nth-child(43),
.form .martor-preview > :nth-child(43) {
  -webkit-animation-delay: 1720ms;
     -moz-animation-delay: 1720ms;
          animation-delay: 1720ms;
}
.content-description > ul > li:nth-child(43),
.content-description > ol > li:nth-child(43),
.martor-preview > ul > li:nth-child(43),
.martor-preview > ol > li:nth-child(43),
.form .martor-preview > ul > li:nth-child(43),
.form .martor-preview > ol > li:nth-child(43) {
  -webkit-animation-delay: 1720ms;
     -moz-animation-delay: 1720ms;
          animation-delay: 1720ms;
}
.content-description > table tr:nth-child(43),
.martor-preview > table tr:nth-child(43),
.form .martor-preview > table tr:nth-child(43) {
  -webkit-animation-delay: 1290ms;
     -moz-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
.content-description > :nth-child(44),
.martor-preview > :nth-child(44),
.form .martor-preview > :nth-child(44) {
  -webkit-animation-delay: 1760ms;
     -moz-animation-delay: 1760ms;
          animation-delay: 1760ms;
}
.content-description > ul > li:nth-child(44),
.content-description > ol > li:nth-child(44),
.martor-preview > ul > li:nth-child(44),
.martor-preview > ol > li:nth-child(44),
.form .martor-preview > ul > li:nth-child(44),
.form .martor-preview > ol > li:nth-child(44) {
  -webkit-animation-delay: 1760ms;
     -moz-animation-delay: 1760ms;
          animation-delay: 1760ms;
}
.content-description > table tr:nth-child(44),
.martor-preview > table tr:nth-child(44),
.form .martor-preview > table tr:nth-child(44) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.content-description > :nth-child(45),
.martor-preview > :nth-child(45),
.form .martor-preview > :nth-child(45) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.content-description > ul > li:nth-child(45),
.content-description > ol > li:nth-child(45),
.martor-preview > ul > li:nth-child(45),
.martor-preview > ol > li:nth-child(45),
.form .martor-preview > ul > li:nth-child(45),
.form .martor-preview > ol > li:nth-child(45) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.content-description > table tr:nth-child(45),
.martor-preview > table tr:nth-child(45),
.form .martor-preview > table tr:nth-child(45) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
.content-description > :nth-child(46),
.martor-preview > :nth-child(46),
.form .martor-preview > :nth-child(46) {
  -webkit-animation-delay: 1840ms;
     -moz-animation-delay: 1840ms;
          animation-delay: 1840ms;
}
.content-description > ul > li:nth-child(46),
.content-description > ol > li:nth-child(46),
.martor-preview > ul > li:nth-child(46),
.martor-preview > ol > li:nth-child(46),
.form .martor-preview > ul > li:nth-child(46),
.form .martor-preview > ol > li:nth-child(46) {
  -webkit-animation-delay: 1840ms;
     -moz-animation-delay: 1840ms;
          animation-delay: 1840ms;
}
.content-description > table tr:nth-child(46),
.martor-preview > table tr:nth-child(46),
.form .martor-preview > table tr:nth-child(46) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
.content-description > :nth-child(47),
.martor-preview > :nth-child(47),
.form .martor-preview > :nth-child(47) {
  -webkit-animation-delay: 1880ms;
     -moz-animation-delay: 1880ms;
          animation-delay: 1880ms;
}
.content-description > ul > li:nth-child(47),
.content-description > ol > li:nth-child(47),
.martor-preview > ul > li:nth-child(47),
.martor-preview > ol > li:nth-child(47),
.form .martor-preview > ul > li:nth-child(47),
.form .martor-preview > ol > li:nth-child(47) {
  -webkit-animation-delay: 1880ms;
     -moz-animation-delay: 1880ms;
          animation-delay: 1880ms;
}
.content-description > table tr:nth-child(47),
.martor-preview > table tr:nth-child(47),
.form .martor-preview > table tr:nth-child(47) {
  -webkit-animation-delay: 1410ms;
     -moz-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
.content-description > :nth-child(48),
.martor-preview > :nth-child(48),
.form .martor-preview > :nth-child(48) {
  -webkit-animation-delay: 1920ms;
     -moz-animation-delay: 1920ms;
          animation-delay: 1920ms;
}
.content-description > ul > li:nth-child(48),
.content-description > ol > li:nth-child(48),
.martor-preview > ul > li:nth-child(48),
.martor-preview > ol > li:nth-child(48),
.form .martor-preview > ul > li:nth-child(48),
.form .martor-preview > ol > li:nth-child(48) {
  -webkit-animation-delay: 1920ms;
     -moz-animation-delay: 1920ms;
          animation-delay: 1920ms;
}
.content-description > table tr:nth-child(48),
.martor-preview > table tr:nth-child(48),
.form .martor-preview > table tr:nth-child(48) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.content-description > :nth-child(49),
.martor-preview > :nth-child(49),
.form .martor-preview > :nth-child(49) {
  -webkit-animation-delay: 1960ms;
     -moz-animation-delay: 1960ms;
          animation-delay: 1960ms;
}
.content-description > ul > li:nth-child(49),
.content-description > ol > li:nth-child(49),
.martor-preview > ul > li:nth-child(49),
.martor-preview > ol > li:nth-child(49),
.form .martor-preview > ul > li:nth-child(49),
.form .martor-preview > ol > li:nth-child(49) {
  -webkit-animation-delay: 1960ms;
     -moz-animation-delay: 1960ms;
          animation-delay: 1960ms;
}
.content-description > table tr:nth-child(49),
.martor-preview > table tr:nth-child(49),
.form .martor-preview > table tr:nth-child(49) {
  -webkit-animation-delay: 1470ms;
     -moz-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
.content-description > :nth-child(50),
.martor-preview > :nth-child(50),
.form .martor-preview > :nth-child(50) {
  -webkit-animation-delay: 2000ms;
     -moz-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.content-description > ul > li:nth-child(50),
.content-description > ol > li:nth-child(50),
.martor-preview > ul > li:nth-child(50),
.martor-preview > ol > li:nth-child(50),
.form .martor-preview > ul > li:nth-child(50),
.form .martor-preview > ol > li:nth-child(50) {
  -webkit-animation-delay: 2000ms;
     -moz-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.content-description > table tr:nth-child(50),
.martor-preview > table tr:nth-child(50),
.form .martor-preview > table tr:nth-child(50) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.content-description > :nth-child(51),
.martor-preview > :nth-child(51),
.form .martor-preview > :nth-child(51) {
  -webkit-animation-delay: 2040ms;
     -moz-animation-delay: 2040ms;
          animation-delay: 2040ms;
}
.content-description > ul > li:nth-child(51),
.content-description > ol > li:nth-child(51),
.martor-preview > ul > li:nth-child(51),
.martor-preview > ol > li:nth-child(51),
.form .martor-preview > ul > li:nth-child(51),
.form .martor-preview > ol > li:nth-child(51) {
  -webkit-animation-delay: 2040ms;
     -moz-animation-delay: 2040ms;
          animation-delay: 2040ms;
}
.content-description > table tr:nth-child(51),
.martor-preview > table tr:nth-child(51),
.form .martor-preview > table tr:nth-child(51) {
  -webkit-animation-delay: 1530ms;
     -moz-animation-delay: 1530ms;
          animation-delay: 1530ms;
}
.content-description > :nth-child(52),
.martor-preview > :nth-child(52),
.form .martor-preview > :nth-child(52) {
  -webkit-animation-delay: 2080ms;
     -moz-animation-delay: 2080ms;
          animation-delay: 2080ms;
}
.content-description > ul > li:nth-child(52),
.content-description > ol > li:nth-child(52),
.martor-preview > ul > li:nth-child(52),
.martor-preview > ol > li:nth-child(52),
.form .martor-preview > ul > li:nth-child(52),
.form .martor-preview > ol > li:nth-child(52) {
  -webkit-animation-delay: 2080ms;
     -moz-animation-delay: 2080ms;
          animation-delay: 2080ms;
}
.content-description > table tr:nth-child(52),
.martor-preview > table tr:nth-child(52),
.form .martor-preview > table tr:nth-child(52) {
  -webkit-animation-delay: 1560ms;
     -moz-animation-delay: 1560ms;
          animation-delay: 1560ms;
}
.content-description > :nth-child(53),
.martor-preview > :nth-child(53),
.form .martor-preview > :nth-child(53) {
  -webkit-animation-delay: 2120ms;
     -moz-animation-delay: 2120ms;
          animation-delay: 2120ms;
}
.content-description > ul > li:nth-child(53),
.content-description > ol > li:nth-child(53),
.martor-preview > ul > li:nth-child(53),
.martor-preview > ol > li:nth-child(53),
.form .martor-preview > ul > li:nth-child(53),
.form .martor-preview > ol > li:nth-child(53) {
  -webkit-animation-delay: 2120ms;
     -moz-animation-delay: 2120ms;
          animation-delay: 2120ms;
}
.content-description > table tr:nth-child(53),
.martor-preview > table tr:nth-child(53),
.form .martor-preview > table tr:nth-child(53) {
  -webkit-animation-delay: 1590ms;
     -moz-animation-delay: 1590ms;
          animation-delay: 1590ms;
}
.content-description > :nth-child(54),
.martor-preview > :nth-child(54),
.form .martor-preview > :nth-child(54) {
  -webkit-animation-delay: 2160ms;
     -moz-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
.content-description > ul > li:nth-child(54),
.content-description > ol > li:nth-child(54),
.martor-preview > ul > li:nth-child(54),
.martor-preview > ol > li:nth-child(54),
.form .martor-preview > ul > li:nth-child(54),
.form .martor-preview > ol > li:nth-child(54) {
  -webkit-animation-delay: 2160ms;
     -moz-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
.content-description > table tr:nth-child(54),
.martor-preview > table tr:nth-child(54),
.form .martor-preview > table tr:nth-child(54) {
  -webkit-animation-delay: 1620ms;
     -moz-animation-delay: 1620ms;
          animation-delay: 1620ms;
}
.content-description > :nth-child(55),
.martor-preview > :nth-child(55),
.form .martor-preview > :nth-child(55) {
  -webkit-animation-delay: 2200ms;
     -moz-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.content-description > ul > li:nth-child(55),
.content-description > ol > li:nth-child(55),
.martor-preview > ul > li:nth-child(55),
.martor-preview > ol > li:nth-child(55),
.form .martor-preview > ul > li:nth-child(55),
.form .martor-preview > ol > li:nth-child(55) {
  -webkit-animation-delay: 2200ms;
     -moz-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.content-description > table tr:nth-child(55),
.martor-preview > table tr:nth-child(55),
.form .martor-preview > table tr:nth-child(55) {
  -webkit-animation-delay: 1650ms;
     -moz-animation-delay: 1650ms;
          animation-delay: 1650ms;
}
.content-description > :nth-child(56),
.martor-preview > :nth-child(56),
.form .martor-preview > :nth-child(56) {
  -webkit-animation-delay: 2240ms;
     -moz-animation-delay: 2240ms;
          animation-delay: 2240ms;
}
.content-description > ul > li:nth-child(56),
.content-description > ol > li:nth-child(56),
.martor-preview > ul > li:nth-child(56),
.martor-preview > ol > li:nth-child(56),
.form .martor-preview > ul > li:nth-child(56),
.form .martor-preview > ol > li:nth-child(56) {
  -webkit-animation-delay: 2240ms;
     -moz-animation-delay: 2240ms;
          animation-delay: 2240ms;
}
.content-description > table tr:nth-child(56),
.martor-preview > table tr:nth-child(56),
.form .martor-preview > table tr:nth-child(56) {
  -webkit-animation-delay: 1680ms;
     -moz-animation-delay: 1680ms;
          animation-delay: 1680ms;
}
.content-description > :nth-child(57),
.martor-preview > :nth-child(57),
.form .martor-preview > :nth-child(57) {
  -webkit-animation-delay: 2280ms;
     -moz-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.content-description > ul > li:nth-child(57),
.content-description > ol > li:nth-child(57),
.martor-preview > ul > li:nth-child(57),
.martor-preview > ol > li:nth-child(57),
.form .martor-preview > ul > li:nth-child(57),
.form .martor-preview > ol > li:nth-child(57) {
  -webkit-animation-delay: 2280ms;
     -moz-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.content-description > table tr:nth-child(57),
.martor-preview > table tr:nth-child(57),
.form .martor-preview > table tr:nth-child(57) {
  -webkit-animation-delay: 1710ms;
     -moz-animation-delay: 1710ms;
          animation-delay: 1710ms;
}
.content-description > :nth-child(58),
.martor-preview > :nth-child(58),
.form .martor-preview > :nth-child(58) {
  -webkit-animation-delay: 2320ms;
     -moz-animation-delay: 2320ms;
          animation-delay: 2320ms;
}
.content-description > ul > li:nth-child(58),
.content-description > ol > li:nth-child(58),
.martor-preview > ul > li:nth-child(58),
.martor-preview > ol > li:nth-child(58),
.form .martor-preview > ul > li:nth-child(58),
.form .martor-preview > ol > li:nth-child(58) {
  -webkit-animation-delay: 2320ms;
     -moz-animation-delay: 2320ms;
          animation-delay: 2320ms;
}
.content-description > table tr:nth-child(58),
.martor-preview > table tr:nth-child(58),
.form .martor-preview > table tr:nth-child(58) {
  -webkit-animation-delay: 1740ms;
     -moz-animation-delay: 1740ms;
          animation-delay: 1740ms;
}
.content-description > :nth-child(59),
.martor-preview > :nth-child(59),
.form .martor-preview > :nth-child(59) {
  -webkit-animation-delay: 2360ms;
     -moz-animation-delay: 2360ms;
          animation-delay: 2360ms;
}
.content-description > ul > li:nth-child(59),
.content-description > ol > li:nth-child(59),
.martor-preview > ul > li:nth-child(59),
.martor-preview > ol > li:nth-child(59),
.form .martor-preview > ul > li:nth-child(59),
.form .martor-preview > ol > li:nth-child(59) {
  -webkit-animation-delay: 2360ms;
     -moz-animation-delay: 2360ms;
          animation-delay: 2360ms;
}
.content-description > table tr:nth-child(59),
.martor-preview > table tr:nth-child(59),
.form .martor-preview > table tr:nth-child(59) {
  -webkit-animation-delay: 1770ms;
     -moz-animation-delay: 1770ms;
          animation-delay: 1770ms;
}
.content-description > :nth-child(60),
.martor-preview > :nth-child(60),
.form .martor-preview > :nth-child(60) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.content-description > ul > li:nth-child(60),
.content-description > ol > li:nth-child(60),
.martor-preview > ul > li:nth-child(60),
.martor-preview > ol > li:nth-child(60),
.form .martor-preview > ul > li:nth-child(60),
.form .martor-preview > ol > li:nth-child(60) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.content-description > table tr:nth-child(60),
.martor-preview > table tr:nth-child(60),
.form .martor-preview > table tr:nth-child(60) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.content-description > :nth-child(61),
.martor-preview > :nth-child(61),
.form .martor-preview > :nth-child(61) {
  -webkit-animation-delay: 2440ms;
     -moz-animation-delay: 2440ms;
          animation-delay: 2440ms;
}
.content-description > ul > li:nth-child(61),
.content-description > ol > li:nth-child(61),
.martor-preview > ul > li:nth-child(61),
.martor-preview > ol > li:nth-child(61),
.form .martor-preview > ul > li:nth-child(61),
.form .martor-preview > ol > li:nth-child(61) {
  -webkit-animation-delay: 2440ms;
     -moz-animation-delay: 2440ms;
          animation-delay: 2440ms;
}
.content-description > table tr:nth-child(61),
.martor-preview > table tr:nth-child(61),
.form .martor-preview > table tr:nth-child(61) {
  -webkit-animation-delay: 1830ms;
     -moz-animation-delay: 1830ms;
          animation-delay: 1830ms;
}
.content-description > :nth-child(62),
.martor-preview > :nth-child(62),
.form .martor-preview > :nth-child(62) {
  -webkit-animation-delay: 2480ms;
     -moz-animation-delay: 2480ms;
          animation-delay: 2480ms;
}
.content-description > ul > li:nth-child(62),
.content-description > ol > li:nth-child(62),
.martor-preview > ul > li:nth-child(62),
.martor-preview > ol > li:nth-child(62),
.form .martor-preview > ul > li:nth-child(62),
.form .martor-preview > ol > li:nth-child(62) {
  -webkit-animation-delay: 2480ms;
     -moz-animation-delay: 2480ms;
          animation-delay: 2480ms;
}
.content-description > table tr:nth-child(62),
.martor-preview > table tr:nth-child(62),
.form .martor-preview > table tr:nth-child(62) {
  -webkit-animation-delay: 1860ms;
     -moz-animation-delay: 1860ms;
          animation-delay: 1860ms;
}
.content-description > :nth-child(63),
.martor-preview > :nth-child(63),
.form .martor-preview > :nth-child(63) {
  -webkit-animation-delay: 2520ms;
     -moz-animation-delay: 2520ms;
          animation-delay: 2520ms;
}
.content-description > ul > li:nth-child(63),
.content-description > ol > li:nth-child(63),
.martor-preview > ul > li:nth-child(63),
.martor-preview > ol > li:nth-child(63),
.form .martor-preview > ul > li:nth-child(63),
.form .martor-preview > ol > li:nth-child(63) {
  -webkit-animation-delay: 2520ms;
     -moz-animation-delay: 2520ms;
          animation-delay: 2520ms;
}
.content-description > table tr:nth-child(63),
.martor-preview > table tr:nth-child(63),
.form .martor-preview > table tr:nth-child(63) {
  -webkit-animation-delay: 1890ms;
     -moz-animation-delay: 1890ms;
          animation-delay: 1890ms;
}
.content-description > :nth-child(64),
.martor-preview > :nth-child(64),
.form .martor-preview > :nth-child(64) {
  -webkit-animation-delay: 2560ms;
     -moz-animation-delay: 2560ms;
          animation-delay: 2560ms;
}
.content-description > ul > li:nth-child(64),
.content-description > ol > li:nth-child(64),
.martor-preview > ul > li:nth-child(64),
.martor-preview > ol > li:nth-child(64),
.form .martor-preview > ul > li:nth-child(64),
.form .martor-preview > ol > li:nth-child(64) {
  -webkit-animation-delay: 2560ms;
     -moz-animation-delay: 2560ms;
          animation-delay: 2560ms;
}
.content-description > table tr:nth-child(64),
.martor-preview > table tr:nth-child(64),
.form .martor-preview > table tr:nth-child(64) {
  -webkit-animation-delay: 1920ms;
     -moz-animation-delay: 1920ms;
          animation-delay: 1920ms;
}
.content-description > :nth-child(65),
.martor-preview > :nth-child(65),
.form .martor-preview > :nth-child(65) {
  -webkit-animation-delay: 2600ms;
     -moz-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.content-description > ul > li:nth-child(65),
.content-description > ol > li:nth-child(65),
.martor-preview > ul > li:nth-child(65),
.martor-preview > ol > li:nth-child(65),
.form .martor-preview > ul > li:nth-child(65),
.form .martor-preview > ol > li:nth-child(65) {
  -webkit-animation-delay: 2600ms;
     -moz-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.content-description > table tr:nth-child(65),
.martor-preview > table tr:nth-child(65),
.form .martor-preview > table tr:nth-child(65) {
  -webkit-animation-delay: 1950ms;
     -moz-animation-delay: 1950ms;
          animation-delay: 1950ms;
}
.content-description > :nth-child(66),
.martor-preview > :nth-child(66),
.form .martor-preview > :nth-child(66) {
  -webkit-animation-delay: 2640ms;
     -moz-animation-delay: 2640ms;
          animation-delay: 2640ms;
}
.content-description > ul > li:nth-child(66),
.content-description > ol > li:nth-child(66),
.martor-preview > ul > li:nth-child(66),
.martor-preview > ol > li:nth-child(66),
.form .martor-preview > ul > li:nth-child(66),
.form .martor-preview > ol > li:nth-child(66) {
  -webkit-animation-delay: 2640ms;
     -moz-animation-delay: 2640ms;
          animation-delay: 2640ms;
}
.content-description > table tr:nth-child(66),
.martor-preview > table tr:nth-child(66),
.form .martor-preview > table tr:nth-child(66) {
  -webkit-animation-delay: 1980ms;
     -moz-animation-delay: 1980ms;
          animation-delay: 1980ms;
}
.content-description > :nth-child(67),
.martor-preview > :nth-child(67),
.form .martor-preview > :nth-child(67) {
  -webkit-animation-delay: 2680ms;
     -moz-animation-delay: 2680ms;
          animation-delay: 2680ms;
}
.content-description > ul > li:nth-child(67),
.content-description > ol > li:nth-child(67),
.martor-preview > ul > li:nth-child(67),
.martor-preview > ol > li:nth-child(67),
.form .martor-preview > ul > li:nth-child(67),
.form .martor-preview > ol > li:nth-child(67) {
  -webkit-animation-delay: 2680ms;
     -moz-animation-delay: 2680ms;
          animation-delay: 2680ms;
}
.content-description > table tr:nth-child(67),
.martor-preview > table tr:nth-child(67),
.form .martor-preview > table tr:nth-child(67) {
  -webkit-animation-delay: 2010ms;
     -moz-animation-delay: 2010ms;
          animation-delay: 2010ms;
}
.content-description > :nth-child(68),
.martor-preview > :nth-child(68),
.form .martor-preview > :nth-child(68) {
  -webkit-animation-delay: 2720ms;
     -moz-animation-delay: 2720ms;
          animation-delay: 2720ms;
}
.content-description > ul > li:nth-child(68),
.content-description > ol > li:nth-child(68),
.martor-preview > ul > li:nth-child(68),
.martor-preview > ol > li:nth-child(68),
.form .martor-preview > ul > li:nth-child(68),
.form .martor-preview > ol > li:nth-child(68) {
  -webkit-animation-delay: 2720ms;
     -moz-animation-delay: 2720ms;
          animation-delay: 2720ms;
}
.content-description > table tr:nth-child(68),
.martor-preview > table tr:nth-child(68),
.form .martor-preview > table tr:nth-child(68) {
  -webkit-animation-delay: 2040ms;
     -moz-animation-delay: 2040ms;
          animation-delay: 2040ms;
}
.content-description > :nth-child(69),
.martor-preview > :nth-child(69),
.form .martor-preview > :nth-child(69) {
  -webkit-animation-delay: 2760ms;
     -moz-animation-delay: 2760ms;
          animation-delay: 2760ms;
}
.content-description > ul > li:nth-child(69),
.content-description > ol > li:nth-child(69),
.martor-preview > ul > li:nth-child(69),
.martor-preview > ol > li:nth-child(69),
.form .martor-preview > ul > li:nth-child(69),
.form .martor-preview > ol > li:nth-child(69) {
  -webkit-animation-delay: 2760ms;
     -moz-animation-delay: 2760ms;
          animation-delay: 2760ms;
}
.content-description > table tr:nth-child(69),
.martor-preview > table tr:nth-child(69),
.form .martor-preview > table tr:nth-child(69) {
  -webkit-animation-delay: 2070ms;
     -moz-animation-delay: 2070ms;
          animation-delay: 2070ms;
}
.content-description > :nth-child(70),
.martor-preview > :nth-child(70),
.form .martor-preview > :nth-child(70) {
  -webkit-animation-delay: 2800ms;
     -moz-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.content-description > ul > li:nth-child(70),
.content-description > ol > li:nth-child(70),
.martor-preview > ul > li:nth-child(70),
.martor-preview > ol > li:nth-child(70),
.form .martor-preview > ul > li:nth-child(70),
.form .martor-preview > ol > li:nth-child(70) {
  -webkit-animation-delay: 2800ms;
     -moz-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.content-description > table tr:nth-child(70),
.martor-preview > table tr:nth-child(70),
.form .martor-preview > table tr:nth-child(70) {
  -webkit-animation-delay: 2100ms;
     -moz-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.content-description > :nth-child(71),
.martor-preview > :nth-child(71),
.form .martor-preview > :nth-child(71) {
  -webkit-animation-delay: 2840ms;
     -moz-animation-delay: 2840ms;
          animation-delay: 2840ms;
}
.content-description > ul > li:nth-child(71),
.content-description > ol > li:nth-child(71),
.martor-preview > ul > li:nth-child(71),
.martor-preview > ol > li:nth-child(71),
.form .martor-preview > ul > li:nth-child(71),
.form .martor-preview > ol > li:nth-child(71) {
  -webkit-animation-delay: 2840ms;
     -moz-animation-delay: 2840ms;
          animation-delay: 2840ms;
}
.content-description > table tr:nth-child(71),
.martor-preview > table tr:nth-child(71),
.form .martor-preview > table tr:nth-child(71) {
  -webkit-animation-delay: 2130ms;
     -moz-animation-delay: 2130ms;
          animation-delay: 2130ms;
}
.content-description > :nth-child(72),
.martor-preview > :nth-child(72),
.form .martor-preview > :nth-child(72) {
  -webkit-animation-delay: 2880ms;
     -moz-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.content-description > ul > li:nth-child(72),
.content-description > ol > li:nth-child(72),
.martor-preview > ul > li:nth-child(72),
.martor-preview > ol > li:nth-child(72),
.form .martor-preview > ul > li:nth-child(72),
.form .martor-preview > ol > li:nth-child(72) {
  -webkit-animation-delay: 2880ms;
     -moz-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.content-description > table tr:nth-child(72),
.martor-preview > table tr:nth-child(72),
.form .martor-preview > table tr:nth-child(72) {
  -webkit-animation-delay: 2160ms;
     -moz-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
.content-description > :nth-child(73),
.martor-preview > :nth-child(73),
.form .martor-preview > :nth-child(73) {
  -webkit-animation-delay: 2920ms;
     -moz-animation-delay: 2920ms;
          animation-delay: 2920ms;
}
.content-description > ul > li:nth-child(73),
.content-description > ol > li:nth-child(73),
.martor-preview > ul > li:nth-child(73),
.martor-preview > ol > li:nth-child(73),
.form .martor-preview > ul > li:nth-child(73),
.form .martor-preview > ol > li:nth-child(73) {
  -webkit-animation-delay: 2920ms;
     -moz-animation-delay: 2920ms;
          animation-delay: 2920ms;
}
.content-description > table tr:nth-child(73),
.martor-preview > table tr:nth-child(73),
.form .martor-preview > table tr:nth-child(73) {
  -webkit-animation-delay: 2190ms;
     -moz-animation-delay: 2190ms;
          animation-delay: 2190ms;
}
.content-description > :nth-child(74),
.martor-preview > :nth-child(74),
.form .martor-preview > :nth-child(74) {
  -webkit-animation-delay: 2960ms;
     -moz-animation-delay: 2960ms;
          animation-delay: 2960ms;
}
.content-description > ul > li:nth-child(74),
.content-description > ol > li:nth-child(74),
.martor-preview > ul > li:nth-child(74),
.martor-preview > ol > li:nth-child(74),
.form .martor-preview > ul > li:nth-child(74),
.form .martor-preview > ol > li:nth-child(74) {
  -webkit-animation-delay: 2960ms;
     -moz-animation-delay: 2960ms;
          animation-delay: 2960ms;
}
.content-description > table tr:nth-child(74),
.martor-preview > table tr:nth-child(74),
.form .martor-preview > table tr:nth-child(74) {
  -webkit-animation-delay: 2220ms;
     -moz-animation-delay: 2220ms;
          animation-delay: 2220ms;
}
.content-description > :nth-child(75),
.martor-preview > :nth-child(75),
.form .martor-preview > :nth-child(75) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.content-description > ul > li:nth-child(75),
.content-description > ol > li:nth-child(75),
.martor-preview > ul > li:nth-child(75),
.martor-preview > ol > li:nth-child(75),
.form .martor-preview > ul > li:nth-child(75),
.form .martor-preview > ol > li:nth-child(75) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.content-description > table tr:nth-child(75),
.martor-preview > table tr:nth-child(75),
.form .martor-preview > table tr:nth-child(75) {
  -webkit-animation-delay: 2250ms;
     -moz-animation-delay: 2250ms;
          animation-delay: 2250ms;
}
.content-description > :nth-child(76),
.martor-preview > :nth-child(76),
.form .martor-preview > :nth-child(76) {
  -webkit-animation-delay: 3040ms;
     -moz-animation-delay: 3040ms;
          animation-delay: 3040ms;
}
.content-description > ul > li:nth-child(76),
.content-description > ol > li:nth-child(76),
.martor-preview > ul > li:nth-child(76),
.martor-preview > ol > li:nth-child(76),
.form .martor-preview > ul > li:nth-child(76),
.form .martor-preview > ol > li:nth-child(76) {
  -webkit-animation-delay: 3040ms;
     -moz-animation-delay: 3040ms;
          animation-delay: 3040ms;
}
.content-description > table tr:nth-child(76),
.martor-preview > table tr:nth-child(76),
.form .martor-preview > table tr:nth-child(76) {
  -webkit-animation-delay: 2280ms;
     -moz-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.content-description > :nth-child(77),
.martor-preview > :nth-child(77),
.form .martor-preview > :nth-child(77) {
  -webkit-animation-delay: 3080ms;
     -moz-animation-delay: 3080ms;
          animation-delay: 3080ms;
}
.content-description > ul > li:nth-child(77),
.content-description > ol > li:nth-child(77),
.martor-preview > ul > li:nth-child(77),
.martor-preview > ol > li:nth-child(77),
.form .martor-preview > ul > li:nth-child(77),
.form .martor-preview > ol > li:nth-child(77) {
  -webkit-animation-delay: 3080ms;
     -moz-animation-delay: 3080ms;
          animation-delay: 3080ms;
}
.content-description > table tr:nth-child(77),
.martor-preview > table tr:nth-child(77),
.form .martor-preview > table tr:nth-child(77) {
  -webkit-animation-delay: 2310ms;
     -moz-animation-delay: 2310ms;
          animation-delay: 2310ms;
}
.content-description > :nth-child(78),
.martor-preview > :nth-child(78),
.form .martor-preview > :nth-child(78) {
  -webkit-animation-delay: 3120ms;
     -moz-animation-delay: 3120ms;
          animation-delay: 3120ms;
}
.content-description > ul > li:nth-child(78),
.content-description > ol > li:nth-child(78),
.martor-preview > ul > li:nth-child(78),
.martor-preview > ol > li:nth-child(78),
.form .martor-preview > ul > li:nth-child(78),
.form .martor-preview > ol > li:nth-child(78) {
  -webkit-animation-delay: 3120ms;
     -moz-animation-delay: 3120ms;
          animation-delay: 3120ms;
}
.content-description > table tr:nth-child(78),
.martor-preview > table tr:nth-child(78),
.form .martor-preview > table tr:nth-child(78) {
  -webkit-animation-delay: 2340ms;
     -moz-animation-delay: 2340ms;
          animation-delay: 2340ms;
}
.content-description > :nth-child(79),
.martor-preview > :nth-child(79),
.form .martor-preview > :nth-child(79) {
  -webkit-animation-delay: 3160ms;
     -moz-animation-delay: 3160ms;
          animation-delay: 3160ms;
}
.content-description > ul > li:nth-child(79),
.content-description > ol > li:nth-child(79),
.martor-preview > ul > li:nth-child(79),
.martor-preview > ol > li:nth-child(79),
.form .martor-preview > ul > li:nth-child(79),
.form .martor-preview > ol > li:nth-child(79) {
  -webkit-animation-delay: 3160ms;
     -moz-animation-delay: 3160ms;
          animation-delay: 3160ms;
}
.content-description > table tr:nth-child(79),
.martor-preview > table tr:nth-child(79),
.form .martor-preview > table tr:nth-child(79) {
  -webkit-animation-delay: 2370ms;
     -moz-animation-delay: 2370ms;
          animation-delay: 2370ms;
}
.content-description > :nth-child(80),
.martor-preview > :nth-child(80),
.form .martor-preview > :nth-child(80) {
  -webkit-animation-delay: 3200ms;
     -moz-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.content-description > ul > li:nth-child(80),
.content-description > ol > li:nth-child(80),
.martor-preview > ul > li:nth-child(80),
.martor-preview > ol > li:nth-child(80),
.form .martor-preview > ul > li:nth-child(80),
.form .martor-preview > ol > li:nth-child(80) {
  -webkit-animation-delay: 3200ms;
     -moz-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.content-description > table tr:nth-child(80),
.martor-preview > table tr:nth-child(80),
.form .martor-preview > table tr:nth-child(80) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.content-description > :nth-child(81),
.martor-preview > :nth-child(81),
.form .martor-preview > :nth-child(81) {
  -webkit-animation-delay: 3240ms;
     -moz-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.content-description > ul > li:nth-child(81),
.content-description > ol > li:nth-child(81),
.martor-preview > ul > li:nth-child(81),
.martor-preview > ol > li:nth-child(81),
.form .martor-preview > ul > li:nth-child(81),
.form .martor-preview > ol > li:nth-child(81) {
  -webkit-animation-delay: 3240ms;
     -moz-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.content-description > table tr:nth-child(81),
.martor-preview > table tr:nth-child(81),
.form .martor-preview > table tr:nth-child(81) {
  -webkit-animation-delay: 2430ms;
     -moz-animation-delay: 2430ms;
          animation-delay: 2430ms;
}
.content-description > :nth-child(82),
.martor-preview > :nth-child(82),
.form .martor-preview > :nth-child(82) {
  -webkit-animation-delay: 3280ms;
     -moz-animation-delay: 3280ms;
          animation-delay: 3280ms;
}
.content-description > ul > li:nth-child(82),
.content-description > ol > li:nth-child(82),
.martor-preview > ul > li:nth-child(82),
.martor-preview > ol > li:nth-child(82),
.form .martor-preview > ul > li:nth-child(82),
.form .martor-preview > ol > li:nth-child(82) {
  -webkit-animation-delay: 3280ms;
     -moz-animation-delay: 3280ms;
          animation-delay: 3280ms;
}
.content-description > table tr:nth-child(82),
.martor-preview > table tr:nth-child(82),
.form .martor-preview > table tr:nth-child(82) {
  -webkit-animation-delay: 2460ms;
     -moz-animation-delay: 2460ms;
          animation-delay: 2460ms;
}
.content-description > :nth-child(83),
.martor-preview > :nth-child(83),
.form .martor-preview > :nth-child(83) {
  -webkit-animation-delay: 3320ms;
     -moz-animation-delay: 3320ms;
          animation-delay: 3320ms;
}
.content-description > ul > li:nth-child(83),
.content-description > ol > li:nth-child(83),
.martor-preview > ul > li:nth-child(83),
.martor-preview > ol > li:nth-child(83),
.form .martor-preview > ul > li:nth-child(83),
.form .martor-preview > ol > li:nth-child(83) {
  -webkit-animation-delay: 3320ms;
     -moz-animation-delay: 3320ms;
          animation-delay: 3320ms;
}
.content-description > table tr:nth-child(83),
.martor-preview > table tr:nth-child(83),
.form .martor-preview > table tr:nth-child(83) {
  -webkit-animation-delay: 2490ms;
     -moz-animation-delay: 2490ms;
          animation-delay: 2490ms;
}
.content-description > :nth-child(84),
.martor-preview > :nth-child(84),
.form .martor-preview > :nth-child(84) {
  -webkit-animation-delay: 3360ms;
     -moz-animation-delay: 3360ms;
          animation-delay: 3360ms;
}
.content-description > ul > li:nth-child(84),
.content-description > ol > li:nth-child(84),
.martor-preview > ul > li:nth-child(84),
.martor-preview > ol > li:nth-child(84),
.form .martor-preview > ul > li:nth-child(84),
.form .martor-preview > ol > li:nth-child(84) {
  -webkit-animation-delay: 3360ms;
     -moz-animation-delay: 3360ms;
          animation-delay: 3360ms;
}
.content-description > table tr:nth-child(84),
.martor-preview > table tr:nth-child(84),
.form .martor-preview > table tr:nth-child(84) {
  -webkit-animation-delay: 2520ms;
     -moz-animation-delay: 2520ms;
          animation-delay: 2520ms;
}
.content-description > :nth-child(85),
.martor-preview > :nth-child(85),
.form .martor-preview > :nth-child(85) {
  -webkit-animation-delay: 3400ms;
     -moz-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
.content-description > ul > li:nth-child(85),
.content-description > ol > li:nth-child(85),
.martor-preview > ul > li:nth-child(85),
.martor-preview > ol > li:nth-child(85),
.form .martor-preview > ul > li:nth-child(85),
.form .martor-preview > ol > li:nth-child(85) {
  -webkit-animation-delay: 3400ms;
     -moz-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
.content-description > table tr:nth-child(85),
.martor-preview > table tr:nth-child(85),
.form .martor-preview > table tr:nth-child(85) {
  -webkit-animation-delay: 2550ms;
     -moz-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
.content-description > :nth-child(86),
.martor-preview > :nth-child(86),
.form .martor-preview > :nth-child(86) {
  -webkit-animation-delay: 3440ms;
     -moz-animation-delay: 3440ms;
          animation-delay: 3440ms;
}
.content-description > ul > li:nth-child(86),
.content-description > ol > li:nth-child(86),
.martor-preview > ul > li:nth-child(86),
.martor-preview > ol > li:nth-child(86),
.form .martor-preview > ul > li:nth-child(86),
.form .martor-preview > ol > li:nth-child(86) {
  -webkit-animation-delay: 3440ms;
     -moz-animation-delay: 3440ms;
          animation-delay: 3440ms;
}
.content-description > table tr:nth-child(86),
.martor-preview > table tr:nth-child(86),
.form .martor-preview > table tr:nth-child(86) {
  -webkit-animation-delay: 2580ms;
     -moz-animation-delay: 2580ms;
          animation-delay: 2580ms;
}
.content-description > :nth-child(87),
.martor-preview > :nth-child(87),
.form .martor-preview > :nth-child(87) {
  -webkit-animation-delay: 3480ms;
     -moz-animation-delay: 3480ms;
          animation-delay: 3480ms;
}
.content-description > ul > li:nth-child(87),
.content-description > ol > li:nth-child(87),
.martor-preview > ul > li:nth-child(87),
.martor-preview > ol > li:nth-child(87),
.form .martor-preview > ul > li:nth-child(87),
.form .martor-preview > ol > li:nth-child(87) {
  -webkit-animation-delay: 3480ms;
     -moz-animation-delay: 3480ms;
          animation-delay: 3480ms;
}
.content-description > table tr:nth-child(87),
.martor-preview > table tr:nth-child(87),
.form .martor-preview > table tr:nth-child(87) {
  -webkit-animation-delay: 2610ms;
     -moz-animation-delay: 2610ms;
          animation-delay: 2610ms;
}
.content-description > :nth-child(88),
.martor-preview > :nth-child(88),
.form .martor-preview > :nth-child(88) {
  -webkit-animation-delay: 3520ms;
     -moz-animation-delay: 3520ms;
          animation-delay: 3520ms;
}
.content-description > ul > li:nth-child(88),
.content-description > ol > li:nth-child(88),
.martor-preview > ul > li:nth-child(88),
.martor-preview > ol > li:nth-child(88),
.form .martor-preview > ul > li:nth-child(88),
.form .martor-preview > ol > li:nth-child(88) {
  -webkit-animation-delay: 3520ms;
     -moz-animation-delay: 3520ms;
          animation-delay: 3520ms;
}
.content-description > table tr:nth-child(88),
.martor-preview > table tr:nth-child(88),
.form .martor-preview > table tr:nth-child(88) {
  -webkit-animation-delay: 2640ms;
     -moz-animation-delay: 2640ms;
          animation-delay: 2640ms;
}
.content-description > :nth-child(89),
.martor-preview > :nth-child(89),
.form .martor-preview > :nth-child(89) {
  -webkit-animation-delay: 3560ms;
     -moz-animation-delay: 3560ms;
          animation-delay: 3560ms;
}
.content-description > ul > li:nth-child(89),
.content-description > ol > li:nth-child(89),
.martor-preview > ul > li:nth-child(89),
.martor-preview > ol > li:nth-child(89),
.form .martor-preview > ul > li:nth-child(89),
.form .martor-preview > ol > li:nth-child(89) {
  -webkit-animation-delay: 3560ms;
     -moz-animation-delay: 3560ms;
          animation-delay: 3560ms;
}
.content-description > table tr:nth-child(89),
.martor-preview > table tr:nth-child(89),
.form .martor-preview > table tr:nth-child(89) {
  -webkit-animation-delay: 2670ms;
     -moz-animation-delay: 2670ms;
          animation-delay: 2670ms;
}
.content-description > :nth-child(90),
.martor-preview > :nth-child(90),
.form .martor-preview > :nth-child(90) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.content-description > ul > li:nth-child(90),
.content-description > ol > li:nth-child(90),
.martor-preview > ul > li:nth-child(90),
.martor-preview > ol > li:nth-child(90),
.form .martor-preview > ul > li:nth-child(90),
.form .martor-preview > ol > li:nth-child(90) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.content-description > table tr:nth-child(90),
.martor-preview > table tr:nth-child(90),
.form .martor-preview > table tr:nth-child(90) {
  -webkit-animation-delay: 2700ms;
     -moz-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.content-description > :nth-child(91),
.martor-preview > :nth-child(91),
.form .martor-preview > :nth-child(91) {
  -webkit-animation-delay: 3640ms;
     -moz-animation-delay: 3640ms;
          animation-delay: 3640ms;
}
.content-description > ul > li:nth-child(91),
.content-description > ol > li:nth-child(91),
.martor-preview > ul > li:nth-child(91),
.martor-preview > ol > li:nth-child(91),
.form .martor-preview > ul > li:nth-child(91),
.form .martor-preview > ol > li:nth-child(91) {
  -webkit-animation-delay: 3640ms;
     -moz-animation-delay: 3640ms;
          animation-delay: 3640ms;
}
.content-description > table tr:nth-child(91),
.martor-preview > table tr:nth-child(91),
.form .martor-preview > table tr:nth-child(91) {
  -webkit-animation-delay: 2730ms;
     -moz-animation-delay: 2730ms;
          animation-delay: 2730ms;
}
.content-description > :nth-child(92),
.martor-preview > :nth-child(92),
.form .martor-preview > :nth-child(92) {
  -webkit-animation-delay: 3680ms;
     -moz-animation-delay: 3680ms;
          animation-delay: 3680ms;
}
.content-description > ul > li:nth-child(92),
.content-description > ol > li:nth-child(92),
.martor-preview > ul > li:nth-child(92),
.martor-preview > ol > li:nth-child(92),
.form .martor-preview > ul > li:nth-child(92),
.form .martor-preview > ol > li:nth-child(92) {
  -webkit-animation-delay: 3680ms;
     -moz-animation-delay: 3680ms;
          animation-delay: 3680ms;
}
.content-description > table tr:nth-child(92),
.martor-preview > table tr:nth-child(92),
.form .martor-preview > table tr:nth-child(92) {
  -webkit-animation-delay: 2760ms;
     -moz-animation-delay: 2760ms;
          animation-delay: 2760ms;
}
.content-description > :nth-child(93),
.martor-preview > :nth-child(93),
.form .martor-preview > :nth-child(93) {
  -webkit-animation-delay: 3720ms;
     -moz-animation-delay: 3720ms;
          animation-delay: 3720ms;
}
.content-description > ul > li:nth-child(93),
.content-description > ol > li:nth-child(93),
.martor-preview > ul > li:nth-child(93),
.martor-preview > ol > li:nth-child(93),
.form .martor-preview > ul > li:nth-child(93),
.form .martor-preview > ol > li:nth-child(93) {
  -webkit-animation-delay: 3720ms;
     -moz-animation-delay: 3720ms;
          animation-delay: 3720ms;
}
.content-description > table tr:nth-child(93),
.martor-preview > table tr:nth-child(93),
.form .martor-preview > table tr:nth-child(93) {
  -webkit-animation-delay: 2790ms;
     -moz-animation-delay: 2790ms;
          animation-delay: 2790ms;
}
.content-description > :nth-child(94),
.martor-preview > :nth-child(94),
.form .martor-preview > :nth-child(94) {
  -webkit-animation-delay: 3760ms;
     -moz-animation-delay: 3760ms;
          animation-delay: 3760ms;
}
.content-description > ul > li:nth-child(94),
.content-description > ol > li:nth-child(94),
.martor-preview > ul > li:nth-child(94),
.martor-preview > ol > li:nth-child(94),
.form .martor-preview > ul > li:nth-child(94),
.form .martor-preview > ol > li:nth-child(94) {
  -webkit-animation-delay: 3760ms;
     -moz-animation-delay: 3760ms;
          animation-delay: 3760ms;
}
.content-description > table tr:nth-child(94),
.martor-preview > table tr:nth-child(94),
.form .martor-preview > table tr:nth-child(94) {
  -webkit-animation-delay: 2820ms;
     -moz-animation-delay: 2820ms;
          animation-delay: 2820ms;
}
.content-description > :nth-child(95),
.martor-preview > :nth-child(95),
.form .martor-preview > :nth-child(95) {
  -webkit-animation-delay: 3800ms;
     -moz-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
.content-description > ul > li:nth-child(95),
.content-description > ol > li:nth-child(95),
.martor-preview > ul > li:nth-child(95),
.martor-preview > ol > li:nth-child(95),
.form .martor-preview > ul > li:nth-child(95),
.form .martor-preview > ol > li:nth-child(95) {
  -webkit-animation-delay: 3800ms;
     -moz-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
.content-description > table tr:nth-child(95),
.martor-preview > table tr:nth-child(95),
.form .martor-preview > table tr:nth-child(95) {
  -webkit-animation-delay: 2850ms;
     -moz-animation-delay: 2850ms;
          animation-delay: 2850ms;
}
.content-description > :nth-child(96),
.martor-preview > :nth-child(96),
.form .martor-preview > :nth-child(96) {
  -webkit-animation-delay: 3840ms;
     -moz-animation-delay: 3840ms;
          animation-delay: 3840ms;
}
.content-description > ul > li:nth-child(96),
.content-description > ol > li:nth-child(96),
.martor-preview > ul > li:nth-child(96),
.martor-preview > ol > li:nth-child(96),
.form .martor-preview > ul > li:nth-child(96),
.form .martor-preview > ol > li:nth-child(96) {
  -webkit-animation-delay: 3840ms;
     -moz-animation-delay: 3840ms;
          animation-delay: 3840ms;
}
.content-description > table tr:nth-child(96),
.martor-preview > table tr:nth-child(96),
.form .martor-preview > table tr:nth-child(96) {
  -webkit-animation-delay: 2880ms;
     -moz-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.content-description > :nth-child(97),
.martor-preview > :nth-child(97),
.form .martor-preview > :nth-child(97) {
  -webkit-animation-delay: 3880ms;
     -moz-animation-delay: 3880ms;
          animation-delay: 3880ms;
}
.content-description > ul > li:nth-child(97),
.content-description > ol > li:nth-child(97),
.martor-preview > ul > li:nth-child(97),
.martor-preview > ol > li:nth-child(97),
.form .martor-preview > ul > li:nth-child(97),
.form .martor-preview > ol > li:nth-child(97) {
  -webkit-animation-delay: 3880ms;
     -moz-animation-delay: 3880ms;
          animation-delay: 3880ms;
}
.content-description > table tr:nth-child(97),
.martor-preview > table tr:nth-child(97),
.form .martor-preview > table tr:nth-child(97) {
  -webkit-animation-delay: 2910ms;
     -moz-animation-delay: 2910ms;
          animation-delay: 2910ms;
}
.content-description > :nth-child(98),
.martor-preview > :nth-child(98),
.form .martor-preview > :nth-child(98) {
  -webkit-animation-delay: 3920ms;
     -moz-animation-delay: 3920ms;
          animation-delay: 3920ms;
}
.content-description > ul > li:nth-child(98),
.content-description > ol > li:nth-child(98),
.martor-preview > ul > li:nth-child(98),
.martor-preview > ol > li:nth-child(98),
.form .martor-preview > ul > li:nth-child(98),
.form .martor-preview > ol > li:nth-child(98) {
  -webkit-animation-delay: 3920ms;
     -moz-animation-delay: 3920ms;
          animation-delay: 3920ms;
}
.content-description > table tr:nth-child(98),
.martor-preview > table tr:nth-child(98),
.form .martor-preview > table tr:nth-child(98) {
  -webkit-animation-delay: 2940ms;
     -moz-animation-delay: 2940ms;
          animation-delay: 2940ms;
}
.content-description > :nth-child(99),
.martor-preview > :nth-child(99),
.form .martor-preview > :nth-child(99) {
  -webkit-animation-delay: 3960ms;
     -moz-animation-delay: 3960ms;
          animation-delay: 3960ms;
}
.content-description > ul > li:nth-child(99),
.content-description > ol > li:nth-child(99),
.martor-preview > ul > li:nth-child(99),
.martor-preview > ol > li:nth-child(99),
.form .martor-preview > ul > li:nth-child(99),
.form .martor-preview > ol > li:nth-child(99) {
  -webkit-animation-delay: 3960ms;
     -moz-animation-delay: 3960ms;
          animation-delay: 3960ms;
}
.content-description > table tr:nth-child(99),
.martor-preview > table tr:nth-child(99),
.form .martor-preview > table tr:nth-child(99) {
  -webkit-animation-delay: 2970ms;
     -moz-animation-delay: 2970ms;
          animation-delay: 2970ms;
}
.content-description > :nth-child(100),
.martor-preview > :nth-child(100),
.form .martor-preview > :nth-child(100) {
  -webkit-animation-delay: 4000ms;
     -moz-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.content-description > ul > li:nth-child(100),
.content-description > ol > li:nth-child(100),
.martor-preview > ul > li:nth-child(100),
.martor-preview > ol > li:nth-child(100),
.form .martor-preview > ul > li:nth-child(100),
.form .martor-preview > ol > li:nth-child(100) {
  -webkit-animation-delay: 4000ms;
     -moz-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.content-description > table tr:nth-child(100),
.martor-preview > table tr:nth-child(100),
.form .martor-preview > table tr:nth-child(100) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

@media (prefers-reduced-motion: reduce) {
  .anim-fade-in,
  .anim-fade-out,
  .anim-slide-in-up,
  .anim-slide-in-down,
  .anim-slide-out-up,
  .anim-slide-out-down,
  .anim-slide-in-left,
  .anim-slide-in-right,
  .anim-slide-out-left,
  .anim-slide-out-right,
  .anim-scale-in,
  .anim-scale-out,
  .anim-pop-in,
  .anim-shake,
  .anim-pulse,
  .anim-notification-in,
  .anim-notification-out,
  .anim-scale-bounce,
  .anim-count-up,
  #content,
  #nav-list > li,
  #content-body ul > li,
  #content ul > li,
  #submissions-table > .submission-row,
  .content-description > *,
  .content-description > ul > li,
  .content-description > ol > li,
  .content-description > table tr,
  .martor-preview > *,
  .martor-preview > ul > li,
  .martor-preview > ol > li,
  .martor-preview > table tr,
  .form .martor-preview > *,
  .form .martor-preview > ul > li,
  .form .martor-preview > ol > li,
  .form .martor-preview > table tr {
    -webkit-animation: none !important;
       -moz-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
  .anim-stagger-parent > * {
    -webkit-animation-delay: 0ms !important;
       -moz-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
  }
}
@-ms-viewport {
  min-width: 480px;
  max-width: device-width;
}
@viewport {
  min-width: 480px;
  max-width: device-width;
}
a {
  color: #51a9ff;
}
a:hover {
  color: #1e90ff;
}
a:active {
  color: #d83;
}

img {
  max-width: 100%;
}

.full {
  width: 100%;
}

table.sortable thead {
  background-color: #181818;
  color: #666;
  font-weight: bold;
  cursor: default;
}

th.tablesorter-headerAsc:after {
  content: " ▴";
}
th.tablesorter-headerDesc:after {
  content: " ▾";
}

div.tablesorter-header-inner {
  display: inline;
}

pre {
  white-space: pre-wrap;
}

hr {
  display: block;
  height: 0;
  border: 0;
  font-style: italic;
  border-bottom: 1px solid #3b3b3b;
  padding: 0;
}

.dashed {
  border-bottom: 1px dashed #3b3b3b;
}

th {
  vertical-align: middle;
}

.form-area {
  display: inline-block;
  background: #111;
  padding: 5px 10px 10px;
  border-radius: 4px;
  border: 1px solid #3b3b3b;
}

div.info-float {
  float: right;
  padding: 10px;
}

footer {
  color: #808080;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.231;
  background: #111;
  font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
  color: #f8f8f8;
  height: 100%;
}

.unselectable {
  cursor: default;
}

h1 {
  font-size: 5em;
  letter-spacing: -2px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

b {
  font-weight: bold;
}

h2 {
  font-weight: 400;
  font-size: 2em;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

h3 {
  font-weight: 400;
  font-size: 1.4em;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}

hr {
  color: rgba(0, 0, 0, 0.2);
}

#content {
  margin: 52px auto auto;
  width: 90%;
  height: 100%;
  min-height: 25em;
  display: block;
}
#content .title {
  color: #ccc;
}

footer {
  text-align: center;
  height: auto;
  min-height: 40px;
  border-top: none;
  background: transparent;
  position: relative;
  padding: 0 8px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer-inner {
  background: transparent;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
  padding: 16px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 12px 24px;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
footer .footer-brand {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 2px;
}
footer .footer-brand .footer-logo {
  font-family: "Montserrat", "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
  letter-spacing: 0.5px;
}
footer .footer-brand .footer-tagline {
  font-size: 0.75em;
  color: #888;
}
footer .footer-links a {
  color: #555;
  font-size: 0.85em;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
footer .footer-links a:hover {
  color: #1e90ff;
}
footer .footer-links a .fa {
  margin-right: 3px;
}
footer .footer-meta {
  font-size: 0.8em;
  color: #888;
}
footer .footer-meta a {
  color: #666;
  font-weight: 600;
}
footer .footer-meta a:hover {
  color: #1e90ff;
}
footer .footer-sep {
  color: #ccc;
  font-size: 0.8em;
}
footer .footer-forms {
  display: none;
}

body[data-theme=dark] footer .footer-inner {
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
}
body[data-theme=dark] footer .footer-brand .footer-logo {
  color: #eee;
}
body[data-theme=dark] footer .footer-brand .footer-tagline {
  color: rgba(255, 255, 255, 0.5);
}
body[data-theme=dark] footer .footer-links a {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme=dark] footer .footer-links a:hover {
  color: #1e90ff;
}
body[data-theme=dark] footer .footer-meta {
  color: rgba(255, 255, 255, 0.4);
}
body[data-theme=dark] footer .footer-meta a {
  color: rgba(255, 255, 255, 0.5);
}
body[data-theme=dark] footer .footer-meta a:hover {
  color: #1e90ff;
}
body[data-theme=dark] footer .footer-sep {
  color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 760px) {
  footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
  }
  footer .footer-brand .footer-logo {
    font-size: 1em;
  }
}
html {
  position: relative;
  height: 100%;
}

a {
  text-decoration: none;
  display: inline;
}

noscript #noscript {
  font-family: Arial, sans-serif;
  font-size: 111%;
  color: white;
  font-weight: bold;
  background: #ae0000;
  text-align: center;
  padding: 5px 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
}

#announcement {
  font-family: Arial, sans-serif;
  font-size: 111%;
  color: white;
  font-weight: bold;
  background: #ae0000;
  text-align: center;
  max-width: 30%;
  position: fixed;
  border-radius: 4px;
  z-index: 100;
  bottom: -4px;
  right: -4px;
  padding: 5px 6px 6px 5px;
  -webkit-animation: slideInUp 300ms ease-out both;
     -moz-animation: slideInUp 300ms ease-out both;
          animation: slideInUp 300ms ease-out both;
}
#announcement a {
  color: orange;
}

.time {
  color: #ccc;
}

.toggle {
  font-weight: bold;
}
.toggle .fa {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}
.toggle.open .fa {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#form-errors, .form-errors {
  background: rgba(255, 0, 0, 0.3);
  border: 3px solid red;
  border-radius: 4px;
  padding: 0 1em 0.1em 1em;
  margin: 0.3em 0 0.5em 0;
  -webkit-animation: shake 400ms ease-in-out both;
     -moz-animation: shake 400ms ease-in-out both;
          animation: shake 400ms ease-in-out both;
}

#contest-info {
  font-size: 1.25em;
  border: 5px solid #1e90ff;
  border-left: 5px dotted white;
  border-radius: 0 4px 4px 0;
  background: rgba(0, 0, 0, 0.77);
  z-index: 100000;
  padding: 10px 12px;
  color: white;
  cursor: move;
  position: fixed;
  left: 20px;
  top: 90%;
  display: none;
}
#contest-info a {
  height: 1.4em;
  padding: 0;
  margin: 0;
  color: white;
  display: block;
}

#contest-time-remaining {
  display: inline-block;
}

#page-container {
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  border-right: 1px solid #3b3b3b;
  border-left: 1px solid #3b3b3b;
  background: #222;
  max-width: 100em;
}

#content-body {
  padding-bottom: 4em;
}

.title-line-action {
  float: right;
  margin-top: 1.2em;
}

math {
  font-size: 1.155em;
}

.MathJax:focus {
  outline: none;
}

@media (max-width: 1498px) {
  #page-container {
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 760px) {
  #content {
    width: auto;
    padding: 0 5px;
  }
}
.img-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-animation: fadeIn 200ms ease-out both;
     -moz-animation: fadeIn 200ms ease-out both;
          animation: fadeIn 200ms ease-out both;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.img-lightbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 90vw;
  height: 90vh;
  overflow: hidden;
}

.img-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.img-lightbox-close {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 100001;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.img-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.img-lightbox-btn {
  position: fixed;
  z-index: 100001;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-weight: 700;
}
.img-lightbox-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.img-lightbox-zoom-in {
  bottom: 24px;
  right: 80px;
}

.img-lightbox-zoom-out {
  bottom: 24px;
  right: 130px;
}

.img-lightbox-reset {
  bottom: 24px;
  right: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.user-about-preview {
  font-size: 0.75em;
  color: #666;
  max-height: 3.6em;
  overflow: hidden;
  line-height: 1.2;
  margin-top: 2px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.user-about-preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.2em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#222));
  background: -webkit-linear-gradient(transparent, #222);
  background: -moz-linear-gradient(transparent, #222);
  background: linear-gradient(transparent, #222);
  pointer-events: none;
}
.user-about-preview img {
  max-width: 60px;
  max-height: 20px;
  display: inline;
  vertical-align: middle;
}
.user-about-preview p {
  margin: 0;
  display: inline;
}
.user-about-preview pre, .user-about-preview code, .user-about-preview blockquote, .user-about-preview table, .user-about-preview ul, .user-about-preview ol, .user-about-preview hr, .user-about-preview h1, .user-about-preview h2, .user-about-preview h3, .user-about-preview h4, .user-about-preview h5, .user-about-preview h6 {
  display: none;
}

body[data-theme=dark] .user-about-preview::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2b2b2b));
  background: -webkit-linear-gradient(transparent, #2b2b2b);
  background: -moz-linear-gradient(transparent, #2b2b2b);
  background: linear-gradient(transparent, #2b2b2b);
}

body[data-theme=dark] .user-about-preview {
  color: rgba(255, 255, 255, 0.5);
}

.pswp-img {
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.gradient-bg {
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
}

.gradient-text {
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#user-links {
  top: 0;
  right: 0;
  position: absolute;
  color: #333;
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  white-space: nowrap;
}
#user-links a, #user-links button {
  color: #333;
}
#user-links li {
  text-transform: none;
}
#user-links > ul {
  display: block;
  margin: 0;
}
#user-links > ul > li > a {
  display: block;
  padding: 0;
  height: 100%;
}
#user-links > ul > li > a > span {
  font-size: 13px;
  padding: 10px 10px;
  display: block;
  white-space: nowrap;
}
#user-links > ul > li > a > span > img {
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 6px;
}
#user-links > ul > li > a > span > span {
  vertical-align: middle;
  color: #333;
}
#user-links > ul > li > ul {
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 4px 0;
}

#nav-shadow {
  height: 3px;
}

#nav-container {
  height: 100%;
  margin: 0 6px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

nav {
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 500;
  height: 48px;
  margin: 0;
  background: transparent;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
nav:hover {
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
nav ul {
  margin: 0 0 0 -5px;
  padding: 0 0 0 1%;
  display: block;
}
nav ul li {
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", "Source Sans Pro", sans-serif;
  font-weight: 600;
}
nav ul li.home-nav-element a {
  padding: 0;
  height: 44px;
}
nav ul li.home-nav-element a:hover {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
nav ul li a, nav ul li button {
  text-decoration: none;
  vertical-align: middle;
  color: #333;
  padding: 14px 10px;
  height: 20px;
  display: inline-table;
  border-radius: 0;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
}
nav ul li a:link, nav ul li button:link {
  color: #333;
}
nav ul li a:hover, nav ul li button:hover {
  margin: 0;
}
nav ul li a.active, nav ul li button.active {
  border: none;
  border-bottom: 3px solid #1e90ff;
  padding: 11px 10px;
}
nav ul li a .nav-expand, nav ul li button .nav-expand {
  display: none;
}
nav ul li ul {
  padding: 4px 0;
  position: absolute;
  left: 5px;
  display: none;
  color: #333;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
nav ul li ul li a.active {
  border: none;
  border-left: 3px solid #1e90ff;
}
nav ul li ul li {
  display: block;
}
nav ul li ul li a, nav ul li ul li button {
  padding: 8px 20px 8px 8px !important;
  font-size: 0.8em;
  line-height: 18px;
  display: block;
  border-left: 3px solid transparent;
  white-space: nowrap;
  border-radius: 8px;
}
nav ul li ul li a:hover, nav ul li ul li button:hover {
  background: rgba(0, 0, 0, 0.06);
  border-left-color: #1e90ff;
}
nav ul li button {
  background: none;
  text-align: left;
  border: none;
  width: 100%;
  border-radius: 0;
  height: auto;
  cursor: pointer;
}
nav ul li:hover > ul, nav ul li:active > ul, nav ul li:focus > ul {
  display: block !important;
  -webkit-animation: navDropdownIn 200ms ease-out both;
     -moz-animation: navDropdownIn 200ms ease-out both;
          animation: navDropdownIn 200ms ease-out both;
}
nav ul li.home-nav-element a:hover {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}
nav .nav-divider {
  width: 1px;
  vertical-align: middle;
  padding-left: 3px;
  display: inline-block;
  height: 32px;
  margin-right: 1px;
  border-right: 3px solid rgba(0, 0, 0, 0.1);
}

#navicon {
  display: none;
}

@media (max-width: 760px) {
  nav {
    top: 6px;
    left: 6px;
    right: 6px;
    height: 42px;
    border-radius: 12px;
  }
  #nav-container {
    margin: 0 4px;
    border-radius: 8px;
  }
  #navigation {
    height: 36px;
  }
  #navicon {
    -webkit-transition-duration: 0.25s;
       -moz-transition-duration: 0.25s;
            transition-duration: 0.25s;
    display: block;
    line-height: 26px;
    font-size: 2em;
    color: #333;
    padding: 0 0.25em;
    margin: 4px 0.25em;
    white-space: nowrap;
    float: left;
  }
  #navicon.hover {
    color: #1e90ff;
    -webkit-transition-duration: 0.25s;
       -moz-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  #nav-list {
    display: none;
    padding: 4px;
    margin: 0;
    position: fixed;
    top: 52px;
    left: 6px;
    right: 6px;
    bottom: auto;
    width: auto;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  #nav-list.show-list {
    display: block;
    -webkit-animation: slideInLeft 200ms ease-out both;
       -moz-animation: slideInLeft 200ms ease-out both;
            animation: slideInLeft 200ms ease-out both;
  }
  #nav-list li {
    display: block;
  }
  #nav-list li a {
    display: block;
    border-radius: 8px;
    margin: 2px 0;
  }
  #nav-list li a .nav-expand {
    float: right;
    display: block;
    height: inherit;
    margin: -13px -7px;
    padding: inherit;
  }
  #nav-list li ul {
    left: 0;
    top: 40px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  #nav-list li ul.show-list {
    display: block;
  }
  #nav-list li.home-nav-element {
    display: none;
  }
  #user-links > ul > li > a > span {
    padding: 6px 8px;
  }
}
@media not all and (max-width: 760px) {
  #nav-list li.home-menu-item {
    display: none;
  }
  #nav-list li:not(:hover) > ul {
    display: none !important;
  }
  #nav-list li ul {
    left: 0 !important;
  }
}
@media (max-width: 760px) {
  body[data-theme=dark] #nav-list {
    background: rgba(30, 30, 30, 0.85);
  }
  body[data-theme=dark] #nav-list li ul {
    background: rgba(30, 30, 30, 0.85);
  }
}
nav .settings-popup {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 14px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #333;
  margin-top: 2px;
  -webkit-animation: scaleIn 150ms ease-out both;
     -moz-animation: scaleIn 150ms ease-out both;
          animation: scaleIn 150ms ease-out both;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
nav .settings-popup li a, nav .settings-popup li button, nav .settings-popup li form button {
  color: #333;
}

.nav-settings-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 7px 12px;
}

.nav-settings-lbl {
  font-size: 13px;
  color: #555;
}

.nav-seg {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 2px;
}

.nav-seg-btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 0.8em;
  font-weight: 600;
  font-family: inherit;
  color: #888;
  line-height: 1;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-seg-btn:hover {
  color: #333;
  margin: 0;
}
.nav-seg-btn.active {
  background: rgba(0, 0, 0, 0.06);
  color: #333;
}

#user-links ul ul li form button {
  color: #e53e3e !important;
  font-weight: 700;
}

nav ul ul li a,
nav ul ul li button {
  font-weight: 600;
}

body[data-theme=dark] #user-links a,
body[data-theme=dark] #user-links button,
body[data-theme=dark] #user-links > ul > li > a > span > span {
  color: #eee;
}
body[data-theme=dark] nav {
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
body[data-theme=dark] nav:hover {
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}
body[data-theme=dark] nav ul li {
  color: #eee;
}
body[data-theme=dark] nav ul li a, body[data-theme=dark] nav ul li button {
  color: #eee;
}
body[data-theme=dark] nav ul li a:link, body[data-theme=dark] nav ul li button:link {
  color: #eee;
}
body[data-theme=dark] nav ul li a.active, body[data-theme=dark] nav ul li button.active {
  border-bottom-color: #1e90ff;
}
body[data-theme=dark] nav ul li > ul {
  color: #eee;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(30, 30, 30, 0.85);
}
body[data-theme=dark] nav ul li > ul li a:hover, body[data-theme=dark] nav ul li > ul li button:hover {
  background: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark] nav .nav-divider {
  border-right-color: rgba(255, 255, 255, 0.15);
}
body[data-theme=dark] #navicon {
  color: #eee;
}
body[data-theme=dark] #navicon.hover {
  color: #1e90ff;
}
body[data-theme=dark] #nav-list {
  border-color: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark] #nav-list li a {
  color: #eee;
}
body[data-theme=dark] #nav-list li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark] #nav-list li ul {
  background: rgba(30, 30, 30, 0.85);
}
body[data-theme=dark] #user-links > ul > li > ul {
  background: rgba(30, 30, 30, 0.85);
}
body[data-theme=dark] nav .settings-popup {
  border-color: rgba(255, 255, 255, 0.1);
  color: #eee;
  background: rgba(30, 30, 30, 0.85);
}
body[data-theme=dark] nav .settings-popup li a, body[data-theme=dark] nav .settings-popup li button, body[data-theme=dark] nav .settings-popup li form button {
  color: #eee;
}
body[data-theme=dark] .nav-settings-lbl {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme=dark] .nav-seg {
  background: rgba(255, 255, 255, 0.08);
}
body[data-theme=dark] .nav-seg-btn {
  color: rgba(255, 255, 255, 0.5);
}
body[data-theme=dark] .nav-seg-btn:hover {
  color: #eee;
}
body[data-theme=dark] .nav-seg-btn.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

code { /* Comment */
  /* Error */
  /* Escape */
  /* Generic */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Other */
  /* Punctuation */
  /* Comment.Hashbang */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.PreprocFile */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Generic.Underline */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Punctuation.Marker */
  /* Text.Whitespace */
  /* Literal.Number.Bin */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Affix */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Delimiter */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Function.Magic */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Name.Variable.Magic */
  /* Literal.Number.Integer.Long */
}
code .hll {
  background-color: #6e7681;
}
code .c {
  color: #8b949e;
  font-style: italic;
}
code .err {
  color: #f85149;
}
code .esc {
  color: #c9d1d9;
}
code .g {
  color: #c9d1d9;
}
code .k {
  color: #ff7b72;
}
code .l {
  color: #a5d6ff;
}
code .n {
  color: #c9d1d9;
}
code .o {
  color: #ff7b72;
  font-weight: bold;
}
code .x {
  color: #c9d1d9;
}
code .p {
  color: #c9d1d9;
}
code .ch {
  color: #8b949e;
  font-style: italic;
}
code .cm {
  color: #8b949e;
  font-style: italic;
}
code .cp {
  color: #8b949e;
  font-weight: bold;
  font-style: italic;
}
code .cpf {
  color: #8b949e;
  font-style: italic;
}
code .c1 {
  color: #8b949e;
  font-style: italic;
}
code .cs {
  color: #8b949e;
  font-weight: bold;
  font-style: italic;
}
code .gd {
  color: #ffa198;
  background-color: #490202;
}
code .ge {
  color: #c9d1d9;
  font-style: italic;
}
code .gr {
  color: #ffa198;
}
code .gh {
  color: #79c0ff;
  font-weight: bold;
}
code .gi {
  color: #56d364;
  background-color: #0f5323;
}
code .go {
  color: #8b949e;
}
code .gp {
  color: #8b949e;
}
code .gs {
  color: #c9d1d9;
  font-weight: bold;
}
code .gu {
  color: #79c0ff;
}
code .gt {
  color: #ff7b72;
}
code .g-Underline {
  color: #c9d1d9;
  text-decoration: underline;
}
code .kc {
  color: #79c0ff;
}
code .kd {
  color: #ff7b72;
}
code .kn {
  color: #ff7b72;
}
code .kp {
  color: #79c0ff;
}
code .kr {
  color: #ff7b72;
}
code .kt {
  color: #ff7b72;
}
code .ld {
  color: #79c0ff;
}
code .m {
  color: #a5d6ff;
}
code .s {
  color: #a5d6ff;
}
code .na {
  color: #c9d1d9;
}
code .nb {
  color: #c9d1d9;
}
code .nc {
  color: #f0883e;
  font-weight: bold;
}
code .no {
  color: #79c0ff;
  font-weight: bold;
}
code .nd {
  color: #d2a8ff;
  font-weight: bold;
}
code .ni {
  color: #ffa657;
}
code .ne {
  color: #f0883e;
  font-weight: bold;
}
code .nf {
  color: #d2a8ff;
  font-weight: bold;
}
code .nl {
  color: #79c0ff;
  font-weight: bold;
}
code .nn {
  color: #ff7b72;
}
code .nx {
  color: #c9d1d9;
}
code .py {
  color: #79c0ff;
}
code .nt {
  color: #7ee787;
}
code .nv {
  color: #79c0ff;
}
code .ow {
  color: #ff7b72;
  font-weight: bold;
}
code .pm {
  color: #c9d1d9;
}
code .w {
  color: #6e7681;
}
code .mb {
  color: #a5d6ff;
}
code .mf {
  color: #a5d6ff;
}
code .mh {
  color: #a5d6ff;
}
code .mi {
  color: #a5d6ff;
}
code .mo {
  color: #a5d6ff;
}
code .sa {
  color: #79c0ff;
}
code .sb {
  color: #a5d6ff;
}
code .sc {
  color: #a5d6ff;
}
code .dl {
  color: #79c0ff;
}
code .sd {
  color: #a5d6ff;
}
code .s2 {
  color: #a5d6ff;
}
code .se {
  color: #79c0ff;
}
code .sh {
  color: #79c0ff;
}
code .si {
  color: #a5d6ff;
}
code .sx {
  color: #a5d6ff;
}
code .sr {
  color: #79c0ff;
}
code .s1 {
  color: #a5d6ff;
}
code .ss {
  color: #a5d6ff;
}
code .bp {
  color: #c9d1d9;
}
code .fm {
  color: #d2a8ff;
  font-weight: bold;
}
code .vc {
  color: #79c0ff;
}
code .vg {
  color: #79c0ff;
}
code .vi {
  color: #79c0ff;
}
code .vm {
  color: #79c0ff;
}
code .il {
  color: #a5d6ff;
}

.h-scrollable-table {
  overflow-x: auto;
}

.table {
  border-spacing: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  background: rgba(248, 248, 248, 0.01);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.table.striped tr:nth-child(2n) {
  background: rgba(248, 248, 248, 0.03);
}
.table th {
  height: 2em;
  color: #0f0f0f;
  background-color: #ccc;
  border-color: #808080;
  border-width: 0 1px 1px 0;
  border-style: solid;
  padding: 4px 10px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.1em;
}
.table td {
  border-color: #3b3b3b;
  border-width: 0 1px 1px 0;
  border-style: solid;
  padding: 7px 5px;
  vertical-align: middle;
  text-align: center;
}
.table th:first-child, .table td:first-child {
  border-left-width: 1px;
}
.table tr:first-child th, .table tr:first-child td {
  border-top-width: 1px;
}
.table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
.table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 6px;
}

.mwe-math-mathml-inline {
  display: inline !important;
}

.mwe-math-mathml-display {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.mwe-math-mathml-a11y {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mwe-math-fallback-image-inline {
  display: inline-block;
  vertical-align: middle;
}

.mwe-math-fallback-image-display {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: "Latin Modern Math";
  src: url("../libs/latinmodernmath/latinmodern-math.eot"); /* IE9 Compat Modes */
  src: local("Latin Modern Math"), local("LatinModernMath-Regular"), url("../libs/latinmodernmath/latinmodern-math.eot?#iefix") format("embedded-opentype"), url("../libs/latinmodernmath/latinmodern-math.woff2") format("woff2"), url("../libs/latinmodernmath/latinmodern-math.woff") format("woff"), url("../libs/latinmodernmath/latinmodern-math.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
math {
  font-family: "Latin Modern Math";
}

img.inline-math {
  display: inline;
}

.AB {
  background-color: #CCC;
  color: black;
}

.AC {
  background-color: #99badd;
  color: #2b5480;
}

._AC {
  background-color: #e6eef7;
  color: #376da6;
}

.WA {
  background-color: #CCC;
  color: #ef1b53;
}

.TLE, .MLE {
  background-color: #CCC;
  color: black;
}

.OLE, .IR, .RTE, .OTH {
  background-color: #FAB623;
  color: black;
}

.CE {
  background-color: #CCC;
  color: black;
}

.IE {
  background-color: red;
  color: black;
}

.QU, .G {
  background: white;
  color: black;
  -webkit-animation: pulse 1.5s ease-in-out both;
     -moz-animation: pulse 1.5s ease-in-out both;
          animation: pulse 1.5s ease-in-out both;
}

.blog-content {
  padding-right: 0em;
  -webkit-box-flex: 73.5%;
  -webkit-flex: 73.5%;
     -moz-box-flex: 73.5%;
          flex: 73.5%;
  vertical-align: top;
}
.blog-content .post {
  margin: 0em 0.5em;
  -webkit-animation: fadeIn 300ms ease-out both;
     -moz-animation: fadeIn 300ms ease-out both;
          animation: fadeIn 300ms ease-out both;
}
.blog-content .post:nth-child(1) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.blog-content .post:nth-child(2) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.blog-content .post:nth-child(3) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.blog-content .post:nth-child(4) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.blog-content .post:nth-child(5) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.blog-content .post:nth-child(6) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.blog-content .post:nth-child(7) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.blog-content .post:nth-child(8) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.blog-content .post:nth-child(9) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.blog-content .post:nth-child(10) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.blog-content .post:nth-child(11) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.blog-content .post:nth-child(12) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.blog-content .post:nth-child(13) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.blog-content .post:nth-child(14) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.blog-content .post:nth-child(15) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.blog-content .post:nth-child(16) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.blog-content .post:nth-child(17) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.blog-content .post:nth-child(18) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.blog-content .post:nth-child(19) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.blog-content .post:nth-child(20) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.blog-content .post:first-child {
  margin-top: 1.1em;
}
.blog-content .post:last-child {
  border-bottom: none;
}
.blog-content .post .title {
  font-weight: 600;
  font-size: 1.7em;
}
.blog-content .post .title a {
  color: #84c2ff;
}
.blog-content .post .title a:hover {
  color: #1e90ff;
}
.blog-content .post .title a:active {
  color: #d83;
}
.blog-content .post .comment-count {
  font-size: 12px;
}
.blog-content .post .comment-count-link {
  color: #ccc;
}
.blog-content .post .comment-icon {
  padding: 0 0.2em 0 0.5em;
}
.blog-content .post .blog-body {
  border-left: 4px solid grey;
  margin: 1em 0;
  padding-left: 1em;
  padding-bottom: 0.25em;
}
.blog-content .meta {
  margin: 1em 0 1.5em 0;
  padding: 0.25em 0.5em;
  border: 2px solid grey;
  border-radius: 4px;
}

.blog-sidebar {
  -webkit-box-flex: 26.5%;
  -webkit-flex: 26.5%;
     -moz-box-flex: 26.5%;
          flex: 26.5%;
}

.blog-sidebox ul {
  list-style: none;
  padding-left: 1em;
  padding-right: 0.5em;
}
.blog-sidebox ul li {
  margin-bottom: 0.75em;
}
.blog-sidebox .contest {
  padding: 1.25em 0 1.5em 0;
  text-align: center;
  border-bottom: 1px solid #3b3b3b;
}
.blog-sidebox .contest:last-child {
  border-bottom: none;
}
.blog-sidebox .sidebox-ongoing-contest {
  overflow-y: auto;
  max-height: 23em;
}

@media (min-width: 800px) {
  .blog-content, .blog-sidebar {
    display: block !important;
  }
  .blog-content {
    margin-right: 1em;
  }
  #mobile.tabs {
    display: none;
  }
  #blog-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
#mobile.tabs {
  margin: 0 0 1em;
}

.rssatom {
  text-align: right;
  margin: 0.25em;
  display: block;
}
.rssatom span {
  width: 1em;
  height: 1em;
  padding: 0.1em;
  font-size: 0.8em;
  color: white;
  border-radius: 0.2em;
  display: inline-block;
  margin-right: 0.2em;
  border: 1px solid rgb(201, 90, 18);
  background: #fb9e39;
  background: -webkit-linear-gradient(315deg, #e46d27 0, #fb9e39 47%, #e46d27 100%);
  background: -moz-linear-gradient(315deg, #e46d27 0, #fb9e39 47%, #e46d27 100%);
  background: linear-gradient(135deg, #e46d27 0, #fb9e39 47%, #e46d27 100%);
}
.rssatom span i {
  text-align: center;
  display: block;
}

.open-tickets .title, .own-open-tickets .title {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.open-tickets .object {
  margin-left: 1em;
  font-style: italic;
}
.open-tickets .author {
  margin-left: 1em;
}

.magazine-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: -moz-calc(100vh - 56px);
  min-height: calc(100vh - 56px);
  background: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", sans-serif;
  position: relative;
}

.magazine-sidebar {
  width: 260px;
  background: #1f1f1f;
  border-right: 1px solid #3b3b3b;
  position: fixed;
  top: 56px;
  left: 0;
  height: -moz-calc(100vh - 56px);
  height: calc(100vh - 56px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 968px) {
  .magazine-sidebar {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 16px rgba(0, 0, 0, 0.1);
  }
  .magazine-sidebar.show {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.magazine-sidebar::-webkit-scrollbar {
  width: 8px;
}
.magazine-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.magazine-sidebar::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px;
  border: 2px solid #1f1f1f;
}
.magazine-sidebar::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

.sidebar-nav {
  padding: 0px 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  width: 100%;
  background: #1f1f1f;
}

.nav-section {
  margin-bottom: 16px;
  width: 100%;
}
.nav-section:last-child {
  margin-bottom: 8px;
}

.nav-section-title {
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #707070 !important;
  padding: 8px 12px !important;
  margin: 0 0 4px 0 !important;
}

.nav-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  width: 100%;
}

.nav-item {
  display: block !important;
  margin: 0 !important;
  width: 100%;
}
.nav-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 12px !important;
  color: #e8e8e8 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-item a i {
  width: 18px;
  color: #e8e8e8 !important;
  font-size: 15px;
  text-align: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.nav-item a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #e8e8e8 !important;
}
.nav-item a:hover {
  background: #333333 !important;
}
.nav-item.active a {
  background: #333333 !important;
  font-weight: 500;
}

.sidebar-divider {
  height: 1px;
  background: #3b3b3b;
  margin: 8px 0;
}

.tag-chips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  padding: 0 12px 12px;
}

.tag-chip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 6px 12px;
  background: #2a2a2a;
  color: #a0a0a0;
  border-radius: 16px;
  border: 1px solid #3b3b3b;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-animation: popIn 300ms ease-out both;
     -moz-animation: popIn 300ms ease-out both;
          animation: popIn 300ms ease-out both;
}
.tag-chip:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.tag-chip:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.tag-chip:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.tag-chip:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.tag-chip:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.tag-chip:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.tag-chip:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.tag-chip:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.tag-chip:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.tag-chip:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.tag-chip:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.tag-chip:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.tag-chip:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.tag-chip:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.tag-chip:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.tag-chip:hover {
  background: #333333;
  border-color: #707070;
  -webkit-transform: translateY(-1px);
     -moz-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.tag-chip.active {
  background: #404040;
  color: #1a1a1a;
  border-color: #404040;
}

.magazine-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.magazine-topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: #1a1a1a;
  border-bottom: 1px solid #3b3b3b;
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  z-index: 90;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .magazine-topbar {
    padding: 12px 16px;
  }
}

.sidebar-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
  color: #a0a0a0;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sidebar-toggle:hover {
  background: #333333;
  color: #e8e8e8;
}
@media (max-width: 968px) {
  .sidebar-toggle {
    display: block;
  }
}

.magazine-search {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  min-width: 200px;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .magazine-search {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }
}
.magazine-search .search-type-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 28px 12px 12px;
  border: 1px solid #3b3b3b;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  color: #e8e8e8;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2340414F' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  min-width: 90px;
}
.magazine-search .search-type-select:hover {
  border-color: #a0a0a0;
  background-color: #333333;
}
.magazine-search .search-type-select:focus {
  outline: none;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 0 0 3px rgba(64, 65, 79, 0.1);
          box-shadow: 0 0 0 3px rgba(64, 65, 79, 0.1);
}
.magazine-search .search-input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.magazine-search .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #707070 !important;
  cursor: pointer;
  padding: 4px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  z-index: 2;
}
.magazine-search .search-icon:hover {
  color: #e8e8e8 !important;
}
.magazine-search .search-icon:focus {
  outline: none;
  color: #e8e8e8 !important;
}
.magazine-search .search-icon i {
  font-size: 16px;
  color: inherit !important;
}
.magazine-search .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 12px 16px 12px 44px;
  border: 1px solid #3b3b3b;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  font-family: inherit;
  background: #1a1a1a;
  color: #e8e8e8;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.magazine-search .search-input:focus {
  outline: none;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 0 0 3px rgba(64, 65, 79, 0.1);
          box-shadow: 0 0 0 3px rgba(64, 65, 79, 0.1);
}
.magazine-search .search-input::-webkit-input-placeholder {
  color: #707070;
}
.magazine-search .search-input::-moz-placeholder {
  color: #707070;
}
.magazine-search .search-input:-ms-input-placeholder {
  color: #707070;
}
.magazine-search .search-input::placeholder {
  color: #707070;
}
.magazine-search:not(:has(.search-type-select)) .search-input {
  border-radius: 8px;
}

.magazine-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .magazine-controls {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
}

.select-wrap {
  position: relative;
}
.select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 36px 10px 14px;
  border: 1px solid #3b3b3b;
  border-radius: 8px;
  background: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  color: #e8e8e8;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.select-wrap select:hover {
  border-color: #707070;
  background: #333333;
}
.select-wrap select:focus {
  outline: none;
  border-color: #e8e8e8;
  -webkit-box-shadow: 0 0 0 3px rgba(32, 33, 35, 0.1);
          box-shadow: 0 0 0 3px rgba(32, 33, 35, 0.1);
}
.select-wrap select option {
  background: #1a1a1a;
  color: #e8e8e8;
}
.select-wrap::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #707070;
  pointer-events: none;
  font-size: 12px;
}

.view-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #1f1f1f;
  border: 1px solid #3b3b3b;
  border-radius: 8px;
  overflow: hidden;
}

.view-btn {
  padding: 10px 14px;
  background: none;
  border: none;
  color: #707070;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-right: 1px solid #3b3b3b;
}
.view-btn:last-child {
  border-right: none;
}
.view-btn i {
  font-size: 16px;
}
.view-btn:hover {
  background: #333333;
  color: #e8e8e8;
}
.view-btn.active {
  background: #404040;
  color: #1a1a1a;
}
.view-btn.active:hover {
  background: #a0a0a0;
}

.btn-top-bar {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #404040;
  color: #1a1a1a;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.btn-top-bar:hover {
  background: #a0a0a0;
  color: #1a1a1a;
}
.btn-top-bar i {
  font-size: 14px;
}
@media (max-width: 768px) {
  .btn-top-bar {
    padding: 10px 16px;
  }
  .btn-top-bar span {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.post-tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 4px 12px;
  background: #2d2d2d;
  border: 1px solid #404040;
  border-radius: 16px;
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.post-tag:hover {
  background: #353535;
  border-color: #4a4a4a;
  color: #d0d0d0;
}
.post-tag.active {
  background: #1e90ff;
  border-color: #1e90ff;
  color: white;
}

.hero-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 1rem;
}
.hero-stats .stat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #e8e8e8;
  font-size: 0.95rem;
}
.hero-stats .stat-item i {
  color: #888888;
  font-size: 1rem;
}
.hero-stats .stat-item .stat-label {
  color: #888888;
  font-weight: 500;
}
.hero-stats .stat-item span:not(.stat-label) {
  font-weight: 600;
  color: #e8e8e8;
}
.hero-stats .stat-item.vote-stat .vote-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 4px;
  margin-left: 8px;
}

.magazine-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  row-gap: 50px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 32px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .magazine-feed {
    grid-template-columns: 1fr;
    padding: 16px;
    padding-top: 0;
    padding-bottom: 24px;
    margin-top: 16px;
    row-gap: 24px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.magazine-feed.is-list {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}
.magazine-feed.is-list .magazine-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.magazine-feed.is-list .magazine-card .magazine-card-title {
  font-size: 18px;
}
.magazine-feed.is-list .magazine-card .magazine-card-excerpt {
  -webkit-line-clamp: 2;
}

.magazine-card {
  background: #2a2a2a;
  border-radius: 8px;
  border: 1px solid #3b3b3b;
  padding: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
  min-height: 280px;
  max-height: 280px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-animation: slideInUp 350ms ease-out both;
     -moz-animation: slideInUp 350ms ease-out both;
          animation: slideInUp 350ms ease-out both;
}
.magazine-card:nth-child(1) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.magazine-card:nth-child(2) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.magazine-card:nth-child(3) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.magazine-card:nth-child(4) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.magazine-card:nth-child(5) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.magazine-card:nth-child(6) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.magazine-card:nth-child(7) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.magazine-card:nth-child(8) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.magazine-card:nth-child(9) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.magazine-card:nth-child(10) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.magazine-card:nth-child(11) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.magazine-card:nth-child(12) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.magazine-card:nth-child(13) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.magazine-card:nth-child(14) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.magazine-card:nth-child(15) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.magazine-card:nth-child(16) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.magazine-card:nth-child(17) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.magazine-card:nth-child(18) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.magazine-card:nth-child(19) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.magazine-card:nth-child(20) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.magazine-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #e8e8e8;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.magazine-card:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #707070;
}
.magazine-card:hover::before {
  opacity: 1;
}
.magazine-card:hover .magazine-card-title a {
  color: #a0a0a0;
}
.magazine-card.skeleton {
  pointer-events: none;
}
.magazine-card.skeleton .skeleton-line,
.magazine-card.skeleton .skeleton-avatar {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #333333), color-stop(50%, #3b3b3b), color-stop(75%, #333333));
  background: -webkit-linear-gradient(left, #333333 25%, #3b3b3b 50%, #333333 75%);
  background: -moz-linear-gradient(left, #333333 25%, #3b3b3b 50%, #333333 75%);
  background: linear-gradient(90deg, #333333 25%, #3b3b3b 50%, #333333 75%);
  background-size: 200% 100%;
  -webkit-animation: loading 1.5s ease-in-out infinite;
     -moz-animation: loading 1.5s ease-in-out infinite;
          animation: loading 1.5s ease-in-out infinite;
  border-radius: 4px;
  height: 16px;
  margin-bottom: 8px;
}
.magazine-card.skeleton .skeleton-line.w-30,
.magazine-card.skeleton .skeleton-avatar.w-30 {
  width: 30%;
}
.magazine-card.skeleton .skeleton-line.w-40,
.magazine-card.skeleton .skeleton-avatar.w-40 {
  width: 40%;
}
.magazine-card.skeleton .skeleton-line.w-60,
.magazine-card.skeleton .skeleton-avatar.w-60 {
  width: 60%;
}
.magazine-card.skeleton .skeleton-line.w-80,
.magazine-card.skeleton .skeleton-avatar.w-80 {
  width: 80%;
}
.magazine-card.skeleton .skeleton-line.mt-2,
.magazine-card.skeleton .skeleton-avatar.mt-2 {
  margin-top: 16px;
}
.magazine-card.skeleton .skeleton-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.magazine-card.skeleton .skeleton-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  margin-top: auto;
}

@-webkit-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@-moz-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}

.card-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 6px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  -webkit-animation: scaleIn 200ms ease-out both;
     -moz-animation: scaleIn 200ms ease-out both;
          animation: scaleIn 200ms ease-out both;
}
.badge i {
  font-size: 10px;
}

.badge-pinned {
  background: #005db7;
  color: #84c2ff;
}

.badge-draft {
  background: #422006;
  color: #fcd34d;
}

.badge-global {
  background: #376da6;
  color: #d2e1f0;
}

.card-date {
  font-size: 12px;
  color: #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.magazine-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazine-card-title a {
  color: #e8e8e8;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.magazine-card-title a:hover {
  color: #a0a0a0;
}

.magazine-card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #a0a0a0;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  height: 76px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.magazine-card-excerpt a {
  color: #51a9ff;
  text-decoration: none;
}
.magazine-card-excerpt a:hover {
  text-decoration: underline;
  color: #84c2ff;
}
.magazine-card-excerpt img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.magazine-card-excerpt p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding-top: 16px;
  border-top: 1px solid #3b3b3b;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}

.card-author {
  font-size: 13px;
  color: #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  min-width: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
.card-author i {
  font-size: 12px;
  color: #707070;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.card-author a {
  color: #a0a0a0;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-author a:hover {
  color: #e8e8e8;
}

.card-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.card-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
  margin-left: auto;
}
.card-actions .stat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #e8e8e8;
  font-size: 0.95rem;
}
.card-actions .stat-item i {
  color: #707070;
  font-size: 1rem;
}
.card-actions .stat-item .stat-label {
  color: #707070;
  font-weight: 500;
}
.card-actions .stat-item span:not(.stat-label) {
  font-weight: 600;
  color: #e8e8e8;
}
.card-actions .stat-item.vote-stat .vote-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 4px;
  margin-left: 8px;
}
.card-actions .stat-item:not(.vote-stat) {
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.card-actions .stat-item:not(.vote-stat):hover {
  opacity: 0.7;
}

.vote-btn {
  background: #333333;
  border: 1px solid #3b3b3b;
  color: #a0a0a0;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 13px;
}
.vote-btn:hover:not(:disabled) {
  background: #3b3b3b;
  border-color: #707070;
  color: #e8e8e8;
}
.vote-btn.voted {
  background: #51a9ff;
  border-color: #51a9ff;
  color: #1a1a1a;
}
.vote-btn.voted:hover:not(:disabled) {
  opacity: 0.8;
}
.vote-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.vote-btn i {
  font-size: 12px;
  color: inherit;
}

#tagproblem-table td.problem-name, #tagproblem-table th.problem-name, #tag-table td.problem-name, #tag-table th.problem-name {
  text-align: left;
}
#tagproblem-table td.problem-code, #tagproblem-table td.judge, #tagproblem-table th.problem-code, #tagproblem-table th.judge, #tag-table td.problem-code, #tag-table td.judge, #tag-table th.problem-code, #tag-table th.judge {
  white-space: nowrap;
}
#tagproblem-table td.problem-code, #tagproblem-table th.problem-code, #tag-table td.problem-code, #tag-table th.problem-code {
  width: 20%;
}
#tagproblem-table td.problem-name, #tagproblem-table th.problem-name, #tag-table td.problem-name, #tag-table th.problem-name {
  width: 65%;
}
#tagproblem-table td.judge, #tagproblem-table th.judge, #tag-table td.judge, #tag-table th.judge {
  width: 15%;
}
#tagproblem-table tr, #tag-table tr {
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
#tagproblem-table tr:hover, #tag-table tr:hover {
  background: rgba(248, 248, 248, 0.05);
}

#tagproblem-table .row-tag-list {
  font-size: 0.75em;
  padding-top: 1px;
  text-align: right;
}
#tagproblem-table .row-tag-list, #tagproblem-table .row-tag-list a {
  color: grey !important;
}

#problem-table td.problem-code, #problem-table td.problem-name, #problem-table td.category, #problem-table td.types, #problem-table th.problem-code, #problem-table th.problem-name, #problem-table th.category, #problem-table th.types {
  text-align: left;
  padding: 0 1rem;
}
#problem-table td.solved, #problem-table td.points, #problem-table td.ac-rate, #problem-table td.editorial, #problem-table td.users, #problem-table th.solved, #problem-table th.points, #problem-table th.ac-rate, #problem-table th.editorial, #problem-table th.users {
  padding: 0 10px;
  white-space: nowrap;
}
#problem-table td.problem-code, #problem-table th.problem-code {
  word-break: break-all;
}
#problem-table th a {
  color: inherit;
}
#problem-table tr {
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
#problem-table tr:nth-child(1) {
  -webkit-animation-delay: 30ms;
     -moz-animation-delay: 30ms;
          animation-delay: 30ms;
}
#problem-table tr:nth-child(2) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
#problem-table tr:nth-child(3) {
  -webkit-animation-delay: 90ms;
     -moz-animation-delay: 90ms;
          animation-delay: 90ms;
}
#problem-table tr:nth-child(4) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
#problem-table tr:nth-child(5) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
#problem-table tr:nth-child(6) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
#problem-table tr:nth-child(7) {
  -webkit-animation-delay: 210ms;
     -moz-animation-delay: 210ms;
          animation-delay: 210ms;
}
#problem-table tr:nth-child(8) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
#problem-table tr:nth-child(9) {
  -webkit-animation-delay: 270ms;
     -moz-animation-delay: 270ms;
          animation-delay: 270ms;
}
#problem-table tr:nth-child(10) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
#problem-table tr:nth-child(11) {
  -webkit-animation-delay: 330ms;
     -moz-animation-delay: 330ms;
          animation-delay: 330ms;
}
#problem-table tr:nth-child(12) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
#problem-table tr:nth-child(13) {
  -webkit-animation-delay: 390ms;
     -moz-animation-delay: 390ms;
          animation-delay: 390ms;
}
#problem-table tr:nth-child(14) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
#problem-table tr:nth-child(15) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
#problem-table tr:nth-child(16) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
#problem-table tr:nth-child(17) {
  -webkit-animation-delay: 510ms;
     -moz-animation-delay: 510ms;
          animation-delay: 510ms;
}
#problem-table tr:nth-child(18) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
#problem-table tr:nth-child(19) {
  -webkit-animation-delay: 570ms;
     -moz-animation-delay: 570ms;
          animation-delay: 570ms;
}
#problem-table tr:nth-child(20) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#problem-table tr:nth-child(21) {
  -webkit-animation-delay: 630ms;
     -moz-animation-delay: 630ms;
          animation-delay: 630ms;
}
#problem-table tr:nth-child(22) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
#problem-table tr:nth-child(23) {
  -webkit-animation-delay: 690ms;
     -moz-animation-delay: 690ms;
          animation-delay: 690ms;
}
#problem-table tr:nth-child(24) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
#problem-table tr:nth-child(25) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
#problem-table tr:nth-child(26) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
#problem-table tr:nth-child(27) {
  -webkit-animation-delay: 810ms;
     -moz-animation-delay: 810ms;
          animation-delay: 810ms;
}
#problem-table tr:nth-child(28) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
#problem-table tr:nth-child(29) {
  -webkit-animation-delay: 870ms;
     -moz-animation-delay: 870ms;
          animation-delay: 870ms;
}
#problem-table tr:nth-child(30) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
#problem-table tr:nth-child(31) {
  -webkit-animation-delay: 930ms;
     -moz-animation-delay: 930ms;
          animation-delay: 930ms;
}
#problem-table tr:nth-child(32) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
#problem-table tr:nth-child(33) {
  -webkit-animation-delay: 990ms;
     -moz-animation-delay: 990ms;
          animation-delay: 990ms;
}
#problem-table tr:nth-child(34) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
#problem-table tr:nth-child(35) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
#problem-table tr:nth-child(36) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
#problem-table tr:nth-child(37) {
  -webkit-animation-delay: 1110ms;
     -moz-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
#problem-table tr:nth-child(38) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
#problem-table tr:nth-child(39) {
  -webkit-animation-delay: 1170ms;
     -moz-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
#problem-table tr:nth-child(40) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
#problem-table tr:nth-child(41) {
  -webkit-animation-delay: 1230ms;
     -moz-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
#problem-table tr:nth-child(42) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
#problem-table tr:nth-child(43) {
  -webkit-animation-delay: 1290ms;
     -moz-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
#problem-table tr:nth-child(44) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
#problem-table tr:nth-child(45) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
#problem-table tr:nth-child(46) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
#problem-table tr:nth-child(47) {
  -webkit-animation-delay: 1410ms;
     -moz-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
#problem-table tr:nth-child(48) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
#problem-table tr:nth-child(49) {
  -webkit-animation-delay: 1470ms;
     -moz-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
#problem-table tr:nth-child(50) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
#problem-table tr:hover {
  background: rgba(248, 248, 248, 0.05);
}

#filter-form {
  vertical-align: top;
  margin-bottom: 0.5em;
  margin-top: 0.75em;
}
#filter-form a {
  margin-right: 5px;
  display: inline-block;
  padding: 3px 10px;
  vertical-align: middle;
}
#filter-form input {
  vertical-align: middle;
  margin-bottom: 0.5em;
}
#filter-form label {
  vertical-align: middle;
}
#filter-form .filter-form-group {
  margin-top: 5px;
}

#content-right.problems {
  max-width: unset;
  padding-top: 0;
}

#content-left.problems {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
          flex: 3;
}

#search {
  width: 100%;
  height: 2.3em;
}

label[for=category], label[for=type] {
  padding-bottom: 0.25em;
  display: block;
}

#category {
  margin-top: 0.5em;
  width: 100%;
}

#types {
  width: 100%;
}

ul.problem-list {
  list-style: none;
  padding-left: 1em;
  padding-right: 0.5em;
}
ul.problem-list li {
  margin-bottom: 0.5em;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
ul.problem-list li:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
ul.problem-list li:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
ul.problem-list li:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
ul.problem-list li:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
ul.problem-list li:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
ul.problem-list li:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
ul.problem-list li:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
ul.problem-list li:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
ul.problem-list li:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
ul.problem-list li:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
ul.problem-list li:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
ul.problem-list li:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
ul.problem-list li:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
ul.problem-list li:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
ul.problem-list li:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
ul.problem-list li:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
ul.problem-list li:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
ul.problem-list li:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
ul.problem-list li:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
ul.problem-list li:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}

.pi-name {
  font-weight: bold;
}

.pi-name:after {
  content: " ";
}

.authors-value, .judges-value {
  padding-left: 1.5em;
  overflow-wrap: break-word;
}

.lang-name:after {
  content: ": ";
}

.lang-limit {
  margin-left: 1.5em;
}

.solved-problem-color {
  color: #99badd;
}

.unsolved-problem-color {
  color: #DE2121;
}

.attempted-problem-color {
  color: orange;
}

.has-editorial-color {
  color: #99badd;
}

.no-editorial-color {
  color: #DE2121;
}

.submissions-left {
  color: #f8f8f8;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5em;
}

.no-submissions-left {
  color: red;
}

.organization-tags {
  padding-left: 0.75em;
  vertical-align: middle;
}

.organization-tag {
  -webkit-box-shadow: inset 0 -0.1em 0 rgba(248, 248, 248, 0.12);
          box-shadow: inset 0 -0.1em 0 rgba(248, 248, 248, 0.12);
  padding: 0.15em 0.3em;
  border-radius: 0.15em;
  font-weight: 600;
  margin-right: 0.45em;
  position: relative;
  background-color: #3b3b3b;
  -webkit-transform: translateY(35%);
     -moz-transform: translateY(35%);
      -ms-transform: translateY(35%);
          transform: translateY(35%);
  display: inline-block;
}

.organization-tag a {
  color: #f8f8f8;
}

.pdf-icon {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
}
.pdf-icon .pdf-icon-logo {
  color: #d40e13;
}
.pdf-icon .pdf-icon-bar {
  height: 0.2em;
  display: block;
  position: absolute;
  top: 0.3em;
  background: #d40e13;
  width: 0.6em;
  margin-left: -0.15em;
}

.license {
  float: left;
  font-size: 0.85em;
}
.license a {
  color: #808080;
  text-decoration: none;
}

.clarify {
  float: right;
}

#problem_submit {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#problem_submit .hidden {
  display: none;
}
#problem_submit .button {
  display: inline-block !important;
  padding: 6px 12px;
}
#problem_submit .submit-bar {
  float: right;
}
#problem_submit #submit-wrapper {
  margin-top: 0.7em;
}
#problem_submit #submit-wrapper #editor, #problem_submit #submit-wrapper #language {
  margin-top: 4px;
}
#problem_submit #submit-wrapper #id_language {
  width: 100%;
}
#problem_submit #file_drag {
  border: 2px dashed #999;
  border-radius: 7px;
  color: #999;
  cursor: pointer;
  display: block;
  padding: 1.5em;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#problem_submit #file_drag:hover, #problem_submit #file_drag.hover {
  background: #ddd;
  border-style: solid;
  -webkit-box-shadow: inset 0 3px 4px #999;
          box-shadow: inset 0 3px 4px #999;
}
#problem_submit .helptext {
  font-size: 13px;
  color: #999;
  border-width: 0 0 1px 0;
}
#problem_submit .helptext::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f05a";
  padding-right: 5px;
  font-size: 14px;
}
#problem_submit .errorlist {
  background: rgba(255, 0, 0, 0.3);
  border: 3px dashed red;
  border-right: none;
  border-left: solid red;
  padding: 0 1em 0.1em 2em;
  margin: 0.3em 0 0.5em 0;
}
#problem_submit .errornote {
  border: 3px dashed #ffc000;
  border-left: solid #ffc000;
  padding: 0.7em 2em;
  margin: 0 0 8px;
  font-size: 13px !important;
  font-weight: 400;
}
#problem_submit .required th::after {
  content: "*";
  color: red;
}

#language-select2.select2-dropdown--above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse;
}
#language-select2 .select2-results__message {
  white-space: nowrap;
}
#language-select2 .select2-results__option {
  color: #8a8a8a !important;
  background: #0f0f0f !important;
}
#language-select2 .select2-results__option--highlighted {
  text-decoration: underline;
}
#language-select2 .select2-results__option[aria-selected=true] {
  font-weight: bold;
  color: #f8f8f8 !important;
}
#language-select2 .select2-results__option {
  padding: 4px 0px;
}
#language-select2 .select2-results__options {
  overflow-y: visible !important;
}
#language-select2 .select2-results__option {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
#language-select2 .select2-results {
  -webkit-columns: 10 7em;
  -moz-columns: 10 7em;
  columns: 10 7em;
  padding-left: 1.5em;
  padding-top: 0.5em;
}
#language-select2 #result-version-info {
  border-bottom: 1px solid #808080;
  margin: 0px 1em;
  color: #8a8a8a;
  font-weight: 600;
  padding: 0.2em 0;
  text-align: right;
}

@media (max-width: 550px) {
  #problem-table tr .users {
    display: none;
  }
}
@media (max-width: 450px) {
  #problem-table tr .ac-rate {
    display: none;
  }
}
@media (max-width: 350px) {
  #problem-table tr .category {
    display: none;
  }
}
#category, #types {
  visibility: hidden;
}

#filter-form .form-label {
  margin-top: 0.5em;
  font-style: italic;
}

#point-slider {
  margin: 30px 15px 10px;
  height: 10px;
}
#point-slider .noUi-connect {
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
}
#point-slider .noUi-handle {
  height: 20px;
  width: 16px;
  left: -8px;
}
#point-slider .noUi-handle:before, #point-slider .noUi-handle:after {
  top: 3px;
  height: 12px;
}
#point-slider .noUi-handle:before {
  left: 5px;
}
#point-slider .noUi-handle:after {
  left: 8px;
}
#point-slider .noUi-tooltip {
  height: 17px;
  line-height: 13px;
  padding: 0 3px;
  font-size: 13px;
}

.problem-tabs {
  margin-top: 2em;
  border-bottom: 2px solid #444;
}
.problem-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.problem-tabs li {
  margin-right: 5px;
}
.problem-tabs a {
  display: block;
  padding: 12px 24px;
  text-decoration: none;
  color: #ccc;
  background: #2a2a2a;
  border: 1px solid #444;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.problem-tabs a:hover {
  background: #3a3a3a;
}
.problem-tabs a.active {
  background: #1e1e1e;
  color: #51a9ff;
  font-weight: bold;
  border-color: #444;
  border-bottom: 2px solid #1e1e1e;
  margin-bottom: -2px;
}

.tab-content {
  display: none;
  padding: 20px 0;
}
.tab-content.active {
  display: block;
  -webkit-animation: fadeIn 200ms ease-out both;
     -moz-animation: fadeIn 200ms ease-out both;
          animation: fadeIn 200ms ease-out both;
}

.submit-tab-content {
  background: #1e1e1e;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid #444;
}

form#ticket-form {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 1em;
}
form#ticket-form #id_title, form#ticket-form #id_issue_url {
  width: 100%;
}
form#ticket-form .submit {
  margin: 10px 0 0 auto;
}

#ticket-list .fa-check-circle-o, #ticket-list .fa-arrow-up {
  color: #99badd;
}
#ticket-list .fa-exclamation-circle {
  color: #DE2121;
}

@media (min-width: 600px) {
  #ticket-list-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
  }
  #ticket-list-container > main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
  }
  #ticket-list-container > aside {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    max-width: 200px;
    margin-left: 1em;
  }
  #ticket-list-container > aside > div {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
  }
}
div.ticket-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
div.ticket-title .fa-check-circle-o, div.ticket-title .fa-arrow-up {
  color: #99badd;
}
div.ticket-title .fa-exclamation-circle {
  color: #ff130f;
}
div.ticket-title small {
  color: #808080;
  font-size: 0.9em;
}

.ticket-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  max-width: 1200px;
}

.ticket-sidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 10px 0 0 10px;
  min-width: 150px;
  max-width: 200px;
}

.ticket-info {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.ticket-messages {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

#messages {
  position: relative;
  padding-bottom: 20px;
}
#messages::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65px;
  width: 2px;
  background-color: #3b3b3b;
  z-index: 0;
}

.info-box {
  margin: 5px 0 10px;
  border: 1px #808080 solid;
  border-radius: 5px;
}
.info-box a.edit-notes {
  float: right;
}
.info-box .fa {
  color: #808080;
}

.info-title {
  padding: 2px 5px;
  font-weight: 600;
  border-bottom: 1px #808080 solid;
  background: #181818;
  border-radius: 5px 5px 0 0;
}

.info-data {
  padding: 2px 5px;
  word-break: break-all;
}

.info-empty {
  color: #808080;
  font-style: italic;
}

.vote-good, .vote-norm {
  margin: 5px 0 10px;
}

.close-ticket, .vote-good {
  display: block;
  width: 100%;
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
  border-color: #73a0d0;
  font-weight: 600;
}
.close-ticket:hover, .vote-good:hover {
  background: #73a0d0;
}

.open-ticket, .vote-norm {
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff130f), to(#b03d17));
  background: -webkit-linear-gradient(top, #ff130f, #b03d17);
  background: -moz-linear-gradient(top, #ff130f, #b03d17);
  background: linear-gradient(to bottom, #ff130f, #b03d17);
  border-color: #853011;
  font-weight: 600;
}
.open-ticket:hover, .vote-norm:hover {
  background: #853011;
}

#ticket-notes .info-real :first-child {
  margin-top: 0;
}

#ticket-notes .info-real :last-child {
  margin-bottom: 0;
}

.ticket-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 0 8px 130px;
  margin: 15px 0;
  position: relative;
  border-left: none;
  color: #586069;
  font-size: 0.9em;
  z-index: 1;
  -webkit-animation: fadeIn 200ms ease-out both;
     -moz-animation: fadeIn 200ms ease-out both;
          animation: fadeIn 200ms ease-out both;
}
.ticket-action:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.ticket-action:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.ticket-action:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.ticket-action:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.ticket-action:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.ticket-action:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.ticket-action:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.ticket-action:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.ticket-action:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.ticket-action:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.ticket-action .action-icon {
  position: absolute;
  left: 65px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0f0f0f;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border: 2px solid #3b3b3b;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ticket-action .action-icon .fa-check-circle {
  color: #99badd;
  font-size: 16px;
}
.ticket-action .action-icon .fa-exclamation-circle {
  color: #DE2121;
  font-size: 16px;
}
.ticket-action .action-gravatar {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  vertical-align: middle;
}

.ticket-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-top: 15px;
  position: relative;
  z-index: 1;
  -webkit-animation: slideInLeft 250ms ease-out both;
     -moz-animation: slideInLeft 250ms ease-out both;
          animation: slideInLeft 250ms ease-out both;
}
.ticket-message:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
.ticket-message:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
.ticket-message:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.ticket-message:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.ticket-message:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
.ticket-message:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.ticket-message:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
.ticket-message:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.ticket-message:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.ticket-message:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}
.ticket-message:nth-child(11) {
  -webkit-animation-delay: 550ms;
     -moz-animation-delay: 550ms;
          animation-delay: 550ms;
}
.ticket-message:nth-child(12) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.ticket-message:nth-child(13) {
  -webkit-animation-delay: 650ms;
     -moz-animation-delay: 650ms;
          animation-delay: 650ms;
}
.ticket-message:nth-child(14) {
  -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
          animation-delay: 700ms;
}
.ticket-message:nth-child(15) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
.ticket-message:nth-child(16) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.ticket-message:nth-child(17) {
  -webkit-animation-delay: 850ms;
     -moz-animation-delay: 850ms;
          animation-delay: 850ms;
}
.ticket-message:nth-child(18) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.ticket-message:nth-child(19) {
  -webkit-animation-delay: 950ms;
     -moz-animation-delay: 950ms;
          animation-delay: 950ms;
}
.ticket-message:nth-child(20) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.ticket-message .info {
  width: 130px;
  text-align: center;
  position: relative;
}
.ticket-message img.user-gravatar {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ticket-message .detail {
  border: 1px #808080 solid;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  min-width: 300px;
  position: relative;
  background: #0f0f0f;
}
.ticket-message .detail::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -8px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #808080 transparent transparent;
  display: block;
  width: 0;
  z-index: 0;
}
.ticket-message .detail::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -7px;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #181818 transparent transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.ticket-message .header {
  background: #181818;
  border-bottom: 1px solid #808080;
  border-radius: 5px 5px 0 0;
  padding: 6px 10px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.ticket-message .operation {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
}
.ticket-message .operation .fa {
  color: #808080;
}
.ticket-message .content {
  padding: 7px;
}
.ticket-message .content > :first-child {
  margin-top: 0;
}
.ticket-message .content > :last-child {
  margin-bottom: 0;
}

.ticket-body {
  word-wrap: break-word;
  word-break: break-word;
}

.new-message .detail {
  padding: 15px;
}
.new-message .detail::after {
  border-color: transparent #0f0f0f transparent transparent;
}

.new-message .button, #edit-notes .submit {
  margin: 10px 0 0 auto;
}

.auto-reply {
  margin: 10px 0;
  padding: 10px;
  border: 1px #808080 solid;
  border-radius: 5px;
  background: #181818;
  cursor: pointer;
}

.autofill-popup-wrap {
  position: relative;
}

.autofill-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #555;
  font-size: 0.88rem;
}
.autofill-trigger .trigger-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.autofill-trigger.has-value {
  color: #eee;
}

.autofill-popup {
  display: none;
  position: absolute;
  top: -moz-calc(100% + 4px);
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  -webkit-animation: fadeIn 150ms ease-out both;
     -moz-animation: fadeIn 150ms ease-out both;
          animation: fadeIn 150ms ease-out both;
  min-width: 300px;
  background: #0f0f0f;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.autofill-popup.open {
  display: block;
}

.autofill-search {
  width: 100%;
  border: none;
  border-bottom: 1px solid #181818;
  padding: 8px 10px;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.autofill-list {
  max-height: 280px;
  overflow-y: auto;
}

.autofill-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #111;
}
.autofill-item:last-child {
  border-bottom: none;
}
.autofill-item:hover, .autofill-item.active {
  background: #002951;
}
.autofill-item .item-vi {
  font-size: 0.78rem;
  color: #808080;
  margin-top: 1px;
}

.autofill-no-results {
  padding: 10px;
  color: #555;
  font-size: 0.85rem;
  text-align: center;
}

.autofill-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.lang-toggle {
  padding: 3px 10px;
  font-size: 0.75rem;
}

.lang-toggle:not(.active) {
  opacity: 0.45;
}

@media (max-width: 768px) {
  .ticket-messages {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .new-message .detail {
    padding: 0.75rem;
  }
  .new-message form {
    width: 100%;
  }
  .body-block textarea,
  .body-block .form-control {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .new-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .new-message .info .user-info {
    display: none;
  }
  .new-message .detail {
    width: 100%;
    padding: 0.5rem;
  }
}
.admin a, .admin {
  color: #f8f8f8 !important;
  font-weight: bold !important;
}

.banned a, .banned {
  color: black !important;
  font-weight: normal !important;
  text-decoration: line-through !important;
}

.banned a::before {
  content: "🚫";
}

.staff a, .staff {
  color: #ff888a !important;
  font-weight: bold !important;
}

.staff a::before {
  content: "🔥";
}

.daor a, .daor {
  color: #ff0066 !important;
  font-weight: bold !important;
}

.daor a::before {
  content: "🌸";
}

.teacher a::before {
  content: "🧑‍🏫";
}

.deleted-user, .deleted-user a {
  color: #999;
  font-weight: normal;
  -webkit-text-decoration: line-through #f8f8f8;
          text-decoration: line-through #f8f8f8;
}

svg.rate-box {
  width: 1.2em;
}
svg.rate-box circle {
  fill: none;
  stroke-width: 2px;
}
svg.rate-box.rate-none {
  visibility: hidden;
}
svg.rate-box.rate-primary0 circle {
  stroke: #0f0f0f;
}
svg.rate-box.rate-primary0 path {
  fill: #0f0f0f;
}
svg.rate-box.rate-newbie circle {
  stroke: #988f81;
}
svg.rate-box.rate-newbie path {
  fill: #988f81;
}
svg.rate-box.rate-pupil circle {
  stroke: #d2e1f0;
}
svg.rate-box.rate-pupil path {
  fill: #d2e1f0;
}
svg.rate-box.rate-specialist circle {
  stroke: #acc7e3;
}
svg.rate-box.rate-specialist path {
  fill: #acc7e3;
}
svg.rate-box.rate-expert circle {
  stroke: #51a9ff;
}
svg.rate-box.rate-expert path {
  fill: #51a9ff;
}
svg.rate-box.rate-candidate-master circle {
  stroke: #ff55ff;
}
svg.rate-box.rate-candidate-master path {
  fill: #ff55ff;
}
svg.rate-box.rate-master circle, svg.rate-box.rate-international-master circle {
  stroke: #ff981a;
}
svg.rate-box.rate-master path, svg.rate-box.rate-international-master path {
  fill: #ff981a;
}
svg.rate-box.rate-grandmaster circle, svg.rate-box.rate-international-grandmaster circle, svg.rate-box.rate-legendary-grandmaster circle {
  stroke: #ff1a1a;
}
svg.rate-box.rate-grandmaster path, svg.rate-box.rate-international-grandmaster path, svg.rate-box.rate-legendary-grandmaster path {
  fill: #ff1a1a;
}

.rating {
  font-weight: bold;
}

.rate-none, .rate-none a {
  color: #aaa;
  font-weight: normal;
}

.rate-newbie, .rate-newbie a {
  color: #988f81;
}

.rate-pupil, .rate-pupil a {
  color: #d2e1f0;
}

.rate-specialist, .rate-specialist a {
  color: #acc7e3;
}

.rate-expert, .rate-expert a {
  color: #51a9ff;
}

.rate-candidate-master, .rate-candidate-master a {
  color: #ff55ff;
}

.rate-master, .rate-master a,
.rate-international-master, .rate-international-master a {
  color: #ff981a;
}

.rate-grandmaster, .rate-grandmaster a,
.rate-international-grandmaster, .rate-international-grandmaster a,
.rate-legendary-grandmaster, .rate-legendary-grandmaster a {
  color: #ff1a1a;
}

.rate-legendary-grandmaster a::first-letter {
  color: #f8f8f8;
}

.rate-group {
  white-space: nowrap;
  display: inline-block;
  color: black;
}
.rate-group .rating {
  display: inline-block;
  vertical-align: middle;
}
.rate-group .rate-box {
  margin-right: 0.2em;
  vertical-align: middle;
}

td.user-name, td.personal-info, td.organization-name {
  padding-left: 1em;
  text-align: left;
}

tr:target {
  background: rgba(221, 136, 51, 0.2);
}
tr td.full-score a, tr td.failed-score a, tr td.partial-score a {
  font-size: 12px;
}

span.organization {
  font-size: 12px;
}

#search-handle {
  width: 100%;
  height: 2.3em;
}

.user-search-image, .user-search-name {
  vertical-align: middle;
}

.user-search-name {
  padding-left: 0.5em;
}

.users-table th.rank, .users-table th.points, .users-table th.problems, .users-table th.username {
  white-space: nowrap;
}
.users-table th.rank {
  padding-left: 5px;
  padding-right: 5px;
}
.users-table th.username {
  width: 100%;
}
.users-table .personal-info a, .users-table .personal-info span {
  color: #808080;
  font-weight: 600;
}

.users-table tr, .organization-table tr {
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
.users-table tr:nth-child(1), .organization-table tr:nth-child(1) {
  -webkit-animation-delay: 30ms;
     -moz-animation-delay: 30ms;
          animation-delay: 30ms;
}
.users-table tr:nth-child(2), .organization-table tr:nth-child(2) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.users-table tr:nth-child(3), .organization-table tr:nth-child(3) {
  -webkit-animation-delay: 90ms;
     -moz-animation-delay: 90ms;
          animation-delay: 90ms;
}
.users-table tr:nth-child(4), .organization-table tr:nth-child(4) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.users-table tr:nth-child(5), .organization-table tr:nth-child(5) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.users-table tr:nth-child(6), .organization-table tr:nth-child(6) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.users-table tr:nth-child(7), .organization-table tr:nth-child(7) {
  -webkit-animation-delay: 210ms;
     -moz-animation-delay: 210ms;
          animation-delay: 210ms;
}
.users-table tr:nth-child(8), .organization-table tr:nth-child(8) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.users-table tr:nth-child(9), .organization-table tr:nth-child(9) {
  -webkit-animation-delay: 270ms;
     -moz-animation-delay: 270ms;
          animation-delay: 270ms;
}
.users-table tr:nth-child(10), .organization-table tr:nth-child(10) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.users-table tr:nth-child(11), .organization-table tr:nth-child(11) {
  -webkit-animation-delay: 330ms;
     -moz-animation-delay: 330ms;
          animation-delay: 330ms;
}
.users-table tr:nth-child(12), .organization-table tr:nth-child(12) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.users-table tr:nth-child(13), .organization-table tr:nth-child(13) {
  -webkit-animation-delay: 390ms;
     -moz-animation-delay: 390ms;
          animation-delay: 390ms;
}
.users-table tr:nth-child(14), .organization-table tr:nth-child(14) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.users-table tr:nth-child(15), .organization-table tr:nth-child(15) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.users-table tr:nth-child(16), .organization-table tr:nth-child(16) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.users-table tr:nth-child(17), .organization-table tr:nth-child(17) {
  -webkit-animation-delay: 510ms;
     -moz-animation-delay: 510ms;
          animation-delay: 510ms;
}
.users-table tr:nth-child(18), .organization-table tr:nth-child(18) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.users-table tr:nth-child(19), .organization-table tr:nth-child(19) {
  -webkit-animation-delay: 570ms;
     -moz-animation-delay: 570ms;
          animation-delay: 570ms;
}
.users-table tr:nth-child(20), .organization-table tr:nth-child(20) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.users-table tr:nth-child(21), .organization-table tr:nth-child(21) {
  -webkit-animation-delay: 630ms;
     -moz-animation-delay: 630ms;
          animation-delay: 630ms;
}
.users-table tr:nth-child(22), .organization-table tr:nth-child(22) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.users-table tr:nth-child(23), .organization-table tr:nth-child(23) {
  -webkit-animation-delay: 690ms;
     -moz-animation-delay: 690ms;
          animation-delay: 690ms;
}
.users-table tr:nth-child(24), .organization-table tr:nth-child(24) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.users-table tr:nth-child(25), .organization-table tr:nth-child(25) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
.users-table tr:nth-child(26), .organization-table tr:nth-child(26) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.users-table tr:nth-child(27), .organization-table tr:nth-child(27) {
  -webkit-animation-delay: 810ms;
     -moz-animation-delay: 810ms;
          animation-delay: 810ms;
}
.users-table tr:nth-child(28), .organization-table tr:nth-child(28) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.users-table tr:nth-child(29), .organization-table tr:nth-child(29) {
  -webkit-animation-delay: 870ms;
     -moz-animation-delay: 870ms;
          animation-delay: 870ms;
}
.users-table tr:nth-child(30), .organization-table tr:nth-child(30) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.users-table tr:nth-child(31), .organization-table tr:nth-child(31) {
  -webkit-animation-delay: 930ms;
     -moz-animation-delay: 930ms;
          animation-delay: 930ms;
}
.users-table tr:nth-child(32), .organization-table tr:nth-child(32) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.users-table tr:nth-child(33), .organization-table tr:nth-child(33) {
  -webkit-animation-delay: 990ms;
     -moz-animation-delay: 990ms;
          animation-delay: 990ms;
}
.users-table tr:nth-child(34), .organization-table tr:nth-child(34) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.users-table tr:nth-child(35), .organization-table tr:nth-child(35) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
.users-table tr:nth-child(36), .organization-table tr:nth-child(36) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.users-table tr:nth-child(37), .organization-table tr:nth-child(37) {
  -webkit-animation-delay: 1110ms;
     -moz-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
.users-table tr:nth-child(38), .organization-table tr:nth-child(38) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.users-table tr:nth-child(39), .organization-table tr:nth-child(39) {
  -webkit-animation-delay: 1170ms;
     -moz-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
.users-table tr:nth-child(40), .organization-table tr:nth-child(40) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.users-table tr:nth-child(41), .organization-table tr:nth-child(41) {
  -webkit-animation-delay: 1230ms;
     -moz-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
.users-table tr:nth-child(42), .organization-table tr:nth-child(42) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
.users-table tr:nth-child(43), .organization-table tr:nth-child(43) {
  -webkit-animation-delay: 1290ms;
     -moz-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
.users-table tr:nth-child(44), .organization-table tr:nth-child(44) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.users-table tr:nth-child(45), .organization-table tr:nth-child(45) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
.users-table tr:nth-child(46), .organization-table tr:nth-child(46) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
.users-table tr:nth-child(47), .organization-table tr:nth-child(47) {
  -webkit-animation-delay: 1410ms;
     -moz-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
.users-table tr:nth-child(48), .organization-table tr:nth-child(48) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.users-table tr:nth-child(49), .organization-table tr:nth-child(49) {
  -webkit-animation-delay: 1470ms;
     -moz-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
.users-table tr:nth-child(50), .organization-table tr:nth-child(50) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.users-table tr:hover, .organization-table tr:hover {
  background: rgba(248, 248, 248, 0.05);
}
.users-table tr.highlight, .organization-table tr.highlight {
  background: rgba(221, 136, 51, 0.2) !important;
}
.users-table th a, .organization-table th a {
  color: #0f0f0f;
}
.users-table th a:link, .users-table th a:visited, .organization-table th a:link, .organization-table th a:visited {
  color: #0f0f0f;
}

#search-form {
  display: inline-block;
  vertical-align: top;
  width: 225px;
}
#search-form .select2-selection__arrow {
  display: none;
}
#search-form .select2-selection__rendered {
  cursor: text;
}

.user-problem-group h3 {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: -10px;
  max-height: 20%;
  line-height: 2.5em;
}

.hide-solved-problems {
  text-align: right;
  overflow: hidden;
}

.hide-solved-problems > span {
  position: relative;
  display: inline-block;
}

.hide-solved-problems > span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100000px;
  height: 1px;
  background: #3b3b3b;
  right: 100%;
  margin-right: 5px;
}

.user-info-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.user-sidebar {
  width: 150px;
  padding-left: 15px;
}

img.user-gravatar {
  display: block;
  border-radius: 6px;
  background-color: white;
}

.user-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  overflow: hidden;
  word-wrap: break-word;
}

@media not all and (min-width: 600px) {
  .user-info-page {
    display: block;
  }
  .user-sidebar {
    margin: 0 auto;
  }
  .user-content {
    overflow: visible;
  }
}
.pp-table .pp {
  font-weight: 600;
  font-size: 1.4em;
}
.pp-table .pp-weighted {
  color: #808080;
}
.pp-table div.sub-pp {
  text-align: right;
  min-width: unset;
  width: unset;
  border-left: none;
}

#pp-load-link-wrapper {
  text-align: center;
  border: 1px solid #3b3b3b;
}

#pp-load-more-link {
  display: block;
  padding: 0.5em 0;
}

.pp-breakdown-header {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 0.2em;
}

#rating-chart {
  height: 400px;
  margin-top: 1em;
}

#rating-tooltip {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#rating-tooltip .rate-group {
  color: white;
}

#submission-activity #submission-activity-actions {
  text-align: center;
}
#submission-activity #submission-activity-actions #prev-year-action, #submission-activity #submission-activity-actions #next-year-action {
  font-size: 1.75em;
}
#submission-activity #submission-activity-actions #year {
  font-size: 1.25em;
  color: #ccc;
}
#submission-activity #submission-activity-display {
  border: 1px solid #3b3b3b;
  border-radius: 6px;
}
#submission-activity #submission-activity-display .info-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
#submission-activity #submission-activity-display .info-bar .info-table {
  width: 15%;
  min-width: 130px;
}
#submission-activity #submission-activity-display .info-bar .info-table .info-table-text {
  width: 8%;
}
#submission-activity #submission-activity-display .info-text {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 100;
  color: #ccc;
}
#submission-activity #submission-activity-display #submission-total-count {
  -webkit-align-self: center;
          align-self: center;
  padding-left: 8%;
  font-size: 0.85em;
}
@media (max-width: 1000px) {
  #submission-activity #submission-activity-display #submission-total-count {
    padding-left: 5px;
  }
}
#submission-activity #submission-activity-display table {
  width: 100%;
  padding: 5px;
}
#submission-activity #submission-activity-display table th.submission-date-col {
  width: 8%;
}
@media (max-width: 1000px) {
  #submission-activity #submission-activity-display table th.submission-date-col {
    display: none;
  }
}
#submission-activity #submission-activity-display table td {
  border-radius: 20%;
}
#submission-activity #submission-activity-display table td div {
  margin-top: 100%;
}
#submission-activity #submission-activity-display table td.activity-label {
  position: relative;
  white-space: nowrap;
}
#submission-activity #submission-activity-display table td.activity-blank {
  background-color: #222;
}
#submission-activity #submission-activity-display table td.activity-0 {
  background-color: #3b3b3b;
}
#submission-activity #submission-activity-display table td.activity-1 {
  background-color: #2b5480;
}
#submission-activity #submission-activity-display table td.activity-2 {
  background-color: #3e79b9;
}
#submission-activity #submission-activity-display table td.activity-3 {
  background-color: #73a0d0;
}
#submission-activity #submission-activity-display table td.activity-4 {
  background-color: #99badd;
}

.content-description {
  line-height: 1.5em;
  font-size: 1em;
  font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
}
.content-description p {
  margin: 1em 0 !important;
  padding: 0 !important;
}
.content-description img {
  max-width: 100%;
  height: auto;
}
.content-description h1, .content-description h2, .content-description h3, .content-description h4, .content-description h5, .content-description h6 {
  font-weight: normal;
  color: #eee;
  margin-bottom: 0.75em;
  padding: 0;
  background: 0;
}
.content-description h3, .content-description h4, .content-description h5, .content-description h6 {
  font-weight: bold;
}
.content-description h1 {
  font-size: 2.5em;
}
.content-description h2 {
  font-size: 2em;
}
.content-description h3 {
  font-size: 1.6em;
}
.content-description h4 {
  font-size: 1.4em;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
  line-height: 1.225;
  padding-bottom: 0.3em;
  padding-top: 0.5em;
}
.content-description h5 {
  font-size: 1.15em;
  margin-top: 0;
}
.content-description h6 {
  font-size: 0.9em;
}
.content-description blockquote {
  color: #808080;
  border-left: 0.5em rgba(248, 248, 248, 0.1) solid;
  margin: 1em 1em;
  padding: 1px 1px 1px 1.5em;
}
.content-description blockquote.spoiler {
  position: relative;
  background: #111;
  border-radius: 5px;
  cursor: pointer;
  min-height: 48px;
  border: solid 1px #3b3b3b;
}
.content-description blockquote.spoiler > * {
  display: none;
}
.content-description blockquote.spoiler::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 8px;
  background: #3b3b3b;
}
.content-description blockquote.spoiler::after {
  content: "Reveal spoiler!";
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 13px;
  color: #555;
  padding-right: 22px;
  position: absolute;
  top: 1em;
  right: 0em;
  pointer-events: none;
}
.content-description blockquote.spoiler.is-visible {
  cursor: auto;
}
.content-description blockquote.spoiler.is-visible > * {
  display: block;
}
.content-description blockquote.spoiler.is-visible::after {
  opacity: 0;
}
.content-description hr {
  display: block;
  height: 0;
  border: 0;
  font-style: italic;
  border-bottom: 1px solid #3b3b3b;
  margin: 25px 0 20px 0;
  padding: 0;
}
.content-description pre, .content-description code, .content-description kbd, .content-description samp, .content-description span.code {
  color: #f8f8f8;
  page-break-inside: avoid;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 0.98em;
}
.content-description code, .content-description span.code {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace !important;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #3b3b3b;
  background-color: #111;
  border-radius: 4px;
  font-size: 0.95em;
  color: #ccc;
}
.content-description pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 1.5em 0 1.5em 0;
  padding: 1em;
  border: 1px solid #3b3b3b;
  background-color: #111;
  color: #f8f8f8;
  border-radius: 4px;
}
.content-description pre code, .content-description pre div.code {
  border: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1em;
  color: #f8f8f8;
}
.content-description b, .content-description strong {
  font-weight: bold;
}
.content-description dfn {
  font-style: italic;
}
.content-description ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
.content-description mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.content-description sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.content-description sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.content-description sub {
  bottom: -0.25em;
}
.content-description ul, .content-description ol {
  padding: 0 0 0 2em;
}
.content-description li p:last-child {
  margin: 0;
}
.content-description dd {
  margin: 0 0 0 2em;
}
.content-description img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
.content-description td {
  vertical-align: top;
}

.display-math {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 700px) {
  #common-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
  }
  #content-left {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
       -moz-box-flex: 5;
            flex: 5;
    width: 100%;
  }
  #content-left.split-common-content {
    width: 70%;
  }
  #content-left .content-description {
    width: 100%;
  }
  #content-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    max-width: 12.5em;
    padding-left: 1.5em;
    padding-top: 1em;
  }
  #content-right .info-float {
    float: none;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    width: 100%;
  }
}
@media not all and (min-width: 700px) {
  #content-right .info-float {
    float: none;
    width: 100% !important;
    position: static !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
a.view-pdf {
  padding-top: 0.6em;
  display: inline-block;
}

.problem-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.problem-title .spacer {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
     -moz-box-flex: 1;
          flex: 1 1 1px;
}

.info-float .fa {
  color: #f8f8f8;
  padding-right: 0.2em;
}

#problem-types .toggled, #allowed-langs .toggled {
  margin-left: 1.3em;
}

form .martor-preview {
  line-height: 1.5em;
  font-size: 1em;
  font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
  min-height: 400px;
}
form .martor-preview p {
  margin: 1em 0 !important;
  padding: 0 !important;
}
form .martor-preview img {
  max-width: 100%;
  height: auto;
}
form .martor-preview h1, form .martor-preview h2, form .martor-preview h3, form .martor-preview h4, form .martor-preview h5, form .martor-preview h6 {
  font-weight: normal;
  color: #eee;
  margin-bottom: 0.75em;
  padding: 0;
  background: 0;
}
form .martor-preview h3, form .martor-preview h4, form .martor-preview h5, form .martor-preview h6 {
  font-weight: bold;
}
form .martor-preview h1 {
  font-size: 2.5em;
}
form .martor-preview h2 {
  font-size: 2em;
}
form .martor-preview h3 {
  font-size: 1.6em;
}
form .martor-preview h4 {
  font-size: 1.4em;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
  line-height: 1.225;
  padding-bottom: 0.3em;
  padding-top: 0.5em;
}
form .martor-preview h5 {
  font-size: 1.15em;
  margin-top: 0;
}
form .martor-preview h6 {
  font-size: 0.9em;
}
form .martor-preview blockquote {
  color: #808080;
  border-left: 0.5em rgba(248, 248, 248, 0.1) solid;
  margin: 1em 1em;
  padding: 1px 1px 1px 1.5em;
}
form .martor-preview blockquote.spoiler {
  position: relative;
  background: #111;
  border-radius: 5px;
  cursor: pointer;
  min-height: 48px;
  border: solid 1px #3b3b3b;
}
form .martor-preview blockquote.spoiler > * {
  display: none;
}
form .martor-preview blockquote.spoiler::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 8px;
  background: #3b3b3b;
}
form .martor-preview blockquote.spoiler::after {
  content: "Reveal spoiler!";
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 13px;
  color: #555;
  padding-right: 22px;
  position: absolute;
  top: 1em;
  right: 0em;
  pointer-events: none;
}
form .martor-preview blockquote.spoiler.is-visible {
  cursor: auto;
}
form .martor-preview blockquote.spoiler.is-visible > * {
  display: block;
}
form .martor-preview blockquote.spoiler.is-visible::after {
  opacity: 0;
}
form .martor-preview hr {
  display: block;
  height: 0;
  border: 0;
  font-style: italic;
  border-bottom: 1px solid #3b3b3b;
  margin: 25px 0 20px 0;
  padding: 0;
}
form .martor-preview pre, form .martor-preview code, form .martor-preview kbd, form .martor-preview samp, form .martor-preview span.code {
  color: #f8f8f8;
  page-break-inside: avoid;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 0.98em;
}
form .martor-preview code, form .martor-preview span.code {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace !important;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #3b3b3b;
  background-color: #111;
  border-radius: 4px;
  font-size: 0.95em;
  color: #ccc;
}
form .martor-preview pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 1.5em 0 1.5em 0;
  padding: 1em;
  border: 1px solid #3b3b3b;
  background-color: #111;
  color: #f8f8f8;
  border-radius: 4px;
}
form .martor-preview pre code, form .martor-preview pre div.code {
  border: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1em;
  color: #f8f8f8;
}
form .martor-preview b, form .martor-preview strong {
  font-weight: bold;
}
form .martor-preview dfn {
  font-style: italic;
}
form .martor-preview ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
form .martor-preview mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
form .martor-preview sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
form .martor-preview sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
form .martor-preview sub {
  bottom: -0.25em;
}
form .martor-preview ul, form .martor-preview ol {
  padding: 0 0 0 2em;
}
form .martor-preview li p:last-child {
  margin: 0;
}
form .martor-preview dd {
  margin: 0 0 0 2em;
}
form .martor-preview img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
form .martor-preview td {
  vertical-align: top;
}
form .martor-preview ul li {
  list-style: unset !important;
}
form .martor-preview ul, form .martor-preview ol {
  margin-left: 0 !important;
}
form .martor-preview h5 {
  text-transform: none !important;
}

.main-martor-fullscreen {
  z-index: 99999 !important;
}

.ace_editor {
  font-size: 13px;
  font-family: "Liberation Mono", monospace !important;
}

.section-martor {
  /* Hacks for dark mode only */
  /* Scroll bar */
}
.section-martor div[data-tab^=editor-tab-] {
  padding: 0;
}
.section-martor .markdown-selector.markdown-emoji {
  display: none !important;
}
.section-martor .tab-martor-menu a.item {
  font-size: 0.8rem;
}
.section-martor .martor-toolbar {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 1 auto !important;
     -moz-box-flex: 0 !important;
          flex: 0 1 auto !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.section-martor .martor-field {
  height: 400px;
}
.section-martor .ui.tabular.menu + .attached:not(.top).segment,
.section-martor .ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
  width: auto !important;
}
.section-martor .resizable .resizable-b {
  background: #232323 !important;
}
.section-martor .ui.basic.inverted.buttons .button, .section-martor .ui.basic.inverted.button {
  -webkit-box-shadow: 0px 0px 0px 0px #0f0f0f inset !important;
          box-shadow: 0px 0px 0px 0px #0f0f0f inset !important;
}
.section-martor .ui.attached.inverted.menu {
  border-bottom: 2px solid #555 !important;
}
.section-martor ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #111;
}
.section-martor ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #111;
}
.section-martor ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #aaa;
}

.ace_scrollbar-v {
  cursor: ns-resize;
}

.martor-toolbar {
  padding: 0 0.85714286em !important;
  padding-bottom: 4px !important;
}
.martor-toolbar .ui.icon .markdown-image-upload {
  position: relative;
  overflow: hidden;
}
.martor-toolbar .ui.icon .markdown-image-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 25px;
  padding: 0;
  padding-left: 35px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

.emoji-loader-init {
  min-height: 200px !important;
}

.insert-emoji {
  cursor: pointer;
}

/* Full Screen Mode */
.main-martor-fullscreen {
  background: #0f0f0f;
  position: fixed;
  z-index: 999;
  max-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
}
.main-martor-fullscreen .fields.martor-toolbar {
  border-bottom: 1px solid #181818;
  margin: 0;
}
.main-martor-fullscreen .section-martor {
  height: 90%;
  position: relative;
}

.marked-emoji {
  max-width: 20px;
}

.martor {
  height: 500px;
  max-height: 500px;
}

.martor-field {
  width: 100%;
  height: 250px;
  min-height: 100px;
}

form .martor-preview-stale {
  background: -webkit-repeating-linear-gradient(135deg, #0f0f0f, #0f0f0f 10px, #111 10px, #111 20px) !important;
  background: -moz-repeating-linear-gradient(135deg, #0f0f0f, #0f0f0f 10px, #111 10px, #111 20px) !important;
  background: repeating-linear-gradient(-45deg, #0f0f0f, #0f0f0f 10px, #111 10px, #111 20px) !important;
}

.icon.expand-editor {
  position: absolute;
  bottom: 0.8em;
  right: 0;
}

.no-border {
  border: none !important;
}

/* Live Preview */
form .enable-living .martor-preview {
  display: block !important;
}
form .enable-living .tab-martor-menu a.item {
  display: none !important;
}

/* Django Admin */
.submit-row a {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

body.overflow {
  overflow: hidden !important;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
  padding: 5px 15px;
}

.social i {
  display: inline;
  font-size: 1.9em;
}

.facebook-this, .tweet-this {
  display: inline;
}

.tweet-this i {
  color: #55ACEE;
}

.facebook-this i {
  color: #133783;
}

.social {
  font-size: 1.3em;
  float: right;
}

.button, button, input[type=submit] {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.4;
  background: #1e90ff;
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
  border-radius: 4px;
  padding: 6px 12px;
  display: block;
  border: 0;
  text-align: center;
  font-size: 15px;
}
.button:hover, button:hover, input[type=submit]:hover {
  background: #0077ea;
}
.button:active, button:active, input[type=submit]:active {
  background: #006ad1;
}
.button.full, button.full, input[type=submit].full {
  padding: 6px 0;
}
.button.disabled, button.disabled, input[type=submit].disabled {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, darkgray), to(gray)) repeat-x !important;
  background: -webkit-linear-gradient(top, darkgray 0, gray 100%) repeat-x !important;
  background: -moz-linear-gradient(top, darkgray 0, gray 100%) repeat-x !important;
  background: linear-gradient(to bottom, darkgray 0, gray 100%) repeat-x !important;
  border-color: grey !important;
  cursor: not-allowed;
}

.inline-button {
  display: inline;
  vertical-align: top;
  padding: 3px 6px;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=url] {
  padding: 4px 8px;
  color: #ccc;
  background: #0f0f0f none;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(248, 248, 248, 0.075) inset;
          box-shadow: 0 1px 1px rgba(248, 248, 248, 0.075) inset;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}
input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=number]:hover, input[type=url]:hover {
  border-color: rgba(30, 144, 255, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(248, 248, 248, 0.075), 0 0 4px rgba(30, 144, 255, 0.6);
          box-shadow: inset 0 1px 1px rgba(248, 248, 248, 0.075), 0 0 4px rgba(30, 144, 255, 0.6);
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=url]:focus {
  border-color: rgba(30, 144, 255, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(248, 248, 248, 0.075), 0 0 8px rgba(30, 144, 255, 0.6);
          box-shadow: inset 0 1px 1px rgba(248, 248, 248, 0.075), 0 0 8px rgba(30, 144, 255, 0.6);
  outline: 0;
}
input[type=number] {
  padding: 2px 0 2px 5px;
}
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  border: 1px solid #808080;
  background: #0f0f0f;
  border-radius: 2px;
  width: 0.95em;
  height: 0.95em;
  cursor: pointer;
}
input[type=checkbox]:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #1e90ff;
}

textarea {
  padding: 4px 8px;
  color: #ccc;
  background: #0f0f0f none;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(248, 248, 248, 0.075) inset;
          box-shadow: 0 1px 1px rgba(248, 248, 248, 0.075) inset;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:hover {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(248, 248, 248, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(248, 248, 248, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
}

textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(248, 248, 248, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(248, 248, 248, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}

.btn-clipboard {
  top: 0;
  right: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #808080;
  cursor: pointer;
  background-color: #222;
  border: 1px solid #3b3b3b;
  border-radius: 0 4px;
  position: absolute;
  padding: 5px 8px;
}

.copy-clipboard {
  position: relative;
  margin-top: 1.5em;
}

.ul_tab_a_active, .tabs > ul > li.active > a:focus, .tabs > ul > li.active > span:focus, .tabs > ul > li.active > a:hover, .tabs > ul > li.active > span:hover, .tabs > ul > li.active > a, .tabs > ul > li.active > span {
  color: #f8f8f8;
  background: #222;
  cursor: default;
  border: 1px solid #3b3b3b;
  border-bottom-color: #222;
  -webkit-border-image: none;
     -moz-border-image: none;
          border-image: none;
}

.tabs {
  border-bottom: 1px solid #3b3b3b;
  margin: 0 0 8px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabs .tab .tab-icon {
  padding-right: 0.3em;
  color: #808080;
}
.tabs .tab .tab-icon.fa-plus {
  color: green !important;
}
.tabs .tab a, .tabs .tab span {
  border-top-width: 3px !important;
}
.tabs .tab.active a, .tabs .tab.active span {
  border-top-color: #1e90ff !important;
}
.tabs .tab.active .tab-icon {
  color: #f8f8f8;
}
.tabs h2 {
  color: #ccc;
}
.tabs > ul {
  margin: 0;
  margin-bottom: -1px;
  padding: 0;
  list-style: outside none none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs > ul > li {
  position: relative;
  display: block;
}
.tabs > ul > li > a, .tabs > ul > li > span {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #aaa;
  text-decoration: none;
  white-space: nowrap;
}

ul.pagination a:hover {
  background: rgba(248, 248, 248, 0.55);
}

ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
ul.pagination > li {
  display: inline;
}
ul.pagination > li:first-child > a, ul.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.pagination > li:last-child > a, ul.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.pagination > li > a, ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #0f0f0f;
  background-color: #ccc;
  border: 1px solid #808080;
  margin-left: -1px;
}
ul.pagination > .disabled-page > a, ul.pagination > .disabled-page > span {
  color: #808080;
}
ul.pagination > .active-page > a, ul.pagination > .active-page > span {
  z-index: 2;
  color: #FFF;
  background-color: #1e90ff;
  border-color: transparent;
  cursor: default;
}

.top-pagination-bar {
  margin: 11px 0 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bottom-pagination-bar {
  margin-top: 10px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-animation: slideInDown 250ms ease-out both;
     -moz-animation: slideInDown 250ms ease-out both;
          animation: slideInDown 250ms ease-out both;
}

.alert-info {
  color: #51a9ff;
  background-color: #002951;
  border-color: #00509e;
}

.alert-warning {
  color: #fd6;
  background-color: #320;
  border-color: #960;
}

.alert-danger {
  color: #f99;
  background-color: #311;
  border-color: #822;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #f8f8f8;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

a.close {
  text-decoration: none !important;
  font-size: 18px !important;
  line-height: 1;
}
a.close:hover {
  color: #f8f8f8;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.badge {
  min-width: 10px;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e84848;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-submit-group {
  border-top: 1px solid rgba(248, 248, 248, 0.1);
  margin-top: 0.8em;
  padding-top: 0.5em;
  text-align: right;
}

.sidebox h3 {
  margin: 0 -5px;
  background: #ccc;
  border-radius: 4px 4px 0 0;
  color: #0f0f0f;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  font-size: 1.3em;
}

.sidebox h3 .fa {
  color: #0f0f0f;
  float: right;
  margin: 0.2em 0.4em 0 0;
}

.sidebox-content {
  border: 1px solid #3b3b3b;
  border-top: none;
  margin: 0 -5px;
  padding: 1px 0.5em 3px;
}
.sidebox-content.sidebox-table {
  border: none;
  padding: 0;
}
.sidebox-content.sidebox-table .table {
  margin: 0 !important;
}

.sidebox {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 5px !important;
  padding-bottom: 1.5em !important;
  -webkit-animation: fadeIn 300ms ease-out both;
     -moz-animation: fadeIn 300ms ease-out both;
          animation: fadeIn 300ms ease-out both;
}
.sidebox:nth-child(1) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.sidebox:nth-child(2) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.sidebox:nth-child(3) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.sidebox:nth-child(4) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.sidebox:nth-child(5) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}

.ws-closed {
  position: -webkit-sticky;
  position: sticky;
  top: 42px;
  background: #ae0000;
  border-radius: 5px 5px 0 0;
  display: none;
}

.ws-closed a {
  display: block;
  padding: 7px 0;
  text-align: center;
  color: white;
  font-weight: 600;
}

.semibold {
  font-weight: 600;
}

.messages {
  list-style-type: none;
  padding: 0;
}
.messages li {
  padding: 1em 1.5em;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-animation: slideInDown 250ms ease-out both;
     -moz-animation: slideInDown 250ms ease-out both;
          animation: slideInDown 250ms ease-out both;
}
.messages li:nth-child(1) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.messages li:nth-child(2) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.messages li:nth-child(3) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.messages li:nth-child(4) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.messages li:nth-child(5) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.messages li:nth-child(6) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.messages li:nth-child(7) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.messages li:nth-child(8) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.messages li:nth-child(9) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.messages li:nth-child(10) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.messages li.debug {
  color: #ccc;
  background-color: #181818;
  border-color: #3b3b3b;
}
.messages li.info {
  color: #51a9ff;
  background-color: #002951;
  border-color: #00509e;
}
.messages li.success {
  color: #bfd4ea;
  background-color: #2b5480;
  border-color: #3e79b9;
}
.messages li.warning {
  color: #fd6;
  background-color: #320;
  border-color: #960;
}
.messages li.error {
  color: #f99;
  background-color: #311;
  border-color: #822;
}

details {
  border: 1px solid #3b3b3b;
  background: #111;
  padding: 5px 10px;
  border-radius: 4px;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 10px 15px;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 85%;
  background: #222;
  cursor: auto;
  white-space: normal;
}
@media (max-width: 1024px) {
  .featherlight .featherlight-content {
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
  }
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  background: rgba(34, 34, 34, 0.5);
  color: #f8f8f8;
  border: none;
  padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight iframe {
  border: none;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.comment-score {
  font-weight: bold;
  text-align: center;
}

a.upvote-link, a.downvote-link {
  color: #f8f8f8;
}
a.voted {
  text-shadow: 0 0 7px #f8f8f8, 0 0 15px #84c2ff;
}

.no-comments-message {
  margin: 10px 0 15px 2.75em;
}

.comment-header-space {
  height: 20px;
}

.comment-lock {
  margin: 0 0 5px;
}

.comments.top-level-comments {
  padding: 0;
  margin: 0 0 5px;
}

.comment-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

.comment-edits:not(:empty) {
  padding-right: 2px;
  color: #ccc;
}

.comment-operation {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
}
.comment-operation .fa {
  color: #ccc;
}
.comment-operation a + a {
  padding-left: 2px;
}

.form-area.comment-submit {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.comment-edit-form {
  min-width: 60em;
}

.comment-post-wrapper {
  padding-bottom: 5px;
}
.comment-post-wrapper input, .comment-post-wrapper textarea {
  min-width: 100%;
  max-width: 100%;
  font-size: 15px;
}

.comment {
  list-style: none none;
  border-radius: 4px;
  margin: 0 0 5px;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
.comment:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
.comment:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
.comment:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.comment:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.comment:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
.comment:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.comment:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
.comment:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.comment:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.comment:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}
.comment:nth-child(11) {
  -webkit-animation-delay: 550ms;
     -moz-animation-delay: 550ms;
          animation-delay: 550ms;
}
.comment:nth-child(12) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.comment:nth-child(13) {
  -webkit-animation-delay: 650ms;
     -moz-animation-delay: 650ms;
          animation-delay: 650ms;
}
.comment:nth-child(14) {
  -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
          animation-delay: 700ms;
}
.comment:nth-child(15) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
.comment:nth-child(16) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.comment:nth-child(17) {
  -webkit-animation-delay: 850ms;
     -moz-animation-delay: 850ms;
          animation-delay: 850ms;
}
.comment:nth-child(18) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.comment:nth-child(19) {
  -webkit-animation-delay: 950ms;
     -moz-animation-delay: 950ms;
          animation-delay: 950ms;
}
.comment:nth-child(20) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.comment:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}

.reply-comment {
  margin: 0 0 5px;
}

.comment-body {
  word-wrap: break-word;
  word-break: break-word;
}
.comment-body.collapsed {
  max-height: 100px;
  overflow: hidden;
}

.comment-toggle {
  cursor: pointer;
}
.comment-toggle:hover {
  text-decoration: underline;
}

.previous-revision, .next-revision {
  color: #ccc;
}

.new-comments .comment-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-left: 1em;
  padding-top: 0.5em !important;
  border: 1px solid #3b3b3b;
  background: #111;
  border-radius: 4px;
  -webkit-animation: fadeIn 300ms ease-out both;
     -moz-animation: fadeIn 300ms ease-out both;
          animation: fadeIn 300ms ease-out both;
}
.new-comments .comment .detail {
  margin: 0px 15px 0px;
  width: 100%;
}
.new-comments .comment .detail .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 2px 0px;
  font-weight: normal;
  border-bottom: 1px #808080 solid;
  color: #808080;
  text-align: right;
}
.new-comments .comment:target > .comment-display {
  border: 1px solid #1e90ff;
  border-left: 10px solid #1e90ff;
  padding-left: 5px;
  -webkit-animation: popIn 400ms ease-out both;
     -moz-animation: popIn 400ms ease-out both;
          animation: popIn 400ms ease-out both;
}
.new-comments .comment-edits {
  padding-right: 0.75em;
}
.new-comments .header i {
  color: #808080 !important;
}
.new-comments .info {
  padding-top: 0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.new-comments .gravatar-mobile {
  display: none;
}
.new-comments .gravatar-main {
  display: unset;
}
.new-comments .vote {
  margin-right: 1em;
  height: 75px;
  padding-top: 0.4em;
}
@media (max-width: 760px) {
  .new-comments img.user-gravatar {
    display: inline-block;
    border-radius: 2px;
  }
  .new-comments .gravatar-mobile {
    display: unset;
  }
  .new-comments .gravatar-main {
    display: none;
  }
  .new-comments .vote {
    margin-right: 0em;
  }
}

.bad-comment {
  opacity: 0.3;
}
.bad-comment:hover {
  opacity: 1;
  /* This is necessary to prevent random flickering */
  -webkit-transform: translatez(0);
     -moz-transform: translatez(0);
      -ms-transform: translatez(0);
          transform: translatez(0);
}

.info-float {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 20%;
}

#submissions-table {
  background: rgba(248, 248, 248, 0.01);
}

.submissions-status-table {
  border-spacing: 0;
}

.submission-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-top: #3b3b3b 1px solid;
  border-left: #3b3b3b 1px solid;
  border-right: #3b3b3b 1px solid;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
.submission-row:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.submission-row:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.submission-row:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.submission-row:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.submission-row:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.submission-row:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.submission-row:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.submission-row:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.submission-row:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.submission-row:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.submission-row:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.submission-row:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.submission-row:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.submission-row:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.submission-row:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.submission-row:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
.submission-row:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
.submission-row:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.submission-row:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
.submission-row:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.submission-row:nth-child(21) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.submission-row:nth-child(22) {
  -webkit-animation-delay: 880ms;
     -moz-animation-delay: 880ms;
          animation-delay: 880ms;
}
.submission-row:nth-child(23) {
  -webkit-animation-delay: 920ms;
     -moz-animation-delay: 920ms;
          animation-delay: 920ms;
}
.submission-row:nth-child(24) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.submission-row:nth-child(25) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.submission-row:nth-child(26) {
  -webkit-animation-delay: 1040ms;
     -moz-animation-delay: 1040ms;
          animation-delay: 1040ms;
}
.submission-row:nth-child(27) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.submission-row:nth-child(28) {
  -webkit-animation-delay: 1120ms;
     -moz-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.submission-row:nth-child(29) {
  -webkit-animation-delay: 1160ms;
     -moz-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.submission-row:nth-child(30) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.submission-row:hover {
  background: #181818;
}
.submission-row:not(:empty) ~ .submission-row {
  border-top: none;
}
.submission-row > div {
  padding: 7px 5px;
  vertical-align: middle;
  border-bottom: #3b3b3b 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.submission-row .sub-result {
  min-width: 80px;
  width: 80px;
  text-align: center;
  border-bottom-color: #0f0f0f;
  border-right: #3b3b3b 1px solid;
}
.submission-row .sub-result .state {
  font-size: 0.7em;
  font-weight: bold;
  padding-top: 0.5em;
}
.submission-row .sub-result .score {
  color: #000;
}
.submission-row .sub-result .score .grading-spinner {
  color: #f8f8f8;
}
.submission-row .sub-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  place-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
}
.submission-row .sub-main .sub-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  word-break: break-word;
}
.submission-row .sub-main .sub-info .name {
  font-weight: 700;
  font-size: 1.2em;
}
.submission-row .sub-main .sub-testcase {
  color: #808080;
  white-space: nowrap;
  padding-right: 5px;
}
.submission-row .sub-main .sub-prop a {
  white-space: nowrap;
}
.submission-row .sub-usage {
  min-width: 70px;
  width: 70px;
  white-space: nowrap;
  text-align: center;
  border-left: #3b3b3b 1px solid;
}
.submission-row .sub-usage .time {
  font-weight: bold;
}

.sub-prop .fa {
  display: none;
}

.sub-prop .grey-label {
  color: #808080;
  font-style: italic;
}

.sub-prop .grey-icon {
  color: #808080;
}

label[for=language], label[for=status], label[for=organization] {
  padding-bottom: 0.25em;
  display: block;
}

#language {
  margin-top: 0.5em;
  width: 100%;
}

#status {
  width: 100%;
}

#statistics-table tr:not(:first-child) td {
  border-top: 1px solid white !important;
}

#statistics-table tr:not(:last-child) td:not(:last-child) {
  border-right: 1px solid white;
}

#statistics-table {
  padding-top: 1.5em;
}

#content-right.submission {
  max-width: 25%;
  padding-top: 0;
}

@media (max-width: 700px) {
  .sub-main {
    padding-left: 10px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
    place-items: flex-start !important;
  }
  .sub-prop .label {
    display: none;
  }
  .sub-prop .fa {
    display: inline-block;
  }
  #content-right.submission {
    max-width: 100%;
  }
}
.submission-contest {
  color: #ccc;
}

.source-ln {
  color: #808080;
  border-right: 1px solid #808080;
  padding-right: 5px;
  text-align: right;
}
.source-ln a {
  color: #808080;
  display: block;
}
.source-ln a:hover {
  text-decoration: underline;
}
.source-ln a::before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}

.source-code pre, .source-ln pre {
  margin: 0;
  padding: 0;
  white-space: pre;
}

.source-code {
  padding-left: 15px;
}

.source-wrap {
  overflow-x: auto;
}

.statistics-table .status {
  font-weight: bold;
  text-align: left;
}
.statistics-table .count {
  color: black;
}

#test-cases .toggle .fa {
  margin-left: -1.28571em;
}
#test-cases .batch-cases {
  margin: 0;
  padding-left: 1em;
  padding-bottom: 3px;
  padding-top: 3px;
  display: inline-block;
}
#test-cases .batch-cases .case-row td b {
  font-weight: 500;
}
#test-cases .case-row.case-row-existing {
  -webkit-animation: none !important;
     -moz-animation: none !important;
          animation: none !important;
}
#test-cases .case-row.case-row-new {
  -webkit-animation: slideInUp 50ms ease-out both;
     -moz-animation: slideInUp 50ms ease-out both;
          animation: slideInUp 50ms ease-out both;
}
#test-cases .case-row td:nth-child(3) {
  padding-right: 0;
  text-align: right;
}
#test-cases .case-row td:nth-child(3) span {
  float: right;
}
#test-cases .case-row td:nth-child(4) {
  text-align: right;
}
#test-cases .case-info {
  margin: 0;
  padding-left: 1em;
  padding-bottom: 3px;
  padding-top: 3px;
  border: 1px solid #1e90ff;
  border-left-width: 0.5em;
  border-radius: 4px;
  color: #ccc;
}
#test-cases .case-output {
  margin: 0;
  margin-right: 1em;
  word-break: break-all;
}
#test-cases table td {
  margin: 0;
  padding: 0 5px 0 0;
}
#test-cases .toggle {
  font-weight: normal;
}
#test-cases .case-feedback {
  vertical-align: top;
}
#test-cases td.case-output + td.case-ext-feedback {
  width: 50%;
}
#test-cases .case-output {
  word-wrap: anywhere;
}

.case-AC {
  color: green;
  font-weight: bold;
}

.case-_AC {
  color: #BBCC00;
  font-weight: bold;
}

.case-WA {
  color: red;
  font-weight: bold;
}

.case-TLE, .case-SC {
  color: gray;
  font-weight: bold;
}

.case-MLE, .case-OLE, .case-RTE, .case-IR {
  color: orange;
  font-weight: bold;
}

.case-bad {
  text-decoration: underline;
}

.half-hr {
  float: left;
  width: 30%;
}

.source-wrap .line {
  position: relative;
}
.source-wrap .highlighter {
  position: absolute;
  width: 9999px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.source-wrap a:active .line .highlighter {
  background: rgba(255, 212, 0, 0.48);
}

.submission-info {
  text-align: right;
  float: right;
}
.submission-info .submission-date {
  color: #808080;
}

@media (prefers-reduced-motion: reduce) {
  #test-cases .case-row-new {
    -webkit-animation: none !important;
       -moz-animation: none !important;
            animation: none !important;
  }
}
#contest-calendar {
  border-collapse: collapse;
  width: 100%;
}
#contest-calendar th {
  border: 1px solid #3b3b3b;
  background: #111;
}
#contest-calendar td {
  height: 110px;
  width: 170px;
  vertical-align: top;
  border: 1px solid #3b3b3b;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#contest-calendar td .num {
  text-align: right;
  font-weight: bold;
  display: block;
  border-bottom: 1px dashed #3b3b3b;
  padding-right: 0.2em;
  margin-bottom: 0.4em;
}
#contest-calendar td ul {
  font-size: 0.75em;
  padding: 0;
  margin: 0;
}
#contest-calendar td ul li {
  margin: 0 0 0.2em 17px;
}
#contest-calendar td ul li i.fa {
  color: #d83;
}
#contest-calendar td ul li a {
  color: #ccc;
}
#contest-calendar td ul li a:hover {
  text-decoration: underline;
}
#contest-calendar td:hover {
  background: rgba(30, 144, 255, 0.2);
}
#contest-calendar .noday {
  background: #181818;
}
#contest-calendar .today {
  background: rgba(221, 136, 51, 0.2);
}

#banner {
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 1em;
  color: #ccc;
  font-size: 15px;
}
#banner a.date {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  font-size: 2.3em;
  padding-bottom: 0.15em;
  color: #84c2ff;
}
#banner a.date:hover {
  color: #1e90ff;
}
#banner a.date:active {
  color: #d83;
}
#banner #time {
  text-align: center;
  display: block;
}
#banner div#details ul {
  margin-bottom: 0;
  list-style: none;
}
#banner div#details ul p {
  margin: 0;
}

.top-pagination-bar {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.contest-list td {
  vertical-align: middle !important;
}
.contest-list td:nth-child(2) {
  min-width: 4em;
}
.contest-list td:nth-child(3) {
  min-width: 6em;
}
.contest-list tbody tr {
  height: 4em;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
.contest-list tbody tr:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.contest-list tbody tr:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.contest-list tbody tr:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.contest-list tbody tr:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.contest-list tbody tr:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.contest-list tbody tr:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.contest-list tbody tr:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.contest-list tbody tr:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.contest-list tbody tr:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.contest-list tbody tr:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.contest-list tbody tr:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.contest-list tbody tr:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.contest-list tbody tr:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.contest-list tbody tr:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.contest-list tbody tr:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.contest-list tbody tr:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
.contest-list tbody tr:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
.contest-list tbody tr:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.contest-list tbody tr:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
.contest-list tbody tr:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.contest-list tbody tr:nth-child(21) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.contest-list tbody tr:nth-child(22) {
  -webkit-animation-delay: 880ms;
     -moz-animation-delay: 880ms;
          animation-delay: 880ms;
}
.contest-list tbody tr:nth-child(23) {
  -webkit-animation-delay: 920ms;
     -moz-animation-delay: 920ms;
          animation-delay: 920ms;
}
.contest-list tbody tr:nth-child(24) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.contest-list tbody tr:nth-child(25) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.contest-list tbody tr:nth-child(26) {
  -webkit-animation-delay: 1040ms;
     -moz-animation-delay: 1040ms;
          animation-delay: 1040ms;
}
.contest-list tbody tr:nth-child(27) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.contest-list tbody tr:nth-child(28) {
  -webkit-animation-delay: 1120ms;
     -moz-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.contest-list tbody tr:nth-child(29) {
  -webkit-animation-delay: 1160ms;
     -moz-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.contest-list tbody tr:nth-child(30) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.contest-list .time-left {
  text-align: left;
  color: #808080;
  padding-top: 0.5em;
}
.contest-list .contest-tags {
  padding-left: 0.75em;
  vertical-align: top;
}
.contest-list .participate-button {
  display: inline-block;
  width: 90px;
}
.contest-list .contest-block {
  text-align: left;
  padding: 0.5em 0.5em 0.5em 1em;
}
.contest-list a.contest-sort-link {
  color: #0f0f0f;
}

.contest-tag {
  -webkit-box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.12);
  padding: 0.15em 0.3em;
  border-radius: 0.15em;
  font-weight: 600;
  margin-right: 0.45em;
  position: relative;
  display: inline-block;
  -webkit-animation: popIn 300ms ease-out both;
     -moz-animation: popIn 300ms ease-out both;
          animation: popIn 300ms ease-out both;
}
.contest-tag:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
.contest-tag:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
.contest-tag:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.contest-tag:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.contest-tag:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
.contest-tag:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.contest-tag:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
.contest-tag:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.contest-tag:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.contest-tag:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}

.contest-list-title {
  font-size: 18px;
  font-weight: 600;
}

form.contest-join-pseudotab {
  display: inline;
  padding: 6px 8px !important;
  line-height: 1.7em;
  margin-left: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form.contest-join-pseudotab input {
  display: inline;
  border: none;
  padding: 0;
  background: none;
  font-weight: 600;
}

.contest-participation-operation {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0 5px;
}
.contest-participation-operation .fa {
  color: #ccc;
}
.contest-participation-operation a + a {
  padding-left: 1px;
}

#ranking-table {
  font-size: 14px;
  /* Make problem table headers green on hover */
}
#ranking-table .user-name {
  min-width: 20em;
  position: relative;
}
#ranking-table .userinfo a, #ranking-table .user-name a, #ranking-table .user-name form {
  display: inline-block !important;
}
#ranking-table .rating-column {
  min-width: 3em;
}
#ranking-table td {
  height: 2.5em;
}
#ranking-table tr {
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
#ranking-table tr:nth-child(1) {
  -webkit-animation-delay: 30ms;
     -moz-animation-delay: 30ms;
          animation-delay: 30ms;
}
#ranking-table tr:nth-child(2) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
#ranking-table tr:nth-child(3) {
  -webkit-animation-delay: 90ms;
     -moz-animation-delay: 90ms;
          animation-delay: 90ms;
}
#ranking-table tr:nth-child(4) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
#ranking-table tr:nth-child(5) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
#ranking-table tr:nth-child(6) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
#ranking-table tr:nth-child(7) {
  -webkit-animation-delay: 210ms;
     -moz-animation-delay: 210ms;
          animation-delay: 210ms;
}
#ranking-table tr:nth-child(8) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
#ranking-table tr:nth-child(9) {
  -webkit-animation-delay: 270ms;
     -moz-animation-delay: 270ms;
          animation-delay: 270ms;
}
#ranking-table tr:nth-child(10) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
#ranking-table tr:nth-child(11) {
  -webkit-animation-delay: 330ms;
     -moz-animation-delay: 330ms;
          animation-delay: 330ms;
}
#ranking-table tr:nth-child(12) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
#ranking-table tr:nth-child(13) {
  -webkit-animation-delay: 390ms;
     -moz-animation-delay: 390ms;
          animation-delay: 390ms;
}
#ranking-table tr:nth-child(14) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
#ranking-table tr:nth-child(15) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
#ranking-table tr:nth-child(16) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
#ranking-table tr:nth-child(17) {
  -webkit-animation-delay: 510ms;
     -moz-animation-delay: 510ms;
          animation-delay: 510ms;
}
#ranking-table tr:nth-child(18) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
#ranking-table tr:nth-child(19) {
  -webkit-animation-delay: 570ms;
     -moz-animation-delay: 570ms;
          animation-delay: 570ms;
}
#ranking-table tr:nth-child(20) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#ranking-table tr:nth-child(21) {
  -webkit-animation-delay: 630ms;
     -moz-animation-delay: 630ms;
          animation-delay: 630ms;
}
#ranking-table tr:nth-child(22) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
#ranking-table tr:nth-child(23) {
  -webkit-animation-delay: 690ms;
     -moz-animation-delay: 690ms;
          animation-delay: 690ms;
}
#ranking-table tr:nth-child(24) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
#ranking-table tr:nth-child(25) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
#ranking-table tr:nth-child(26) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
#ranking-table tr:nth-child(27) {
  -webkit-animation-delay: 810ms;
     -moz-animation-delay: 810ms;
          animation-delay: 810ms;
}
#ranking-table tr:nth-child(28) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
#ranking-table tr:nth-child(29) {
  -webkit-animation-delay: 870ms;
     -moz-animation-delay: 870ms;
          animation-delay: 870ms;
}
#ranking-table tr:nth-child(30) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
#ranking-table tr:nth-child(31) {
  -webkit-animation-delay: 930ms;
     -moz-animation-delay: 930ms;
          animation-delay: 930ms;
}
#ranking-table tr:nth-child(32) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
#ranking-table tr:nth-child(33) {
  -webkit-animation-delay: 990ms;
     -moz-animation-delay: 990ms;
          animation-delay: 990ms;
}
#ranking-table tr:nth-child(34) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
#ranking-table tr:nth-child(35) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
#ranking-table tr:nth-child(36) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
#ranking-table tr:nth-child(37) {
  -webkit-animation-delay: 1110ms;
     -moz-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
#ranking-table tr:nth-child(38) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
#ranking-table tr:nth-child(39) {
  -webkit-animation-delay: 1170ms;
     -moz-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
#ranking-table tr:nth-child(40) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
#ranking-table tr:nth-child(41) {
  -webkit-animation-delay: 1230ms;
     -moz-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
#ranking-table tr:nth-child(42) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
#ranking-table tr:nth-child(43) {
  -webkit-animation-delay: 1290ms;
     -moz-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
#ranking-table tr:nth-child(44) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
#ranking-table tr:nth-child(45) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
#ranking-table tr:nth-child(46) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
#ranking-table tr:nth-child(47) {
  -webkit-animation-delay: 1410ms;
     -moz-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
#ranking-table tr:nth-child(48) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
#ranking-table tr:nth-child(49) {
  -webkit-animation-delay: 1470ms;
     -moz-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
#ranking-table tr:nth-child(50) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
#ranking-table td:not(.user-name, .personal-info) a:hover {
  text-decoration: underline;
}
#ranking-table a {
  display: block;
}
#ranking-table th a:hover {
  color: #99badd;
}
#ranking-table th a, #ranking-table th a:link, #ranking-table th a:visited {
  color: #0f0f0f;
}
#ranking-table .rank {
  min-width: 2.4em;
}
#ranking-table .points {
  min-width: 2.4em;
}
#ranking-table .disqualified {
  background-color: #622 !important;
}
#ranking-table .point-denominator {
  border-top: 1px solid #808080;
  font-size: 0.7em;
}
#ranking-table .start-time {
  display: none;
}
#ranking-table .personal-info {
  display: none;
}
#ranking-table .virtual-participation {
  color: grey;
  float: right;
}
#ranking-table .user-points, #ranking-table .user-points a {
  color: #f8f8f8;
}

#org-dropdown-check-list {
  display: inline-block;
}

#org-check-list-wrapper {
  display: none;
  background: #0f0f0f;
  border: 1px solid gray;
  padding: 10px;
  right: auto;
  position: absolute;
  z-index: 1;
}
#org-check-list-wrapper button {
  margin-bottom: 5px;
  margin-left: 5px;
}
#org-check-list-wrapper #org-check-list {
  border-bottom: 1px solid gray;
  color: #f8f8f8;
  text-align: left;
  font-weight: normal;
}
#org-check-list-wrapper #org-check-list li {
  list-style: none;
}
#org-check-list-wrapper .select2-selection__rendered {
  width: 260px !important;
}

#judge-versions .version {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
#judge-versions .version-blank {
  background: #181818;
}
#judge-versions .version-latest {
  background: rgba(170, 255, 51, 0.8);
  color: black;
}
#judge-versions .version-outdated {
  background: rgba(255, 0, 0, 0.8);
  color: white;
}
#judge-versions tr:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 43px;
}

.django-as-table {
  text-align: left;
}
.django-as-table th {
  vertical-align: top;
  padding-top: 4px;
}

.centered-form {
  max-width: 800px;
  margin: auto;
}
.centered-form .submit-bar {
  float: right;
}

@media (min-width: 700px) {
  .xs-br {
    display: none;
  }
}
.auth-flow-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
          align-content: center;
  padding-top: 5%;
}

.grayed {
  color: #ccc;
}

.accordion {
  padding: 0;
}

.accordion .card {
  margin-bottom: 0.25em;
}

.accordion .card-body {
  display: none;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 1em;
}

.accordion .card-toggle {
  color: #0f0f0f;
  background: #ccc;
  border-radius: 4px 4px 0 0;
  display: block;
  font-size: 1.1em;
  padding: 0.5em;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.accordion .card-toggle:hover {
  background: rgba(204, 204, 204, 0.7);
}

/* Hack to make dropdown background follow theming */
.select2-dropdown {
  background-color: #0f0f0f !important;
  border: 1px solid #555 !important;
  color: #f8f8f8 !important;
}

.select2-container--dmoj .select2-selection--single {
  background-color: #0f0f0f;
  border: 1px solid #555;
  border-radius: 4px;
}
.select2-container--dmoj .select2-selection--single .select2-selection__rendered {
  color: #ccc;
  line-height: 28px;
}
.select2-container--dmoj .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--dmoj .select2-selection--single .select2-selection__placeholder {
  color: #808080;
}
.select2-container--dmoj .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--dmoj .select2-selection--single .select2-selection__arrow b {
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--dmoj[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--dmoj[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--dmoj.select2-container--disabled .select2-selection--single {
  background-color: #181818;
  cursor: default;
}
.select2-container--dmoj.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--dmoj.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #808080 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--dmoj .select2-selection--multiple {
  background-color: #0f0f0f;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: text;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__placeholder {
  color: #808080;
  margin-top: 5px;
  float: left;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__choice {
  background-color: #181818;
  color: #f8f8f8;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__choice__remove {
  color: #808080;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ccc;
}
.select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--dmoj.select2-container--focus .select2-selection--multiple {
  border: solid #f8f8f8 1px;
  outline: 0;
}
.select2-container--dmoj.select2-container--disabled .select2-selection--multiple {
  background-color: #181818;
  cursor: default;
}
.select2-container--dmoj.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--dmoj.select2-container--open.select2-container--above .select2-selection--single, .select2-container--dmoj.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--dmoj.select2-container--open.select2-container--below .select2-selection--single, .select2-container--dmoj.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--dmoj .select2-search--dropdown .select2-search__field {
  border: 1px solid #555;
  background-color: #181818;
  color: #f8f8f8;
}
.select2-container--dmoj .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f8f8f8;
  -webkit-appearance: textfield;
}
.select2-container--dmoj .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  color: #f8f8f8;
}
.select2-container--dmoj .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--dmoj .select2-results__option[aria-disabled=true] {
  color: #808080;
}
.select2-container--dmoj .select2-results__option[aria-selected=true] {
  background-color: #3b3b3b;
}
.select2-container--dmoj .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--dmoj .select2-results__option--highlighted[aria-selected] {
  background-color: #1e90ff;
  color: white;
}
.select2-container--dmoj .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.django-ace-widget {
  display: inline-block;
  position: relative;
  /* Scroll bar */
}
.django-ace-widget > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.django-ace-widget.loading {
  display: none;
}
.django-ace-widget ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #111;
}
.django-ace-widget ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #111;
}
.django-ace-widget ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #aaa;
}

.django-ace-toolbar {
  font-size: 12px;
  text-align: left;
  color: #aaa;
  text-shadow: 0 1px 0 #0f0f0f;
  border-bottom: 1px solid #3b3b3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#181818));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #181818);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #181818);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #181818);
  background-repeat: repeat-x;
  clear: both;
  overflow: hidden;
}

.django-ace-max_min {
  float: right;
  padding: 5px;
  background: url("../ace/img/expand.png") no-repeat 5px 5px;
  -webkit-filter: invert(1) hue-rotate(180deg);
          filter: invert(1) hue-rotate(180deg);
  display: block;
  height: 16px;
  width: 16px;
}

.django-ace-editor {
  position: relative;
}

.django-ace-editor-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.django-ace-editor-fullscreen .django-ace-max_min {
  background-image: url("../ace/img/contract.png");
  -webkit-filter: invert(1) hue-rotate(180deg);
          filter: invert(1) hue-rotate(180deg);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3Nhc3NfcHJvY2Vzc2VkL3N0eWxlLmNzcyIsIi4uLy4uL3Jlc291cmNlcy9uYXZiYXIuc2NzcyIsIi4uLy4uL3Jlc291cmNlcy9hbmltYXRpb25zLnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvYmFzZS5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3ZhcnMuc2NzcyIsIi4uLy4uL3Jlc291cmNlcy92YXJzLWNvbW1vbi5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3B5Z21lbnQtZ2l0aHViLnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvdGFibGUuc2NzcyIsIi4uLy4uL3Jlc291cmNlcy9tYXRoLnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvc3RhdHVzLnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvYmxvZy5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL2Jsb2ctbW9kZXJuLnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvcHJvYmxlbS5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3RpY2tldC5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3JhbmtzLnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvdXNlcnMuc2NzcyIsIi4uLy4uL3Jlc291cmNlcy9jb250ZW50LWRlc2NyaXB0aW9uLnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvYmFzZS1kZXNjcmlwdGlvbi5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL21hcnRvci1kZXNjcmlwdGlvbi5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3dpZGdldHMuc2NzcyIsIi4uLy4uL3Jlc291cmNlcy9mZWF0aGVybGlnaHQuc2NzcyIsIi4uLy4uL3Jlc291cmNlcy9jb21tZW50cy5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3N1Ym1pc3Npb24uc2NzcyIsIi4uLy4uL3Jlc291cmNlcy9jb250ZXN0LnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvbWlzYy5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL2FjY29yZGlvbi5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3NlbGVjdDItZG1vai5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3NlbGVjdDIvX3NpbmdsZS5zY3NzIiwiLi4vLi4vcmVzb3VyY2VzL3NlbGVjdDIvX211bHRpcGxlLnNjc3MiLCIuLi8uLi9yZXNvdXJjZXMvYWNlLWRtb2ouc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxnQkFBZ0I7QUMrRVIsK0dBQUE7QUM5RFI7RUFDSTtJQUFPLFVBQUE7RUZiVDtFRWNFO0lBQU8sVUFBQTtFRlhUO0FBQ0Y7QUVRQTtFQUNJO0lBQU8sVUFBQTtFRmJUO0VFY0U7SUFBTyxVQUFBO0VGWFQ7QUFDRjtBRVFBO0VBQ0k7SUFBTyxVQUFBO0VGYlQ7RUVjRTtJQUFPLFVBQUE7RUZYVDtBQUNGO0FFYUE7RUFDSTtJQUFPLFVBQUE7RUZWVDtFRVdFO0lBQU8sVUFBQTtFRlJUO0FBQ0Y7QUVLQTtFQUNJO0lBQU8sVUFBQTtFRlZUO0VFV0U7SUFBTyxVQUFBO0VGUlQ7QUFDRjtBRUtBO0VBQ0k7SUFBTyxVQUFBO0VGVlQ7RUVXRTtJQUFPLFVBQUE7RUZSVDtBQUNGO0FFVUE7RUFDSTtJQUFPLFVBQUE7SUFBWSxtQ0FBQTtZQUFBLDJCQUFBO0VGTnJCO0VFT0U7SUFBTyxVQUFBO0lBQVksZ0NBQUE7WUFBQSx3QkFBQTtFRkhyQjtBQUNGO0FFQUE7RUFDSTtJQUFPLFVBQUE7SUFBWSxnQ0FBQTtTQUFBLDJCQUFBO0VGTnJCO0VFT0U7SUFBTyxVQUFBO0lBQVksNkJBQUE7U0FBQSx3QkFBQTtFRkhyQjtBQUNGO0FFQUE7RUFDSTtJQUFPLFVBQUE7SUFBWSxtQ0FBQTtPQUFBLGdDQUFBO1lBQUEsMkJBQUE7RUZOckI7RUVPRTtJQUFPLFVBQUE7SUFBWSxnQ0FBQTtPQUFBLDZCQUFBO1lBQUEsd0JBQUE7RUZIckI7QUFDRjtBRUtBO0VBQ0k7SUFBTyxVQUFBO0lBQVksb0NBQUE7WUFBQSw0QkFBQTtFRkRyQjtFRUVFO0lBQU8sVUFBQTtJQUFZLGdDQUFBO1lBQUEsd0JBQUE7RUZFckI7QUFDRjtBRUxBO0VBQ0k7SUFBTyxVQUFBO0lBQVksaUNB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RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2TFo7QUU5TFE7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGaU1aO0FFbE1ROztFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnFNWjtBRXRNUTs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ5TVo7QUUxTVE7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGNk1aO0FFOU1ROztFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmlOWjtBRWxOUTs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZxTlo7QUV0TlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeU5aO0FFMU5ROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZOWjtBRTlOUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpT1o7QUVsT1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcU9aO0FFdE9ROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlPWjtBRTFPUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2T1o7QUU5T1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaVBaO0FFbFBROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFQWjtBRXRQUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5UFo7QUUxUFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNlBaO0FFOVBROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlRWjtBRWxRUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxUVo7QUV0UVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeVFaO0FFMVFROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZRWjtBRTlRUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpUlo7QUVsUlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcVJaO0FFdFJROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlSWjtBRTFSUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2Ulo7QUU5UlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaVNaO0FFbFNROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFTWjtBRXRTUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5U1o7QUUxU1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNlNaO0FFOVNROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlUWjtBRWxUUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxVFo7QUV0VFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeVRaO0FFMVRROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZUWjtBRTlUUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpVVo7QUVsVVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcVVaO0FFdFVROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlVWjtBRTFVUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2VVo7QUU5VVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaVZaO0FFbFZROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFWWjtBRXRWUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5Vlo7QUUxVlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNlZaO0FFOVZROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlXWjtBRWxXUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxV1o7QUV0V1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeVdaO0FFMVdROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZXWjtBRTlXUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpWFo7QUVsWFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcVhaO0FFdFhROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlYWjtBRTFYUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2WFo7QUU5WFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaVlaO0FFbFlROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFZWjtBRXRZUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5WVo7QUUxWVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNllaO0FFOVlROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlaWjtBRWxaUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxWlo7QUV0WlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeVpaO0FFMVpROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZaWjtBRTlaUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpYVo7QUVsYVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcWFaO0FFdGFROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlhWjtBRTFhUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2YVo7QUU5YVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWJaO0FFbGJROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFiWjtBRXRiUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5Ylo7QUUxYlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNmJaO0FFOWJROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmljWjtBRWxjUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxY1o7QUV0Y1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWNaO0FFMWNROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZjWjtBRTljUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpZFo7QUVsZFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcWRaO0FFdGRROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlkWjtBRTFkUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2ZFo7QUU5ZFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWVaO0FFbGVROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFlWjtBRXRlUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5ZVo7QUUxZVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNmVaO0FFOWVROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlmWjtBRWxmUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxZlo7QUV0ZlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWZaO0FFMWZROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZmWjtBRTlmUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpZ0JaO0FFbGdCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxZ0JaO0FFdGdCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5Z0JaO0FFMWdCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2Z0JaO0FFOWdCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpaEJaO0FFbGhCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxaEJaO0FFdGhCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5aEJaOztBRXBoQkE7RUFDSSx5RUFBQTtLQUFBLHNFQUFBO1VBQUEsaUVBQUE7QUZ1aEJKO0FFcmhCUTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBRnVoQlo7QUV4aEJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMGhCWjtBRTNoQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2aEJaO0FFOWhCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmdpQlo7QUVqaUJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbWlCWjtBRXBpQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZzaUJaO0FFdmlCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnlpQlo7QUUxaUJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGNGlCWjtBRTdpQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYraUJaO0FFaGpCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmtqQlo7QUVuakJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGcWpCWjtBRXRqQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ3akJaO0FFempCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjJqQlo7QUU1akJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGOGpCWjtBRS9qQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZpa0JaO0FFbGtCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRm9rQlo7QUVya0JRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdWtCWjtBRXhrQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYwa0JaO0FFM2tCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjZrQlo7QUU5a0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGZ2xCWjtBRWpsQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtbEJaO0FFcGxCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnNsQlo7QUV2bEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWxCWjtBRTFsQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY0bEJaO0FFN2xCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitsQlo7QUVobUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGa21CWjtBRW5tQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxbUJaO0FFdG1CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRndtQlo7QUV6bUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMm1CWjtBRTVtQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY4bUJaO0FFL21CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmluQlo7QUVsbkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGb25CWjtBRXJuQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1bkJaO0FFeG5CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjBuQlo7QUUzbkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNm5CWjtBRTluQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZnb0JaO0FFam9CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1vQlo7QUVwb0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGc29CWjtBRXZvQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5b0JaO0FFMW9CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjRvQlo7QUU3b0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK29CWjtBRWhwQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZrcEJaO0FFbnBCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFwQlo7QUV0cEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGd3BCWjtBRXpwQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYycEJaO0FFNXBCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjhwQlo7QUUvcEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXFCWjtBRWxxQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZvcUJaO0FFcnFCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVxQlo7QUV4cUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMHFCWjtBRTNxQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2cUJaO0FFOXFCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmdyQlo7QUVqckJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXJCWjtBRXByQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZzckJaO0FFdnJCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlyQlo7QUUxckJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNHJCWjtBRTdyQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrckJaO0FFaHNCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmtzQlo7QUVuc0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcXNCWjtBRXRzQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ3c0JaO0FFenNCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJzQlo7QUU1c0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGOHNCWjtBRS9zQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpdEJaO0FFbHRCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm90Qlo7QUVydEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdXRCWjtBRXh0QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYwdEJaO0FFM3RCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZ0Qlo7QUU5dEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGZ3VCWjtBRWp1QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtdUJaO0FFcHVCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnN1Qlo7QUV2dUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXVCWjtBRTF1QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY0dUJaO0FFN3VCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRit1Qlo7QUVodkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGa3ZCWjtBRW52QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxdkJaO0FFdHZCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnd2Qlo7QUV6dkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnZCWjtBRTV2QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY4dkJaO0FFL3ZCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRml3Qlo7QUVsd0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGb3dCWjtBRXJ3QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1d0JaO0FFeHdCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjB3Qlo7QUUzd0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNndCWjtBRTl3QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZneEJaO0FFanhCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm14Qlo7QUVweEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGc3hCWjtBRXZ4QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5eEJaO0FFMXhCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjR4Qlo7QUU3eEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK3hCWjtBRWh5QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZreUJaO0FFbnlCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnF5Qlo7QUV0eUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGd3lCWjtBRXp5QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyeUJaO0FFNXlCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjh5Qlo7QUUveUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXpCWjtBRWx6QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZvekJaO0FFcnpCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnV6Qlo7QUV4ekJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMHpCWjtBRTN6QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2ekJaO0FFOXpCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmcwQlo7O0FFenpCUTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBRjR6Qlo7QUU3ekJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGK3pCWjtBRWgwQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZrMEJaO0FFbjBCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnEwQlo7QUV0MEJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdzBCWjtBRXowQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYyMEJaO0FFNTBCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjgwQlo7QUUvMEJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGaTFCWjtBRWwxQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZvMUJaO0FFcjFCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnUxQlo7QUV4MUJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMDFCWjtBRTMxQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2MUJaO0FFOTFCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmcyQlo7QUVqMkJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbTJCWjtBRXAyQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZzMkJaO0FFdjJCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnkyQlo7QUUxMkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNDJCWjtBRTcyQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrMkJaO0FFaDNCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmszQlo7QUVuM0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcTNCWjtBRXQzQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ3M0JaO0FFejNCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjIzQlo7QUU1M0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGODNCWjtBRS8zQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpNEJaO0FFbDRCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm80Qlo7QUVyNEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdTRCWjtBRXg0QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYwNEJaO0FFMzRCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjY0Qlo7QUU5NEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGZzVCWjtBRWo1QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtNUJaO0FFcDVCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnM1Qlo7QUV2NUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeTVCWjtBRTE1QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY0NUJaO0FFNzVCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRis1Qlo7QUVoNkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGazZCWjtBRW42QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxNkJaO0FFdDZCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnc2Qlo7QUV6NkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMjZCWjtBRTU2QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY4NkJaO0FFLzZCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmk3Qlo7QUVsN0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbzdCWjtBRXI3QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1N0JaO0FFeDdCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjA3Qlo7QUUzN0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNjdCWjtBRTk3QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZnOEJaO0FFajhCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm04Qlo7QUVwOEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGczhCWjtBRXY4QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5OEJaO0FFMThCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjQ4Qlo7QUU3OEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGKzhCWjtBRWg5QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZrOUJaO0FFbjlCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnE5Qlo7QUV0OUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdzlCWjtBRXo5QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyOUJaO0FFNTlCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjg5Qlo7QUUvOUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaStCWjtBRWwrQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZvK0JaO0FFcitCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnUrQlo7QUV4K0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMCtCWjtBRTMrQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2K0JaO0FFOStCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmcvQlo7QUVqL0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbS9CWjtBRXAvQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZzL0JaO0FFdi9CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnkvQlo7QUUxL0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNC9CWjtBRTcvQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrL0JaO0FFaGdDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmtnQ1o7QUVuZ0NRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcWdDWjtBRXRnQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ3Z0NaO0FFemdDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJnQ1o7QUU1Z0NRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGOGdDWjtBRS9nQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpaENaO0FFbGhDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm9oQ1o7QUVyaENRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdWhDWjtBRXhoQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYwaENaO0FFM2hDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZoQ1o7QUU5aENRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGZ2lDWjtBRWppQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtaUNaO0FFcGlDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnNpQ1o7QUV2aUNRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWlDWjtBRTFpQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY0aUNaO0FFN2lDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitpQ1o7QUVoakNRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGa2pDWjtBRW5qQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxakNaO0FFdGpDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRndqQ1o7QUV6akNRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMmpDWjtBRTVqQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY4akNaO0FFL2pDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlrQ1o7QUVsa0NRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGb2tDWjtBRXJrQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1a0NaO0FFeGtDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjBrQ1o7QUUza0NRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNmtDWjtBRTlrQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZnbENaO0FFamxDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1sQ1o7QUVwbENRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGc2xDWjtBRXZsQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5bENaO0FFMWxDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjRsQ1o7QUU3bENRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK2xDWjtBRWhtQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZrbUNaO0FFbm1DUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFtQ1o7O0FFMWxDSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBT0kseUVBQUE7S0FBQSxzRUFBQTtVQUFBLGlFQUFBO0FGdW5DUjtBRXJuQ0k7Ozs7OztFQUVJLDZFQUFBO0tBQUEsMEVBQUE7VUFBQSxxRUFBQTtBRjJuQ1I7QUV6bkNJOzs7RUFDSSx5RUFBQTtLQUFBLHNFQUFBO1VBQUEsaUVBQUE7QUY2bkNSO0FFem5DUTs7O0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0FGNm5DWjtBRTNuQ1E7Ozs7OztFQUVJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBRmlvQ1o7QUUvbkNROzs7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QUZtb0NaO0FFM29DUTs7O0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0FGK29DWjtBRTdvQ1E7Ozs7OztFQUVJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBRm1wQ1o7QUVqcENROzs7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QUZxcENaO0FFN3BDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGaXFDWjtBRS9wQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnFxQ1o7QUVucUNROzs7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QUZ1cUNaO0FFL3FDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbXJDWjtBRWpyQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnVyQ1o7QUVyckNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ5ckNaO0FFanNDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGcXNDWjtBRW5zQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnlzQ1o7QUV2c0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYyc0NaO0FFbnRDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdXRDWjtBRXJ0Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjJ0Q1o7QUV6dENROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2dENaO0FFcnVDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGeXVDWjtBRXZ1Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjZ1Q1o7QUUzdUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYrdUNaO0FFdnZDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMnZDWjtBRXp2Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRit2Q1o7QUU3dkNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZpd0NaO0FFendDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGNndDWjtBRTN3Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRml4Q1o7QUUvd0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZteENaO0FFM3hDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGK3hDWjtBRTd4Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRm15Q1o7QUVqeUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZxeUNaO0FFN3lDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGaXpDWjtBRS95Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnF6Q1o7QUVuekNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ1ekNaO0FFL3pDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbTBDWjtBRWowQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnUwQ1o7QUVyMENROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ5MENaO0FFajFDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGcTFDWjtBRW4xQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnkxQ1o7QUV2MUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYyMUNaO0FFbjJDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdTJDWjtBRXIyQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjIyQ1o7QUV6MkNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2MkNaO0FFcjNDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGeTNDWjtBRXYzQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjYzQ1o7QUUzM0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYrM0NaO0FFdjRDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMjRDWjtBRXo0Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRis0Q1o7QUU3NENROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZpNUNaO0FFejVDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGNjVDWjtBRTM1Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmk2Q1o7QUUvNUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZtNkNaO0FFMzZDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGKzZDWjtBRTc2Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRm03Q1o7QUVqN0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZxN0NaO0FFNzdDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGaThDWjtBRS83Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnE4Q1o7QUVuOENROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ1OENaO0FFLzhDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbTlDWjtBRWo5Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnU5Q1o7QUVyOUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ5OUNaO0FFaitDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGcStDWjtBRW4rQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnkrQ1o7QUV2K0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYyK0NaO0FFbi9DUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdS9DWjtBRXIvQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjIvQ1o7QUV6L0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2L0NaO0FFcmdEUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGeWdEWjtBRXZnRFE7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjZnRFo7QUUzZ0RROzs7RUFDSSw4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QkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1dURaO0FFL3VEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXZEWjtBRWp2RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnV2RFo7QUVydkRROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5dkRaO0FFandEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcXdEWjtBRW53RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnl3RFo7QUV2d0RROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyd0RaO0FFbnhEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdXhEWjtBRXJ4RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJ4RFo7QUV6eERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2eERaO0FFcnlEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXlEWjtBRXZ5RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZ5RFo7QUUzeURROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYreURaO0FFdnpEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnpEWjtBRXp6RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRit6RFo7QUU3ekRROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpMERaO0FFejBEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNjBEWjtBRTMwRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmkxRFo7QUUvMERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtMURaO0FFMzFEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGKzFEWjtBRTcxRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm0yRFo7QUVqMkRROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxMkRaO0FFNzJEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaTNEWjtBRS8yRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnEzRFo7QUVuM0RROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1M0RaO0FFLzNEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbTREWjtBRWo0RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnU0RFo7QUVyNERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5NERaO0FFajVEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcTVEWjtBRW41RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnk1RFo7QUV2NURROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyNURaO0FFbjZEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdTZEWjtBRXI2RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjI2RFo7QUV6NkRROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2NkRaO0FFcjdEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeTdEWjtBRXY3RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjY3RFo7QUUzN0RROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrN0RaO0FFdjhEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMjhEWjtBRXo4RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRis4RFo7QUU3OERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpOURaO0FFejlEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNjlEWjtBRTM5RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmkrRFo7QUUvOURROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtK0RaO0FFMytEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGKytEWjtBRTcrRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm0vRFo7QUVqL0RROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxL0RaO0FFNy9EUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWdFWjtBRS8vRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFnRVo7QUVuZ0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1Z0VaO0FFL2dFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbWhFWjtBRWpoRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVoRVo7QUVyaEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5aEVaO0FFamlFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcWlFWjtBRW5pRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlpRVo7QUV2aUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyaUVaO0FFbmpFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdWpFWjtBRXJqRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJqRVo7QUV6akVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2akVaO0FFcmtFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWtFWjtBRXZrRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZrRVo7QUUza0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYra0VaO0FFdmxFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMmxFWjtBRXpsRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitsRVo7QUU3bEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpbUVaO0FFem1FUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNm1FWjtBRTNtRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmluRVo7QUUvbUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtbkVaO0FFM25FUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK25FWjtBRTduRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1vRVo7QUVqb0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxb0VaO0FFN29FUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXBFWjtBRS9vRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFwRVo7QUVucEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1cEVaO0FFL3BFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXFFWjtBRWpxRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVxRVo7QUVycUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5cUVaO0FFanJFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcXJFWjtBRW5yRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlyRVo7QUV2ckVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyckVaO0FFbnNFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdXNFWjtBRXJzRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJzRVo7QUV6c0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2c0VaO0FFcnRFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXRFWjtBRXZ0RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZ0RVo7QUUzdEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrdEVaO0FFdnVFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnVFWjtBRXp1RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRit1RVo7QUU3dUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpdkVaO0FFenZFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNnZFWjtBRTN2RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRml3RVo7QUUvdkVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtd0VaO0FFM3dFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK3dFWjtBRTd3RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm14RVo7QUVqeEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxeEVaO0FFN3hFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXlFWjtBRS94RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnF5RVo7QUVueUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1eUVaO0FFL3lFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXpFWjtBRWp6RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnV6RVo7QUVyekVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5ekVaO0FFajBFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcTBFWjtBRW4wRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnkwRVo7QUV2MEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyMEVaO0FFbjFFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdTFFWjtBRXIxRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjIxRVo7QUV6MUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2MUVaO0FFcjJFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeTJFWjtBRXYyRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjYyRVo7QUUzMkVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrMkVaO0FFdjNFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMjNFWjtBRXozRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRiszRVo7QUU3M0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpNEVaO0FFejRFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNjRFWjtBRTM0RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmk1RVo7QUUvNEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtNUVaO0FFMzVFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGKzVFWjtBRTc1RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm02RVo7QUVqNkVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxNkVaO0FFNzZFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaTdFWjtBRS82RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnE3RVo7QUVuN0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1N0VaO0FFLzdFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbThFWjtBRWo4RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnU4RVo7QUVyOEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5OEVaO0FFajlFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcTlFWjtBRW45RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnk5RVo7QUV2OUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyOUVaO0FFbitFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdStFWjtBRXIrRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjIrRVo7QUV6K0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2K0VaO0FFci9FUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeS9FWjtBRXYvRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjYvRVo7QUUzL0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrL0VaO0FFdmdGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMmdGWjtBRXpnRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitnRlo7QUU3Z0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpaEZaO0FFemhGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNmhGWjtBRTNoRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlpRlo7QUUvaEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtaUZaO0FFM2lGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK2lGWjtBRTdpRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1qRlo7QUVqakZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxakZaO0FFN2pGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWtGWjtBRS9qRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFrRlo7QUVua0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1a0ZaO0FFL2tGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbWxGWjtBRWpsRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVsRlo7QUVybEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5bEZaO0FFam1GUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcW1GWjtBRW5tRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnltRlo7QUV2bUZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYybUZaO0FFbm5GUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdW5GWjtBRXJuRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJuRlo7QUV6bkZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2bkZaO0FFcm9GUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeW9GWjtBRXZvRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZvRlo7QUUzb0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrb0ZaO0FFdnBGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnBGWjtBRXpwRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitwRlo7QUU3cEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpcUZaO0FFenFGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNnFGWjtBRTNxRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlyRlo7QUUvcUZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtckZaO0FFM3JGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK3JGWjtBRTdyRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1zRlo7QUVqc0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxc0ZaO0FFN3NGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXRGWjtBRS9zRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnF0Rlo7QUVudEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1dEZaO0FFL3RGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXVGWjtBRWp1RlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnV1Rlo7QUVydUZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5dUZaO0FFanZGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcXZGWjtBRW52RlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnl2Rlo7QUV2dkZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYydkZaO0FFbndGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdXdGWjtBRXJ3RlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJ3Rlo7QUV6d0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2d0ZaO0FFcnhGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXhGWjtBRXZ4RlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZ4Rlo7QUUzeEZROzs7RUFDSSwr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eUlkO0FNcnlJUTtFQUFNLGNBQUE7QU53eUlkO0FNdnlJUTtFQUFNLGNBQUE7QU4weUlkO0FNenlJUTtFQUFLLGNBQUE7QU40eUliO0FNM3lJUTtFQUFLLGNBQUE7QU44eUliO0FNN3lJUTtFQUFNLGNBQUE7QU5neklkO0FNL3lJUTtFQUFNLGNBQUE7QU5reklkO0FNanpJUTtFQUFNLGNBQUE7RUFBZ0IsaUJBQUE7QU5xekk5QjtBTXB6SVE7RUFBTSxjQUFBO0VBQWdCLGlCQUFBO0FOd3pJOUI7QU12eklRO0VBQU0sY0FBQTtFQUFnQixpQkFBQTtBTjJ6STlCO0FNMXpJUTtFQUFNLGNBQUE7QU42eklkO0FNNXpJUTtFQUFNLGNBQUE7RUFBZ0IsaUJBQUE7QU5nMEk5QjtBTS96SVE7RUFBTSxjQUFBO0VBQWdCLGlCQUFBO0FObTBJOUI7QU1sMElRO0VBQU0sY0FBQTtFQUFnQixpQkFBQTtBTnMwSTlCO0FNcjBJUTtFQUFNLGNBQUE7QU53MElkO0FNdjBJUTtFQUFNLGNBQUE7QU4wMElkO0FNejBJUTtFQUFNLGNBQUE7QU40MElkO0FNMzBJUTtFQUFNLGNBQUE7QU44MElkO0FNNzBJUTtFQUFNLGNBQUE7QU5nMUlkO0FNLzBJUTtFQUFNLGNBQUE7RUFBZ0IsaUJBQUE7QU5tMUk5QjtBTWwxSVE7RUFBTSxjQUFBO0FOcTFJZDtBTXAxSVE7RUFBSyxjQUFBO0FOdTFJYjtBTXQxSVE7RUFBTSxjQUFBO0FOeTFJZDtBTXgxSVE7RUFBTSxjQUFBO0FOMjFJZDtBTTExSVE7RUFBTSxjQUFBO0FONjFJZDtBTTUxSVE7RUFBTSxjQUFBO0FOKzFJZDtBTTkxSVE7RUFBTSxjQUFBO0FOaTJJZDtBTWgySVE7RUFBTSxjQUFBO0FObTJJZDtBTWwySVE7RUFBTSxjQUFBO0FOcTJJZDtBTXAySVE7RUFBTSxjQUFBO0FOdTJJZDtBTXQySVE7RUFBTSxjQUFBO0FOeTJJZDtBTXgySVE7RUFBTSxjQUFBO0FOMjJJZDtBTTEySVE7RUFBTSxjQUFBO0FONjJJZDtBTTUySVE7RUFBTSxjQUFBO0FOKzJJZDtBTTkySVE7RUFBTSxj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QUEsc0JBQUE7QVoreUxoQjtBWWh6TFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVprekxoQjtBWW56TFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVpxekxoQjtBWXR6TFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVp3ekxoQjtBWXp6TFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVoyekxoQjtBWTV6TFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVo4ekxoQjtBWS96TFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVppMExoQjtBWWwwTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVpvMExoQjtBWXIwTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVp1MExoQjtBWXgwTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVowMExoQjtBWTMwTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVo2MExoQjtBWTkwTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVpnMUxoQjtBWWoxTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVptMUxoQjtBWXAxTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVpzMUxoQjtBWXYxTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVp5MUxoQjtBWTExTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVo0MUxoQjtBWTcxTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVorMUxoQjtBWWgyTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVprMkxoQjtBWW4yTFk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QVpxMkxoQjtBWXQyTFk7RUFDSSw4QkFBQTtL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VmpCd0I7QUowK05oQztBYzc5Tkk7RUFDSSxlVmJjO0FKNCtOdEI7QWM3OU5JO0VBQ0ksYVZoQmM7QUorK050QjtBY24rTkk7RUFDSSxlVlptQjtBSmkvTjNCO0FjbitOSTtFQUNJLGFWZm1CO0FKby9OM0I7O0FjcDdOQTtFQUNJLGlCQUFBO0FkdTdOSjs7QWNwN05BO0VBQ0ksV1Y1RWdCO0VVNkVoQixtQkFBQTtBZHU3Tko7O0FjcDdOQTtFQUNJLGNWaEZrQjtBSnVnT3RCOztBY3A3TkE7RUFDSSxjVm5GaUI7QUowZ09yQjs7QWNwN05BO0VBQ0ksY1Z0RnNCO0FKNmdPMUI7O0FjcDdOQTtFQUNJLGNWekZrQjtBSmdoT3RCOztBY3A3TkE7RUFDSSxjVjVGNEI7QUptaE9oQzs7QWNwN05BOztFQUVJLGNWaEdrQjtBSnVoT3RCOztBY3A3TkE7OztFQUdJLGNWckd1QjtBSjRoTzNCOztBY3A3TkE7RUFDSSxjVjlIZTtBSnFqT25COztBY3A3TkE7RUFDSSxtQkFBQTtFQUNBLHFCQUFBO0VBQ0EsWUFBQTtBZHU3Tko7QWNyN05JO0VBQ0kscUJBQUE7RUFDQSxzQkFBQTtBZHU3TlI7QWNwN05JO0VBQ0ksbUJBQUE7RUFDQSxzQkFBQTtBZHM3TlI7O0FlL2tPQTtFQUNJLGlCQUFBO0VBQ0EsZ0JBQUE7QWZrbE9KOztBZTlrT0k7RUFDSSxtQ0FBQTtBZmlsT1I7QWU3a09RO0VBQ0ksZUFBQTtBZitrT1o7O0FlMWtPQTtFQUNJLGVBQUE7QWY2a09KOztBZTFrT0E7RUFDSSxXQUFBO0VBQ0EsYUFBQTtBZjZrT0o7O0FlMWtPQTtFQUNJLHNCQUFBO0FmNmtPSjs7QWUxa09BO0VBQ0ksbUJBQUE7QWY2a09KOztBZXprT0k7RUFDSSxtQkFBQTtBZjRrT1I7QWV6a09JO0VBQ0ksaUJBQUE7RUFDQSxrQkFBQTtBZjJrT1I7QWV4a09JO0VBQ0ksV0FBQTtBZjBrT1I7QWV0a09RO0VBQ0ksY1gxQ007RVcyQ04sZ0JBQUE7QWZ3a09aOztBZWxrT0k7RUFDSSxnREFBQTtFQUFBLDZDQUFBO0VBQUEsd0NBQUE7RUFDQSw2Q0FBQTtLQUFBLDBDQUFBO1VBQUEscUNBQUE7QWZxa09SO0FlbGtPWTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBZm9rT2hCO0FlcmtPWTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBZnVrT2hCO0FleGtPWTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBZjBrT2hCO0FlM2tPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjZrT2hCO0FlOWtPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZmdsT2hCO0FlamxPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZm1sT2hCO0FlcGxPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZnNsT2hCO0FldmxPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZnlsT2hCO0FlMWxPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjRsT2hCO0FlN2xPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZitsT2hCO0FlaG1PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZmttT2hCO0Flbm1PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZnFtT2hCO0FldG1PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZndtT2hCO0Flem1PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjJtT2hCO0FlNW1PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjhtT2hCO0FlL21PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZmluT2hCO0FlbG5PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZm9uT2hCO0Flcm5PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZnVuT2hCO0FleG5PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjBuT2hCO0FlM25PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjZuT2hCO0FlOW5PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZmdvT2hCO0Flam9PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZm1vT2hCO0FlcG9PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZnNvT2hCO0Fldm9PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZnlvT2hCO0FlMW9PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjRvT2hCO0FlN29PWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZitvT2hCO0FlaHBPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZmtwT2hCO0FlbnBPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZnFwT2hCO0FldHBPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZndwT2hCO0FlenBPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjJwT2hCO0FlNXBPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZjhwT2hCO0FlL3BPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZmlxT2hCO0FlbHFPWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBZm9xT2hCO0FlcnFPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZnVxT2hCO0FleHFPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZjBxT2hCO0FlM3FPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZjZxT2hCO0FlOXFPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZmdyT2hCO0FlanJPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZm1yT2hCO0FlcHJPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZnNyT2hCO0FldnJPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZnlyT2hCO0FlMXJPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZjRyT2hCO0FlN3JPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZityT2hCO0FlaHNPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZmtzT2hCO0FlbnNPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZnFzT2hCO0FldHNPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZndzT2hCO0FlenNPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZjJzT2hCO0FlNXNPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZjhzT2hCO0FlL3NPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZml0T2hCO0FlbHRPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZm90T2hCO0FlcnRPWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBZnV0T2hCO0FlbnRPUTtFQUNJLHFDQUFBO0FmcXRPWjtBZWx0T1E7RUFDSSw4Q0FBQTtBZm90T1o7QWVodE9JO0VBQ0ksY1gxRVM7QUo0eE9qQjtBZWh0T1E7RUFFSSxjWDlFSztBSit4T2pCOztBZTVzT0E7RUFDSSxxQkFBQTtFQUNBLG1CQUFBO0VBQ0EsWUFBQTtBZitzT0o7QWU3c09JO0VBQ0ksYUFBQTtBZitzT1I7QWU1c09JO0VBQ0ksWUFBQTtBZjhzT1I7O0FlMXNPQTtFQUNJLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxvQkFBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTtBZjZzT0o7O0FlMXNPQTtFQUNJLGlCQUFBO0VBQ0EsZ0JBQUE7QWY2c09KOztBZTFzT0E7RUFDSSxrQkFBQTtFQUNBLHFCQUFBO0FmNnNPSjs7QWUxc09BO0VBQ0ksV0FBQTtFQUNBLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLGVBQUE7RUFDQSxXQUFBO0VBQ0EsbUJYdEhjO0VXdUhkLFdBQUE7RUFDQSxpQkFBQTtBZjZzT0o7O0FlMXNPQTtFQUNJLG9CQUFBO0VBQUEscUJBQUE7RUFBQSxpQkFBQTtFQUFBLGFBQUE7QWY2c09KOztBZTFzT0E7RUFDSSxZQUFBO0VBQ0Esa0JBQUE7QWY2c09KOztBZTFzT0E7RUFDSSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSx1QkFBQTtBZjZzT0o7O0FlMXNPQTtFQUNJLG1CQUFBO0VBQUEsaUJBQUE7S0FBQSxnQkFBQTtVQUFBLFNBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0FmNnNPSjs7QWUxc09BO0VBQ0k7SUFDSSxjQUFBO0VmNnNPTjtFZTFzT0U7SUFDSSxjQUFBO0VmNHNPTjtFZXpzT0U7SUFDSSxpQkFBQTtFZjJzT047QUFDRjtBZXZzT0k7RUFDSSxnQkFBQTtFQUNBLGdCQUFBO0FmeXNPUjtBZXRzT0k7RUFDSSxjWG5LVTtBSjIyT2xCO0FlcnNPSTtFQUNJLGlCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7QWZ1c09SOztBZW5zT0E7RUFDSSxrQkFBQTtFQUNBLHlCQUFBO0Fmc3NPSjs7QWVuc09BO0VBQ0ksY0FBQTtFQUNBLGdCQUFBO0Fmc3NPSjs7QWVuc09BO0VBQ0ksZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0Fmc3NPSjs7QWVuc09BO0VBQ0ksYUFBQTtFQUNBLGVBQUE7QWZzc09KOztBZW5zT0E7RUFDSSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSw4QkFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQ0FBQTtFQUFBLDhCQUFBO0VBQUEseUJBQUE7RUFDQSxvQkFBQTtFQUNBLHFDQUFBO0tBQUEsa0NBQUE7TUFBQSxpQ0FBQTtVQUFBLDZCQUFBO0Fmc3NPSjtBZXBzT0k7RUFDSSxZQUFBO0Fmc3NPUjs7QWVqc09JO0VBQ0ksa0JBQUE7QWZvc09SO0FlbnNPUTtFQUNJLGlCQUFBO0FmcXNPWjtBZW5zT1E7RUFDSSxpQkFBQTtFQUNBLFdYek5NO0FKODVPbEI7QWVqc09JO0VBQ0kseUJBQUE7RUFDQSxrQlZsT2dCO0FMcTZPeEI7QWVqc09RO0VBQ0ksb0JBQUE7RUFBQSxxQkFBQTtFQUFBLGlCQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO0VBQUEsc0NBQUE7S0FBQSxzQkFBQTtVQUFBLDhCQUFBO0FmbXNPWjtBZWpzT1k7RUFDSSxVQUFBO0VBQ0EsZ0JBQUE7QWZtc09oQjtBZWpzT2dCO0VBQ0ksU0FBQTtBZm1zT3BCO0FlOXJPUTtFQUNJLGlCQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsV1huUE07QUptN09sQjtBZTdyT1E7RUFDSSwwQkFBQTtVQUFBLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxpQkFBQTtBZityT1o7QWU3ck9ZO0VBTEo7SUFNUSxpQkFBQTtFZmdzT2Q7QUFDRjtBZTdyT1E7RUFDSSxXQUFBO0VBQ0EsWUFBQTtBZityT1o7QWU3ck9ZO0VBQ0ksU0FBQTtBZityT2hCO0FlN3JPZ0I7RUFISjtJQUlRLGFBQUE7RWZnc09sQjtBQUNGO0FlN3JPWTtFQUNJLGtCQUFBO0FmK3JPaEI7QWU3ck9nQjtFQUNJLGdCQUFBO0FmK3JPcEI7QWU1ck9nQjtFQUNJLGtCQUFBO0VBQ0EsbUJBQUE7QWY4ck9wQjtBZTNyT2dCO0VBQ0ksc0JYaFJMO0FKNjhPZjtBZTNyT2dCO0VBQ0kseUJYalFjO0FKODdPbEM7QWUzck9nQjtFQUNJLHlCWG5RYztBSmc4T2xDO0FlM3JPZ0I7RUFDSSx5QlhyUWM7QUprOE9sQztBZTNyT2dCO0VBQ0kseUJYdlFjO0FKbzhPbEM7QWUzck9nQjtFQUNJLHlCVm5UTDtBTGcvT2Y7O0FnQjkrT0E7RUNBSSxrQkFBQTtFQUNBLGNBQUE7RUFDQSwyREFBQTtBakJrL09KO0FpQmgvT0k7RUFDSSx3QkFBQTtFQUNBLHFCQUFBO0FqQmsvT1I7QWlCLytPSTtFQUNJLGVBQUE7RUFDQSxZQUFBO0FqQmkvT1I7QWlCOStPSTtFQUNJLG1CQUFBO0VBQ0EsV2JOVTtFYU9WLHFCQUFBO0VBQ0EsVUFBQTtFQUNBLGFBQUE7QWpCZy9PUjtBaUI3K09JO0VBQ0ksaUJBQUE7QWpCKytPUjtBaUI1K09JO0VBQ0ksZ0JBQUE7QWpCOCtPUjtBaUIzK09JO0VBQ0ksY0FBQTtBakI2K09SO0FpQjErT0k7RUFDSSxnQkFBQTtBakI0K09SO0FpQnorT0k7RUFDSSxnQkFBQTtFQUNBLGlEQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLGtCQUFBO0FqQjIrT1I7QWlCeCtPSTtFQUNJLGlCQUFBO0VBQ0EsYUFBQTtBakIwK09SO0FpQnYrT0k7RUFDSSxnQkFBQTtBakJ5K09SO0FpQnQrT0k7RUFDSSxjYmpEVTtFYWtEVixpREFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtBakJ3K09SO0FpQnIrT0k7RUFDSSxrQkFBQTtFQUNBLGdCYjdEUztFYThEVCxrQkFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLHlCQUFBO0FqQnUrT1I7QWlCcCtPSTtFQUNJLGFBQUE7QWpCcytPUjtBaUJuK09JO0VBQ0ksV0FBQTtFQUNBLGNBQUE7RUFDQSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtFQUNBLG1CYi9FVTtBSm9qUGxCO0FpQmwrT0k7RUFDSSwwQkFBQTtFQUNBLDRCQUFBO0VBQ0EsaUNBQUE7RUFDQSxlQUFBO0VBQ0EsV2J0RlU7RWF1RlYsbUJBQUE7RUFDQSxrQkFBQTtFQUNBLFFBQUE7RUFDQSxVQUFBO0VBQ0Esb0JBQUE7QWpCbytPUjtBaUJqK09JO0VBQ0ksWUFBQTtBakJtK09SO0FpQmgrT0k7RUFDSSxjQUFBO0FqQmsrT1I7QWlCLzlPSTtFQUNJLFVBQUE7QWpCaStPUjtBaUI5OU9JO0VBQ0ksY0FBQTtFQUNBLFNBQUE7RUFDQSxTQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQ0FBQTtFQUNBLHFCQUFBO0VBQ0EsVUFBQTtBakJnK09SO0FpQjc5T0k7RUFDSSxjYmhIVztFYWlIWCx3QkFBQTtFQUNBLGlPWnJIVTtFWXNIVixpQkFBQTtBakIrOU9SO0FpQjU5T0k7RUFDSSw0T0FBQTtFQUNBLGFBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxzQmJuSVM7RWFvSVQsa0JabkllO0VZb0lmLGlCQUFBO0VBQ0EsV2JoSVU7QUo4bFBsQjtBaUIzOU9JO0VBV0kscUJBQUE7RUFDQSxxQkFBQTtFQUNBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JiekpTO0VhMEpULGNibEpXO0VhbUpYLGtCWjFKZTtBTDZtUHZCO0FpQnArT1E7RUFDSSxTQUFBO0VBQ0EsZ0JBQUE7RUFDQSxTQUFBO0VBQ0EsVUFBQTtFQUNBLHVCQUFBO0VBQ0EsY0FBQTtFQUNBLGNieklPO0FKK21QbkI7QWlCejlPSTtFQUNJLGlCQUFBO0FqQjI5T1I7QWlCeDlPSTtFQUNJLGtCQUFBO0FqQjA5T1I7QWlCdjlPSTtFQUNJLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHFCQUFBO0FqQnk5T1I7QWlCdDlPSTtFQUNJLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7QWpCdzlPUjtBaUJyOU9JO0VBQ0ksY0FBQTtFQUNBLGNBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO0FqQnU5T1I7QWlCcDlPSTtFQUNJLGNBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtFQUNBLFdBQUE7QWpCczlPUjtBaUJuOU9JO0VBQ0ksZUFBQTtBakJxOU9SO0FpQmw5T0k7RUFDSSxrQkFBQTtBakJvOU9SO0FpQmo5T0k7RUFDSSxTQUFBO0FqQm05T1I7QWlCaDlPSTtFQUNJLGlCQUFBO0FqQms5T1I7QWlCLzhPSTtFQUNJLFNBQUE7RUFDQSwrQkFBQTtFQUNBLHNCQUFBO0FqQmk5T1I7QWlCOThPSTtFQUNJLG1CQUFBO0FqQmc5T1I7O0FnQnhxUEE7RUFDSSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FoQjJxUEo7O0FnQnhxUEE7RUFDSTtJQUNJLG9CQUFBO0lBQUEscUJBQUE7SUFBQSxpQkFBQTtJQUFBLGFBQUE7SUFDQSw4QkFBQTtJQUFBLDhCQUFBO0lBQUEsbUNBQUE7T0FBQSwyQkFBQTtPQUFBLDJCQUFBO1lBQUEsMkJBQUE7RWhCMnFQTjtFZ0J4cVBFO0lBQ0ksbUJBQUE7SUFBQSxlQUFBO09BQUEsZ0JBQUE7WUFBQSxPQUFBO0lBQ0EsV0FBQTtFaEIwcVBOO0VnQnhxUE07SUFDSSxVQUFBO0VoQjBxUFY7RWdCdnFQTTtJQUNJLFdBQUE7RWhCeXFQVjtFZ0JycVBFO0lBQ0ksbUJBQUE7SUFBQSxlQUFBO09BQUEsZ0JBQUE7WUFBQSxPQUFBO0lBQ0EsaUJBQUE7SUFDQSxtQkFBQTtJQUNBLGdCQUFBO0VoQnVxUE47RWdCcnFQTTtJQUNJLFdBQUE7SUFDQSxVQUFBO0lBQ0Esd0JBQUE7SUFBQSxnQkFBQTtJQUNBLFNBQUE7SUFDQSxXQUFBO0VoQnVxUFY7QUFDRjtBZ0JucVBBO0VBQ0k7SUFDSSxXQUFBO0lBQ0Esc0JBQUE7SUFDQSwyQkFBQTtJQUNBLDhCQUFBO09BQUEsMkJBQUE7WUFBQSxzQkFBQTtFaEJxcVBOO0FBQ0Y7QWdCbHFQQTtFQUNJLGtCQUFBO0VBQ0EscUJBQUE7QWhCb3FQSjs7QWdCanFQQTtFQUNJLG9CQUFBO0VBQ0EscUJBQUE7RUFFQSxpQkFBQTtFQUFBLGFBQUE7QWhCb3FQSjtBZ0JscVBJO0VBQ0kscUJBQUE7RUFDQSxtQkFBQTtFQUFBLHFCQUFBO0tBQUEsZ0JBQUE7VUFBQSxhQUFBO0FoQm9xUFI7O0FnQmhxUEE7RUFDSSxjWjlEZTtFWStEZixvQkFBQTtBaEJtcVBKOztBZ0IvcFBJO0VBQ0ksa0JBQUE7QWhCa3FQUjs7QWtCanZQQTtFREFJLGtCQUFBO0VBQ0EsY0FBQTtFQUNBLDJEQUFBO0VDQ0EsaUJBQUE7QWxCcXZQSjtBaUJwdlBJO0VBQ0ksd0JBQUE7RUFDQSxxQkFBQTtBakJzdlBSO0FpQm52UEk7RUFDSSxlQUFBO0VBQ0EsWUFBQTtBakJxdlBSO0FpQmx2UEk7RUFDSSxtQkFBQTtFQUNBLFdiTlU7RWFPVixxQkFBQTtFQUNBLFVBQUE7RUFDQSxhQUFBO0FqQm92UFI7QWlCanZQSTtFQUNJLGlCQUFBO0FqQm12UFI7QWlCaHZQSTtFQUNJLGdCQUFBO0FqQmt2UFI7QWlCL3VQSTtFQUNJLGNBQUE7QWpCaXZQUjtBaUI5dVBJO0VBQ0ksZ0JBQUE7QWpCZ3ZQUjtBaUI3dVBJO0VBQ0ksZ0JBQUE7RUFDQSxpREFBQTtFQUNBLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSxrQkFBQTtBakIrdVBSO0FpQjV1UEk7RUFDSSxpQkFBQTtFQUNBLGFBQUE7QWpCOHVQUjtBaUIzdVBJO0VBQ0ksZ0JBQUE7QWpCNnVQUjtBaUIxdVBJO0VBQ0ksY2JqRFU7RWFrRFYsaURBQUE7RUFDQSxlQUFBO0VBQ0EsMEJBQUE7QWpCNHVQUjtBaUJ6dVBJO0VBQ0ksa0JBQUE7RUFDQSxnQmI3RFM7RWE4RFQsa0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSx5QkFBQTtBakIydVBSO0FpQnh1UEk7RUFDSSxhQUFBO0FqQjB1UFI7QWlCdnVQSTtFQUNJLFdBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxVQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQmIvRVU7QUp3elBsQjtBaUJ0dVBJO0VBQ0ksMEJBQUE7RUFDQSw0QkFBQTtFQUNBLGlDQUFBO0VBQ0EsZUFBQTtFQUNBLFdidEZVO0VhdUZWLG1CQUFBO0VBQ0Esa0JBQUE7RUFDQSxRQUFBO0VBQ0EsVUFBQTtFQUNBLG9CQUFBO0FqQnd1UFI7QWlCcnVQSTtFQUNJLFlBQUE7QWpCdXVQUjtBaUJwdVBJO0VBQ0ksY0FBQTtBakJzdVBSO0FpQm51UEk7RUFDSSxVQUFBO0FqQnF1UFI7QWlCbHVQSTtFQUNJLGNBQUE7RUFDQSxTQUFBO0VBQ0EsU0FBQTtFQUNBLGtCQUFBO0VBQ0EsZ0NBQUE7RUFDQSxxQkFBQTtFQUNBLFVBQUE7QWpCb3VQUjtBaUJqdVBJO0VBQ0ksY2JoSFc7RWFpSFgsd0JBQUE7RUFDQSxpT1pySFU7RVlzSFYsaUJBQUE7QWpCbXVQUjtBaUJodVBJO0VBQ0ksNE9BQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esc0JibklTO0Vhb0lULGtCWm5JZTtFWW9JZixpQkFBQTtFQUNBLFdiaElVO0FKazJQbEI7QWlCL3RQSTtFQVdJLHFCQUFBO0VBQ0EscUJBQUE7RUFDQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLHNCYnpKUztFYTBKVCxjYmxKVztFYW1KWCxrQloxSmU7QUxpM1B2QjtBaUJ4dVBRO0VBQ0ksU0FBQTtFQUNBLGdCQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSx1QkFBQTtFQUNBLGNBQUE7RUFDQSxjYnpJTztBSm0zUG5CO0FpQjd0UEk7RUFDSSxpQkFBQTtBakIrdFBSO0FpQjV0UEk7RUFDSSxrQkFBQTtBakI4dFBSO0FpQjN0UEk7RUFDSSxnQkFBQTtFQUNBLFdBQUE7RUFDQSxxQkFBQTtBakI2dFBSO0FpQjF0UEk7RUFDSSxnQkFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtFQUNBLGlCQUFBO0FqQjR0UFI7QWlCenRQSTtFQUNJLGNBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtBakIydFBSO0FpQnh0UEk7RUFDSSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7RUFDQSxXQUFBO0FqQjB0UFI7QWlCdnRQSTtFQUNJLGVBQUE7QWpCeXRQUjtBaUJ0dFBJO0VBQ0ksa0JBQUE7QWpCd3RQUjtBaUJydFBJO0VBQ0ksU0FBQTtBakJ1dFBSO0FpQnB0UEk7RUFDSSxpQkFBQTtBakJzdFBSO0FpQm50UEk7RUFDSSxTQUFBO0VBQ0EsK0JBQUE7RUFDQSxzQkFBQTtBakJxdFBSO0FpQmx0UEk7RUFDSSxtQkFBQTtBakJvdFBSO0FrQjM2UEk7RUFDSSw0QkFBQTtBbEI2NlBSO0FrQjE2UEk7RUFDSSx5QkFBQTtBbEI0NlBSO0FrQno2UEk7RUFDSSwrQkFBQTtBbEIyNlBSOztBa0J2NlBBO0VBQ0kseUJBQUE7QWxCMDZQSjs7QWtCdjZQQTtFQUNJLGVBQUE7RUFDQSxvREFBQTtBbEIwNlBKOztBa0J2NlBBO0VBZ0NJLDZCQUFBO0VBU0EsZUFBQTtBbEJtNFBKO0FrQjM2UEk7RUFDSSxVQUFBO0FsQjY2UFI7QWtCMTZQSTtFQUNJLHdCQUFBO0FsQjQ2UFI7QWtCejZQSTtFQUNJLGlCQUFBO0FsQjI2UFI7QWtCeDZQSTtFQUNJLDhCQUFBO0VBQUEsaUNBQUE7S0FBQSwyQkFBQTtVQUFBLHlCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtBbEIwNlBSO0FrQnY2UEk7RUFDSSxhQUFBO0FsQnk2UFI7QWtCdDZQSTs7RUFFSSxzQkFBQTtBbEJ3NlBSO0FrQnI2UEk7RUFDSSw4QkFBQTtBbEJ1NlBSO0FrQm42UEk7RUFDSSw0REFBQTtVQUFBLG9EQUFBO0FsQnE2UFI7QWtCbDZQSTtFQUNJLHdDQUFBO0FsQm82UFI7QWtCaDZQSTtFQUNDLG9EQUFBO0VBQ0EsbUJBQUE7RUFDQSxzQmRyRVk7QUp1K1BqQjtBa0IvNVBJO0VBQ0ksV0FBQTtFQUNILFVBQUE7RUFDQSxzQmQzRVk7QUo0K1BqQjtBa0I5NVBJO0VBQ0MsbUJBQUE7RUFDQSxvREFBQTtFQUNBLHNCZDVFYTtBSjQrUGxCOztBa0I1NVBBO0VBQ0ksaUJBQUE7QWxCKzVQSjs7QWtCMTVQQTtFQUNJLGtDQUFBO0VBQ0EsOEJBQUE7QWxCNjVQSjtBa0IzNVBJO0VBQ0ksa0JBQUE7RUFDQSxnQkFBQTtBbEI2NVBSO0FrQjM1UFE7RUFDSSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxRQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtFQUNBLGlCQUFBO0VBQ0Esd0JBQUE7RUFDQSxVQUFBO0VBQ0EsYUFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FsQjY1UFo7O0FrQng1UEE7RUFDSSw0QkFBQTtBbEIyNVBKOztBa0J4NVBBO0VBQ0ksZUFBQTtBbEIyNVBKOztBa0J4NVBBLHFCQUFBO0FBQ0E7RUFDSSxtQmRqSWE7RWNrSWIsZUFBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxNQUFBO0FsQjI1UEo7QWtCejVQSTtFQUNJLGdDQUFBO0VBQ0EsU0FBQTtBbEIyNVBSO0FrQng1UEk7RUFDSSxXQUFBO0VBQ0Esa0JBQUE7QWxCMDVQUjs7QWtCdDVQQTtFQUNJLGVBQUE7QWxCeTVQSjs7QWtCdDVQQTtFQUNJLGFBQUE7RUFDQSxpQkFBQTtBbEJ5NVBKOztBa0J0NVBBO0VBQ0ksV0FBQTtFQUNBLGFBQUE7RUFDQSxpQkFBQTtBbEJ5NVBKOztBa0J0NVBBO0VBQ0ksNkdBQUE7RUFBQSwwR0FBQTtFQUFBLHFHQUFBO0FsQnk1UEo7O0FrQnQ1UEE7RUFDSSxrQkFBQTtFQUNBLGFBQUE7RUFDQSxRQUFBO0FsQnk1UEo7O0FrQnQ1UEE7RUFDSSx1QkFBQTtBbEJ5NVBKOztBa0J0NVBBLGlCQUFBO0FBRUk7RUFDSSx5QkFBQTtBbEJ3NVBSO0FrQnI1UEk7RUFDSSx3QkFBQTtBbEJ1NVBSOztBa0JuNVBBLGlCQUFBO0FBQ0E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QWxCczVQSjs7QWtCbjVQQTtFQUNJLDJCQUFBO0FsQnM1UEo7O0FrQm41UEE7RUFDSSxpQkFBQTtBbEJzNVBKOztBbUJqbVFBO0VBQ0ksZUFBQTtFQUNBLGdCQUFBO0FuQm9tUUo7O0FtQmptUUE7RUFDSSxlQUFBO0FuQm9tUUo7O0FtQmptUUE7RUFDSSxjQUFBO0FuQm9tUUo7O0FtQmptUUE7RUFDSSxjQUFBO0FuQm9tUUo7O0FtQmptUUE7RUFDSSxnQkFBQTtFQUNBLFlBQUE7QW5Cb21RSjs7QW1CaG1RQTtFQUNJLHVCQUFBO0VBQ0EsZ0NBQUE7RUFDQSxlQUFBO0VBQ0Esc0JBQUE7RUFDQSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxtQmRqQ2E7RWNrQ2IsNkRkaENXO0VjZ0NYLDBEZGhDVztFY2dDWCxxRGRoQ1c7RWNpQ1gsa0JkNUJtQjtFYzZCbkIsaUJBQUE7RUFDQSxjQUFBO0VBQ0EsU0FBQTtFQUNBLGtCQUFBO0VBR0EsZWRwQ2E7QUxxb1FqQjtBbUIvbFFJO0VBQ0ksbUJBQUE7QW5CaW1RUjtBbUI5bFFJO0VBQ0ksbUJBQUE7QW5CZ21RUjtBbUI3bFFJO0VBQ0ksY0FBQTtBbkIrbFFSO0FtQjVsUUk7RUFDSSxrSEFBQTtFQUFBLG1GQUFBO0VBQUEsZ0ZBQUE7RUFBQSxpRkFBQTtFQUNBLDZCQUFBO0VBQ0EsbUJBQUE7QW5COGxRUjs7QW1CMWxRQTtFQUNJLGVBQUE7RUFDQSxtQkFBQTtFQUNBLGdCQUFBO0FuQjZsUUo7O0FtQnpsUUk7RUFDSSxnQkFBQTtFQUNBLFdmNURVO0VlNkRWLHdCQUFBO0VBQ0EseUJBQUE7RUFDQSxrQmRwRWU7RWNxRWYsOERBQUE7VUFBQSxzREFBQTtFQUNBLDhGQUFBO0VBQUEsc0ZBQUE7RUFBQSxtRkFBQTtFQUFBLDhFQUFBO0VBQUEsdUhBQUE7RUFDQSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7RUFJQSxlZDVFUztBTHFxUWpCO0FtQnZsUVE7RUFDSSxxQ0FBQTtFQUNBLCtGQUFBO1VBQUEsdUZBQUE7QW5CeWxRWjtBbUJ0bFFRO0VBQ0kscUNBQUE7RUFDQSwrRkFBQTtVQUFBLHVGQUFBO0VBQ0EsVUFBQTtBbkJ3bFFaO0FtQnBsUUk7RUFDSSxzQkFBQTtBbkJzbFFSO0FtQm5sUUk7RUFDSSx3QkFBQTtLQUFBLHFCQUFBO1VBQUEsZ0JBQUE7RUFDQSxzQkFBQTtFQUNBLHlCQUFBO0VBQ0EsbUJmbkdTO0Vlb0dULGtCQUFBO0VBQ0EsYUFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0FuQnFsUVI7QW1CbmxRUTtFQUNJLHdCQUFBO0tBQUEscUJBQUE7VUFBQSxnQkFBQTtFQUNBLHFCZGhISztBTHFzUWpCOztBbUJobFFBO0VBQ0ksZ0JBQUE7RUFDQSxXZjNHYztFZTRHZCx3QkFBQTtFQUNBLHlCQUFBO0VBQ0Esa0JkbkhtQjtFY29IbkIsOERBQUE7VUFBQSxzREFBQTtFQUNBLDhGQUFBO0VBQUEsc0ZBQUE7RUFBQSxtRkFBQTtFQUFBLDhFQUFBO0VBQUEsdUhBQUE7RUFDQSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QW5CbWxRSjs7QW1CaGxRQTtFQUNJLHFDQUFBO0VBQ0EsK0ZBQUE7VUFBQSx1RkFBQTtBbkJtbFFKOztBbUJobFFBO0VBQ0kscUNBQUE7RUFDQSwrRkFBQTtVQUFBLHVGQUFBO0VBQ0EsVUFBQTtBbkJtbFFKOztBbUIva1FBO0VBQ0ksTUFBQTtFQUNBLFFBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EsY2Z4SWM7RWV5SWQsZUFBQTtFQUNBLHNCZi9IVztFZWdJWCx5QkFBQTtFQUNBLG9CQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtBbkJrbFFKOztBbUIva1FBO0VBQ0ksa0JBQUE7RUFDQSxpQkFBQTtBbkJrbFFKOztBbUI5a1FBO0VBQ0ksY2ZwSmU7RWVzSmYsZ0JmL0lXO0VlZ0pYLGVBQUE7RUFDQSx5QkFBQTtFQUNBLHlCZmxKVztFZW1KWCwwQkFBQTtLQUFBLHVCQUFBO1VBQUEsa0JBQUE7QW5CZ2xRSjs7QW1CN2tRQTtFQUNJLGdDQUFBO0VBQ0EsZUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLHFCQUFBO0VBQUEsaUJBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7RUFBQSxzQ0FBQTtLQUFBLHNCQUFBO1VBQUEsOEJBQUE7RUFDQSx1QkFBQTtVQUFBLGVBQUE7QW5CZ2xRSjtBbUI3a1FRO0VBQ0ksb0JBQUE7RUFDQSxjZjVLTTtBSjJ2UWxCO0FtQjdrUVk7RUFDSSx1QkFBQTtBbkIra1FoQjtBbUIza1FRO0VBQ0ksZ0NBQUE7QW5CNmtRWjtBbUJ6a1FZO0VBQ0ksb0NBQUE7QW5CMmtRaEI7QW1CeGtRWTtFQUNJLGNmekxHO0FKbXdRbkI7QW1CcmtRSTtFQUNJLFdmak1VO0FKd3dRbEI7QW1CcGtRSTtFQUNJLFNBQUE7RUFDQSxtQkFBQTtFQUNBLFVBQUE7RUFDQSw2QkFBQTtFQUNBLG9CQUFBO0VBQUEscUJBQUE7RUFBQSxpQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FuQnNrUVI7QW1CcGtRUTtFQUNJLGtCQUFBO0VBQ0EsY0FBQTtBbkJza1FaO0FtQnhqUVk7RUFDSSxpQkFBQTtFQUNBLG9CQUFBO0VBQ0EsNkJBQUE7RUFDQSwwQkFBQTtFQUNBLGtCQUFBO0VBQ0EsY0FBQTtFQUNBLGtCQUFBO0VBQ0EsV2Z0T0U7RWV1T0YscUJBQUE7RUFDQSxtQkFBQTtBbkIwalFoQjs7QW1CbmpRQTtFQUNJLHFDQUFBO0FuQnNqUUo7O0FtQm5qUUE7RUFDSSxxQkFBQTtFQUNBLGVBQUE7RUFDQSxTQUFBO0FuQnNqUUo7QW1CbmpRUTtFQUNJLGVBQUE7QW5CcWpRWjtBbUJsalFnQjtFQUNJLGNBQUE7RUFDQSwyQmRuUUc7RWNvUUgsOEJkcFFHO0FMd3pRdkI7QW1CL2lRZ0I7RUFDSSw0QmQxUUc7RWMyUUgsK0JkM1FHO0FMNHpRdkI7QW1CNWlRZ0I7RUFDSSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQ0EscUJBQUE7RUFDQSxjZnhSSDtFZXlSRyxzQmZsUkY7RWVtUkUseUJBQUE7RUFDQSxpQkFBQTtBbkI4aVFwQjtBbUJ4aVFZO0VBQ0ksY2Y3UkU7QUp1MFFsQjtBbUJyaVFZO0VBQ0ksVUFBQTtFQUNBLFdBQUE7RUFDQSx5QmQvU0M7RWNnVEQseUJBQUE7RUFDQSxlQUFBO0FuQnVpUWhCOztBbUJqaVFBO0VBQ0ksa0JBQUE7RUFDQSxvQkFBQTtFQUFBLHFCQUFBO0VBQUEsaUJBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7RUFBQSxzQ0FBQTtLQUFBLHNCQUFBO1VBQUEsOEJBQUE7RUFDQSx1QkFBQTtVQUFBLGVBQUE7QW5Cb2lRSjs7QW1CamlRQTtFQUNJLGdCQUFBO0FuQm9pUUo7O0FtQmppUUE7RUFDSSxhQUFBO0VBQ0EsbUJBQUE7RUFDQSw2QkFBQTtFQUNBLGtCZC9UbUI7RWNnVW5CLGtEQUFBO0tBQUEsK0NBQUE7VUFBQSwwQ0FBQTtBbkJvaVFKOztBbUJqaVFBO0VBQ0ksY2Y1Ulk7RWU2UloseUJmL1JXO0VlZ1NYLHFCZi9SVztBSm0wUWY7O0FtQmppUUE7RUFDSSxXZjVSZTtFZTZSZixzQmYvUmM7RWVnU2Qsa0JmL1JjO0FKbTBRbEI7O0FtQmppUUE7RUFDSSxXZi9SYztFZWdTZCxzQmZsU2E7RWVtU2Isa0JmbFNhO0FKczBRakI7O0FtQmppUUE7RUFDSSxtQkFBQTtBbkJvaVFKOztBbUJqaVFBO0VBQ0ksa0JBQUE7RUFDQSxTQUFBO0VBQ0EsWUFBQTtFQUNBLGNBQUE7QW5Cb2lRSjs7QW1CamlRQTtFQUNJLFlBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxjQUFBO0VBQ0EsY2Y5VmU7RWUrVmYseUJBQUE7RUFDQSxZQUFBO0FuQm9pUUo7O0FtQmppUUE7RUFDSSxnQ0FBQTtFQUNBLDBCQUFBO0VBQ0EsY0FBQTtBbkJvaVFKO0FtQmxpUUk7RUFDSSxjZnpXVztBSjY0UW5COztBbUIvaFFJO0VBQ0ksV0FBQTtFQUNBLHFCQUFBO0VBQ0EsZUFBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtBbkJraVFSOztBbUI5aFFBO0VBQ0ksZUFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLHlCQUFBO0VBQ0EsbUJBQUE7RUFDQSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QW5CaWlRSjs7QW1COWhRQTtFQUNJLDhDQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLGlCQUFBO0FuQmlpUUo7O0FtQjloUUE7RUFDSSxjQUFBO0VBQ0EsZ0JmalpjO0Vla1pkLDBCQUFBO0VBQ0EsY2YxWmE7RWUyWmIsZ0JBQUE7RUFDQSxtQkFBQTtFQUNBLGlCQUFBO0VBQ0EsZ0JBQUE7QW5CaWlRSjs7QW1COWhRQTtFQUNJLGNmbGFhO0VlbWFiLFlBQUE7RUFDQSx1QkFBQTtBbkJpaVFKOztBbUI5aFFBO0VBQ0kseUJBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7RUFDQSxzQkFBQTtBbkJpaVFKO0FtQi9oUUk7RUFDSSxZQUFBO0VBQ0EsVUFBQTtBbkJpaVFSO0FtQi9oUVE7RUFDSSxvQkFBQTtBbkJpaVFaOztBbUI1aFFBO0VBQ0ksMkJkdGJtQjtFY3VibkIsNEJkdmJtQjtFY3dibkIseUJBQUE7RUFDQSxnQ0FBQTtFQUNBLDZDQUFBO0tBQUEsMENBQUE7VUFBQSxxQ0FBQTtBbkIraFFKO0FtQjVoUVE7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QW5COGhRWjtBbUIvaFFRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FuQmlpUVo7QW1CbGlRUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBbkJvaVFaO0FtQnJpUVE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QW5CdWlRWjtBbUJ4aVFRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FuQjBpUVo7O0FtQnJpUUE7RUFDSSx3QkFBQTtFQUFBLGdCQUFBO0VBQ0EsU0FBQTtFQUNBLG1CZHpjZTtFYzBjZiwwQkFBQTtFQUNBLGFBQUE7QW5Cd2lRSjs7QW1CcmlRQTtFQUNJLGNBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7QW5Cd2lRSjs7QW1CcmlRQTtFQUNJLGdCQUFBO0FuQndpUUo7O0FtQnJpUUE7RUFDSSxxQkFBQTtFQUNBLFVBQUE7QW5Cd2lRSjtBbUJ0aVFJO0VBQ0ksa0JBQUE7RUFDQSxrQkFBQTtFQUNBLDZCQUFBO0VBQ0Esa0JBQUE7RUFDQSxrREFBQTtLQUFBLCtDQUFBO1VBQUEsMENBQUE7QW5Cd2lRUjtBbUJyaVFZO0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0FuQnVpUWhCO0FtQnhpUVk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QW5CMGlRaEI7QW1CM2lRWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBbkI2aVFoQjtBbUI5aVFZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FuQmdqUWhCO0FtQmpqUVk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QW5CbWpRaEI7QW1CcGpRWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBbkJzalFoQjtBbUJ2alFZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FuQnlqUWhCO0FtQjFqUVk7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QW5CNGpRaEI7QW1CN2pRWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBbkIralFoQjtBbUJoa1FZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FuQmtrUWhCO0FtQjlqUVE7RUFDSSxXZnBlTTtFZXFlTix5QmYxZU07RWUyZU4scUJmMWVNO0FKMGlSbEI7QW1CN2pRUTtFQUNJLGNmdmNJO0Vld2NKLHlCZjFjRztFZTJjSCxxQmYxY0c7QUp5Z1JmO0FtQjVqUVE7RUFDSSxjZjFjTztFZTJjUCx5QmY3Y007RWU4Y04scUJmN2NNO0FKMmdSbEI7QW1CM2pRUTtFQUNJLFdmN2NPO0VlOGNQLHNCZmhkTTtFZWlkTixrQmZoZE07QUo2Z1JsQjtBbUIxalFRO0VBQ0ksV2ZoZE07RWVpZE4sc0JmbmRLO0Vlb2RMLGtCZm5kSztBSitnUmpCOztBbUJ2alFBO0VBQ0kseUJBQUE7RUFDQSxnQmYzZ0JhO0VlNGdCYixpQkFBQTtFQUNBLGtCQUFBO0FuQjBqUUo7O0FvQnprUkE7RUFDSSxhQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFBUSxRQUFBO0VBQVUsU0FBQTtFQUFXLE9BQUE7RUFDN0IsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QXBCK2tSSjtBb0I3a1JJO0VBQ0ksOEJBQUE7QXBCK2tSUjtBb0I1a1JJO0VBQ0ksV0FBQTtFQUNBLHFCQUFBO0VBQ0EsWUFBQTtFQUNBLHNCQUFBO0FwQjhrUlI7QW9CM2tSSTtFQUNJLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxzQkFBQTtFQUNBLHFCQUFBO0VBQ0EsY0FBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7RUFDQSxtQkFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxnQmhCaEJPO0VnQmlCUCxZQUFBO0VBQ0EsbUJBQUE7QXBCNmtSUjtBb0Iza1JRO0VBaEJKO0lBaUJRLGFBQUE7SUFDQSxjQUFBO0lBQ0EsZUFBQTtJQUNBLGVBQUE7RXBCOGtSVjtBQUNGO0FvQjNrUkk7RUFDSSxjQUFBO0FwQjZrUlI7QW9CMWtSSTtFQUNJLGFBQUE7QXBCNGtSUjtBb0J6a1JJO0VBQ0ksa0JBQUE7RUFDQSxhQUFBO0VBQ0EsTUFBQTtFQUNBLFFBQUE7RUFDQSxpQkFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQ0FBQTtFQUNBLGNoQnJEVztFZ0JzRFgsWUFBQTtFQUNBLFVBQUE7QXBCMmtSUjtBb0J4a1JJO0VBQ0ksU0FBQTtFQUNBLFVBQUE7QXBCMGtSUjtBb0J2a1JJO0VBQ0ksV0FBQTtBcEJ5a1JSO0FvQnRrUkk7RUFDSSxZQUFBO0FwQndrUlI7O0FvQnBrUkE7RUFDSSxnQkFBQTtFQUNBLFVBQUE7RUFDQSxpQ0FBQTtBcEJ1a1JKOztBcUI5cFJBO0VBQ0ksaUJBQUE7RUFDQSxrQkFBQTtBckJpcVJKOztBcUI3cFJJO0VBQ0ksY2pCS1c7QUoycFJuQjtBcUI3cFJJO0VBQ0ksOENBQUE7QXJCK3BSUjs7QXFCM3BSQTtFQUNJLDBCQUFBO0FyQjhwUko7O0FxQjNwUkE7RUFDSSxZQUFBO0FyQjhwUko7O0FxQjNwUkE7RUFDSSxlQUFBO0FyQjhwUko7O0FxQjNwUkE7RUFDSSxVQUFBO0VBQ0EsZUFBQTtBckI4cFJKOztBcUIzcFJBO0VBQ0ksbUJBQUE7RUFBQSxlQUFBO0tBQUEsZ0JBQUE7VUFBQSxPQUFBO0FyQjhwUko7O0FxQjNwUkE7RUFDSSxrQkFBQTtFQUNBLFdqQjVCYztBSjByUmxCOztBcUIzcFJBO0VBQ0ksbUJBQUE7RUFBQSxrQkFBQTtLQUFBLGdCQUFBO1VBQUEsVUFBQTtBckI4cFJKO0FxQjVwUkk7RUFDSSxXakJuQ1U7QUppc1JsQjtBcUIzcFJJO0VBQ0ksaUJBQUE7QXJCNnBSUjs7QXFCenBSQTtFQUNJLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FyQjRwUko7O0FxQnpwUkE7RUFDSSxlQUFBO0FyQjRwUko7O0FxQnpwUkE7RUFDSSxtQkFBQTtBckI0cFJKO0FxQjFwUkk7RUFDSSxlQUFBO0VBQ0EsZUFBQTtFQUdBLGVoQnBFUztBTDh0UmpCOztBcUJ0cFJBO0VBQ0kscUJBQUE7RUFDQSxrQmhCekVtQjtFZ0IwRW5CLGVBQUE7RUFDQSw2Q0FBQTtLQUFBLDBDQUFBO1VBQUEscUNBQUE7QXJCeXBSSjtBcUJ0cFJRO0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0FyQndwUlo7QXFCenBSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBckIycFJaO0FxQjVwUlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXJCOHBSWjtBcUIvcFJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FyQmlxUlo7QXFCbHFSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBckJvcVJaO0FxQnJxUlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXJCdXFSWjtBcUJ4cVJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FyQjBxUlo7QXFCM3FSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBckI2cVJaO0FxQjlxUlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXJCZ3JSWjtBcUJqclJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FyQm1yUlo7QXFCcHJSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBckJzclJaO0FxQnZyUlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXJCeXJSWjtBcUIxclJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FyQjRyUlo7QXFCN3JSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBckIrclJaO0FxQmhzUlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXJCa3NSWjtBcUJuc1JRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FyQnFzUlo7QXFCdHNSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBckJ3c1JaO0FxQnpzUlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXJCMnNSWjtBcUI1c1JRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FyQjhzUlo7QXFCL3NSUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBckJpdFJaO0FxQjdzUkk7RUFDSSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FyQitzUlI7O0FxQjNzUkE7RUFDSSxlQUFBO0FyQjhzUko7O0FxQjNzUkE7RUFDSSxxQkFBQTtFQUNBLHNCQUFBO0FyQjhzUko7QXFCNXNSSTtFQUNJLGlCQUFBO0VBQ0EsZ0JBQUE7QXJCOHNSUjs7QXFCMXNSQTtFQUNJLGVBQUE7QXJCNnNSSjtBcUIzc1JJO0VBQ0ksMEJBQUE7QXJCNnNSUjs7QXFCenNSQTtFQUNJLFdqQjlHYztBSjB6UmxCOztBcUJ4c1JJO0VBQ0ksb0JBQUE7RUFBQSxxQkFBQTtFQUFBLGlCQUFBO0VBQUEsYUFBQTtFQUNBLGlCQUFBO0VBQ0EsNkJBQUE7RUFDQSx5QkFBQTtFQUNBLGdCakI3SFM7RWlCOEhULGtCaEI3SGU7RWdCOEhmLDZDQUFBO0tBQUEsMENBQUE7VUFBQSxxQ0FBQTtBckIyc1JSO0FxQnhzUkk7RUFDSSxvQkFBQTtFQUNBLFdBQUE7QXJCMHNSUjtBcUJ4c1JRO0VBQ0ksb0JBQUE7RUFBQSxxQkFBQTtFQUFBLGlCQUFBO0VBQUEsYUFBQTtFQUNBLHVCQUFBO1VBQUEsZUFBQTtFQUNBLHlCQUFBO0VBQUEsc0NBQUE7S0FBQSxzQkFBQTtVQUFBLDhCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxtQkFBQTtFQUNBLGdDQUFBO0VBQ0EsY2pCeklNO0VpQjBJTixpQkFBQTtBckIwc1JaO0FxQnRzUkk7RUFDSSx5QkFBQTtFQUNBLCtCQUFBO0VBQ0EsaUJBQUE7RUFDQSw0Q0FBQTtLQUFBLHlDQUFBO1VBQUEsb0NBQUE7QXJCd3NSUjtBcUJyc1JJO0VBQ0kscUJBQUE7QXJCdXNSUjtBcUJwc1JJO0VBQ0kseUJBQUE7QXJCc3NSUjtBcUJuc1JJO0VBQ0ksa0JBQUE7RUFDQSxvQkFBQTtFQUFBLHFCQUFBO0VBQUEsaUJBQUE7RUFBQSxhQUFBO0FyQnFzUlI7QXFCbHNSSTtFQUNJLGFBQUE7QXJCb3NSUjtBcUJqc1JJO0VBQ0ksY0FBQTtBckJtc1JSO0FxQmhzUkk7RUFDSSxpQkFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBckJrc1JSO0FxQi9yUkk7RUFDSTtJQUNJLHFCQUFBO0lBQ0Esa0JBQUE7RXJCaXNSVjtFcUI5clJNO0lBQ0ksY0FBQTtFckJnc1JWO0VxQjdyUk07SUFDSSxhQUFBO0VyQityUlY7RXFCNXJSTTtJQUNJLGlCQUFBO0VyQjhyUlY7QUFDRjs7QXFCMXJSQTtFQUNJLFlBQUE7QXJCNnJSSjtBcUIzclJJO0VBQ0ksVUFBQTtFQUNBLG1EQUFBO0VBQ0EsZ0NBQUE7S0FBQSw2QkFBQTtNQUFBLDRCQUFBO1VBQUEsd0JBQUE7QXJCNnJSUjs7QXNCLzRSQTtFQUNJLHdCQUFBO0VBQUEsZ0JBQUE7RUFDQSxTQUFBO0VBQ0EsVUFBQTtBdEJrNVJKOztBc0IvNFJBO0VBQ0kscUNBQUE7QXRCazVSSjs7QXNCLzRSQTtFQUNJLGlCQUFBO0F0Qms1Uko7O0FzQi80UkE7RUFDSSxvQkFBQTtFQUFBLHFCQUFBO0VBQUEsaUJBQUE7RUFBQSxhQUFBO0VBQ0EsNkJBQUE7RUFDQSw4QkFBQTtFQUNBLCtCQUFBO0VBQ0EsZ0RBQUE7RUFBQSw2Q0FBQTtFQUFBLHdDQUFBO0VBQ0EsNkNBQUE7S0FBQSwwQ0FBQTtVQUFBLHFDQUFBO0F0Qms1Uko7QXNCLzRSUTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBdEJpNVJaO0FzQmw1UlE7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QXRCbzVSWjtBc0JyNVJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F0QnU1Ulo7QXNCeDVSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdEIwNVJaO0FzQjM1UlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXRCNjVSWjtBc0I5NVJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F0Qmc2Ulo7QXNCajZSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdEJtNlJaO0FzQnA2UlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXRCczZSWjtBc0J2NlJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F0Qnk2Ulo7QXNCMTZSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdEI0NlJaO0FzQjc2UlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXRCKzZSWjtBc0JoN1JRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F0Qms3Ulo7QXNCbjdSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdEJxN1JaO0FzQnQ3UlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXRCdzdSWjtBc0J6N1JRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F0QjI3Ulo7QXNCNTdSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdEI4N1JaO0FzQi83UlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXRCaThSWjtBc0JsOFJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F0Qm84Ulo7QXNCcjhSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdEJ1OFJaO0FzQng4UlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXRCMDhSWjtBc0IzOFJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F0QjY4Ulo7QXNCOThSUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdEJnOVJaO0FzQmo5UlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXRCbTlSWjtBc0JwOVJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F0QnM5Ulo7QXNCdjlSUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdEJ5OVJaO0FzQjE5UlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXRCNDlSWjtBc0I3OVJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F0Qis5Ulo7QXNCaCtSUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdEJrK1JaO0FzQm4rUlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXRCcStSWjtBc0J0K1JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F0QncrUlo7QXNCcCtSSTtFQUNJLG1CbEJ4QlU7QUo4L1JsQjtBc0JuK1JJO0VBQ0ksZ0JBQUE7QXRCcStSUjtBc0JsK1JJO0VBQ0ksZ0JBQUE7RUFDQSxzQkFBQTtFQUNBLGdDQUFBO0VBQ0Esb0JBQUE7RUFBQSxxQkFBQTtFQUFBLGlCQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7RUFBQSw4QkFBQTtLQUFBLHlCQUFBO0tBQUEsMEJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO0VBQUEsK0JBQUE7S0FBQSxxQkFBQTtVQUFBLHVCQUFBO0F0Qm8rUlI7QXNCaitSSTtFQUNJLGVBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7RUFDQSw0QmxCOUNTO0VrQitDVCwrQkFBQTtBdEJtK1JSO0FzQmorUlE7RUFDSSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QXRCbStSWjtBc0JoK1JRO0VBRUksV0FBQTtBdEJpK1JaO0FzQi85Ulk7RUFDSSxjbEJuREc7QUpvaFNuQjtBc0I1OVJJO0VBQ0ksb0JBQUE7RUFBQSxxQkFBQTtFQUFBLGlCQUFBO0VBQUEsYUFBQTtFQUNBLG1CQUFBO0VBQUEsZUFBQTtLQUFBLGdCQUFBO1VBQUEsT0FBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7RUFBQSwyQkFBQTtLQUFBLDJCQUFBO0tBQUEsMEJBQUE7VUFBQSxtQkFBQTtFQUNBLG1CQUFBO0VBQ0EseUJBQUE7RUFBQSxzQ0FBQTtLQUFBLHNCQUFBO1VBQUEsOEJBQUE7RUFDQSxrQkFBQTtBdEI4OVJSO0FzQjU5UlE7RUFDSSxtQkFBQTtFQUFBLGVBQUE7S0FBQSxnQkFBQTtVQUFBLE9BQUE7RUFDQSxzQkFBQTtBdEI4OVJaO0FzQjU5Ulk7RUFDSSxnQkFBQTtFQUNBLGdCQUFBO0F0Qjg5UmhCO0FzQjE5UlE7RUFDSSxjbEIvRU07RWtCZ0ZOLG1CQUFBO0VBQ0Esa0JBQUE7QXRCNDlSWjtBc0J4OVJZO0VBQ0ksbUJBQUE7QXRCMDlSaEI7QXNCcjlSSTtFQUNJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsbUJBQUE7RUFDQSxrQkFBQTtFQUNBLDhCQUFBO0F0QnU5UlI7QXNCcjlSUTtFQUNJLGlCQUFBO0F0QnU5Ulo7O0FzQmw5UkE7RUFDSSxhQUFBO0F0QnE5Uko7O0FzQmw5UkE7RUFDSSxjbEI3R2M7RWtCOEdkLGtCQUFBO0F0QnE5Uko7O0FzQmw5UkE7RUFDSSxjbEJsSGM7QUp1a1NsQjs7QXNCbDlSQTtFQUNJLHNCQUFBO0VBQ0EsY0FBQTtBdEJxOVJKOztBc0JsOVJBO0VBQ0ksaUJBQUE7RUFDQSxXQUFBO0F0QnE5Uko7O0FzQmw5UkE7RUFDSSxXQUFBO0F0QnE5Uko7O0FzQmw5UkE7RUFDSSxzQ0FBQTtBdEJxOVJKOztBc0JsOVJBO0VBQ0ksNkJBQUE7QXRCcTlSSjs7QXNCbDlSQTtFQUNJLGtCQUFBO0F0QnE5Uko7O0FzQmw5UkE7RUFDSSxjQUFBO0VBQ0EsY0FBQTtBdEJxOVJKOztBc0JsOVJBO0VBQ0k7SUFDSSw2QkFBQTtJQUNBLHVDQUFBO0lBQUEsd0NBQUE7SUFBQSx5Q0FBQTtPQUFBLG9DQUFBO09BQUEscUNBQUE7WUFBQSxpQ0FBQTtJQUNBLGtDQUFBO0V0QnE5Uk47RXNCajlSTTtJQUNJLGFBQUE7RXRCbTlSVjtFc0JoOVJNO0lBQ0kscUJBQUE7RXRCazlSVjtFc0I5OFJFO0lBQ0ksZUFBQTtFdEJnOVJOO0FBQ0Y7QXNCNzhSQTtFQUNJLFdsQnpLYztBSnduU2xCOztBc0I1OFJBO0VBQ0ksY2xCL0tjO0VrQmdMZCwrQkFBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7QXRCKzhSSjtBc0I3OFJJO0VBQ0ksY2xCckxVO0VrQnNMVixjQUFBO0F0Qis4UlI7QXNCNzhSUTtFQUNJLDBCQUFBO0F0Qis4Ulo7QXNCNThSUTtFQUNJLGNBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QXRCODhSWjs7QXNCejhSQTtFQUNJLFNBQUE7RUFDQSxVQUFBO0VBQ0EsZ0JBQUE7QXRCNDhSSjs7QXNCejhSQTtFQUNJLGtCQUFBO0F0QjQ4Uko7O0FzQno4UkE7RUFDSSxnQkFBQTtBdEI0OFJKOztBc0J4OFJJO0VBQ0ksaUJBQUE7RUFDQSxnQkFBQTtBdEIyOFJSO0FzQng4Ukk7RUFDSSxZQUFBO0F0QjA4UlI7O0FzQnI4Ukk7RUFDSSx1QkFBQTtBdEJ3OFJSO0FzQnI4Ukk7RUFDSSxTQUFBO0VBQ0EsaUJBQUE7RUFDQSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EscUJBQUE7QXRCdThSUjtBc0JwOFJJO0VBQ0ksZ0JBQUE7QXRCczhSUjtBc0JsOFJRO0VBQ0ksa0NBQUE7S0FBQSwrQkFBQTtVQUFBLDBCQUFBO0F0Qm84Ulo7QXNCajhSUTtFQUNJLCtDQUFBO0tBQUEsNENBQUE7VUFBQSx1Q0FBQTtBdEJtOFJaO0FzQi83Ukk7RUFDSSxnQkFBQTtFQUNBLGlCQUFBO0F0Qmk4UlI7QXNCOTdSSTtFQUNJLFlBQUE7QXRCZzhSUjtBc0I3N1JJO0VBQ0ksaUJBQUE7QXRCKzdSUjtBc0I1N1JJO0VBQ0ksU0FBQTtFQUNBLGlCQUFBO0VBQ0EsbUJBQUE7RUFDQSxnQkFBQTtFQUNBLHlCQUFBO0VBQ0Esd0JBQUE7RUFDQSxrQkFBQTtFQUNBLFdsQjdRVTtBSjJzU2xCO0FzQjM3Ukk7RUFDSSxTQUFBO0VBQ0EsaUJBQUE7RUFDQSxxQkFBQTtBdEI2N1JSO0FzQjE3Ukk7RUFDSSxTQUFBO0VBQ0Esa0JBQUE7QXRCNDdSUjtBc0J6N1JJO0VBQ0ksbUJBQUE7QXRCMjdSUjtBc0J4N1JJO0VBQ0ksbUJBQUE7QXRCMDdSUjtBc0J2N1JJO0VBQ0ksVUFBQTtBdEJ5N1JSO0FzQnQ3Ukk7RUFDSSxtQkFBQTtBdEJ3N1JSOztBc0JwN1JBO0VBQ0ksWUFBQTtFQUNBLGlCQUFBO0F0QnU3Uko7O0FzQnA3UkE7RUFDSSxjQUFBO0VBQ0EsaUJBQUE7QXRCdTdSSjs7QXNCcDdSQTtFQUNJLFVBQUE7RUFDQSxpQkFBQTtBdEJ1N1JKOztBc0JwN1JBO0VBQ0ksV0FBQTtFQUNBLGlCQUFBO0F0QnU3Uko7O0FzQnA3UkE7RUFDSSxhQUFBO0VBQ0EsaUJBQUE7QXRCdTdSSjs7QXNCcDdSQTtFQUNJLDBCQUFBO0F0QnU3Uko7O0FzQnA3UkE7RUFDSSxXQUFBO0VBQ0EsVUFBQTtBdEJ1N1JKOztBc0JuN1JJO0VBQ0ksa0JBQUE7QXRCczdSUjtBc0JuN1JJO0VBQ0ksa0JBQUE7RUFDQSxhQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBdEJxN1JSO0FzQmw3Ukk7RUFDSSxtQ0FBQTtBdEJvN1JSOztBc0JoN1JBO0VBQ0ksaUJBQUE7RUFDQSxZQUFBO0F0Qm03Uko7QXNCajdSSTtFQUNJLGNsQnhXVTtBSjJ4U2xCOztBc0IvNlJBO0VBQ0k7SUFDSSxrQ0FBQTtPQUFBLCtCQUFBO1lBQUEsMEJBQUE7RXRCazdSTjtBQUNGO0F1Qnp5U0E7RUFDSSx5QkFBQTtFQUNBLFdBQUE7QXZCMnlTSjtBdUJ6eVNJO0VBQ0kseUJBQUE7RUFDQSxnQm5CRlM7QUo2eVNqQjtBdUJ4eVNJO0VBQ0ksYUFBQTtFQUNBLFlBQUE7RUFDQSxtQkFBQTtFQUNBLHlCQUFBO0VBQ0EsaUNBQUE7S0FBQSw4QkFBQTtVQUFBLHlCQUFBO0F2QjB5U1I7QXVCeHlTUTtFQUNJLGlCQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0VBQ0EsaUNBQUE7RUFDQSxvQkFBQTtFQUNBLG9CQUFBO0F2QjB5U1o7QXVCdnlTUTtFQUNJLGlCQUFBO0VBQ0EsVUFBQTtFQUNBLFNBQUE7QXZCeXlTWjtBdUJ2eVNZO0VBQ0ksc0JBQUE7QXZCeXlTaEI7QXVCdnlTZ0I7RUFDSSxXbkJqQko7QUowelNoQjtBdUJ0eVNnQjtFQUNJLFduQjVCRjtBSm8wU2xCO0F1QnR5U29CO0VBQ0ksMEJBQUE7QXZCd3lTeEI7QXVCbHlTUTtFQUNJLG1DQUFBO0F2Qm95U1o7QXVCaHlTSTtFQUNJLG1CbkJoRFU7QUprMVNsQjtBdUIveFNJO0VBQ0ksbUNBQUE7QXZCaXlTUjs7QXVCN3hTQTtFQUNJLGdDQUFBO0VBQ0EsbUJBQUE7RUFDQSxXbkJ0RGM7RW1CdURkLGVsQjdEYTtBTDYxU2pCO0F1Qjl4U0k7RUFDSSxjQUFBO0VBQ0EscUJBQUE7RUFDQSxrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxzQkFBQTtFQUNBLGNuQjVETztBSjQxU2Y7QXVCOXhTUTtFQUNJLGNsQi9FSztBTCsyU2pCO0F1Qjd4U1E7RUFDSSxXbkJoRUk7QUorMVNoQjtBdUIzeFNJO0VBQ0ksa0JBQUE7RUFDQSxjQUFBO0F2QjZ4U1I7QXVCMXhTSTtFQUNJLGdCQUFBO0VBQ0EsZ0JBQUE7QXZCNHhTUjtBdUIzeFNRO0VBQ0ksU0FBQTtBdkI2eFNaOztBdUJ4eFNBO0VBQ0kseUJBQUE7RUFBQSxzQ0FBQTtLQUFBLHNCQUFBO1VBQUEsOEJBQUE7QXZCMnhTSjs7QXVCdnhTSTtFQUNJLGlDQUFBO0F2QjB4U1I7QXVCeHhTUTtFQUNJLGNBQUE7QXZCMHhTWjtBdUJ2eFNRO0VBQ0ksY0FBQTtBdkJ5eFNaO0F1QnJ4U0k7RUFDSSxXQUFBO0VBQ0EsNkNBQUE7S0FBQSwwQ0FBQTtVQUFBLHFDQUFBO0F2QnV4U1I7QXVCcHhTWTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBdkJzeFNoQjtBdUJ2eFNZO0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0F2Qnl4U2hCO0F1QjF4U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCNHhTaEI7QXVCN3hTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkIreFNoQjtBdUJoeVNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qmt5U2hCO0F1Qm55U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCcXlTaEI7QXVCdHlTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJ3eVNoQjtBdUJ6eVNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QjJ5U2hCO0F1QjV5U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCOHlTaEI7QXVCL3lTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJpelNoQjtBdUJselNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qm96U2hCO0F1QnJ6U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCdXpTaEI7QXVCeHpTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkIwelNoQjtBdUIzelNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QjZ6U2hCO0F1Qjl6U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCZzBTaEI7QXVCajBTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJtMFNoQjtBdUJwMFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QnMwU2hCO0F1QnYwU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCeTBTaEI7QXVCMTBTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI0MFNoQjtBdUI3MFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QiswU2hCO0F1QmgxU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCazFTaEI7QXVCbjFTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJxMVNoQjtBdUJ0MVNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QncxU2hCO0F1QnoxU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCMjFTaEI7QXVCNTFTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkI4MVNoQjtBdUIvMVNZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2QmkyU2hCO0F1QmwyU1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCbzJTaEI7QXVCcjJTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkJ1MlNoQjtBdUJ4MlNZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2QjAyU2hCO0F1QjMyU1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCNjJTaEI7QXVCeDJTSTtFQUNJLGdCQUFBO0VBQ0EsY25CekhVO0VtQjBIVixrQkFBQTtBdkIwMlNSO0F1QnYyU0k7RUFDSSxvQkFBQTtFQUNBLG1CQUFBO0F2QnkyU1I7QXVCdDJTSTtFQUNJLHFCQUFBO0VBQ0EsV0FBQTtBdkJ3MlNSO0F1QnIyU0k7RUFDSSxnQkFBQTtFQUNBLDhCQUFBO0F2QnUyU1I7QXVCcDJTSTtFQUNJLGNuQmxKUztBSncvU2pCOztBdUJsMlNBO0VBQ0ksd0RBQUE7VUFBQSxnREFBQTtFQUNBLHFCQUFBO0VBQ0EscUJBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLDRDQUFBO0tBQUEseUNBQUE7VUFBQSxvQ0FBQTtBdkJxMlNKO0F1QmwyU1E7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QXZCbzJTWjtBdUJyMlNRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QnUyU1o7QXVCeDJTUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkIwMlNaO0F1QjMyU1E7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCNjJTWjtBdUI5MlNRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QmczU1o7QXVCajNTUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJtM1NaO0F1QnAzU1E7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCczNTWjtBdUJ2M1NRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QnkzU1o7QXVCMTNTUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI0M1NaO0F1QjczU1E7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCKzNTWjs7QXVCMTNTQTtFQUNJLGVBQUE7RUFDQSxnQkFBQTtBdkI2M1NKOztBdUIxM1NBO0VBQ0ksZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxrQkFBQTtFQUNBLDRCQUFBO0VBQ0EsNkJBQUE7QXZCNjNTSjtBdUIzM1NJO0VBQ0ksZUFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtBdkI2M1NSOztBdUJ6M1NBO0VBQ0ksWUFBQTtFQUNBLG9CQUFBO0VBQUEscUJBQUE7RUFBQSxpQkFBQTtFQUFBLGFBQUE7RUFVQSxjQUFBO0F2Qm0zU0o7QXVCMzNTSTtFQUNJLFduQjNMVTtBSndqVGxCO0F1QjEzU0k7RUFDSSxpQkFBQTtBdkI0M1NSOztBdUJ0M1NBO0VBQ0ksZUFBQTtFQXFDQSw4Q0FBQTtBdkJxMVNKO0F1QngzU0k7RUFDSSxlQUFBO0VBQ0Esa0JBQUE7QXZCMDNTUjtBdUJ2M1NJO0VBQ0ksZ0NBQUE7QXZCeTNTUjtBdUJ0M1NJO0VBQ0ksY0FBQTtBdkJ3M1NSO0F1QnIzU0k7RUFDSSxhQUFBO0F2QnUzU1I7QXVCcDNTSTtFQUNJLDZDQUFBO0tBQUEsMENBQUE7VUFBQSxxQ0FBQTtBdkJzM1NSO0F1Qm4zU1k7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QXZCcTNTaEI7QXVCdDNTWTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBdkJ3M1NoQjtBdUJ6M1NZO0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0F2QjIzU2hCO0F1QjUzU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCODNTaEI7QXVCLzNTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJpNFNoQjtBdUJsNFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qm80U2hCO0F1QnI0U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCdTRTaEI7QXVCeDRTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkIwNFNoQjtBdUIzNFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QjY0U2hCO0F1Qjk0U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCZzVTaEI7QXVCajVTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJtNVNoQjtBdUJwNVNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QnM1U2hCO0F1QnY1U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCeTVTaEI7QXVCMTVTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI0NVNoQjtBdUI3NVNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qis1U2hCO0F1Qmg2U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCazZTaEI7QXVCbjZTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJxNlNoQjtBdUJ0NlNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qnc2U2hCO0F1Qno2U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCMjZTaEI7QXVCNTZTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI4NlNoQjtBdUIvNlNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qmk3U2hCO0F1Qmw3U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCbzdTaEI7QXVCcjdTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJ1N1NoQjtBdUJ4N1NZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QjA3U2hCO0F1QjM3U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCNjdTaEI7QXVCOTdTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJnOFNoQjtBdUJqOFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qm04U2hCO0F1QnA4U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCczhTaEI7QXVCdjhTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJ5OFNoQjtBdUIxOFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QjQ4U2hCO0F1Qjc4U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCKzhTaEI7QXVCaDlTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJrOVNoQjtBdUJuOVNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QnE5U2hCO0F1QnQ5U1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCdzlTaEI7QXVCejlTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkIyOVNoQjtBdUI1OVNZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2Qjg5U2hCO0F1Qi85U1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCaStTaEI7QXVCbCtTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkJvK1NoQjtBdUJyK1NZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2QnUrU2hCO0F1QngrU1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCMCtTaEI7QXVCMytTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkI2K1NoQjtBdUI5K1NZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2QmcvU2hCO0F1QmovU1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCbS9TaEI7QXVCcC9TWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkJzL1NoQjtBdUJ2L1NZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2QnkvU2hCO0F1QjEvU1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCNC9TaEI7QXVCNy9TWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkIrL1NoQjtBdUJoZ1RZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2QmtnVGhCO0F1Qm5nVFk7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 */