body {
  font-family: Quattrocento, sans-serif;
  color: #656565;
  font-size: 16px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #191a17;
  font-size: 64px;
  line-height: 90px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #191a17;
  font-size: 56px;
  line-height: 83px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #191a17;
  font-size: 26px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #191a17;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fdbb07;
  text-decoration: none;
  cursor: pointer;
}

li {
  margin-bottom: 17px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
}

.button {
  margin-right: 0px;
  padding: 18px 25px;
  border: 1px solid #dbdada;
  -webkit-transition: border 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border 300ms ease, background-color 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #191a17;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #9e9e9e;
  background-color: rgba(25, 26, 23, .04);
  color: #0a0a0a;
}

.button.gold {
  border-color: #fdbb07;
  -webkit-transition: border 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border 300ms ease, background-color 300ms ease, color 300ms ease;
}

.button.gold:hover {
  border-color: #fdbb07;
  background-color: rgba(253, 187, 7, .06);
}

.button.gold.goldondark {
  background-color: #101318;
  color: #fff;
}

.button.gold.goldondark:hover {
  background-color: rgba(253, 187, 7, .06);
}

.button.gold._404button {
  margin-top: 20px;
}

.button.gold.smallbutton {
  padding: 14px 20px;
  font-size: 14px;
}

.button.gold.robotogoldbutton {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
}

.button.skillsetbutton {
  margin-right: 10px;
}

