@font-face {
  font-family: Messina Sans;
  src: url('../fonts/MessinaSans-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  src: url('../fonts/MessinaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.hero {
  background-image: url('../images/microsoft-hero3.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-top: -11vw;
  display: flex;
}

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

.eyebrow-label.margin-bottom {
  margin-bottom: 2em;
}

.eyebrow-label.wide {
  width: 90vw;
}

.eyebrow-dot {
  background-color: #fff;
  border-radius: 100%;
  width: .5em;
  height: .5em;
}

.eyebrow-dot.black {
  background-color: #000;
}

.content-wrap {
  width: 100%;
  padding: 2.75vw;
}

.content-wrap.flex-down {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6vw;
  display: flex;
}

.content-wrap.flex-center.padding-top-bottom {
  padding-top: 8vw;
  padding-bottom: 48vw;
}

.content-wrap.flex-center.padding-top-bottom.flex-down {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-wrap.margin-topbottom {
  padding-top: 2vw;
  padding-bottom: 10vw;
}

.content-wrap.margin-top {
  padding-top: 4vw;
  padding-bottom: 1.5vw;
}

.eyebrow-text {
  color: #fff;
  letter-spacing: -.25px;
  margin-left: .6em;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
}

.eyebrow-text.black {
  color: #000;
}

.heading {
  color: #fff;
  letter-spacing: -2px;
  width: 50vw;
  margin-top: .4em;
  margin-bottom: .5em;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 4.5vw;
  line-height: 1.1;
}

.p-32 {
  color: #fff;
  letter-spacing: -.25px;
  width: 22em;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.4;
}

.p-32.black {
  color: #000;
}

.p-32.black.margin-top, .btn-wrap.margin-top {
  margin-top: 2vw;
}

.btn-white {
  color: #000;
  background-color: #fff;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.btn-hero {
  color: #000;
  background-color: #fff;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}

.btn-white-2 {
  color: #000;
  letter-spacing: -.3px;
  background-color: #fff;
  border-radius: 10em;
  padding: 1em 1.5em;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
}

.hero-bottom {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5em;
  display: flex;
}

.meta-wrap {
  flex-flow: column;
  justify-content: center;
  margin-left: 2.5em;
  display: flex;
}

.meta-book {
  color: #fff;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.4;
}

.meta-sb {
  color: #fff;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.4;
}

.hero-bottom_left {
  display: flex;
}

.hero-bottom_right {
  width: 11vw;
  height: auto;
}

.section-black {
  background-color: #000;
}

.section-black._100 {
  width: 100vw;
  height: auto;
}

.display-text {
  width: 60vw;
  margin-top: 6vw;
  margin-bottom: 9vw;
}

.content-wrap_right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 2.75vw;
  display: flex;
}

.content-wrap_right.flex-down {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}

.content-wrap_right.flex-down.margin-bottom {
  padding-bottom: 6vw;
}

.h2 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 2.3vw;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.15;
}

.h2.black {
  color: #000;
  letter-spacing: -1.5px;
}

.h2.black.no-margin {
  letter-spacing: -2px;
  margin-top: 0;
}

.h2.no-margin {
  margin-top: 0;
}

.h2.no-margin.center {
  text-align: center;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.marquee-advanced__item-width.redwing {
  background-image: url('../images/tile-redwing_2x.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.estee {
  background-image: url('../images/estee-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.gstar {
  background-image: url('../images/tile-gstar.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.dyson {
  background-image: url('../images/dyson-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.intersport {
  background-image: url('../images/tile-intersport.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.rituals {
  background-image: url('../images/rituals-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.kiko {
  background-image: url('../images/kiko-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.heineken {
  background-image: url('../images/heineken-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.fenix {
  background-image: url('../images/tile-fenix.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.drmartens {
  background-image: url('../images/drmartens-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 1em;
}

.section-resource {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.text-wrap_50 {
  width: 50vw;
  margin-top: 9em;
  margin-bottom: 3em;
}

.partner-block {
  background-image: linear-gradient(#303030, #101010);
  border: 1px solid #202020;
  border-radius: .5em;
  width: 21vw;
  height: auto;
  padding: .85vw;
}

.flex-center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.flex-center.flex-down {
  flex-flow: column;
}

.flex-center.max-60vw {
  flex-flow: column;
  width: 60vw;
}

.flex-center.max-60vw.margin-topbottom {
  width: 60vw;
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.flex-center.max-60vw.margin-topbottom.no-margin-between, .flex-center.footer {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.partner-logo-block {
  background-color: #ffffff0f;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10em;
  display: flex;
}

.h3 {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.5;
}

.h3.black {
  color: #000;
  font-size: 2vw;
}

.h3.lower-rule {
  font-size: 2vw;
  line-height: 1.3;
}

.partner-text-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin: 1.5em 1em;
  display: flex;
}

.partner-p {
  color: #fff;
  letter-spacing: -.35px;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

.partner-logo-image {
  width: 100%;
  height: 100%;
}

.section-image {
  background-image: url('../images/iphone-city.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 60vh;
}

.section-offwhite {
  background-color: #f4f4f6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-50 {
  width: 50%;
}

.content-50.flex-down {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.usp-block {
  width: 100%;
  height: auto;
}

.cb-img-block {
  background-color: #fff;
  border-radius: .75vw;
  width: 5.5vw;
  height: 5.5vw;
  margin-bottom: 1.25vw;
}

.cb-img {
  border-radius: .75vw;
  width: 100%;
  height: 100%;
}

.cb-text {
  letter-spacing: -.5px;
  width: 100%;
  margin-top: .25vw;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.cb-row {
  display: flex;
}

.section-white {
  background-color: #fff;
}

.display-img-1 {
  width: 30vw;
}

.img-wrapper {
  margin-top: -32vw;
  margin-bottom: 12vw;
}

.display-img-2 {
  z-index: 2;
  width: 30vw;
  margin-top: -30vw;
  margin-left: -23vw;
  position: absolute;
}

.display-img-4 {
  width: 22vw;
  height: auto;
  margin-top: 4vw;
  margin-left: -9vw;
}

.display-img-3 {
  width: 20vw;
  height: auto;
  margin-top: -17vw;
  margin-left: 34vw;
  position: absolute;
}

.btn-black {
  color: #fff;
  letter-spacing: -.3px;
  background-color: #000;
  border-radius: 10em;
  padding: 1em 1.5em;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
}

.accordion-css__item-bottom {
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom-content {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.accordion-css__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-icon-svg {
  width: 1em;
}

.accordion-css__item-icon {
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.3vw;
  height: 2.3vw;
  display: flex;
  transform: rotate(180deg);
}

.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.15vw 1.25vw 1.15vw 1.5vw;
  display: flex;
}

.accordion-css {
  width: 45vw;
  margin-top: 2.3vw;
  position: relative;
}

.accordion-css__item {
  background-color: #f4f4f6;
  border-radius: .6vw;
  list-style: none;
}

.accordion-css__item-h3 {
  letter-spacing: -.6px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.3;
}

.accordion-css__item-p {
  color: #2c2c2c;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

.footer {
  background-color: #e9e9e9;
}

.footer-logo {
  width: auto;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.meta-full {
  display: flex;
}

.footer-meta {
  margin-top: 16vw;
  display: flex;
}

.footer-p {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 13px;
}

.footer-50 {
  width: 50%;
}

.footer-25 {
  width: 25%;
}

.nav {
  position: static;
  inset: 0% 0% auto;
}

.logo-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  height: auto;
  display: flex;
}

.image-wrap-ios {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.subheading-h2 {
  color: #fff;
  letter-spacing: -1px;
  width: 80%;
  margin-top: 3vw;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.5;
}

.subheading-h2.black {
  color: #000;
  letter-spacing: -1.5px;
}

.subheading-h2.black.no-margin {
  letter-spacing: -2px;
  margin-top: 0;
}

.subheading-h2.no-margin {
  margin-top: 0;
}

.subheading-h2.no-margin.center {
  text-align: center;
}

.label-blockie {
  font-size: 1.1vw;
}

.logo-img {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff14;
  border-radius: .65em;
}

.logo-img.microsoft {
  padding-top: 0;
  padding-bottom: 0;
}

.logo-img.less-alpha {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: -14vw;
  }

  .eyebrow-dot {
    width: .6vw;
    height: .6vw;
  }

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

  .heading {
    letter-spacing: -1px;
    width: 55vw;
    font-size: 5.5vw;
  }

  .p-32 {
    font-size: 16px;
  }

  .p-32.black.margin-top.margin-bottom {
    width: 90%;
  }

  .btn-white-2 {
    font-size: 16px;
  }

  .hero-bottom {
    margin-top: 3em;
  }

  .meta-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .meta-wrap.first {
    margin-left: 0;
  }

  .meta-wrap.first.bottom {
    margin-top: 16px;
  }

  .meta-book {
    font-size: 14px;
  }

  .meta-sb {
    font-size: 12px;
  }

  .hero-bottom_left {
    flex-flow: column;
    width: 100%;
  }

  .h2 {
    font-size: 32px;
  }

  .partner-block {
    width: 100%;
    padding: 12px;
  }

  .flex-center {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .flex-center.mobile-down {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .h3 {
    font-size: 2vw;
  }

  .h3.black {
    font-size: 21px;
    line-height: 1.2;
  }

  .h3.lower-rule {
    font-size: 24px;
  }

  .partner-text-wrap {
    margin: 2vw 1vw;
  }

  .partner-p {
    letter-spacing: -.2px;
    font-size: 1.4vw;
  }

  .section-image {
    height: 50vh;
  }

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

  .btn-black {
    font-size: 1.4vw;
  }

  .accordion-css__item-h3 {
    font-size: 1.6vw;
  }

  .meta-full {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 32px;
    display: grid;
  }

  .nav {
    position: relative;
  }

  .subheading-h2 {
    letter-spacing: -.5px;
    font-size: 18px;
  }

  .label-blockie {
    font-size: 13px;
  }

  .bold-text {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 90vh;
    margin-top: -110px;
  }

  .eyebrow-dot {
    width: 6px;
    height: 6px;
  }

  .content-wrap {
    padding: 20px;
  }

  .content-wrap.flex-down.max-width {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding: 16px 16px 32px;
  }

  .content-wrap.flex-center.padding-top-bottom.flex-down {
    flex-flow: column;
  }

  .content-wrap.margin-top {
    padding-top: 32px;
  }

  .eyebrow-text {
    font-size: 12px;
  }

  .heading {
    width: 85vw;
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 40px;
  }

  .p-32 {
    width: 90%;
    font-size: 16px;
  }

  .p-32.black.margin-top.margin-bottom, .btn-wrap {
    margin-bottom: 24px;
  }

  .btn-wrap.margin-top {
    margin-top: 32px;
  }

  .btn-white-2 {
    padding: 14px 24px;
    font-size: 14px;
  }

  .meta-wrap {
    width: auto;
    margin-left: 0;
  }

  .meta-book, .meta-sb {
    font-size: 12px;
  }

  .hero-bottom_left {
    flex-flow: wrap-reverse;
  }

  .hero-bottom_right {
    width: 96px;
  }

  .display-text {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .content-wrap_right {
    padding: 24px 24px 56px;
  }

  .content-wrap_right.mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2 {
    letter-spacing: -.5px;
    margin-top: 24px;
    font-size: 27px;
  }

  .h2.black {
    font-size: 36px;
  }

  .h2.black.no-margin {
    margin-top: 32px;
  }

  .marquee-advanced__item-width {
    width: 200px;
    height: 130px;
    margin: 6px;
  }

  .marquee-advanced__item-width.redwing {
    margin-right: 8px;
  }

  .section-resource {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-wrap_50 {
    width: auto;
    margin-top: 56px;
    margin-bottom: 0;
  }

  .text-wrap_50.disable {
    display: none;
  }

  .partner-block {
    width: 100%;
    padding: 11px;
  }

  .flex-center {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .flex-center.max-60vw.margin-topbottom.no-margin-between {
    width: 90vw;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .flex-center.footer {
    flex-flow: column;
  }

  .flex-center.mobile-down {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-grid;
  }

  .partner-logo-block {
    height: 120px;
  }

  .h3 {
    font-size: 16px;
  }

  .h3.black {
    margin-top: 12px;
    font-size: 24px;
  }

  .h3.lower-rule {
    font-size: 21px;
  }

  .partner-text-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin: 12px 8px;
  }

  .partner-p {
    font-size: 11px;
  }

  .section-image {
    background-image: url('../images/iphone-city.webp');
    background-position: 50%;
    background-size: cover;
    height: 50vh;
  }

  .content-50 {
    width: 100%;
  }

  .cb-img-block {
    border-radius: 8px;
    width: 48px;
    height: 48px;
  }

  .cb-img {
    border-radius: 8px;
  }

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

  .btn-black {
    font-size: 14px;
  }

  .accordion-css__list {
    width: 100%;
  }

  .accordion-css__item-icon {
    width: 32px;
    height: 32px;
  }

  .accordion-css__item-top {
    padding: 12px 16px;
  }

  .accordion-css {
    width: 100%;
    margin-top: 24px;
  }

  .accordion-css__item {
    width: 100%;
  }

  .accordion-css__item-h3 {
    font-size: 16px;
  }

  .accordion-css__item-p {
    font-size: 14px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .footer-logo {
    width: 30vw;
  }

  .meta-full {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .link-block {
    position: absolute;
    inset: auto 24px 24px auto;
  }

  .footer-meta {
    flex-flow: wrap-reverse;
  }

  .footer-p.specific {
    margin-top: 32px;
  }

  .footer-50, .footer-25 {
    width: 100%;
  }

  .logo-wrap {
    width: 72px;
    height: 40px;
  }

  .image-wrap-ios {
    width: 80%;
    height: 80%;
  }

  .subheading-h2 {
    letter-spacing: -.5px;
    width: 90%;
    margin-top: 24px;
    font-size: 15px;
  }

  .subheading-h2.black {
    font-size: 36px;
  }

  .subheading-h2.black.no-margin {
    margin-top: 32px;
  }

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


@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}