@import url(https://fonts.googleapis.com/css?family=Google+Sans:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Product+Sans:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  scrollbar-width: none;
  border-width: 0;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

a,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
span {
  font-size: inherit;
  font-weight: inherit;
  font-family:
    Google Sans,
    Product Sans,
    Roboto,
    sans-serif;
}

ol,
ul {
  list-style: none;
}

a,
button,
i,
ol,
ul {
  margin: 0;
  padding: 0;
}

a,
button,
i {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a > svg {
  width: 24px;
  height: 24px;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow:
    0 0 0 1px #e0e0e0 inset,
    0 0 0 30px #fff inset !important;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-scrollbar {
  display: none;
}

#root,
body,
html {
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.md {
  max-width: 768px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-28 {
  font-size: 28px;
}

.text-30 {
  font-size: 30px;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.capitalize {
  text-transform: capitalize;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.border-solid {
  border-style: solid;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-t {
  border-top-width: 1px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-even {
  justify-content: space-evenly;
}

.flex-1 {
  flex: 1 1 0%;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-header {
  padding-top: 56px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.m-auto {
  margin: auto;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.w-9 {
  width: 2.25rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.min-w-30 {
  min-width: 7.5rem;
}

.w-60 {
  width: 15rem;
}

.w-70 {
  width: 17.5rem;
}

.w-80 {
  width: 20rem;
}

.min-w-80 {
  min-width: 20rem;
}

.w-header {
  width: 56px;
}

.min-w-header {
  min-width: 56px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.w-screen {
  width: 100vw;
}

.h-9 {
  height: 2.25rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-35 {
  height: 8.75rem;
}

.h-40 {
  height: 10rem;
}

.h-50 {
  height: 12.5rem;
}

.h-80 {
  height: 20rem;
}

.min-h-80 {
  min-height: 20rem;
}

.h-120 {
  height: 30rem;
}

.h-header {
  height: 56px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.shadow {
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }

  .md-flex {
    display: flex;
  }

  .md-hidden {
    display: none;
  }

  .md-text-left {
    text-align: left;
  }

  .md-flex-row {
    flex-direction: row;
  }

  .md-items-start {
    align-items: flex-start;
  }

  .md-justify-start {
    justify-content: flex-start;
  }

  .md-justify-even {
    justify-content: space-evenly;
  }

  .md-pl-4 {
    padding-left: 1rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }

  .lg-pl-8 {
    padding-left: 2rem;
  }

  .lg-max-h-120 {
    max-height: 30rem;
  }
}

@media (min-width: 1160px) {
  .container {
    max-width: 1160px;
  }

  .xl-text-26 {
    font-size: 26px;
  }

  .xl-text-40 {
    font-size: 40px;
  }

  .xl-text-42 {
    font-size: 42px;
  }
}

@media (min-width: 1480px) {
  .container {
    max-width: 1480px;
  }
}

.bg-222,
.hover-bg-222:hover {
  background-color: #ff5e5b;
}

.bg-222-light {
  background-color: #ffe7e6;
}

.bg-white,
.hover-bg-white:hover {
  background-color: #fff;
}

.bg-gray-eee {
  background-color: #eee;
}

.hover-bg-gray-ddd:hover {
  background-color: #ddd;
}

.border-111 {
  border-color: #039be5;
}

.border-222,
.hover-border-222:hover {
  border-color: #ff5e5b;
}

.border-222-light {
  border-color: #ffe7e6;
}

.border-gray-ddd {
  border-color: #ddd;
}

.hover-text-222:hover,
.text-222 {
  color: #ff5e5b;
}

.hover-text-white:hover,
.text-white {
  color: #fff;
}

.text-gray-777 {
  color: #777;
}

.text-gray-555 {
  color: #555;
}

.text-gray-444 {
  color: #444;
}

.marvel-device {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.marvel-device .screen {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 3;
  background: #fff;
  overflow: hidden;
  display: block;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 3px #111;
  box-shadow: 0 0 0 3px #111;
}

.marvel-device .bottom-bar,
.marvel-device .top-bar {
  height: 3px;
  background: #000;
  width: 100%;
  display: block;
}

.marvel-device .middle-bar {
  width: 3px;
  height: 4px;
  top: 0;
  left: 90px;
  background: #000;
  position: absolute;
}

.marvel-device.iphone8 {
  width: 375px;
  height: 667px;
  padding: 105px 24px;
  background: #d9dbdc;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.marvel-device.iphone8:before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  content: '';
  left: 6px;
  border-radius: 50px;
  background: #f8f8f8;
  z-index: 1;
}

.marvel-device.iphone8:after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  content: '';
  left: 8px;
  border-radius: 48px;
  -webkit-box-shadow:
    inset 0 0 3px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 6px 3px #fff;
  box-shadow:
    inset 0 0 3px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 6px 3px #fff;
  z-index: 2;
}

.marvel-device.iphone8 .home {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 22px;
  z-index: 3;
  background: #303233;
  background: linear-gradient(135deg, #303233, #b5b7b9 50%, #f0f2f2 69%, #303233);
}

.marvel-device.iphone8 .home:before {
  background: #f8f8f8;
  position: absolute;
  content: '';
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
}

.marvel-device.iphone8 .top-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  top: 68px;
  left: 0;
}

.marvel-device.iphone8 .bottom-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  bottom: 68px;
  left: 0;
}

.marvel-device.iphone8 .sleep {
  position: absolute;
  top: 190px;
  right: -4px;
  width: 4px;
  height: 66px;
  border-radius: 0 2px 2px 0;
  background: #d9dbdc;
}

.marvel-device.iphone8 .volume {
  position: absolute;
  left: -4px;
  top: 188px;
  z-index: 0;
  height: 66px;
  width: 4px;
  border-radius: 2px 0 0 2px;
  background: #d9dbdc;
}

.marvel-device.iphone8 .volume:before {
  left: 2px;
  top: -78px;
  height: 40px;
  width: 2px;
}

.marvel-device.iphone8 .volume:after,
.marvel-device.iphone8 .volume:before {
  position: absolute;
  border-radius: 2px 0 0 2px;
  background: inherit;
  content: '';
  display: block;
}

.marvel-device.iphone8 .volume:after {
  left: 0;
  top: 82px;
  height: 66px;
  width: 4px;
}

.marvel-device.iphone8 .camera {
  width: 12px;
  height: 12px;
  top: 24px;
  left: 50%;
  margin-left: -6px;
}

.marvel-device.iphone8 .camera,
.marvel-device.iphone8 .sensor {
  background: #3c3d3d;
  position: absolute;
  border-radius: 100%;
  z-index: 3;
}

.marvel-device.iphone8 .sensor {
  width: 16px;
  height: 16px;
  top: 49px;
  left: 134px;
}

.marvel-device.iphone8 .speaker {
  background: #292728;
  width: 70px;
  height: 6px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: -35px;
  border-radius: 6px;
  z-index: 3;
}

.marvel-device.iphone8.gold {
  background: #f9e7d3;
}

.marvel-device.iphone8.gold .bottom-bar,
.marvel-device.iphone8.gold .top-bar {
  background: #fff;
}

.marvel-device.iphone8.gold .sleep,
.marvel-device.iphone8.gold .volume {
  background: #f9e7d3;
}

.marvel-device.iphone8.gold .home {
  background: #cebba9;
  background: linear-gradient(135deg, #cebba9, #f9e7d3 50%, #cebba9);
}

.marvel-device.iphone8.black {
  background: #464646;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
}

.marvel-device.iphone8.black:before {
  background: #080808;
}

.marvel-device.iphone8.black:after {
  -webkit-box-shadow:
    inset 0 0 3px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 6px 3px #212121;
  box-shadow:
    inset 0 0 3px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 6px 3px #212121;
}

.marvel-device.iphone8.black .bottom-bar,
.marvel-device.iphone8.black .top-bar {
  background: #212121;
}

.marvel-device.iphone8.black .sleep,
.marvel-device.iphone8.black .volume {
  background: #464646;
}

.marvel-device.iphone8.black .camera {
  background: #080808;
}

.marvel-device.iphone8.black .home {
  background: #080808;
  background: linear-gradient(135deg, #080808, #464646 50%, #080808);
}

.marvel-device.iphone8.black .home:before {
  background: #080808;
}

.marvel-device.iphone8.landscape {
  padding: 24px 105px;
  height: 375px;
  width: 667px;
}

.marvel-device.iphone8.landscape .sleep {
  top: 100%;
  border-radius: 0 0 2px 2px;
  right: 190px;
  height: 4px;
  width: 66px;
}

.marvel-device.iphone8.landscape .volume {
  width: 66px;
  height: 4px;
  top: -4px;
  left: calc(100% - 254px);
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone8.landscape .volume:before {
  width: 40px;
  height: 2px;
  top: 2px;
  right: -78px;
  left: auto;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone8.landscape .volume:after {
  left: -82px;
  width: 66px;
  height: 4px;
  top: 0;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone8.landscape .top-bar {
  width: 14px;
  height: 100%;
  left: calc(100% - 82px);
  top: 0;
}

.marvel-device.iphone8.landscape .bottom-bar {
  width: 14px;
  height: 100%;
  left: 68px;
  top: 0;
}

.marvel-device.iphone8.landscape .home {
  top: 50%;
  margin-top: -34px;
  margin-left: 0;
  left: 22px;
}

.marvel-device.iphone8.landscape .sensor {
  top: 134px;
  left: calc(100% - 65px);
}

.marvel-device.iphone8.landscape .speaker {
  height: 70px;
  width: 6px;
  left: calc(100% - 60px);
  top: 50%;
  margin-left: 0;
  margin-top: -35px;
}

.marvel-device.iphone8.landscape .camera {
  left: calc(100% - 32px);
  top: 50%;
  margin-left: 0;
  margin-top: -5px;
}

.marvel-device.iphone8plus {
  width: 414px;
  height: 736px;
  padding: 112px 26px;
  background: #d9dbdc;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.marvel-device.iphone8plus:before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  content: '';
  left: 6px;
  border-radius: 50px;
  background: #f8f8f8;
  z-index: 1;
}

.marvel-device.iphone8plus:after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  content: '';
  left: 8px;
  border-radius: 48px;
  -webkit-box-shadow:
    inset 0 0 3px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 6px 3px #fff;
  box-shadow:
    inset 0 0 3px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 6px 3px #fff;
  z-index: 2;
}

.marvel-device.iphone8plus .home {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 24px;
  z-index: 3;
  background: #303233;
  background: linear-gradient(135deg, #303233, #b5b7b9 50%, #f0f2f2 69%, #303233);
}

.marvel-device.iphone8plus .home:before {
  background: #f8f8f8;
  position: absolute;
  content: '';
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
}

.marvel-device.iphone8plus .top-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  top: 68px;
  left: 0;
}

.marvel-device.iphone8plus .bottom-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  bottom: 68px;
  left: 0;
}

.marvel-device.iphone8plus .sleep {
  position: absolute;
  top: 190px;
  right: -4px;
  width: 4px;
  height: 66px;
  border-radius: 0 2px 2px 0;
  background: #d9dbdc;
}

.marvel-device.iphone8plus .volume {
  position: absolute;
  left: -4px;
  top: 188px;
  z-index: 0;
  height: 66px;
  width: 4px;
  border-radius: 2px 0 0 2px;
  background: #d9dbdc;
}

.marvel-device.iphone8plus .volume:before {
  left: 2px;
  top: -78px;
  height: 40px;
  width: 2px;
}

.marvel-device.iphone8plus .volume:after,
.marvel-device.iphone8plus .volume:before {
  position: absolute;
  border-radius: 2px 0 0 2px;
  background: inherit;
  content: '';
  display: block;
}

.marvel-device.iphone8plus .volume:after {
  left: 0;
  top: 82px;
  height: 66px;
  width: 4px;
}

.marvel-device.iphone8plus .camera {
  background: #3c3d3d;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -6px;
  border-radius: 100%;
  z-index: 3;
}

.marvel-device.iphone8plus .sensor {
  background: #3c3d3d;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 54px;
  left: 154px;
  z-index: 3;
  border-radius: 100%;
}

.marvel-device.iphone8plus .speaker {
  background: #292728;
  width: 70px;
  height: 6px;
  position: absolute;
  top: 59px;
  left: 50%;
  margin-left: -35px;
  border-radius: 6px;
  z-index: 3;
}

.marvel-device.iphone8plus.gold {
  background: #f9e7d3;
}

.marvel-device.iphone8plus.gold .bottom-bar,
.marvel-device.iphone8plus.gold .top-bar {
  background: #fff;
}

.marvel-device.iphone8plus.gold .sleep,
.marvel-device.iphone8plus.gold .volume {
  background: #f9e7d3;
}

.marvel-device.iphone8plus.gold .home {
  background: #cebba9;
  background: linear-gradient(135deg, #cebba9, #f9e7d3 50%, #cebba9);
}

.marvel-device.iphone8plus.black {
  background: #464646;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
}

.marvel-device.iphone8plus.black:before {
  background: #080808;
}

.marvel-device.iphone8plus.black:after {
  -webkit-box-shadow:
    inset 0 0 3px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 6px 3px #212121;
  box-shadow:
    inset 0 0 3px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 6px 3px #212121;
}

.marvel-device.iphone8plus.black .bottom-bar,
.marvel-device.iphone8plus.black .top-bar {
  background: #212121;
}

.marvel-device.iphone8plus.black .sleep,
.marvel-device.iphone8plus.black .volume {
  background: #464646;
}

.marvel-device.iphone8plus.black .camera {
  background: #080808;
}

.marvel-device.iphone8plus.black .home {
  background: #080808;
  background: linear-gradient(135deg, #080808, #464646 50%, #080808);
}

.marvel-device.iphone8plus.black .home:before {
  background: #080808;
}

.marvel-device.iphone8plus.landscape {
  padding: 26px 112px;
  height: 414px;
  width: 736px;
}

.marvel-device.iphone8plus.landscape .sleep {
  top: 100%;
  border-radius: 0 0 2px 2px;
  right: 190px;
  height: 4px;
  width: 66px;
}

.marvel-device.iphone8plus.landscape .volume {
  width: 66px;
  height: 4px;
  top: -4px;
  left: calc(100% - 254px);
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone8plus.landscape .volume:before {
  width: 40px;
  height: 2px;
  top: 2px;
  right: -78px;
  left: auto;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone8plus.landscape .volume:after {
  left: -82px;
  width: 66px;
  height: 4px;
  top: 0;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone8plus.landscape .top-bar {
  width: 14px;
  height: 100%;
  left: calc(100% - 82px);
  top: 0;
}

.marvel-device.iphone8plus.landscape .bottom-bar {
  width: 14px;
  height: 100%;
  left: 68px;
  top: 0;
}

.marvel-device.iphone8plus.landscape .home {
  top: 50%;
  margin-top: -34px;
  margin-left: 0;
  left: 24px;
}

.marvel-device.iphone8plus.landscape .sensor {
  top: 154px;
  left: calc(100% - 70px);
}

.marvel-device.iphone8plus.landscape .speaker {
  height: 70px;
  width: 6px;
  left: calc(100% - 65px);
  top: 50%;
  margin-left: 0;
  margin-top: -35px;
}

.marvel-device.iphone8plus.landscape .camera {
  left: calc(100% - 29px);
  top: 50%;
  margin-left: 0;
  margin-top: -5px;
}

.marvel-device.iphone5c,
.marvel-device.iphone5s {
  padding: 105px 22px;
  background: #2c2b2c;
  width: 320px;
  height: 568px;
  border-radius: 50px;
}

.marvel-device.iphone5c:before,
.marvel-device.iphone5s:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  content: '';
  left: 4px;
  border-radius: 46px;
  background: #1e1e1e;
  z-index: 1;
}

.marvel-device.iphone5c .sleep,
.marvel-device.iphone5s .sleep {
  position: absolute;
  top: -4px;
  right: 60px;
  width: 60px;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background: #282727;
}

.marvel-device.iphone5c .volume,
.marvel-device.iphone5s .volume {
  position: absolute;
  left: -4px;
  top: 180px;
  z-index: 0;
  height: 27px;
  width: 4px;
  border-radius: 2px 0 0 2px;
  background: #282727;
}

.marvel-device.iphone5c .volume:before,
.marvel-device.iphone5s .volume:before {
  position: absolute;
  left: 0;
  top: -75px;
  height: 35px;
  width: 4px;
  border-radius: 2px 0 0 2px;
  background: inherit;
  content: '';
  display: block;
}

.marvel-device.iphone5c .volume:after,
.marvel-device.iphone5s .volume:after {
  position: absolute;
  left: 0;
  bottom: -64px;
  height: 27px;
  width: 4px;
  border-radius: 2px 0 0 2px;
  background: inherit;
  content: '';
  display: block;
}

.marvel-device.iphone5c .camera,
.marvel-device.iphone5s .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
  z-index: 3;
}

.marvel-device.iphone5c .sensor,
.marvel-device.iphone5s .sensor {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60px;
  left: 160px;
  z-index: 3;
  margin-left: -32px;
  border-radius: 5px;
}

.marvel-device.iphone5c .speaker,
.marvel-device.iphone5s .speaker {
  background: #292728;
  width: 64px;
  height: 10px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -32px;
  border-radius: 5px;
  z-index: 3;
}

.marvel-device.iphone5c.landscape,
.marvel-device.iphone5s.landscape {
  padding: 22px 105px;
  height: 320px;
  width: 568px;
}

.marvel-device.iphone5c.landscape .sleep,
.marvel-device.iphone5s.landscape .sleep {
  right: -4px;
  top: calc(100% - 120px);
  height: 60px;
  width: 4px;
  border-radius: 0 2px 2px 0;
}

.marvel-device.iphone5c.landscape .volume,
.marvel-device.iphone5s.landscape .volume {
  width: 27px;
  height: 4px;
  top: -4px;
  left: calc(100% - 180px);
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone5c.landscape .volume:before,
.marvel-device.iphone5s.landscape .volume:before {
  width: 35px;
  height: 4px;
  top: 0;
  right: -75px;
  left: auto;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone5c.landscape .volume:after,
.marvel-device.iphone5s.landscape .volume:after {
  bottom: 0;
  left: -64px;
  z-index: 999;
  height: 4px;
  width: 27px;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone5c.landscape .sensor,
.marvel-device.iphone5s.landscape .sensor {
  top: 160px;
  left: calc(100% - 60px);
  margin-left: 0;
  margin-top: -32px;
}

.marvel-device.iphone5c.landscape .speaker,
.marvel-device.iphone5s.landscape .speaker {
  height: 64px;
  width: 10px;
  left: calc(100% - 60px);
  top: 50%;
  margin-left: 0;
  margin-top: -32px;
}

.marvel-device.iphone5c.landscape .camera,
.marvel-device.iphone5s.landscape .camera {
  left: calc(100% - 32px);
  top: 50%;
  margin-left: 0;
  margin-top: -5px;
}

.marvel-device.iphone5s .home {
  border-radius: 36px;
  width: 68px;
  -webkit-box-shadow: inset 0 0 0 4px #2c2b2c;
  box-shadow: inset 0 0 0 4px #2c2b2c;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 19px;
  z-index: 3;
}

.marvel-device.iphone5s .top-bar {
  top: 70px;
  position: absolute;
  left: 0;
}

.marvel-device.iphone5s .bottom-bar {
  bottom: 70px;
  position: absolute;
  left: 0;
}

.marvel-device.iphone5s.landscape .home {
  left: 19px;
  bottom: 50%;
  margin-bottom: -34px;
  margin-left: 0;
}

.marvel-device.iphone5s.landscape .top-bar {
  left: 70px;
  top: 0;
  width: 3px;
  height: 100%;
}

.marvel-device.iphone5s.landscape .bottom-bar {
  right: 70px;
  left: auto;
  bottom: 0;
  width: 3px;
  height: 100%;
}

.marvel-device.iphone5s.silver {
  background: #bcbcbc;
}

.marvel-device.iphone5s.silver:before {
  background: #fcfcfc;
}

.marvel-device.iphone5s.silver .sleep,
.marvel-device.iphone5s.silver .volume {
  background: #d6d6d6;
}

.marvel-device.iphone5s.silver .bottom-bar,
.marvel-device.iphone5s.silver .top-bar {
  background: #eaebec;
}

.marvel-device.iphone5s.silver .home {
  -webkit-box-shadow: inset 0 0 0 4px #bcbcbc;
  box-shadow: inset 0 0 0 4px #bcbcbc;
}

.marvel-device.iphone5s.gold {
  background: #f9e7d3;
}

.marvel-device.iphone5s.gold:before {
  background: #fcfcfc;
}

.marvel-device.iphone5s.gold .sleep,
.marvel-device.iphone5s.gold .volume {
  background: #f9e7d3;
}

.marvel-device.iphone5s.gold .bottom-bar,
.marvel-device.iphone5s.gold .top-bar {
  background: #fff;
}

.marvel-device.iphone5s.gold .home {
  -webkit-box-shadow: inset 0 0 0 4px #f9e7d3;
  box-shadow: inset 0 0 0 4px #f9e7d3;
}

.marvel-device.iphone5c {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.marvel-device.iphone5c .bottom-bar,
.marvel-device.iphone5c .top-bar {
  display: none;
}

.marvel-device.iphone5c .home {
  background: #242324;
  border-radius: 36px;
  width: 68px;
  height: 68px;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 19px;
}

.marvel-device.iphone5c .home:after {
  width: 20px;
  height: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
}

.marvel-device.iphone5c.landscape .home {
  left: 19px;
  bottom: 50%;
  margin-bottom: -34px;
  margin-left: 0;
}

.marvel-device.iphone5c .sleep,
.marvel-device.iphone5c .volume {
  background: #ddd;
}

.marvel-device.iphone5c.red {
  background: #f96b6c;
}

.marvel-device.iphone5c.red .sleep,
.marvel-device.iphone5c.red .volume {
  background: #ed5758;
}

.marvel-device.iphone5c.yellow {
  background: #f2dc60;
}

.marvel-device.iphone5c.yellow .sleep,
.marvel-device.iphone5c.yellow .volume {
  background: #e5ce4c;
}

.marvel-device.iphone5c.green {
  background: #97e563;
}

.marvel-device.iphone5c.green .sleep,
.marvel-device.iphone5c.green .volume {
  background: #85d94d;
}

.marvel-device.iphone5c.blue {
  background: #33a2db;
}

.marvel-device.iphone5c.blue .sleep,
.marvel-device.iphone5c.blue .volume {
  background: #2694cd;
}

.marvel-device.iphone4s {
  padding: 129px 27px;
  width: 320px;
  height: 480px;
  background: #686868;
  border-radius: 54px;
}

.marvel-device.iphone4s:before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  border-radius: 50px;
  background: #1e1e1e;
}

.marvel-device.iphone4s .top-bar {
  top: 60px;
  position: absolute;
  left: 0;
}

.marvel-device.iphone4s .bottom-bar {
  bottom: 90px;
  position: absolute;
  left: 0;
}

.marvel-device.iphone4s .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 72px;
  left: 134px;
  z-index: 3;
  margin-left: -5px;
  border-radius: 100%;
}

.marvel-device.iphone4s .speaker {
  width: 64px;
  top: 72px;
  margin-left: -32px;
}

.marvel-device.iphone4s .sensor,
.marvel-device.iphone4s .speaker {
  background: #292728;
  height: 10px;
  position: absolute;
  left: 50%;
  z-index: 3;
  border-radius: 5px;
}

.marvel-device.iphone4s .sensor {
  width: 40px;
  top: 36px;
  margin-left: -20px;
}

.marvel-device.iphone4s .home {
  background: #242324;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 30px;
}

.marvel-device.iphone4s .home:after {
  width: 20px;
  height: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
}

.marvel-device.iphone4s .sleep {
  position: absolute;
  top: -4px;
  right: 60px;
  width: 60px;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background: #4d4d4d;
}

.marvel-device.iphone4s .volume {
  position: absolute;
  left: -4px;
  top: 160px;
  height: 27px;
  width: 4px;
  border-radius: 2px 0 0 2px;
  background: #4d4d4d;
}

.marvel-device.iphone4s .volume:before {
  top: -70px;
  height: 35px;
}

.marvel-device.iphone4s .volume:after,
.marvel-device.iphone4s .volume:before {
  position: absolute;
  left: 0;
  width: 4px;
  border-radius: 2px 0 0 2px;
  background: inherit;
  content: '';
  display: block;
}

.marvel-device.iphone4s .volume:after {
  bottom: -64px;
  height: 27px;
}

.marvel-device.iphone4s.landscape {
  padding: 27px 129px;
  height: 320px;
  width: 480px;
}

.marvel-device.iphone4s.landscape .bottom-bar {
  left: 90px;
  bottom: 0;
  height: 100%;
  width: 3px;
}

.marvel-device.iphone4s.landscape .top-bar {
  left: calc(100% - 60px);
  top: 0;
  height: 100%;
  width: 3px;
}

.marvel-device.iphone4s.landscape .camera {
  top: 134px;
  left: calc(100% - 72px);
  margin-left: 0;
}

.marvel-device.iphone4s.landscape .speaker {
  top: 50%;
  margin-left: 0;
  margin-top: -32px;
  left: calc(100% - 72px);
  width: 10px;
  height: 64px;
}

.marvel-device.iphone4s.landscape .sensor {
  height: 40px;
  width: 10px;
  left: calc(100% - 36px);
  top: 50%;
  margin-left: 0;
  margin-top: -20px;
}

.marvel-device.iphone4s.landscape .home {
  left: 30px;
  bottom: 50%;
  margin-left: 0;
  margin-bottom: -36px;
}

.marvel-device.iphone4s.landscape .sleep {
  height: 60px;
  width: 4px;
  right: -4px;
  top: calc(100% - 120px);
  border-radius: 0 2px 2px 0;
}

.marvel-device.iphone4s.landscape .volume {
  top: -4px;
  left: calc(100% - 187px);
  height: 4px;
  width: 27px;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone4s.landscape .volume:before {
  right: -70px;
  left: auto;
  top: 0;
  width: 35px;
  height: 4px;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone4s.landscape .volume:after {
  width: 27px;
  height: 4px;
  bottom: 0;
  left: -64px;
  border-radius: 2px 2px 0 0;
}

.marvel-device.iphone4s.silver {
  background: #bcbcbc;
}

.marvel-device.iphone4s.silver:before {
  background: #fcfcfc;
}

.marvel-device.iphone4s.silver .home {
  background: #fcfcfc;
  -webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
  box-shadow: inset 0 0 0 1px #bcbcbc;
}

.marvel-device.iphone4s.silver .home:after {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.marvel-device.iphone4s.silver .sleep,
.marvel-device.iphone4s.silver .volume {
  background: #d6d6d6;
}

.marvel-device.nexus5 {
  padding: 50px 15px;
  width: 320px;
  height: 568px;
  background: #1e1e1e;
  border-radius: 20px;
}

.marvel-device.nexus5:before {
  border-radius: 600px/50px;
  background: inherit;
  content: '';
  top: 0;
  position: absolute;
  height: 103.1%;
  width: calc(100% - 26px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.marvel-device.nexus5 .top-bar {
  width: calc(100% - 8px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 20px;
  background: #181818;
}

.marvel-device.nexus5 .top-bar:before {
  border-radius: 600px/50px;
  background: inherit;
  content: '';
  top: 0;
  position: absolute;
  height: 103%;
  width: calc(100% - 26px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.marvel-device.nexus5 .bottom-bar {
  display: none;
}

.marvel-device.nexus5 .sleep {
  width: 3px;
  position: absolute;
  left: -3px;
  top: 110px;
  height: 100px;
  background: inherit;
  border-radius: 2px 0 0 2px;
}

.marvel-device.nexus5 .volume {
  width: 3px;
  position: absolute;
  right: -3px;
  top: 70px;
  height: 45px;
  background: inherit;
  border-radius: 0 2px 2px 0;
}

.marvel-device.nexus5 .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  margin-left: -5px;
  border-radius: 100%;
}

.marvel-device.nexus5 .camera:before {
  background: #3c3d3d;
  width: 6px;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: -100px;
  z-index: 3;
  border-radius: 100%;
}

.marvel-device.nexus5.landscape {
  padding: 15px 50px;
  height: 320px;
  width: 568px;
}

.marvel-device.nexus5.landscape:before {
  width: 103.1%;
  height: calc(100% - 26px);
  border-radius: 50px/600px;
}

.marvel-device.nexus5.landscape .top-bar {
  left: 3px;
  top: 4px;
  height: calc(100% - 8px);
  width: calc(100% - 6px);
}

.marvel-device.nexus5.landscape .top-bar:before {
  width: 103%;
  height: calc(100% - 26px);
  border-radius: 50px/600px;
}

.marvel-device.nexus5.landscape .sleep {
  height: 3px;
  width: 100px;
  left: calc(100% - 210px);
  top: -3px;
  border-radius: 2px 2px 0 0;
}

.marvel-device.nexus5.landscape .volume {
  height: 3px;
  width: 45px;
  right: 70px;
  top: 100%;
  border-radius: 0 0 2px 2px;
}

.marvel-device.nexus5.landscape .camera {
  top: 50%;
  left: calc(100% - 18px);
  margin-left: 0;
  margin-top: -5px;
}

.marvel-device.nexus5.landscape .camera:before {
  top: -100px;
  left: 2px;
}

.marvel-device.s5 {
  padding: 60px 18px;
  border-radius: 42px;
  width: 320px;
  height: 568px;
  background: #bcbcbc;
}

.marvel-device.s5:after,
.marvel-device.s5:before {
  width: calc(100% - 52px);
  content: '';
  display: block;
  height: 26px;
  background: inherit;
  position: absolute;
  border-radius: 500px/40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marvel-device.s5:before {
  top: -7px;
}

.marvel-device.s5:after {
  bottom: -7px;
}

.marvel-device.s5 .bottom-bar {
  display: none;
}

.marvel-device.s5 .top-bar {
  border-radius: 37px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  background:
    radial-gradient(rgba(0, 0, 0, 0.02) 20%, transparent 60%) 0 0,
    radial-gradient(rgba(0, 0, 0, 0.02) 20%, transparent 60%) 3px 3px;
  background-color: #fff;
  background-size: 4px 4px;
  background-position: 50%;
  z-index: 2;
  position: absolute;
}

.marvel-device.s5 .top-bar:after,
.marvel-device.s5 .top-bar:before {
  width: calc(100% - 48px);
  content: '';
  display: block;
  height: 26px;
  background: inherit;
  position: absolute;
  border-radius: 500px/40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marvel-device.s5 .top-bar:before {
  top: -7px;
}

.marvel-device.s5 .top-bar:after {
  bottom: -7px;
}

.marvel-device.s5 .sleep {
  width: 3px;
  position: absolute;
  left: -3px;
  top: 100px;
  height: 100px;
  background: #cecece;
  border-radius: 2px 0 0 2px;
}

.marvel-device.s5 .speaker {
  width: 68px;
  left: 50%;
  margin-left: -34px;
  background-color: #bcbcbc;
  background-position: 0 0;
  border-radius: 4px;
}

.marvel-device.s5 .sensor,
.marvel-device.s5 .speaker {
  height: 8px;
  position: absolute;
  top: 20px;
  display: block;
  z-index: 3;
}

.marvel-device.s5 .sensor {
  right: 110px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
}

.marvel-device.s5 .sensor:after {
  content: '';
  top: 0;
  right: 12px;
  background: #3c3d3d;
  width: 8px;
  height: 8px;
}

.marvel-device.s5 .camera,
.marvel-device.s5 .sensor:after {
  display: block;
  position: absolute;
  border-radius: 100%;
  z-index: 3;
}

.marvel-device.s5 .camera {
  top: 24px;
  right: 42px;
  background: #000;
  width: 10px;
  height: 10px;
}

.marvel-device.s5 .camera:before {
  width: 4px;
  height: 4px;
  background: #3c3d3d;
  border-radius: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
}

.marvel-device.s5 .home {
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 50%;
  width: 70px;
  height: 20px;
  background: #fff;
  border-radius: 18px;
  display: block;
  margin-left: -35px;
  border: 2px solid #000;
}

.marvel-device.s5.landscape {
  padding: 18px 60px;
  height: 320px;
  width: 568px;
}

.marvel-device.s5.landscape:after,
.marvel-device.s5.landscape:before {
  height: calc(100% - 52px);
  width: 26px;
  border-radius: 40px/500px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.marvel-device.s5.landscape:before {
  top: 50%;
  left: -7px;
}

.marvel-device.s5.landscape:after {
  top: 50%;
  left: auto;
  right: -7px;
}

.marvel-device.s5.landscape .top-bar:after,
.marvel-device.s5.landscape .top-bar:before {
  width: 26px;
  height: calc(100% - 48px);
  border-radius: 40px/500px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.marvel-device.s5.landscape .top-bar:before {
  right: -7px;
  top: 50%;
  left: auto;
}

.marvel-device.s5.landscape .top-bar:after {
  left: -7px;
  top: 50%;
  right: auto;
}

.marvel-device.s5.landscape .sleep {
  height: 3px;
  width: 100px;
  left: calc(100% - 200px);
  top: -3px;
  border-radius: 2px 2px 0 0;
}

.marvel-device.s5.landscape .speaker {
  height: 68px;
  width: 8px;
  left: calc(100% - 20px);
  top: 50%;
  margin-left: 0;
  margin-top: -34px;
}

.marvel-device.s5.landscape .sensor {
  right: 20px;
  top: calc(100% - 110px);
}

.marvel-device.s5.landscape .sensor:after {
  left: -12px;
  right: 0;
}

.marvel-device.s5.landscape .camera {
  top: calc(100% - 42px);
  right: 24px;
}

.marvel-device.s5.landscape .home {
  width: 20px;
  height: 70px;
  bottom: 50%;
  margin-bottom: -35px;
  margin-left: 0;
  left: 17px;
}

.marvel-device.s5.black {
  background: #1e1e1e;
}

.marvel-device.s5.black .speaker {
  background: #000;
}

.marvel-device.s5.black .sleep {
  background: #1e1e1e;
}

.marvel-device.s5.black .top-bar {
  background:
    radial-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 60%) 0 0,
    radial-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 60%) 3px 3px;
  background-color: #2c2b2c;
  background-size: 4px 4px;
}

.marvel-device.s5.black .home {
  background: #2c2b2c;
}

.marvel-device.lumia920 {
  padding: 80px 35px 125px;
  background: #fd0;
  width: 320px;
  height: 533px;
  border-radius: 40px/3px;
}

.marvel-device.lumia920 .bottom-bar {
  display: none;
}

.marvel-device.lumia920 .top-bar {
  width: calc(100% - 24px);
  height: calc(100% - 32px);
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 24px;
  background: #000;
  z-index: 1;
}

.marvel-device.lumia920 .top-bar:before {
  background: #1e1e1e;
  display: block;
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 22px;
}

.marvel-device.lumia920 .volume {
  width: 3px;
  position: absolute;
  top: 130px;
  height: 100px;
  background: #1e1e1e;
  right: -3px;
  border-radius: 0 2px 2px 0;
}

.marvel-device.lumia920 .volume:before {
  top: 190px;
}

.marvel-device.lumia920 .volume:after,
.marvel-device.lumia920 .volume:before {
  width: 3px;
  position: absolute;
  content: '';
  display: block;
  height: 50px;
  background: inherit;
  right: 0;
  border-radius: 0 2px 2px 0;
}

.marvel-device.lumia920 .volume:after {
  top: 460px;
}

.marvel-device.lumia920 .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 34px;
  right: 130px;
  z-index: 5;
  border-radius: 5px;
}

.marvel-device.lumia920 .speaker {
  background: #292728;
  width: 64px;
  height: 10px;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -32px;
  border-radius: 5px;
  z-index: 3;
}

.marvel-device.lumia920.landscape {
  padding: 35px 80px 35px 125px;
  height: 320px;
  width: 568px;
  border-radius: 2px/100px;
}

.marvel-device.lumia920.landscape .top-bar {
  height: calc(100% - 24px);
  width: calc(100% - 32px);
  left: 16px;
  top: 12px;
}

.marvel-device.lumia920.landscape .volume {
  height: 3px;
  right: 130px;
  width: 100px;
  top: 100%;
  border-radius: 0 0 2px 2px;
}

.marvel-device.lumia920.landscape .volume:before {
  height: 3px;
  right: 190px;
  top: 0;
  width: 50px;
  border-radius: 0 0 2px 2px;
}

.marvel-device.lumia920.landscape .volume:after {
  height: 3px;
  right: 430px;
  top: 0;
  width: 50px;
  border-radius: 0 0 2px 2px;
}

.marvel-device.lumia920.landscape .camera {
  right: 30px;
  top: calc(100% - 140px);
}

.marvel-device.lumia920.landscape .speaker {
  width: 10px;
  height: 64px;
  top: 50%;
  margin-left: 0;
  margin-top: -32px;
  left: calc(100% - 48px);
}

.marvel-device.lumia920.black {
  background: #000;
}

.marvel-device.lumia920.white {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.marvel-device.lumia920.blue {
  background: #00acdd;
}

.marvel-device.lumia920.red {
  background: #cc3e32;
}

.marvel-device.htc-one {
  padding: 72px 25px 100px;
  width: 320px;
  height: 568px;
  background: #bebebe;
  border-radius: 34px;
}

.marvel-device.htc-one:before {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: #adadad;
  border-radius: 32px;
}

.marvel-device.htc-one:after {
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  background: #eee;
  border-radius: 30px;
}

.marvel-device.htc-one .top-bar {
  width: calc(100% - 4px);
  height: 635px;
  position: absolute;
  background: #424242;
  top: 50px;
  z-index: 1;
  left: 2px;
}

.marvel-device.htc-one .top-bar:before {
  content: '';
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  background: #000;
  top: 0;
  z-index: 1;
  left: 2px;
}

.marvel-device.htc-one .bottom-bar {
  display: none;
}

.marvel-device.htc-one .speaker {
  top: 22px;
  background:
    radial-gradient(#343434 25%, transparent 50%) 0 0,
    radial-gradient(#343434 25%, transparent 50%) 4px 4px;
  background-size: 4px 4px;
  background-position: 0 0;
}

.marvel-device.htc-one .speaker,
.marvel-device.htc-one .speaker:after {
  height: 16px;
  width: 216px;
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -108px;
}

.marvel-device.htc-one .speaker:after {
  content: '';
  top: 676px;
  background: inherit;
}

.marvel-device.htc-one .camera {
  display: block;
  position: absolute;
  top: 18px;
  right: 38px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  z-index: 3;
}

.marvel-device.htc-one .camera:before {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
}

.marvel-device.htc-one .sensor {
  top: 29px;
  left: 60px;
}

.marvel-device.htc-one .sensor,
.marvel-device.htc-one .sensor:after {
  display: block;
  position: absolute;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3;
}

.marvel-device.htc-one .sensor:after {
  content: '';
  top: 0;
  right: 12px;
}

.marvel-device.htc-one.landscape {
  padding: 25px 72px 25px 100px;
  height: 320px;
  width: 568px;
}

.marvel-device.htc-one.landscape .top-bar {
  height: calc(100% - 4px);
  width: 635px;
  left: calc(100% - 685px);
  top: 2px;
}

.marvel-device.htc-one.landscape .speaker {
  width: 16px;
  height: 216px;
  left: calc(100% - 38px);
  top: 50%;
  margin-left: 0;
  margin-top: -108px;
}

.marvel-device.htc-one.landscape .speaker:after {
  width: 16px;
  height: 216px;
  left: calc(100% - 692px);
  top: 50%;
  margin-left: 0;
  margin-top: -108px;
}

.marvel-device.htc-one.landscape .camera {
  right: 18px;
  top: calc(100% - 38px);
}

.marvel-device.htc-one.landscape .sensor {
  left: calc(100% - 29px);
  top: 60px;
}

.marvel-device.htc-one.landscape .sensor :after {
  right: 0;
  top: -12px;
}

.marvel-device.ipad {
  width: 576px;
  height: 768px;
  padding: 90px 25px;
  background: #242324;
  border-radius: 44px;
}

.marvel-device.ipad:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 4px;
  border-radius: 40px;
  background: #1e1e1e;
}

.marvel-device.ipad .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -5px;
  border-radius: 100%;
}

.marvel-device.ipad .bottom-bar,
.marvel-device.ipad .top-bar {
  display: none;
}

.marvel-device.ipad .home {
  background: #242324;
  border-radius: 36px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 22px;
}

.marvel-device.ipad .home:after {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -8px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
}

.marvel-device.ipad.landscape {
  height: 576px;
  width: 768px;
  padding: 25px 90px;
}

.marvel-device.ipad.landscape .camera {
  left: calc(100% - 44px);
  top: 50%;
  margin-left: 0;
  margin-top: -5px;
}

.marvel-device.ipad.landscape .home {
  top: 50%;
  left: 22px;
  margin-left: 0;
  margin-top: -25px;
}

.marvel-device.ipad.silver {
  background: #bcbcbc;
}

.marvel-device.ipad.silver:before {
  background: #fcfcfc;
}

.marvel-device.ipad.silver .home {
  background: #fcfcfc;
  -webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
  box-shadow: inset 0 0 0 1px #bcbcbc;
}

.marvel-device.ipad.silver .home:after {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.marvel-device.macbook {
  width: 960px;
  height: 600px;
  padding: 44px 44px 76px;
  margin: 0 auto;
  background: #bebebe;
  border-radius: 34px;
}

.marvel-device.macbook:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 4px;
  border-radius: 30px;
  background: #1e1e1e;
}

.marvel-device.macbook .top-bar {
  width: calc(100% + 140px);
  height: 40px;
  position: absolute;
  content: '';
  display: block;
  top: 680px;
  left: -70px;
  border-bottom-left-radius: 90px 18px;
  border-bottom-right-radius: 90px 18px;
  background: #bebebe;
  -webkit-box-shadow: inset 0 -4px 13px 3px rgba(34, 34, 34, 0.6);
  box-shadow: inset 0 -4px 13px 3px rgba(34, 34, 34, 0.6);
}

.marvel-device.macbook .top-bar:before {
  width: 100%;
  height: 24px;
  content: '';
  display: block;
  top: 0;
  left: 0;
  background: #f0f0f0;
  border-bottom: 2px solid #aaa;
  border-radius: 5px;
  position: relative;
}

.marvel-device.macbook .top-bar:after {
  width: 16%;
  height: 14px;
  content: '';
  display: block;
  top: 0;
  background: #ddd;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: inset 0 -3px 10px #999;
  box-shadow: inset 0 -3px 10px #999;
}

.marvel-device.macbook .bottom-bar {
  background: transparent;
  width: calc(100% + 140px);
  height: 26px;
  position: absolute;
  content: '';
  display: block;
  top: 680px;
  left: -70px;
}

.marvel-device.macbook .bottom-bar:after,
.marvel-device.macbook .bottom-bar:before {
  height: calc(100% - 2px);
  width: 80px;
  content: '';
  display: block;
  top: 0;
  position: absolute;
}

.marvel-device.macbook .bottom-bar:before {
  left: 0;
  background: #f0f0f0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#747474),
    color-stop(5%, #c3c3c3),
    color-stop(14%, #ebebeb),
    color-stop(41%, #979797),
    color-stop(80%, #f0f0f0),
    color-stop(100%, #f0f0f0),
    to(#f0f0f0)
  );
  background: linear-gradient(90deg, #747474 0, #c3c3c3 5%, #ebebeb 14%, #979797 41%, #f0f0f0 80%, #f0f0f0 100%, #f0f0f0 0);
}

.marvel-device.macbook .bottom-bar:after {
  right: 0;
  background: #f0f0f0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f0f0f0),
    color-stop(0, #f0f0f0),
    color-stop(20%, #f0f0f0),
    color-stop(59%, #979797),
    color-stop(86%, #ebebeb),
    color-stop(95%, #c3c3c3),
    to(#747474)
  );
  background: linear-gradient(90deg, #f0f0f0 0, #f0f0f0 0, #f0f0f0 20%, #979797 59%, #ebebeb 86%, #c3c3c3 95%, #747474);
}

.marvel-device.macbook .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -5px;
  border-radius: 100%;
}

.marvel-device.macbook .home {
  display: none;
}

.marvel-device.iphone-x {
  width: 375px;
  height: 812px;
  padding: 26px;
  background: #fdfdfd;
  -webkit-box-shadow: inset 0 0 11px 0 #000;
  box-shadow: inset 0 0 11px 0 #000;
  border-radius: 66px;
}

.marvel-device.iphone-x .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 66px;
  overflow: hidden;
}

.marvel-device.iphone-x .shadow {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0, hsla(0, 0%, 100%, 0) 60%);
}

.marvel-device.iphone-x .shadow--tl {
  top: -20px;
  left: -20px;
}

.marvel-device.iphone-x .shadow--tr {
  top: -20px;
  right: -20px;
}

.marvel-device.iphone-x .shadow--bl {
  bottom: -20px;
  left: -20px;
}

.marvel-device.iphone-x .shadow--br {
  bottom: -20px;
  right: -20px;
}

.marvel-device.iphone-x:before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  content: '';
  left: 5px;
  border-radius: 61px;
  background: #000;
  z-index: 1;
}

.marvel-device.iphone-x .inner-shadow {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  overflow: hidden;
  left: 10px;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 15px 0 hsla(0, 0%, 100%, 0.66);
  box-shadow: inset 0 0 15px 0 hsla(0, 0%, 100%, 0.66);
  z-index: 1;
}

.marvel-device.iphone-x .inner-shadow:before {
  -webkit-box-shadow: inset 0 0 20px 0 #fff;
  box-shadow: inset 0 0 20px 0 #fff;
  width: 100%;
  height: 116%;
  position: absolute;
  top: -8%;
  content: '';
  left: 0;
  border-radius: 200px/112px;
  z-index: 2;
}

.marvel-device.iphone-x .screen {
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.marvel-device.iphone-x .bottom-bar,
.marvel-device.iphone-x .top-bar {
  width: 100%;
  position: absolute;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
}

.marvel-device.iphone-x .top-bar {
  top: 80px;
}

.marvel-device.iphone-x .bottom-bar {
  bottom: 80px;
}

.marvel-device.iphone-x .sleep,
.marvel-device.iphone-x .volume,
.marvel-device.iphone-x .volume:after,
.marvel-device.iphone-x .volume:before {
  width: 3px;
  background: #b5b5b5;
  position: absolute;
}

.marvel-device.iphone-x .volume {
  left: -3px;
  top: 116px;
  height: 32px;
}

.marvel-device.iphone-x .volume:before {
  height: 62px;
  top: 62px;
  content: '';
  left: 0;
}

.marvel-device.iphone-x .volume:after {
  height: 62px;
  top: 140px;
  content: '';
  left: 0;
}

.marvel-device.iphone-x .sleep {
  height: 96px;
  top: 200px;
  right: -3px;
}

.marvel-device.iphone-x .camera {
  width: 6px;
  height: 6px;
  top: 9px;
  border-radius: 100%;
  position: absolute;
  left: 154px;
  background: #0d4d71;
}

.marvel-device.iphone-x .speaker {
  height: 6px;
  width: 60px;
  left: 50%;
  position: absolute;
  top: 9px;
  margin-left: -30px;
  background: #171818;
  border-radius: 6px;
}

.marvel-device.iphone-x .notch {
  position: absolute;
  width: 210px;
  height: 30px;
  top: 26px;
  left: 108px;
  z-index: 4;
  background: #000;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.marvel-device.iphone-x .notch:after,
.marvel-device.iphone-x .notch:before {
  content: '';
  height: 8px;
  position: absolute;
  top: 0;
  width: 8px;
}

.marvel-device.iphone-x .notch:after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 70%, #000 0, #000 100%);
  left: -8px;
}

.marvel-device.iphone-x .notch:before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, #000 0, #000 100%);
  right: -8px;
}

.marvel-device.iphone-x.landscape {
  height: 375px;
  width: 812px;
}

.marvel-device.iphone-x.landscape .bottom-bar,
.marvel-device.iphone-x.landscape .top-bar {
  width: 8px;
  height: 100%;
  top: 0;
}

.marvel-device.iphone-x.landscape .top-bar {
  left: 80px;
}

.marvel-device.iphone-x.landscape .bottom-bar {
  right: 80px;
  bottom: auto;
  left: auto;
}

.marvel-device.iphone-x.landscape .sleep,
.marvel-device.iphone-x.landscape .volume,
.marvel-device.iphone-x.landscape .volume:after,
.marvel-device.iphone-x.landscape .volume:before {
  height: 3px;
}

.marvel-device.iphone-x.landscape .inner-shadow:before {
  height: 100%;
  width: 116%;
  left: -8%;
  top: 0;
  border-radius: 112px/200px;
}

.marvel-device.iphone-x.landscape .volume {
  bottom: -3px;
  top: auto;
  left: 116px;
  width: 32px;
}

.marvel-device.iphone-x.landscape .volume:before {
  width: 62px;
  left: 62px;
  top: 0;
}

.marvel-device.iphone-x.landscape .volume:after {
  width: 62px;
  left: 140px;
  top: 0;
}

.marvel-device.iphone-x.landscape .sleep {
  width: 96px;
  left: 200px;
  top: -3px;
  right: auto;
}

.marvel-device.iphone-x.landscape .camera {
  left: 9px;
  bottom: 154px;
  top: auto;
}

.marvel-device.iphone-x.landscape .speaker {
  width: 6px;
  height: 60px;
  left: 9px;
  top: 50%;
  margin-top: -30px;
  margin-left: 0;
}

.marvel-device.iphone-x.landscape .notch {
  height: 210px;
  width: 30px;
  left: 26px;
  bottom: 108px;
  top: auto;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 0;
}

.marvel-device.iphone-x.landscape .notch:after,
.marvel-device.iphone-x.landscape .notch:before {
  left: 0;
}

.marvel-device.iphone-x.landscape .notch:after {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, #000 0, #000 100%);
  bottom: -8px;
  top: auto;
}

.marvel-device.iphone-x.landscape .notch:before {
  background: radial-gradient(circle at top right, transparent 0, transparent 70%, #000 0, #000 100%);
  top: -8px;
}

.marvel-device.note8 {
  width: 400px;
  height: 822px;
  background: #000;
  border-radius: 34px;
  padding: 45px 10px;
}

.marvel-device.note8 .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 34px;
  overflow: hidden;
}

.marvel-device.note8 .speaker {
  height: 8px;
  width: 56px;
  left: 50%;
  position: absolute;
  top: 25px;
  margin-left: -28px;
  background: #171818;
  z-index: 1;
  border-radius: 8px;
}

.marvel-device.note8 .camera {
  height: 18px;
  width: 18px;
  left: 86px;
  top: 18px;
}

.marvel-device.note8 .camera,
.marvel-device.note8 .camera:before {
  position: absolute;
  background: #212b36;
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .camera:before {
  content: '';
  height: 8px;
  width: 8px;
  left: -22px;
  top: 5px;
}

.marvel-device.note8 .sensors {
  left: 120px;
  top: 22px;
}

.marvel-device.note8 .sensors,
.marvel-device.note8 .sensors:before {
  height: 10px;
  width: 10px;
  position: absolute;
  background: #1d233b;
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .sensors:before {
  content: '';
  left: 18px;
  top: 0;
}

.marvel-device.note8 .more-sensors {
  height: 16px;
  width: 16px;
  left: 285px;
  position: absolute;
  top: 18px;
  background: #33244a;
  -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.1);
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .more-sensors:before {
  content: '';
  height: 11px;
  width: 11px;
  left: 40px;
  position: absolute;
  top: 4px;
  background: #214a61;
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .sleep {
  width: 2px;
  height: 56px;
  background: #000;
  position: absolute;
  top: 288px;
  right: -2px;
}

.marvel-device.note8 .volume {
  width: 2px;
  height: 120px;
  background: #000;
  position: absolute;
  top: 168px;
  left: -2px;
}

.marvel-device.note8 .volume:before {
  content: '';
  top: 168px;
  width: 2px;
  position: absolute;
  left: 0;
  background: #000;
  height: 56px;
}

.marvel-device.note8 .inner {
  width: 100%;
  height: calc(100% - 8px);
  position: absolute;
  top: 2px;
  content: '';
  left: 0;
  border-radius: 34px;
  border-top: 2px solid #9fa0a2;
  border-bottom: 2px solid #9fa0a2;
  background: #000;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 6px 0 hsla(0, 0%, 100%, 0.5);
  box-shadow: inset 0 0 6px 0 hsla(0, 0%, 100%, 0.5);
}

.marvel-device.note8 .shadow {
  -webkit-box-shadow:
    inset 0 0 60px 0 #fff,
    inset 0 0 30px 0 hsla(0, 0%, 100%, 0.5),
    0 0 20px 0 #fff,
    0 0 20px 0 hsla(0, 0%, 100%, 0.5);
  box-shadow:
    inset 0 0 60px 0 #fff,
    inset 0 0 30px 0 hsla(0, 0%, 100%, 0.5),
    0 0 20px 0 #fff,
    0 0 20px 0 hsla(0, 0%, 100%, 0.5);
  height: 101%;
  position: absolute;
  top: -0.5%;
  content: '';
  width: calc(100% - 20px);
  left: 10px;
  border-radius: 38px;
  z-index: 5;
  pointer-events: none;
}

.marvel-device.note8 .screen {
  border-radius: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.marvel-device.note8.landscape {
  height: 400px;
  width: 822px;
  padding: 10px 45px;
}

.marvel-device.note8.landscape .speaker {
  height: 56px;
  width: 8px;
  top: 50%;
  margin-top: -28px;
  margin-left: 0;
  right: 25px;
  left: auto;
}

.marvel-device.note8.landscape .camera {
  top: 86px;
  right: 18px;
  left: auto;
}

.marvel-device.note8.landscape .camera:before {
  top: -22px;
  left: 5px;
}

.marvel-device.note8.landscape .sensors {
  top: 120px;
  right: 22px;
  left: auto;
}

.marvel-device.note8.landscape .sensors:before {
  top: 18px;
  left: 0;
}

.marvel-device.note8.landscape .more-sensors {
  top: 285px;
  right: 18px;
  left: auto;
}

.marvel-device.note8.landscape .more-sensors:before {
  top: 40px;
  left: 4px;
}

.marvel-device.note8.landscape .sleep {
  bottom: -2px;
  top: auto;
  right: 288px;
  width: 56px;
  height: 2px;
}

.marvel-device.note8.landscape .volume {
  width: 120px;
  height: 2px;
  top: -2px;
  right: 168px;
  left: auto;
}

.marvel-device.note8.landscape .volume:before {
  right: 168px;
  left: auto;
  top: 0;
  width: 56px;
  height: 2px;
}

.marvel-device.note8.landscape .inner {
  height: 100%;
  width: calc(100% - 8px);
  left: 2px;
  top: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 2px solid #9fa0a2;
  border-right: 2px solid #9fa0a2;
}

.marvel-device.note8.landscape .shadow {
  width: 101%;
  height: calc(100% - 20px);
  left: -0.5%;
  top: 10px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.cards {
  height: auto;
  display: grid;
  grid-template: repeat(auto-fit, minmax(300px, 1fr)) / repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 5px;
  padding: 12px;
  background: #eee;
}

.cards .link {
  height: 100%;
}

.cards .card {
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cards .chart {
  flex: 1 0 150px;
  min-height: 150px;
  display: grid;
  grid-template: repeat(100, 1fr) / repeat(3, 1fr);
  grid-column-gap: 30px;
  padding: 12px;
  border-radius: 8px;
}

.cards .chart [class*='bar'] {
  border-radius: 8px 8px 0 0;
  transition: all 0.6s ease;
  grid-row-end: 102;
  display: grid;
  color: #444;
  background-color: #0074d9;
}

.cards .chart [class*='bar']:last-child {
  background-color: #ff4136;
}

.cards .chart [class*='bar']:hover {
  opacity: 0.5;
  cursor: pointer;
}

.cards .chart .bar1 {
  grid-row-start: 1;
}

.cards .chart .bar2 {
  grid-row-start: 30;
}

.cards .chart .bar3 {
  grid-row-start: 20;
}

.cards .pie {
  background: #ff4136;
  background-image: linear-gradient(90deg, transparent 50%, #0074d9 0);
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin: 12px;
}

.cards .pie:before {
  background: #0074d9;
  border-radius: 0 100% 100% 0/50%;
  content: '';
  display: block;
  height: 100%;
  width: 50%;
  margin: 0 0 0 50%;
  transform: rotate(36deg);
  transform-origin: left;
}

.cards iframe {
  margin-bottom: 0 !important;
}

.cards .image {
  border-radius: 8px 8px 0 0;
  min-height: 150px;
  padding-bottom: 12px;
}

.cards .image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards .content {
  flex: 1 0 150px;
  padding: 12px;
  flex-flow: column;
  border-radius: 8px;
}

.cards .content * {
  justify-content: left;
}

.cards .content .tag {
  font-size: 16px;
  text-transform: uppercase;
  color: #b88b58;
}

.cards .content .title {
  font-size: 20px;
}

.cards .content .text {
  font-size: 16px;
}

.cards .content .meta {
  color: #555;
}

.cards .more {
  height: 36px;
  padding: 0 16px;
  outline: none;
  background-color: #fff;
  color: #b88b58;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-transform: uppercase;
}

.dialog {
  position: absolute;
  width: 175px;
  height: auto;
  flex-direction: column;
  color: #555;
  border-radius: 8px;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
  padding: 12px 0;
}

.dialog .option {
  height: 32px;
}

.dialog .option:hover {
  background-color: #ddd;
  cursor: pointer;
}

.drawer {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.28);
}

.drawer-close {
  outline: none;
}

.form {
  height: auto;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  padding: 30px;
}

.form,
.form .field {
  display: flex;
  flex-direction: column;
}

.form .field {
  height: 80px;
}

.form .field .label {
  font-size: 13px;
  padding-bottom: 8px;
  color: rgba(0, 0, 0, 0.54);
}

.form .field .input {
  color: rgba(0, 0, 0, 0.87);
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
  border: 0;
  box-shadow:
    inset 0 0 0 2px transparent,
    inset 0 0 0 1px #e0e0e0;
  background: #fff;
}

.form .field .input[type='email'],
.form .field .input[type='number'],
.form .field .input[type='password'],
.form .field .input[type='tel'],
.form .field .input[type='text'],
.form .field .input[type='url'] {
  height: 36px;
}

.form .field .input[type='email']:focus:invalid,
.form .field .input[type='number']:focus:invalid,
.form .field .input[type='password']:focus:invalid,
.form .field .input[type='tel']:focus:invalid,
.form .field .input[type='text']:focus:invalid,
.form .field .input[type='url']:focus:invalid {
  box-shadow:
    inset 0 0 0 2px #ff5252,
    inset 0 0 0 1px #e0e0e0;
}

.form .field .input[type='email']:focus:valid,
.form .field .input[type='number']:focus:valid,
.form .field .input[type='password']:focus:valid,
.form .field .input[type='tel']:focus:valid,
.form .field .input[type='text']:focus:valid,
.form .field .input[type='url']:focus:valid {
  box-shadow:
    inset 0 0 0 2px #1a73e8,
    inset 0 0 0 1px #e0e0e0;
}

.form .field .input[type='button'],
.form .field .input[type='submit'] {
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.57);
  cursor: pointer;
}

.form .field .input[type='button']:hover,
.form .field .input[type='submit']:hover {
  background: #ddd;
}

.aside,
.footer,
.header,
.main,
.pop {
  outline: none;
}

.shadow {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.28);
}

.up {
  display: flex;
}

.close {
  transform: translateX(100%);
  transition: transform 0.5s ease;
  will-change: transform;
}

.open {
  transform: translateX(0);
  transition: transform 0.25s ease;
}

.top {
  bottom: 20px;
  right: 20px;
  z-index: 1;
  transform: translateY(100px);
  will-change: transform;
}

.show,
.top {
  transition: transform 0.5s ease;
}

.show {
  transform: translateY(0);
}

.skill-logo {
  height: 150px;
  border-radius: 8px 8px 0 0;
}

.skill-logo svg {
  color: #444;
  width: 120px;
  height: 120px;
}

.image {
  height: 200px;
  border-radius: 8px 8px 0 0;
}

.image svg {
  width: 200px;
  height: 200px;
}

.skill-tag {
  padding: 2px 16px;
  border-radius: 50px;
  border: 1px solid #039be5;
  color: #666;
}

.marvel-device.iphone-x {
  transform: scale(0.5);
  transform-origin: top left;
  min-width: 375px;
  overflow: hidden;
}

.marvel-device.iphone-x .screen.blue {
  background-color: #15293f;
}

.marvel-device.iphone-x .screen img {
  margin-top: 10px;
  transform: scaleY(1.04);
}

.pulse {
  top: -420px;
  left: 290px;
  animation: playShadow 1.6s ease-out infinite;
}

.pulse span {
  margin: auto;
  padding-left: 3px;
}

.pulse:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  transition: 0.35s;
}

.pulse:hover:after {
  box-shadow:
    0 0 0 4px fade(#ef233c, 30%),
    0 0 0 8px fade(#ef233c, 20%);
}

@keyframes playShadow {
  0% {
    box-shadow:
      0 0 0 0 fade(#ef233c, 30%),
      0 0 0 0 fade(#ef233c, 20%);
    transform: scale(1);
  }

  18% {
    box-shadow:
      0 0 0 0 fade(#ef233c, 30%),
      0 0 0 0 fade(#ef233c, 20%);
  }

  35% {
    transform: scale(1.08);
  }

  76% {
    transform: scale(0.96);
  }

  to {
    box-shadow:
      0 0 0 16px fade(#ef233c, 0),
      0 0 0 27px fade(#ef233c, 0);
    transform: scale(1);
  }
}

.list {
  height: auto;
  flex-direction: column;
  border-radius: 4px;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
}

.list .item {
  height: 72px;
  border-radius: 4px;
  cursor: pointer;
}

.list .item:hover,
.list .item:hover * {
  background-color: #eee;
}

.list .item .left,
.list .item .right {
  height: 72px;
  width: 72px;
}

.list .item .center {
  padding: 0 12px;
  flex-direction: column;
  justify-content: space-evenly;
}

.list .item .center .primary {
  height: auto;
  justify-content: left;
  font-size: 16px;
}

.list .item .center .secondary {
  height: auto;
  justify-content: left;
  color: #555;
}

.nomatch {
  flex-direction: column;
  padding: 12px;
}

.nomatch .item {
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.nomatch .item .image {
  border-radius: 8px 8px 0 0;
  min-height: 150px;
  padding-bottom: 12px;
}

.nomatch .item .image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nomatch .item .content {
  flex: 1 0 150px;
  padding: 12px;
  flex-flow: column;
  border-radius: 8px;
}

.nomatch .item .content * {
  justify-content: left;
}

.nomatch .item .content .tag {
  font-size: 16px;
  text-transform: uppercase;
  color: #b88b58;
}

.nomatch .item .content .title {
  font-size: 20px;
}

.nomatch .item .content .text {
  font-size: 16px;
}

.nomatch .item .content .meta {
  color: #555;
}

.table {
  height: auto;
  display: grid;
  grid-template: 52px 1fr/100px 1fr;
  border-radius: 4px;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
}

.burger-control {
  outline: none;
}