.button.productbutton {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

.button.productbutton.smallbutton {
  padding: 14px 20px;
  font-size: 14px;
}

.button.productbutton.disabledbutton {
  border-style: dashed;
  opacity: 0.4;
  cursor: not-allowed;
}

.button.productbutton.robotoproductbutton {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button.ss-button {
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.button.du-fullpreview {
  margin-top: 20px;
  padding: 17px 30px;
  border-color: #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button.du-fullpreview:hover {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.tag {
  font-family: 'Quattrocento Sans', sans-serif;
  color: #fdbb07;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tag.grey {
  display: inline-block;
  padding-right: 0px;
  color: #656565;
}

.tag.grey.menuitem {
  margin-bottom: 0px;
  padding-right: 30px;
}

.tag.grey.menuitem.secondarymenu {
  display: inline-block;
  color: #9e9e9e;
}

.tag.grey.menuitem.lastmenuitem {
  padding-right: 0px;
}

.tag.dark {
  display: inline-block;
  margin-top: 1px;
  color: #191a17;
}

.tag.goldinline {
  display: inline-block;
  margin-left: 15px;
}

.tag.goldinline.careercurrent {
  display: inline-block;
}

.tag.greyinline {
  display: inline-block;
  margin-left: 15px;
  color: hsla(0, 0%, 40%, .5);
}

.tag.storeheadtag {
  margin-bottom: 15px;
}

.tag.storeheadtag.grey {
  color: hsla(0, 0%, 40%, .5);
}

.tag.storefooterinline {
  display: inline-block;
  margin-right: 25px;
}

.tag.whitefooterlinks.rightsidefooteritem {
  display: inline-block;
  text-transform: uppercase;
}

.tag.bluetag {
  color: #4aa6ff;
}

.tag.goldroboto {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.header {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spangreylight {
  color: #c2c2c2;
  font-weight: 200;
}

.menu {
  margin-top: 68px;
}

.menu.menustore {
  margin-top: 68px;
  margin-right: 0px;
  padding-right: 0px;
  float: right;
}

.menu.menustore.menusymbolsstyleguides {
  margin-top: 30px;
}

.link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #656565;
  cursor: pointer;
}

.link:hover {
  color: #191a17;
}

.link-2 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #656565;
  cursor: pointer;
}

.link-2:hover {
  color: #191a17;
}

.link-2.w--current {
  padding-left: 0px;
}

.headline-panel {
  display: block;
  margin-top: 173px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  width: 410px;
}

.paragraph._404paragraph {
  width: 410px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linklinedeco {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-top: -4px;
  margin-left: 15px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(25, 26, 23, .4), rgba(25, 26, 23, .4));
  background-image: linear-gradient(180deg, rgba(25, 26, 23, .4), rgba(25, 26, 23, .4));
}

.column-2 {
  height: auto;
  padding: 50px 0px;
}

.divider {
  height: 1px;
  padding-bottom: 0px;
  background-color: #f1f1f1;
}

.divider.darkdivider {
  background-color: #202020;
}

.divider.textpagedivider {
  margin-top: 55px;
  margin-bottom: 55px;
}

.newspanel {
  position: absolute;
  left: 0px;
  top: 651px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #191a17;
}

.newspanel.storenewspanel {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eee;
  text-align: center;
}

.dividertext {
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #e7e7e7;
}

.dividertext.storelogo {
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 12px;
}

.dividertext.storelogo._90citieslogodivider {
  background-color: #3f5194;
}

.dividertext.storelogo.dulogodivider {
  background-color: hsla(0, 0%, 91%, .2);
}

.paragraph-2 {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 0px;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.heading-2 {
  font-size: 50px;
  line-height: 80px;
}

.heading-2.about {
  width: 430px;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white.footerheading {
  margin-top: 15px;
}

.mainheadline {
  margin-top: 10px;
  font-size: 56px;
  line-height: 78px;
}

.mainheadline.textpageheadline {
  margin-top: 120px;
}

.mainheadline._90citiesheadline {
  color: #fff;
}

.textsection {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  padding: 120px 15px 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-4 {
  padding-top: 5px;
  padding-right: 100px;
}

.skillsetbuttons {
  margin-top: 164px;
}

.text-span {
  color: #656565;
  font-weight: 200;
}

.link-block {
  margin-top: 48px;
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.link-block:hover {
  opacity: 1;
}

.myproducts {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: -7px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlinecolumns {
  padding-top: 85px;
  padding-bottom: 85px;
}

.heading-5 {
  margin-top: 10px;
}

.column-7 {
  padding-right: 15px;
  padding-left: 0px;
}

.column-8 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.workheadline {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 15px;
}

.workheadline.robotoworkheadline {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.moreproductwrapper {
  margin-bottom: 120px;
}

.workdescription {
  width: auto;
  color: #656565;
}

.workdescription.secondarygrey {
  margin-bottom: 20px;
  color: hsla(0, 0%, 40%, .5);
}

.workdescription.secondarygrey.compatibilitytext {
  margin-top: 18px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 24px;
}

.workdescription.secondarygrey.compatibilitytext.whitecompatibility {
  color: hsla(0, 0%, 100%, .8);
}

.workdescription.robotoworkdescription {
  font-family: Roboto, sans-serif;
}

.aboutmebuttons {
  margin-top: 72px;
}

.footer {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #101318;
}

.section {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.text-span-2 {
  color: #fff;
  text-transform: uppercase;
}

.paragraph-6 {
  display: block;
  width: 70%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #ccc;
  text-align: center;
}

.text-span-3 {
  cursor: pointer;
}

.subscribewrapper {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.socialmedia {
  width: 100%;
  background-color: #101318;
}

.storefooterlinkswrapper {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whitefooterlinks {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #9e9e9e;
  cursor: pointer;
}

.whitefooterlinks:hover {
  color: #fff;
}

.whitefooterlinks.w--current:hover {
  color: #fff;
}

.secondaryparagraphlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #191a17;
  cursor: pointer;
}

.secondaryparagraphlink:hover {
  color: #fdbb07;
}

.goldenparagraphlinks {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  cursor: pointer;
}

.goldenparagraphlinks:hover {
  color: #191a17;
}

.link-3 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
}

.link-3:hover {
  color: #fdbb07;
}

.cvpositions {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 15px 110px;
}

.labelextralight {
  font-weight: 200;
}

.column-9 {
  height: 100px;
  margin-top: -14px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-3 {
  margin-bottom: 40px;
}

.position {
  padding-right: 0px;
  padding-left: 0px;
}

.positionheadline {
  display: inline-block;
}

.text-block {
  font-family: 'Quattrocento Sans', sans-serif;
  color: #191a17;
}

.positionyear {
  display: inline-block;
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 0px;
  color: hsla(0, 0%, 40%, .5);
}

.positionlocation {
  display: inline-block;
  margin-top: 2px;
  margin-right: 20px;
  color: hsla(0, 0%, 40%, .5);
}

.works {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.rightsideref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 512px;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rightsideimage {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.leftrefimage {
  position: absolute;
  left: 108px;
  top: 50%;
  z-index: 2;
  display: block;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.image-4 {
  position: relative;
}

.rightsideworkdesc {
  padding-right: 0px;
  padding-left: 0px;
}

.rightsideworkdesc.wallpapers {
  margin-top: -70px;
}

.clientworkheadline {
  margin-top: 0px;
  margin-bottom: 15px;
}

.leftsidereference {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 512px;
  margin-bottom: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.image-5 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: right;
}

.rightrefimage {
  position: absolute;
  left: 10px;
  top: 50%;
  right: 200px;
  z-index: 2;
  display: block;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .06);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.column-17 {
  padding-right: 0px;
  padding-left: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  height: 100vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404content {
  padding-right: 0px;
  padding-left: 0px;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  margin-top: 0px;
}

.column-18 {
  padding-right: 0px;
  padding-left: 100px;
}

.headline {
  display: block;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-7 {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.changinglink {
  display: inline-block;
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #191a17;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.storemenuwrapper {
  padding-right: 0px;
  padding-left: 0px;
}

.logowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 69px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logowrapper.logosymbolsstyleguides {
  margin-top: 30px;
}

.storeheadtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.storelogowrapper {
  padding-right: 0px;
  padding-left: 0px;
}

.storeproduct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wallpapersstorehome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  float: left;
}

.navlinks {
  background-color: #101318;
}

.footerlinksleftside {
  padding-right: 0px;
  padding-left: 0px;
}

.footerlinksrightside {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.text-field {
  display: inline-block;
  width: 340px;
  height: 68px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 18px 25px;
  border: 1px solid #8b8c8a;
  border-radius: 0px;
  background-color: #101318;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.text-field:focus {
  border-color: #fff;
}

.subscribeform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-8 {
  display: block;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  color: #ccc;
  text-align: center;
}

.storefooterlinkscolumns {
  padding-top: 0px;
  padding-bottom: 0px;
}

._3littleworks {
  margin-bottom: 120px;
}

.littleproductblock {
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-7 {
  color: #656565;
  font-weight: 200;
}

.littlepreviewdesc {
  width: 95%;
}

.text-span-8 {
  color: #656565;
  font-weight: 200;
}

.logolink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #191a17;
}

.logolink:hover {
  color: #656565;
}

.logolink.w--current {
  color: #191a17;
}

.logolink.w--current:hover {
  color: #656565;
}

.logolink._90citieslogo {
  color: #fff;
}

.logolink._90citieslogo:hover {
  color: #2e9ff6;
}

.logolink.dulogo {
  color: hsla(0, 0%, 100%, .7);
}

.logolink.dulogo:hover {
  color: #fff;
}

.success-message {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #101318;
}

.text-block-2 {
  color: #fdbb07;
}

.error-message {
  background-color: transparent;
}

.text-block-3 {
  color: #90f;
}

.slide-nav {
  font-size: 6px;
}

.slider {
  height: auto;
  max-height: 470px;
  max-width: 588px;
}

.icon {
  background-color: rgba(31, 37, 41, 0);
  color: hsla(0, 0%, 40%, .25);
  font-size: 28px;
}

.icon-2 {
  color: hsla(0, 0%, 40%, .25);
  font-size: 28px;
}

.contentwrapper {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.contentwrapper.du-widgetswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.textpagecolumn {
  margin-top: 150px;
  padding-right: 0px;
  padding-left: 0px;
}

.textpageh4 {
  margin-bottom: 30px;
}

.textpageh4.allowedto {
  color: #1aac07;
}

.textpageh4.notallowedto {
  color: #d83650;
}

.textpagecontentwrapper {
  margin-bottom: 140px;
}

.textpagesectiondiv {
  margin-top: 70px;
}

.storemenu {
  display: block;
  width: 1170px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.productdetailhero {
  padding-right: 0px;
  padding-left: 0px;
}

.headerproduct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerproduct.applewatch {
  margin-top: 75px;
}

.headerproductwrapper {
  margin-top: 0px;
  padding-right: 15%;
}

.productpageheaderimage {
  position: relative;
  margin-top: 65px;
}

.ctabutton {
  margin-top: 35px;
  padding: 20px 65px 24px;
  border-radius: 60px;
  background-color: #fdbb07;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.6px;
  cursor: pointer;
}

.ctabutton:hover {
  background-color: #ecb506;
  box-shadow: 0 1px 8px 0 rgba(85, 66, 12, .2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.ctabutton.w--current {
  border-radius: 60px;
  background-color: #fdbb07;
}

.ctabutton.stickyheaderbutton {
  margin-top: 0px;
  padding: 7px 30px;
  font-size: 16px;
}

.ctabutton.stickyheaderbutton.buttonsymbolsstyleguides {
  border-radius: 6px;
  background-color: #b250f5;
}

.ctabutton.stickyheaderbutton.buttonsymbolsstyleguides:hover {
  background-color: #9f30eb;
  box-shadow: 0 2px 4px 0 rgba(57, 39, 176, .2);
}

.ctabutton.stickyheaderbutton.buttondu {
  background-color: #1a87ff;
}

.ctabutton.stickyheaderbutton.buttondu:hover {
  background-color: #107bf1;
}

.ctabutton.blue {
  background-color: #1585f1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.ctabutton.blue:hover {
  background-color: #1179dd;
}

.ctabutton.ctasymbolsstyleguides {
  padding: 17px 45px 20px;
  border-radius: 6px;
  background-color: #b250f5;
}

.ctabutton.ctasymbolsstyleguides:hover {
  background-color: #9f30eb;
  box-shadow: 0 2px 4px 0 rgba(157, 88, 204, .2);
}

.ctabutton.ctadu {
  margin-top: 30px;
  padding: 23px 50px 21px;
  background-color: #1a87ff;
}

.ctabutton.ctadu:hover {
  background-color: #107bf1;
}

.ctabutton.ctadu.bottomcta {
  margin-top: 20px;
}

.ctacopy {
  text-transform: uppercase;
}

.ctacopy.ss-ctacopysticky {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.ctacopy.ss-ctacopy {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.ctacopy.du-ctacopy {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
}

.column-27 {
  display: block;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ntfeature1wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-9 {
  margin-bottom: 24px;
  color: #656565;
}

.column-26 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-28 {
  padding-right: 70px;
  padding-left: 0px;
}

.column-29 {
  padding-right: 0px;
  padding-left: 0px;
}

.ntfeature2wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smallerh2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 4.2px;
}

.smallerh2.ctawhite {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 56px;
  text-align: left;
}

.smallerh2.ctawhite.robotoctaheadline {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.smallerh2.whitesection {
  color: #fff;
}

.leftproductpreview {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.rightproductpreview {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.image-8 {
  float: right;
  text-align: right;
}

.productpreviewsotherrow {
  margin-top: 30px;
}

.productdetailh3wrapper {
  margin-top: 70px;
  margin-bottom: 90px;
}

.productdetailh3wrapper.ss-fullpreviewheadline {
  margin-top: 85px;
  margin-bottom: 70px;
  text-align: center;
}

.productdetailh3wrapper.ss-tweets {
  margin-top: 80px;
  margin-bottom: 55px;
  text-align: center;
}

.productdetailh3wrapper.ss-howitworks {
  margin-bottom: 45px;
  text-align: center;
}

.image-9 {
  float: right;
}

.ctablock {
  background-color: #101318;
  opacity: 1;
}

.ctablock._90cities {
  background-color: #0e1944;
}

.moreproducts {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.moreproductsheadlinebottom {
  margin-top: 90px;
  margin-bottom: 90px;
}

.footerlinkswhite {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.greyfooterlinks {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #9e9e9e;
}

.greyfooterlinks:hover {
  color: #656565;
}

.greyfooterlinks.ss-footerlinks {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.ctaoverview {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-10 {
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
}

.getfreesample {
  margin-top: 24px;
  font-family: 'Quattrocento Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.getfreesample.freesampleroboto {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.getfreesample.freesampleheader {
  margin-top: 18px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.freesamplelink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.freesamplelink:hover {
  color: #fdbb07;
}

.freesamplelink._90citiesbluelink:hover {
  color: #1585f1;
}

.ctawrapper {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 110px 15px 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctaoverviewwrapper {
  padding-top: 29px;
  padding-bottom: 30px;
}

.ctaoverviewwrapper.du-ctawrapper {
  border-right: 1px solid #202020;
}

.moreinfo {
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 120px;
  border-left: 1px solid #202020;
}

.moreinfo._90citiesinfo {
  border-left-color: #1c295b;
}

.moreinfo.du-moreinfowrapper {
  padding-left: 100px;
  border-left-style: none;
  border-left-width: 0px;
}

.heading-6 {
  margin-bottom: 26px;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
}

.heading-6.ctainforoboto {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-11 {
  color: hsla(0, 0%, 100%, .8);
}

.paragraph-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.prototypebuttonbase {
  position: relative;
  width: 348px;
  height: 80px;
  margin-top: 65px;
  padding-right: 26px;
  padding-left: 20px;
  border: 1px solid #202020;
  background-color: #0f1217;
  opacity: 1;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.prototypebuttonbase:hover {
  border-color: hsla(0, 0%, 40%, .5);
}

.prototypebuttonbase._90citiesbutton {
  border-color: #3f5194;
  background-color: #132153;
}

.prototypebuttonbase._90citiesbutton:hover {
  border-color: #5c73c9;
  background-color: #14235a;
}

.image-10 {
  position: relative;
  bottom: 35px;
  max-width: auto;
  float: left;
}

.text-block-6 {
  display: inline-block;
  margin-left: 25px;
  float: none;
  font-family: 'Quattrocento Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-11 {
  position: static;
  display: inline-block;
  margin-top: 11px;
  margin-left: 25px;
  float: none;
}

.moreinfowrapper {
  margin-top: 39px;
}

.secondarymenulink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, .7);
}

.secondarymenulink:hover {
  color: #656565;
}

.secondarymenulink.w--current {
  color: #9e9e9e;
}

.secondarymenulink.w--current:hover {
  color: #656565;
}

.secondarymenulink._90citiesmenu:hover {
  color: #fff;
}

.secondarymenulink.greylinkonwhite {
  color: #9e9e9e;
}

.secondarymenulink.greylinkonwhite:hover {
  color: #191a17;
}

.secondarymenulink.greylinkonwhite.ss-menulinks {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.secondarymenulink.greylinkonwhite.du-menulinks {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-weight: 500;
}

.secondarymenulink.greylinkonwhite.du-menulinks:hover {
  color: #fff;
}

.secondarymenulink.greylinkonwhite.du-menulinks.w--current {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.secondarymenulink.greylinkonwhite.du-menulinks.du-stickyheaderlinks {
  color: #666d78;
}

.secondarymenulink.greylinkonwhite.du-menulinks.du-stickyheaderlinks:hover {
  color: #333f52;
}

.stickyheader {
  position: fixed;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

.stickyheaderwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stickyheaderlogowrapper {
  padding-right: 0px;
  padding-left: 0px;
}

.stickyheaderctawrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stickyheadermenuwrapper {
  padding-right: 0px;
  padding-left: 0px;
}

.footerlinkswrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.productdetailrightimage {
  padding-right: 0px;
  padding-left: 0px;
}

.storemenubar.ss-menu {
  padding-bottom: 32px;
  border-bottom: 1px solid #f1f1f1;
}

.stickyheaderlinks {
  margin-top: -1px;
}

.stickyheaderheadline.stickyheadlineroboto {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.image-13 {
  width: 95%;
}

.image-14 {
  width: 95%;
}

.image-15 {
  width: 95%;
}

.profilejlimage {
  position: relative;
}

.ntprototypebanner {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.ntprototypebanner:hover {
  opacity: 0.85;
}

.moreinfocontactlink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.moreinfocontactlink:hover {
  color: #fdbb07;
}

.moreinfocontactlink.w--current {
  color: #fff;
}

.moreinfocontactlink.bluecontactlink:hover {
  color: #1585f1;
}

.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 300;
  display: none;
  overflow: scroll;
  width: auto;
  height: 100%;
  padding-top: 15px;
  background-color: rgba(17, 17, 24, .96);
}

.div-block-26 {
  display: block;
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.fullpreview-headline {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  letter-spacing: 2px;
}

.fullpreview-headline.robotofullpreview {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.row-16 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-37 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-38 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.fullpreview-closebutton {
  color: #fdbb07;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
}

.fullpreview-closebutton.roboto-fullclosebutton {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-27 {
  margin-top: 25px;
}

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-span-9 {
  color: #a0a0a0;
}

.text-span-10 {
  color: #191a17;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-13 {
  width: auto;
}

.applewatch2ndfeature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.applewatchdarksection {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #101318;
}

.applewatchdarksectionwrapper {
  display: block;
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.row-18 {
  margin-top: 30px;
}

.paragraph-14 {
  margin-top: 15px;
  color: #ccc;
}

.awfullpreviewheadline {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  text-align: center;
}

.image-19 {
  margin-bottom: 20px;
}

.previewsblock {
  margin-bottom: 100px;
}

.image-20 {
  width: 91px;
  height: 31px;
  margin-top: 11px;
  margin-left: 25px;
}

._90citiesfeatures {
  display: block;
  width: 1040px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

._90citiesheadbg {
  background-color: #0e1944;
}

._90c-topiphoneimage {
  position: absolute;
  left: 33px;
  bottom: -111px;
  z-index: 2;
}

._2-90cities-features {
  margin-top: 200px;
}

._90cities-two-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-15 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

._90citiesfeatureimage {
  margin-bottom: 40px;
}

._90citiesprototypewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  display: block;
}

.column-40 {
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 50px;
}

.div-block-34 {
  margin-top: 20px;
  margin-bottom: 90px;
}

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

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

._90cities-small-feature-desc {
  display: block;
  text-align: center;
}

._90-small-feature-image {
  margin-left: 4px;
}

._90cities-small-feature {
  text-align: center;
}

.ntheaderimage {
  position: static;
  margin-top: 65px;
}

.ntheaderimagewrapper {
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-11 {
  color: #9e9e9e;
  font-weight: 300;
}

.text-span-12 {
  font-weight: 300;
  text-transform: none;
}

.robotoh3 {
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.robotoh3.ss-featureh {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  font-size: 22px;
}

.robotoh3.ss-featureh.ss-smallerh3 {
  margin-top: 4px;
  font-size: 18px;
  line-height: 30px;
}

.robotoh3.ss-featureh.ss-topfeature {
  margin-top: 6px;
  margin-left: 0px;
}

.robotoh3.h3-qualityheadline {
  margin-top: 8px;
  font-size: 20px;
  line-height: 28px;
}

.tagsymbolsstyleguides {
  display: block;
  font-family: Roboto, sans-serif;
  color: #9e9e9e;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagsymbolsstyleguides.ss-topfeaturetag {
  display: block;
  margin-top: 7px;
}

.row-19 {
  margin-top: 10px;
}

.column-42 {
  padding-right: 10px;
  padding-left: 0px;
}

.column-43 {
  padding-right: 0px;
}

.column-44 {
  padding-right: 0px;
}

.column-45 {
  padding-left: 0px;
}

.ss-fullpreviewwrapper {
  padding-bottom: 80px;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.image-22 {
  margin-bottom: 20px;
}

.text-block-7 {
  display: inline-block;
  font-size: 14px;
}

.image-24 {
  margin-right: 6px;
  margin-left: 6px;
}

.robotoh2 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.robotoh2.robotoh2white {
  color: #fff;
}

.robotoh2.du-h2quality {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 62px;
}

.ss-ctawrapper {
  padding-top: 70px;
  padding-bottom: 90px;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.ss-paragraph {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.ss-paragraph.ss-biggerparagraph {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 34px;
}

.ss-paragraph.ss-biggerparagraph.du-whitebiggerparagraph {
  width: 68%;
  margin-top: 0px;
  color: #fff;
}

.ss-paragraph.ss-smallparagraph {
  margin-top: 10px;
  color: #aaa;
  font-size: 12px;
  line-height: 22px;
}

.text-span-13 {
  font-weight: 200;
  text-transform: none;
}

.ss-footerdescription {
  padding-top: 55px;
  padding-bottom: 60px;
}

.ss-availablesketch {
  width: auto;
  margin-top: 10px;
}

.text-block-8 {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #191a17;
  font-size: 12px;
  line-height: 16px;
}

.image-25 {
  margin-right: 8px;
}

.ss-footerdescriptiontext {
  display: inline-block;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.column-46 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-47 {
  padding-right: 0px;
  padding-left: 0px;
}

.ss-h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.link-4 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #656565;
}

.link-4:hover {
  color: #191a17;
}

.text-span-16 {
  color: #e878ff;
}

.link-5 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #e878ff;
}

.link-5:hover {
  color: #ba2fd6;
}

.link-6 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4aa8e2;
}

.link-6:hover {
  color: #2888c3;
}

.ss-headerwrapper {
  display: block;
  padding-top: 65px;
  text-align: center;
}

.robotoh1 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.robotoh1.du-h1 {
  margin-top: 15px;
  color: #fff;
  font-size: 54px;
  line-height: 70px;
  text-transform: uppercase;
}

.text-span-17 {
  color: #9e9e9e;
  font-weight: 200;
}

.image-26 {
  display: block;
  margin-top: 75px;
}

.ss-contentwrapper {
  display: block;
  width: 1040px;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.ss-whatsinside {
  background-color: #f7f7f7;
}

.column-48 {
  padding-top: 35px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-49 {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-right: 7%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.ss-featurewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.qualitywrapper {
  position: static;
  display: inline-block;
  width: 320px;
  padding-right: 30px;
  padding-left: 28px;
  float: none;
}

.image-28 {
  display: inline-block;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-50 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.duheader {
  background-color: #1a1a1d;
  background-image: url('../images/DUIK-hero-cover.jpg');
  background-position: 50% 50%;
}

.image-30 {
  margin-top: 70px;
}

.du-greyishwrapper {
  border-bottom: 1px solid #f6f6f6;
  background-color: #fcfcfc;
}

.du-greyishwrapper.du-widgets {
  border-top: 1px solid #f6f6f6;
}

.du-featureparagraphs {
  width: auto;
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  color: #666d78;
}

.du-featureparagraphs.du-whiteparagraph {
  color: hsla(0, 0%, 100%, .8);
}

.du-1screenswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-52 {
  padding: 80px 0px 90px;
}

.image-33 {
  position: static;
  top: 100px;
}

.du-8devfiles {
  position: relative;
  bottom: 60px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .05);
  text-align: center;
}

.div-block-38 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.text-span-18 {
  color: #666d78;
  font-weight: 300;
}

.column-53 {
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #171e29;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
  color: #ffcfcf;
  text-align: center;
}

.column-54 {
  padding-right: 0px;
  padding-left: 0px;
}

.du-qualitywrapper {
  left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.du-qualitywrapper.du-bluequality {
  padding-left: 50px;
}

.row-21 {
  margin-bottom: 100px;
}

.row-22 {
  margin-bottom: 85px;
}

.div-block-39 {
  width: 60%;
  margin-bottom: 40px;
}

.div-block-41 {
  margin-top: 80px;
  margin-bottom: 90px;
  text-align: center;
}

.text-span-19 {
  font-weight: 300;
}

.featureslist {
  margin-top: 28px;
  padding-right: 90px;
  padding-left: 0px;
}

.paragraph-17 {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, .8);
}

.paragraph-18 {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.du-moreproductsheadline {
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.text-span-20 {
  font-weight: 300;
}

.topbarlogolink {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.topbarlogolink:hover {
  opacity: 0.8;
}

.topbarlogolink.w--current:hover {
  opacity: 0.8;
}

.ss-featureheadline {
  padding-left: 24px;
}

.column-55 {
  margin-bottom: 80px;
  padding-right: 10%;
  padding-left: 0px;
}

.listitem-quattro {
  font-family: Quattrocento, sans-serif;
}

.text-span-21 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

.textpageheadlinehighlight {
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  color: #fdbb07;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.afiiliatelist {
  padding-left: 0px;
  color: #191a17;
  list-style-type: decimal;
}

.affiliatelistitem {
  margin-bottom: 10px;
  font-family: Quattrocento, sans-serif;
  color: #656565;
  font-size: 16px;
  list-style-type: decimal;
}

.newspanellink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #191a17;
}

.newspanellink:hover {
  color: #fdbb07;
}

.newspanellink.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #191a17;
}

.newspanellink.w--current:hover {
  color: #fdbb07;
}

.whatsnewlabellink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #191a17;
}

.whatsnewlabellink:hover {
  color: #fdbb07;
}

.tooltip-trigger {
  display: inline-block;
  float: none;
}

.div-block-42 {
  position: absolute;
  left: -40px;
  right: 0px;
  bottom: 115%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 7px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #191a17;
}

.workheadlinelink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #191a17;
}

.workheadlinelink:hover {
  color: #656565;
}

html.w-mod-js *[data-ix="fixed-navbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

@media (max-width: 991px) {
  .button {
    margin-right: 5px;
    margin-left: 5px;
  }
  .button.gold {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.skillsetbutton {
    margin-right: 5px;
  }
  .button.productbutton {
    margin-left: 10px;
  }
  .tag {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .tag.grey {
    display: inline-block;
  }
  .tag.grey.menuitem {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tag.goldinline {
    display: block;
    margin-top: -10px;
    margin-left: auto;
  }
  .tag.greyinline {
    display: block;
    margin-top: -10px;
    margin-left: auto;
  }
  .tag.storefooterinline {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .header {
    width: 80%;
    max-width: auto;
  }
  .column {
    text-align: center;
  }
  .menu {
    margin-top: 35px;
    text-align: center;
  }
  .menu.menustore {
    display: none;
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
  .headline-panel {
    display: block;
    width: 80%;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .paragraph {
    width: auto;
    text-align: center;
  }
  .paragraph._404paragraph {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-2 {
    display: none;
  }
  .column-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 70px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .divider {
    background-image: -webkit-linear-gradient(270deg, #f1f1f1, #f1f1f1);
    background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
  }
  .divider.darkdivider {
    background-image: none;
  }
  .newspanel {
    position: static;
    width: 460px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 40%, .2);
  }
  .heading-2 {
    font-size: 50px;
    line-height: 72px;
    text-align: center;
  }
  .heading-2.about {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .mainheadline.textpageheadline {
    margin-top: 70px;
  }
  .textsection {
    width: 80%;
    max-width: auto;
    margin-bottom: 90px;
    padding-top: 90px;
  }
  .div-block-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .skillsetbuttons {
    margin-top: 54px;
  }
  .row {
    text-align: center;
  }
  .portfoliotextblocks {
    margin-top: 20px;
  }
  .myproducts {
    width: 80%;
    max-width: auto;
    padding-right: 0%;
    padding-left: 0%;
  }
  .column-5 {
    height: auto;
    margin-top: 0px;
  }
  .column-6 {
    display: none;
  }
  .headlinecolumns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .column-7 {
    display: block;
    margin-bottom: 70px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .column-8 {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .workheadline {
    margin-top: 25px;
  }
  .workheadline.robotoworkheadline {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .moreproductwrapper {
    margin-bottom: 70px;
  }
  .workdescription {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .workdescription.nonlabeldescription {
    margin-top: 0px;
  }
  .div-block-5 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .div-block-7 {
    display: block;
    width: 50%;
    height: 1px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    background-color: #f1f1f1;
  }
  .aboutmebuttons {
    margin-top: 54px;
  }
  .footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section {
    width: 80%;
  }
  .paragraph-6 {
    width: auto;
  }
  .storefooterlinkswrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .whitefooterlinks {
    cursor: pointer;
  }
  .cvpositions {
    width: 80%;
    max-width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .position {
    margin-bottom: 30px;
    text-align: center;
  }
  .positionyear {
    display: block;
    margin-right: 0px;
  }
  .positionlocation {
    margin-right: 0px;
  }
  .works {
    width: 80%;
    max-width: auto;
  }
  .rightsideref {
    height: auto;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .rightsideimage {
    position: static;
  }
  .leftrefimage {
    position: static;
    display: block;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .rightsideworkdesc {
    margin-top: 35px;
  }
  .rightsideworkdesc.wallpapers {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .leftsidereference {
    height: auto;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .column-16 {
    position: static;
  }
  .rightrefimage {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .column-17 {
    margin-top: 35px;
  }
  .utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .row-6 {
    display: block;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-9 {
    display: block;
  }
  .column-18 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }
  .headline {
    margin-top: 70px;
  }
  .paragraph-7 {
    width: 100%;
  }
  .storemenuwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .storeheadtext {
    margin-bottom: 90px;
  }
  .storelogowrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .storeproduct {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wallpapersstorehome {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .footerlinksleftside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footerlinksrightside {
    margin-top: 20px;
  }
  .text-field {
    width: 60%;
  }
  .paragraph-8 {
    width: 78%;
    margin-top: 20px;
  }
  .storefooterlinkscolumns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._3littleworks {
    margin-bottom: 0px;
  }
  .littleproductblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .littlepreviewdesc {
    width: 80%;
  }
  .slider {
    display: block;
    height: auto;
    max-width: 588px;
    margin-right: auto;
    margin-left: auto;
  }
  .contentwrapper {
    width: 80%;
  }
  .contentwrapper.du-widgetswrapper {
    padding-top: 55px;
  }
  .textpagecolumn {
    margin-top: 20px;
    text-align: center;
  }
  .textpagecontentwrapper {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
  }
  .textpagesectiondiv {
    margin-top: 40px;
  }
  .productdetailhero {
    margin-top: 40px;
    text-align: center;
  }
  .headerproduct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .headerproduct._90citiesheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .headerproductwrapper {
    padding-right: 0%;
  }
  .productpageheaderimage {
    left: 60px;
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .ctabutton.stickyheaderbutton {
    margin-left: 10px;
  }
  .column-27 {
    margin-top: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .ntfeature1wrapper {
    margin-top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-9 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .column-26 {
    text-align: center;
  }
  .column-28 {
    margin-top: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .ntfeature2wrapper {
    margin-top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .smallerh2.ctawhite {
    text-align: center;
  }
  .leftproductpreview {
    text-align: center;
  }
  .rightproductpreview {
    text-align: center;
  }
  .image-8 {
    margin-top: 30px;
    float: none;
  }
  .productdetailh3wrapper {
    margin-bottom: 65px;
  }
  .productdetailh3wrapper.ss-fullpreviewheadline {
    margin-bottom: 60px;
  }
  .image-9 {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .moreproducts {
    width: 80%;
  }
  .moreproductsheadlinebottom {
    margin-bottom: 75px;
  }
  .footerlinkswhite {
    width: 80%;
  }
  .ctawrapper {
    width: 80%;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ctaoverviewwrapper {
    padding-bottom: 60px;
    border-bottom: 1px solid #202020;
    text-align: center;
  }
  .ctaoverviewwrapper.du-ctawrapper {
    border-right-style: none;
  }
  .moreinfo {
    position: static;
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-style: none;
  }
  .moreinfo._90citiesinfo {
    border-top: 1px solid #1c295b;
    border-left-style: none;
  }
  .moreinfo.du-moreinfowrapper {
    padding-left: 0px;
  }
  .prototypebuttonbase {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .moreinfowrapper {
    text-align: center;
  }
  .stickyheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
  }
  .footerlinkswrapper {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .productdetailrightimage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .storemenubar {
    display: block;
  }
  .image-12 {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .stickyheaderlinks {
    display: none;
  }
  .stickyheaderlinks.du-headerlinks {
    display: block;
  }
  .image-13 {
    width: auto;
    max-width: auto;
  }
  .image-14 {
    width: auto;
    max-width: auto;
  }
  .image-15 {
    width: auto;
    max-width: auto;
  }
  .profilejlimage {
    display: none;
  }
  .lightbox {
    display: none;
  }
  .div-block-26 {
    width: auto;
  }
  .fullpreview-headline {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    text-align: left;
  }
  .row-16 {
    text-align: left;
  }
  .fullpreview-closebutton {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: right;
  }
  .div-block-27 {
    margin-top: 20px;
  }
  .link-block-3 {
    width: 70%;
  }
  .link-block-4 {
    width: 70%;
  }
  .link-block-5 {
    width: 70%;
  }
  .paragraph-13 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .applewatch2ndfeature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .applewatchdarksectionwrapper {
    width: 80%;
  }
  .awfullpreviewheadline {
    width: auto;
  }
  ._90citiesfeatures {
    width: 80%;
  }
  ._2-90cities-features {
    margin-top: 110px;
  }
  ._90cities-two-features {
    margin-top: 70px;
  }
  ._90citiesprototypewrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .column-40 {
    margin-top: -40px;
    padding-bottom: 70px;
    padding-left: 0px;
  }
  ._90cities-small-feature-desc {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  ._90cities-small-feature {
    margin-bottom: 30px;
  }
  .column-41 {
    position: relative;
    margin-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .ntheaderimage {
    width: 80%;
  }
  .robotoh3.ss-featureh {
    margin-left: 0px;
  }
  .robotoh3.ss-featureh.ss-smallerh3 {
    margin-top: 0px;
    font-size: 22px;
    line-height: 34px;
  }
  .robotoh3.ss-featureh.ss-topfeature {
    margin-left: 0px;
  }
  .tagsymbolsstyleguides.ss-topfeaturetag {
    margin-top: 0px;
    margin-left: 0px;
  }
  .column-44 {
    padding-left: 0px;
  }
  .column-45 {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .robotoh2.du-h2quality {
    width: 100%;
    margin-bottom: 40px;
  }
  .ss-paragraph {
    display: block;
    width: 85%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .ss-paragraph.ss-biggerparagraph {
    width: 100%;
  }
  .ss-paragraph.ss-biggerparagraph.du-whitebiggerparagraph {
    width: 100%;
  }
  .ss-footerdescriptiontext {
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-46 {
    margin-bottom: 30px;
  }
  .ss-contentwrapper {
    width: 80%;
  }
  .ss-whatsinside {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .column-49 {
    display: block;
    margin-bottom: 50px;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }
  .ss-featurewrapper {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .qualitywrapper {
    display: block;
    width: 60%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .image-28 {
    margin-bottom: 25px;
  }
  .div-block-37 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-50 {
    margin-bottom: 0px;
  }
  .column-51 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .duheader {
    background-size: cover;
  }
  .image-31 {
    display: block;
    width: 80%;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .du-greyishwrapper {
    margin-bottom: 60px;
  }
  .du-1screenswrapper {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-52 {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .image-33 {
    position: static;
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 100px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .du-8devfiles {
    position: static;
    margin-bottom: 60px;
  }
  .column-54 {
    text-align: center;
  }
  .du-qualitywrapper {
    position: static;
    left: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .du-qualitywrapper.du-bluequality {
    position: static;
    left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-39 {
    width: auto;
    margin-bottom: 50px;
  }
  .featureslist {
    padding-right: 0px;
  }
  .image-36 {
    width: auto;
  }
  .image-37 {
    display: block;
    margin-bottom: 20px;
  }
  .image-38 {
    display: block;
    margin-bottom: 20px;
  }
  .link-block-6 {
    display: block;
  }
  .link-block-7 {
    display: block;
  }
  .link-block-8 {
    display: block;
  }
  .link-block-9 {
    display: block;
  }
  .column-55 {
    padding-right: 0%;
    text-align: center;
  }
  .afiiliatelist {
    text-align: left;
  }
  .affiliatelistitem {
    text-align: left;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 70px;
  }
  li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .tag {
    line-height: 20px;
  }
  .tag.storefooterinline {
    margin-bottom: 0px;
  }
  .header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .headline-panel {
    width: 100%;
  }
  .paragraph {
    margin-bottom: 50px;
  }
  .column-2 {
    display: none;
  }
  .newspanel {
    display: none;
  }
  .newspanel.storenewspanel {
    display: none;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2 {
    letter-spacing: 4px;
  }
  .heading-2.about {
    width: auto;
  }
  .mainheadline {
    display: block;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 4px;
  }
  .portfoliotextblocks {
    margin-top: 25px;
  }
  .workdescription.robotoworkdescription {
    margin-bottom: 15px;
  }
  .storefooterlinkswrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .headline {
    margin-top: 50px;
  }
  .logowrapper {
    margin-top: 49px;
  }
  .storeproduct {
    margin-bottom: 80px;
  }
  .text-field {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .subscribeform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .paragraph-8 {
    width: auto;
  }
  .littleproductblock {
    margin-bottom: 70px;
  }
  .littlepreviewdesc {
    width: auto;
  }
  .headerproduct._90citiesheader {
    padding-top: 20px;
  }
  .productpageheaderimage {
    margin-top: 45px;
  }
  .ctabutton {
    margin-top: 30px;
  }
  .ctabutton.ctasymbolsstyleguides {
    padding-right: 36px;
    padding-left: 36px;
  }
  .ctabutton.ctadu {
    padding: 20px 44px;
  }
  .ctacopy.du-ctacopy {
    font-size: 22px;
  }
  .moreproducts {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footerlinkswhite {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ctawrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ctaoverviewwrapper.du-ctawrapper {
    padding-top: 10px;
  }
  .stickyheader {
    top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footerlinkswrapper {
    width: auto;
  }
  .storemenubar {
    display: block;
  }
  .stickyheaderlinks {
    display: none;
  }
  .stickyheaderlinks.du-headerlinks {
    display: none;
  }
  .image-13 {
    width: 80%;
  }
  .image-14 {
    width: 80%;
  }
  .image-15 {
    width: 80%;
  }
  .lightbox {
    display: none;
  }
  .fullpreview-headline {
    margin-left: 0px;
    text-align: center;
  }
  .fullpreview-headline.robotofullpreview {
    margin-left: 0px;
    text-align: center;
  }
  .row-16 {
    text-align: center;
  }
  .fullpreview-closebutton {
    margin-right: 0px;
    text-align: center;
  }
  .fullpreview-closebutton.roboto-fullclosebutton {
    margin-right: 0px;
    text-align: center;
  }
  .div-block-27 {
    margin-top: 20px;
  }
  .link-block-3 {
    width: auto;
  }
  .link-block-4 {
    width: auto;
  }
  .link-block-5 {
    width: auto;
  }
  .applewatch2ndfeature {
    margin-bottom: 40px;
  }
  .applewatchdarksection {
    padding-top: 90px;
  }
  ._90citiesfeatures {
    width: 80%;
    max-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._90c-topiphoneimage {
    width: 60%;
  }
  ._90citiesprototypewrapper {
    display: none;
  }
  .html-embed {
    display: none;
  }
  .column-40 {
    display: block;
  }
  .column-41 {
    margin-top: 60px;
  }
  .ss-paragraph {
    width: 100%;
  }
  .ss-headerwrapper {
    padding-top: 45px;
  }
  .robotoh1 {
    font-size: 28px;
    line-height: 40px;
  }
  .robotoh1.du-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .ss-contentwrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-49 {
    margin-bottom: 40px;
  }
  .qualitywrapper {
    width: auto;
  }
  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .du-8devfiles {
    padding-top: 25px;
  }
  .column-53 {
    padding-top: 25px;
  }
  .row-22 {
    margin-bottom: 40px;
  }
  .div-block-41 {
    margin-top: 70px;
    margin-bottom: 75px;
  }
  .ss-featureheadline {
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 2px;
  }
  .button.gold {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button.gold.goldondark {
    margin-top: 0px;
  }
  .button.skillsetbutton {
    display: block;
    margin-top: 10px;
  }
  .button.productbutton {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.du-fullpreview {
    display: none;
  }
  .header {
    width: 86%;
  }
  .menu {
    margin-top: 40px;
  }
  .paragraph._404paragraph {
    width: 100%;
  }
  .column-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .newspanel {
    width: 100%;
    height: auto;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 0px;
  }
  .newspanel.storenewspanel {
    display: none;
  }
  .dividertext {
    display: block;
    width: 40px;
    height: 1px;
    margin: 15px auto;
    padding-bottom: 0px;
  }
  .dividertext.storelogo {
    width: 1px;
    height: 20px;
    margin-bottom: 0px;
  }
  .paragraph-2 {
    text-align: center;
  }
  .heading-2 {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 2px;
  }
  .mainheadline {
    font-size: 38px;
    line-height: 58px;
    letter-spacing: 2px;
  }
  .textsection {
    width: 86%;
    max-width: auto;
    margin-bottom: 70px;
    padding-top: 70px;
  }
  .skillsetbuttons {
    margin-top: 40px;
  }
  .portfoliotextblocks {
    margin-top: 20px;
  }
  .myproducts {
    width: 86%;
    padding-right: auto;
    padding-left: auto;
  }
  .column-7 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-8 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .moreproductwrapper {
    margin-bottom: 50px;
  }
  .workdescription {
    margin-bottom: 20px;
  }
  .workdescription.nonlabeldescription {
    margin-bottom: 25px;
  }
  .div-block-6 {
    margin-bottom: 70px;
  }
  .div-block-7 {
    margin-bottom: 50px;
  }
  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section {
    width: 86%;
  }
  .paragraph-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .storefooterlinkswrapper {
    width: 86%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cvpositions {
    width: 86%;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .row-3 {
    margin-bottom: 20px;
  }
  .works {
    width: 86%;
  }
  .rightsideref {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .rightsideworkdesc.wallpapers {
    margin-top: 15px;
  }
  .div-block-9 {
    display: block;
    width: 86%;
    margin-right: auto;
    margin-left: auto;
  }
  .headline {
    margin-top: 50px;
  }
  .storemenuwrapper {
    display: none;
  }
  .logowrapper {
    margin-top: 49px;
  }
  .storeheadtext {
    display: block;
    width: 86%;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
  .storeproduct {
    margin-bottom: 80px;
  }
  .wallpapersstorehome {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .littleproductblock {
    margin-bottom: 80px;
  }
  .contentwrapper {
    width: 86%;
  }
  .contentwrapper.du-widgetswrapper {
    padding-top: 50px;
  }
  .textpagecontentwrapper {
    width: 86%;
  }
  .productpageheaderimage {
    left: 0px;
    max-width: 85%;
    margin-top: 35px;
  }
  .ctabutton {
    padding-right: 45px;
    padding-left: 45px;
  }
  .ctabutton.stickyheaderbutton {
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
  }
  .ctabutton.stickyheaderbutton.buttonsymbolsstyleguides {
    padding-right: 16px;
    padding-left: 16px;
  }
  .ctabutton.ctasymbolsstyleguides {
    padding: 15px 30px 16px;
  }
  .ctabutton.ctadu {
    padding: 16px 40px 20px;
  }
  .ctacopy.ss-ctacopy {
    font-size: 18px;
  }
  .ctacopy.du-ctacopy {
    font-size: 20px;
  }
  .smallerh2.ctawhite.robotoctaheadline {
    font-size: 34px;
    line-height: 48px;
  }
  .productpreviewsotherrow {
    margin-bottom: 30px;
  }
  .image-9 {
    max-width: 85%;
  }
  .moreproductsheadlinebottom {
    margin-top: 80px;
  }
  .ctawrapper {
    padding-top: 70px;
  }
  .prototypebuttonbase {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-right: 20px;
    text-align: center;
  }
  .image-10 {
    display: none;
  }
  .text-block-6 {
    display: block;
    margin-left: 0px;
  }
  .image-11 {
    margin-left: 0px;
  }
  .stickyheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
  }
  .stickyheaderwrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footerlinkswrapper {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .image-12 {
    max-width: 85%;
  }
  .stickyheaderheadline {
    font-size: 16px;
  }
  .stickyheaderheadline.applewatchstickyheadline {
    font-size: 13px;
  }
  .stickyheaderheadline.stickyheadlineroboto {
    font-size: 14px;
  }
  .stickyheaderheadline.stickyheadlineroboto.du-stickyheadline {
    font-size: 18px;
  }
  .image-13 {
    width: 100%;
  }
  .image-14 {
    width: 100%;
  }
  .image-15 {
    width: 100%;
  }
  .lightbox {
    display: none;
  }
  .applewatchdarksectionwrapper {
    width: 86%;
  }
  .previewsblock {
    margin-bottom: 80px;
  }
  ._90c-topiphoneimage {
    bottom: -54px;
  }
  ._2-90cities-features {
    margin-top: 50px;
  }
  ._90citiesfeatureimage {
    margin-bottom: 20px;
  }
  .column-41 {
    margin-top: 20px;
  }
  .robotoh3.ss-featureh.ss-smallerh3 {
    font-size: 20px;
    line-height: 32px;
  }
  .ss-fullpreviewwrapper {
    padding-bottom: 30px;
  }
  .robotoh2.du-h2quality {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .ss-ctawrapper {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .ss-paragraph.ss-biggerparagraph {
    font-size: 16px;
    line-height: 30px;
  }
  .robotoh1 {
    font-size: 24px;
  }
  .robotoh1.du-h1 {
    font-size: 39px;
    line-height: 52px;
  }
  .image-26 {
    margin-top: 45px;
  }
  .ss-contentwrapper {
    width: 86%;
  }
  .column-49 {
    margin-bottom: 40px;
  }
  .ss-featurewrapper {
    margin-bottom: 60px;
  }
  .image-31 {
    width: 90%;
  }
  .column-52 {
    padding-top: 0px;
  }
  .du-8devfiles {
    padding-top: 25px;
  }
  .column-53 {
    padding-top: 25px;
  }
  .row-21 {
    margin-bottom: 60px;
  }
  .du-moreproductsheadline {
    font-size: 30px;
    line-height: 46px;
  }
}

