@keyframes rotate {
  0% {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(-100%, 0, 0)
  }
}

a, body, div, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, img, input, label, li, main, nav, ol, p, section, span, svg, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

*, ::after, ::before {
  box-sizing: border-box
}

img {
  max-width: 100%
}

video {
  -o-object-fit: fill;
  object-fit: fill
}

svg:not(:root) {
  overflow: hidden
}

input {
  border-radius: 0
}

::-moz-placeholder {
  opacity: 1
}

::placeholder {
  opacity: 1
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

@font-face {
  font-family: "Mont";

  font-weight: 600;

  src: url("/assets/mont-600-403b4272.otf") format("opentype")
}

@font-face {
  font-family: "Mont";

  font-weight: 700;

  src: url("/assets/mont-700-5cb7d06c.otf") format("opentype")
}

@font-face {
  font-family: "Mont";

  font-weight: 900;

  src: url("/assets/mont-900-d03d4ca9.otf") format("opentype")
}

html {
  font-size: 10px
}

body {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #1e2026;
  -webkit-font-smoothing: antialiased
}

.container {
  max-width: calc((100vw - 60px));
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: calc((100vw - 100px))
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px
  }
}

.button {
  display: flex;
  align-items: center;
  height: 40px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: .025em;
  text-align: center
}

@media screen and (min-width: 1024px) {
  .button {
    height: 50px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 25px;
    font-size: 1.8rem
  }
}

.button-black {
  background-color: #000;
  color: #fff
}

.button-white {
  background-color: #f8f8f8;
  color: #1e2026
}

.cloud {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px
}

@media screen and (min-width: 768px) {
  .cloud {
    margin-top: -15px
  }
}

.cloud-platform {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-right: 15px
}

@media screen and (min-width: 768px) {
  .cloud-platform {
    margin-top: 15px
  }
}

@media screen and (min-width: 1024px) {
  .cloud-platform {
    margin-right: 20px
  }
}

.cloud-platform:last-child {
  margin-right: 0
}

.cloud-platform-logo {
  margin-right: 5px
}

.cloud-platform-name {
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: -.01em;
  line-height: 1
}

@media screen and (min-width: 1024px) {
  .cloud-platform-name {
    font-size: 1.6rem
  }
}

.enter {
  opacity: 0;
  transition: opacity .75s ease-out, transform .75s ease-out
}

.enter-up {
  transform: translate3d(0, 2vh, 0)
}

.enter-down {
  transform: translate3d(0, -2vh, 0)
}

.enter-right {
  transform: translate3d(-2vh, 0, 0)
}

.enter-left {
  transform: translate3d(2vh, 0, 0)
}

@media screen and (min-width: 1024px) {
  .enter-up {
    transform: translate3d(0, 4vh, 0)
  }

  .enter-down {
    transform: translate3d(0, -4vh, 0)
  }

  .enter-right {
    transform: translate3d(-4vh, 0, 0)
  }

  .enter-left {
    transform: translate3d(4vh, 0, 0)
  }
}

.is-inview .enter {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.is-inview .delay-1 {
  transition-delay: .25s
}

.is-inview .delay-2 {
  transition-delay: .5s
}

.is-inview .delay-3 {
  transition-delay: .75s
}

.is-inview .delay-4 {
  transition-delay: 1s
}

.is-inview .delay-5 {
  transition-delay: 1.25s
}

.is-inview .delay-6 {
  transition-delay: 1.5s
}

.is-inview .delay-7 {
  transition-delay: 1.75s
}

.is-inview .delay-8 {
  transition-delay: 2s
}

.is-inview .delay-9 {
  transition-delay: 2.25s
}

.is-inview .delay-10 {
  transition-delay: 2.5s
}

.footer {
  margin-bottom: 60px
}

@media screen and (min-width: 1024px) {
  .footer-container {
    padding-right: 75px;
    padding-left: 75px
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px
}

@media screen and (min-width: 768px) {
  .footer-top {
    display: block
  }
}

@media screen and (min-width: 1024px) {
  .footer-top {
    margin-bottom: 75px
  }
}

@media screen and (min-width: 1366px) {
  .footer-top {
    margin-bottom: 100px
  }
}

.footer-nav {
  display: flex;
  flex-direction: column
}

@media screen and (min-width: 768px) {
  .footer-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }
}

.footer-nav-link {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.15
}

@media screen and (min-width: 768px) {
  .footer-nav-link {
    line-height: 1
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav-link {
    font-size: 4.8rem
  }
}

@media screen and (min-width: 1366px) {
  .footer-nav-link {
    font-size: 7.4rem
  }
}

.footer-nav-separator {
  display: none
}

@media screen and (min-width: 768px) {
  .footer-nav-separator {
    display: block;
    width: 20px;
    height: 36px;
    background-image: url("/assets/components/footer/separator-1b106bba.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav-separator {
    width: 25px;
    height: 45px
  }
}

@media screen and (min-width: 1366px) {
  .footer-nav-separator {
    width: 35px;
    height: 63px
  }
}

.footer-other {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: right
}

@media screen and (min-width: 768px) {
  .footer-other {
    float: right;
    padding-top: 0;
    padding-bottom: 0
  }
}

.footer-other-large {
  display: none
}

@media screen and (min-width: 768px) {
  .footer-other-small {
    display: none
  }

  .footer-other-large {
    display: flex
  }

  .footer-other-link {
    margin-bottom: 5px
  }
}

@media screen and (min-width: 1024px) {
  .footer-other-link {
    font-size: 1.8rem
  }
}

@media screen and (min-width: 768px) {
  .footer-other-link:last-child {
    margin-bottom: 0
  }
}

.footer-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 35px
}

@media screen and (min-width: 768px) {
  .footer-form {
    flex-direction: row;
    align-items: center
  }
}

@media screen and (min-width: 1024px) {
  .footer-form {
    margin-bottom: 50px
  }
}

@media screen and (min-width: 1366px) {
  .footer-form {
    margin-bottom: 75px
  }
}

.footer-form-heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -.025em
}

@media screen and (min-width: 768px) {
  .footer-form-heading {
    margin-right: 25px;
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .footer-form-heading {
    margin-right: 50px
  }
}

@media screen and (min-width: 1366px) {
  .footer-form-heading {
    font-size: 3.2rem
  }
}

.footer-form-input {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

@media screen and (min-width: 768px) {
  .footer-form-input {
    margin-right: 25px;
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .footer-form-input {
    margin-right: 50px
  }
}

.footer-form-input::-moz-placeholder {
  color: #000
}

.footer-form-input::placeholder {
  color: #000
}

@media screen and (min-width: 768px) {
  .footer-bottom {
    position: relative
  }

  .footer-bottom::after, .footer-bottom::before {
    content: "";
    display: table;
    clear: both
  }
}

.footer-social {
  display: flex;
  align-items: center;
  margin-bottom: 25px
}

@media screen and (min-width: 768px) {
  .footer-social {
    float: left;
    margin-bottom: 0
  }
}

.footer-social-link {
  display: block;
  margin-right: 35px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

.footer-legal-link:last-child, .footer-social-link:last-child {
  margin-right: 0
}

.footer-social-link-facebook {
  width: 21px;
  height: 21px;
  background-image: url("/assets/components/footer/facebook-1d41edd0.svg")
}

.footer-social-link-twitter {
  width: 23px;
  height: 19px;
  background-image: url("/assets/components/footer/twitter-7bed3f46.svg")
}

.footer-social-link-linkedin {
  width: 21px;
  height: 20px;
  background-image: url("/assets/components/footer/linkedin-66556e0e.svg")
}

.footer-social-link-youtube {
  width: 28px;
  height: 20px;
  background-image: url("/assets/components/footer/youtube-43109bcb.svg")
}

.footer-social-link-instagram {
  background-image: url("/assets/components/footer/instagram-logo-6350264e.svg");
  height: 57px;
  transform: scale(0.40);
  margin-left: -26px;
}

.footer-legal {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #666
}

@media screen and (min-width: 768px) {
  .footer-legal {
    position: absolute;
    bottom: 0;
    left: 0
  }
}

@media screen and (min-width: 1024px) {
  .footer-legal {
    font-size: 1.2rem
  }
}

.footer-legal-link {
  margin-right: 30px
}

.menu {
  z-index: 1;
  transform: translate3d(0, -100%, 0);
  transition-property: transform;
  transition-duration: .75s;
  transition-timing-function: ease;
  transition-delay: .5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(-45deg, #6af1fc 0%, #00acfb 100%);
  color: #fff
}

@media screen and (min-width: 1024px) {
  .menu {
    display: none
  }
}

.menu.is-active, .menu.is-active .menu-links {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s
}

.menu-container {
  height: 100%;
  padding-top: 118px
}

.menu-links {
  opacity: 0;
  transform: translate3d(0, 2vh, 0);
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px
}

.menu.is-active .menu-links {
  opacity: 1;
  transition-delay: .75s
}

.menu-link {
  position: relative;
  font-weight: 700;
  font-size: 5.3rem;
  line-height: 1.05
}

.menu-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 30px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #fff
}

.menu-link.is-active {
  padding-left: 35px
}

.menu-link, .menu-link.is-active::before {
  display: block
}

.menu-other {
  opacity: 0;
  transform: translate3d(0, 2vh, 0);
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px
}

.menu.is-active .menu-other, .menu.is-active .menu-social {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1s
}

.menu-other-link {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4
}

.menu-social {
  opacity: 0;
  transform: translate3d(0, 2vh, 0);
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  display: flex;
  align-items: center
}

.menu.is-active .menu-social {
  transition-delay: 1.25s
}

.menu-social-link {
  display: block;
  margin-right: 40px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

.menu-social-link:last-child {
  margin-right: 0
}

.menu-social-link-facebook {
  width: 25px;
  height: 25px;
  background-image: url("/assets/components/menu/icon-facebook-bd30164e.svg")
}

.menu-social-link-twitter {
  width: 26px;
  height: 21px;
  background-image: url("/assets/components/menu/icon-twitter-2c13d0ec.svg")
}

.menu-social-link-linkedin {
  width: 24px;
  height: 24px;
  background-image: url("/assets/components/menu/icon-linkedin-d348beee.svg")
}

.menu-social-link-youtube {
  width: 32px;
  height: 23px;
  background-image: url("/assets/components/menu/icon-youtube-23fcdfee.svg")
}

.menu-social-link-instagram {
  width: 44px;
  height: 25px;
  background-image: url("/assets/components/menu/icon-instagram-f82d73c2.svg")
}

.nav {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 25px
}

@media screen and (min-width: 1024px) {
  .nav {
    padding-top: 50px
  }
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (min-width: 1024px) {
  .nav-container {
    position: relative;
    padding-right: 35px;
    padding-left: 35px
  }
}

.nav-links {
  display: none
}

@media screen and (min-width: 1024px) {
  .nav-links {
    display: flex;
    align-items: center
  }
}

.nav-link {
  position: relative;
  margin-right: 35px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff
}

.nav-link.is-active {
  font-weight: 700
}

.nav-link:last-child {
  margin-right: 0
}

.nav-link::after, .nav-switch::after, .nav-switch::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff
}

.nav-link::after {
  transform: scale3d(0, 1, 1);
  bottom: -5px
}

.nav-link.is-active::after {
  transform: scale3d(1, 1, 1)
}

.nav-logo {
  display: block;
  width: 67px;
  height: 28px;
  background-image: url("/assets/components/nav/logo-4c3db01b.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

@media screen and (min-width: 1024px) {
  .nav-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -33.5px
  }
}

.nav-other {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-left: auto
}

@media screen and (min-width: 1024px) {
  .nav-other {
    margin-right: 0
  }
}

.nav-login {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nav-login {
    display: block;
    width: 16px;
    height: 18px;
    margin-right: 35px;
    background-image: url("/assets/components/nav/login-10fd245f.svg") !important;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
  }
}

.nav-search {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("/assets/components/nav/search-a3f0a2d1.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

.nav-switch {
  position: relative;
  width: 20px;
  height: 10px;
  cursor: pointer
}

@media screen and (min-width: 1024px) {
  .nav-switch {
    display: none
  }
}

.nav-switch.is-active::before {
  transform: translate3d(0, 4px, 0) rotate(45deg)
}

.nav-switch.is-active::after {
  transform: translate3d(0, -4px, 0) rotate(-225deg)
}

.nav-switch::after, .nav-switch::before {
  transition: transform .5s ease-out
}

.nav-switch::before {
  top: 0
}

.nav-switch::after {
  bottom: 0
}

.next {
  margin-bottom: 30px;
  color: #fff
}

@media screen and (min-width: 1024px) {
  .next {
    margin-bottom: 50px
  }
}

.next-last {
  margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
  .next-last {
    margin-bottom: 125px
  }
}

.next-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 30px;
  border-radius: 8px
}

@media screen and (min-width: 768px) {
  .next-container {
    flex-direction: row;
    padding: 70px 60px
  }
}

@media screen and (min-width: 1024px) {
  .next-container {
    padding: 135px 120px
  }
}

.next-container-about {
  background-image: linear-gradient(-135deg, #00b1ff 0%, #073f76 100%)
}

.next-container-contact {
  background-image: linear-gradient(-135deg, #6af1fc 0%, #00acfb 100%)
}

.next-container-careers {
  background-image: url("/assets/components/next/careers-small-c810c813.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (min-width: 768px) {
  .next-container-careers {
    background-image: url("/assets/components/next/careers-large-1eec6c5a.jpg");
  }
}

.next-brow {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase
}

@media screen and (min-width: 768px) {
  .next-brow {
    flex-basis: 30%
  }
}

@media screen and (min-width: 1024px) {
  .next-brow {
    font-size: 2.4rem
  }
}

@media screen and (min-width: 1366px) {
  .next-brow {
    font-size: 2.9rem
  }
}

.next-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

@media screen and (min-width: 768px) {
  .next-content {
    flex-basis: 62.5%
  }
}

.next-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1
}

@media screen and (min-width: 768px) {
  .next-heading {
    margin-top: 0;
    margin-bottom: 40px
  }
}

@media screen and (min-width: 1024px) {
  .next-heading {
    margin-bottom: 25px;
    font-size: 5.4rem
  }
}

@media screen and (min-width: 1366px) {
  .next-heading {
    font-size: 9.7rem
  }

  .next-container-contact .next-heading {
    font-size: 6.4rem
  }
}

.search {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: .5s, 0s;
  transition-timing-function: ease, linear;
  transition-delay: 0s, .5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(315deg, #00b1ff 0%, #00aefc 20%, #01a5f1 37.5%, #0297df 52.5%, #0382c6 67.5%, #0567a6 82.5%, #074780 97%, #073f76 100%);
  color: #fff
}

.search.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s
}

.search-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%
}

@media screen and (min-width: 768px) {
  .search-container {
    padding-right: 35px;
    padding-left: 35px
  }
}

@media screen and (min-width: 1366px) {
  .search-container {
    max-width: 1036px;
    padding-right: 0;
    padding-left: 0
  }
}

.search-form {
  position: relative;
  margin-bottom: 25px
}

@media screen and (min-width: 768px) {
  .search-form {
    margin-bottom: 30px
  }
}

.search-input {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -.025em;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

@media screen and (min-width: 768px) {
  .search-input {
    padding-bottom: 15px;
    font-size: 3rem
  }
}

.search-input::-moz-placeholder {
  opacity: 1;
  color: #fff
}

.search-input::placeholder {
  opacity: 1;
  color: #fff
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 0;
  background-image: url("/assets/components/search/icon-submit-02061120.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

@media screen and (min-width: 768px) {
  .search-submit {
    width: 26px;
    height: 26px
  }
}

.search-platforms {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px
}

.search-heading {
  flex-basis: 100%;
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -.01em
}

@media screen and (min-width: 768px) {
  .search-heading {
    font-size: 1.6rem
  }
}

@media screen and (min-width: 1366px) {
  .search-heading {
    flex-basis: auto;
    margin-right: 35px
  }
}

.search-platform {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-right: 25px
}

.search-platform:last-child {
  margin-right: 0
}

.search-platform-logo {
  margin-right: 10px
}

.search-platform-name {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -.01em
}

@media screen and (min-width: 768px) {
  .search-platform-name {
    font-size: 1.6rem
  }
}

.about .gradient {
  position: relative
}

.about .gradient::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-image: linear-gradient(225deg, #00acfb 28.44%, #6af1fc 100%)
}

@media screen and (min-width: 768px) {
  .about .gradient::before {
    height: 77.5%
  }
}

@media screen and (min-width: 1024px) {
  .about .gradient::before {
    height: 72.5%
  }
}

@media screen and (min-width: 1366px) {
  .about .gradient::before {
    height: 75%
  }
}

.about .header {
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 100px;
  color: #fff
}

@media screen and (min-width: 1024px) {
  .about .header {
    padding-top: 175px
  }
}

.about .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media screen and (min-width: 1024px) {
  .about .header-container {
    padding-right: 35px;
    padding-left: 35px
  }
}

.about .header-brow {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase
}

@media screen and (min-width: 1024px) {
  .about .header-brow {
    margin-bottom: 35px;
    font-size: 2.5rem
  }
}

.about .header-heading {
  font-weight: 700;
  font-size: 3.9rem;
  letter-spacing: -.025em;
  line-height: 1
}

@media screen and (min-width: 1024px) {
  .about .header-heading {
    font-size: 7.8rem
  }
}

@media screen and (min-width: 1366px) {
  .about .header-heading {
    font-size: 10.6rem
  }
}

.about .stats {
  margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
  .about .stats {
    margin-bottom: 140px
  }
}

.about .stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 30px;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 1024px) {
  .about .stats-container {
    padding: 75px 90px
  }
}

.about .stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 45%;
  margin-bottom: 35px
}

@media screen and (min-width: 768px) {
  .about .stat {
    flex-basis: 30%
  }
}

@media screen and (max-width: 767px) {
  .about .stat-5, .about .stat-6 {
    margin-bottom: 0
  }

  .about .stat-1, .about .stat-2 {
    transition-delay: .5s
  }

  .about .stat-3, .about .stat-4 {
    transition-delay: .75s
  }

  .about .stat-5, .about .stat-6 {
    transition-delay: 1s
  }
}

@media screen and (min-width: 768px) {
  .about .stat-4, .about .stat-5, .about .stat-6 {
    margin-bottom: 0
  }

  .about .stat-1, .about .stat-2, .about .stat-3 {
    transition-delay: .5s
  }

  .about .stat-4, .about .stat-5, .about .stat-6 {
    transition-delay: .75s
  }
}

.about .stat-main {
  font-weight: 700;
  font-size: 3.8rem;
  letter-spacing: -.025em;
  color: #00b1ff
}

@media screen and (min-width: 768px) {
  .about .stat-main {
    font-size: 4.8rem
  }
}

@media screen and (min-width: 1024px) {
  .about .stat-main {
    font-size: 7.1rem
  }
}

.about .stat-desc {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -.025em;
  line-height: 1.1;
  color: #000
}

@media screen and (min-width: 1024px) {
  .about .stat-desc {
    font-size: 3rem;
    line-height: 1.35
  }
}

.about .team {
  margin-bottom: 20px
}

@media screen and (min-width: 768px) {
  .about .team {
    margin-bottom: 25px
  }
}

@media screen and (min-width: 1024px) {
  .about .team {
    margin-bottom: 40px
  }
}

.about .team-large {
  display: none
}

@media screen and (min-width: 768px) {
  .about .team-small {
    display: none
  }

  .about .team-large {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .about .team-half {
    flex-basis: calc((100% - 25px) / 2)
  }
}

@media screen and (min-width: 1024px) {
  .about .team-half {
    flex-basis: calc((100% - 40px) / 2)
  }
}

.about .team-heading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1
}

@media screen and (min-width: 1024px) {
  .about .team-heading {
    font-size: 5.4rem;
    line-height: 1.05
  }
}

@media screen and (min-width: 1366px) {
  .about .team-heading {
    margin-bottom: 50px;
    margin-left: 45px;
    font-size: 6.6rem;
    line-height: 1.05
  }
}

.about .team-heading-large {
  display: none
}

@media screen and (min-width: 768px) {
  .about .team-heading-small {
    display: none
  }

  .about .team-heading-large {
    display: block
  }
}

.about .team-piece {
  margin-bottom: 20px;
  padding: 40px 35px;
  border-radius: 8px
}

@media screen and (min-width: 768px) {
  .about .team-piece {
    margin-bottom: 25px
  }
}

@media screen and (min-width: 1024px) {
  .about .team-piece {
    margin-bottom: 40px;
    padding: 50px 45px
  }
}

.about .team-piece:last-child {
  margin-bottom: 0
}

.about .team-member {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 510px;
  padding-bottom: 0
}

@media screen and (min-width: 1024px) {
  .about .team-member {
    height: 460px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member {
    position: relative
  }
}

.about .team-member-gray {
  background-color: #f7f8f9
}

.about .team-member-peach {
  background-image: linear-gradient(-135deg, #f27c7b 0%, #ffbd99 100%)
}

.about .team-member-blue {
  background-image: linear-gradient(-135deg, #00acfb 0%, #6af1fc 100%)
}

.about .team-member-gray .team-member-name {
  color: #000
}

.about .team-member-gray .team-member-role {
  color: #4d4d4d
}

.about .team-member-gray .team-member-desc {
  color: #666
}

.about .team-member-blue, .about .team-member-peach {
  color: #fff
}

.about .team-member-name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -.025em
}

@media screen and (min-width: 1024px) {
  .about .team-member-name {
    font-size: 3.3rem
  }
}

.about .team-member-role {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -.01em
}

@media screen and (min-width: 1024px) {
  .about .team-member-role {
    font-size: 2.4rem
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-role {
    max-width: 50%
  }
}

.about .team-member-desc {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  line-height: 1.5
}

@media screen and (min-width: 1024px) {
  .about .team-member-desc {
    font-size: 1.8rem;
    line-height: 1.55
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-desc {
    max-width: 50%
  }
}

.about .team-member-image {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

@media screen and (min-width: 1366px) {
  .about .team-member-image {
    margin-right: 0;
    margin-left: auto
  }
}

.about .team-member-image-1 {
  width: 232.16561px;
  height: 250px;
  background-image: url("/assets/pages/about/team/member-1-adca9034.png")
}

@media screen and (min-width: 1024px) {
  .about .team-member-image-1 {
    width: 208.94904px;
    height: 225px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-image-1 {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 371.46497px;
    height: 400px
  }
}

.about .team-member-image-2 {
  width: 232.16561px;
  height: 250px;
  background-image: url("/assets/pages/about/team/member-2-42b723ec.png")
}

@media screen and (min-width: 1024px) {
  .about .team-member-image-2 {
    width: 208.94904px;
    height: 225px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-image-2 {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 371.46497px;
    height: 400px
  }
}

.about .team-member-image-3 {
  width: 259.78916px;
  height: 250px;
  background-image: url("/assets/pages/about/team/member-3-36c4e599.png")
}

@media screen and (min-width: 1024px) {
  .about .team-member-image-3 {
    width: 181.85241px;
    height: 175px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-image-3 {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 363.70482px;
    height: 350px
  }
}

.about .team-member-image-4 {
  width: 307.45968px;
  height: 250px;
  background-image: url("/assets/pages/about/team/member-4-55788d83.png")
}

@media screen and (min-width: 768px) {
  .about .team-member-image-4 {
    width: 245.96774px;
    height: 200px
  }
}

@media screen and (min-width: 1024px) {
  .about .team-member-image-4 {
    width: 215.22177px;
    height: 175px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-image-4 {
    position: absolute;
    bottom: 0;
    right: -75px;
    width: 430.44355px;
    height: 350px
  }
}

@media screen and (min-width: 1024px) {
  .about .team-member-image-5 {
    width: 208.94904px;
    height: 225px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-image-5 {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 371.46497px;
    height: 400px
  }
}

.about .team-member-image-6 {
  width: 232.16561px;
  height: 250px;
  background-image: url("/assets/pages/about/team/member-6-303afa89.png")
}

@media screen and (min-width: 1024px) {
  .about .team-member-image-6 {
    width: 208.94904px;
    height: 225px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-image-6 {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 371.46497px;
    height: 400px
  }
}

@media screen and (min-width: 1024px) {
  .about .team-member-image-7 {
    width: 162.67px;
    height: 200px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-image-7 {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 325.33px;
    height: 400px
  }
}

.about .team-member-image-8 {
  width: 203.33333px;
  height: 250px;
  background-image: url("/assets/pages/about/team/member-8-53f1b6a7.png");
  background-position: bottom;
}

@media screen and (min-width: 1024px) {
  .about .team-member-image-8 {
    width: 162.66667px;
    height: 200px
  }
}

@media screen and (min-width: 1366px) {
  .about .team-member-image-8 {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 325.33333px;
    height: 400px
  }
}

.about .team-quote {
  font-weight: 700;
  letter-spacing: -.025em;
  color: #fff
}

.about .team-quote-blue {
  background-image: linear-gradient(225deg, #00b1ff 0%, #00aedc 19.75%, #01a5f1 36.75%, #0297df 52.75%, #0382c7 67.75%, #046dad 80%)
}

.about .team-quote-peach {
  background-image: linear-gradient(-135deg, #ffbd99 0%, #f27c7b 100%)
}

.about .team-quote-large {
  font-size: 3.2rem;
  line-height: 1.1
}

@media screen and (min-width: 1024px) {
  .about .team-quote-large {
    font-size: 4.8rem;
    line-height: 1.05
  }
}

@media screen and (min-width: 1366px) {
  .about .team-quote-large {
    font-size: 6.6rem
  }
}

.about .values {
  margin-bottom: 50px
}

@media screen and (min-width: 768px) {
  .about .values {
    display: flex;
    align-items: center;
    margin-bottom: 75px;
    margin-left: 30px
  }
}

@media screen and (min-width: 1024px) {
  .about .values {
    margin-bottom: 140px;
    margin-left: 50px
  }
}

@media screen and (min-width: 1600px) {
  .about .values {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width: 768px) {
  .about .values-container {
    flex: 0 0 30%;
    margin-right: 50px
  }
}

@media screen and (min-width: 1366px) {
  .about .values-container {
    flex-basis: 25%
  }
}

.about .values-brow {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #00acfb
}

@media screen and (min-width: 1024px) {
  .about .values-brow {
    font-size: 2.5rem
  }
}

.about .values-heading {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1
}

@media screen and (min-width: 768px) {
  .about .values-heading {
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .about .values-heading {
    margin-bottom: 15px;
    font-size: 5.4rem;
    line-height: 1.05
  }
}

@media screen and (min-width: 1366px) {
  .about .values-heading {
    font-size: 6.6rem
  }
}

.about .values-arrows {
  display: none
}

@media screen and (min-width: 1024px) {
  .about .values-arrows {
    display: flex;
    align-items: center
  }
}

.about .values-arrow {
  display: block;
  width: 36px;
  height: 28px;
  margin-right: 15px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

.about .values-arrow:last-child {
  margin-right: 0
}

.about .values-arrow-right {
  background-image: url("/assets/pages/about/values/arrow-right-06c2be3e.svg")
}

.about .values-arrow-left {
  background-image: url("/assets/pages/about/values/arrow-left-a63547a2.svg")
}

.about .values-slider {
  overflow: hidden;
  height: 390px
}

@media screen and (min-width: 768px) {
  .about .values-slider {
    flex-grow: 1
  }
}

.about .values-slider-inner {
  overflow-x: scroll;
  height: calc(100% + 20px);
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.about .value-slide {
  display: inline-flex;
  flex-direction: column;
  width: 255px;
  height: 390px;
  margin-right: 20px;
  padding: 35px 30px;
  border-radius: 8px;
  background: linear-gradient(225deg, #00b1ff 0%, #00aedc 19.75%, #01a5f1 36.75%, #0297df 52.75%, #0382c7 67.75%, #046dad 80%);
  white-space: normal;
  color: #fff
}

@media screen and (min-width: 1024px) {
  .about .value-slide {
    width: 315px;
    padding: 35px
  }
}

@media screen and (max-width: 767px) {
  .about .value-slide:first-child {
    margin-left: 30px
  }
}

.about .value-slide:last-child {
  margin-right: 30px
}

@media screen and (min-width: 1024px) {
  .about .value-slide:last-child {
    margin-right: 50px
  }
}

.about .value-slide-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .5);
  font-weight: 700;
  font-size: 2rem
}

.about .value-slide-heading {
  margin-bottom: auto;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -.025em;
  line-height: 1.05
}

@media screen and (min-width: 1024px) {
  .about .value-slide-heading {
    font-size: 2.8rem;
    line-height: 1.15
  }
}

.about .value-slide-more {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  line-height: 1.5
}

@media screen and (min-width: 1024px) {
  .about .value-slide-more {
    font-size: 1.8rem;
    line-height: 1.55
  }
}

.careers .benefit {
  margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
  .careers .benefit {
    margin-bottom: 140px
  }
}

.careers .benefit-heading {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1;
  color: #000
}

@media screen and (min-width: 1024px) {
  .careers .benefit-heading {
    font-size: 5.4rem;
    text-align: center
  }
}

@media screen and (min-width: 1366px) {
  .careers .benefit-heading {
    font-size: 7rem
  }
}

.careers .benefit-subhead {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  line-height: 1.4;
  color: #000
}

@media screen and (min-width: 1024px) {
  .careers .benefit-subhead {
    max-width: 650px;
    margin-right: auto;
    margin-bottom: 75px;
    margin-left: auto;
    font-size: 2.4rem;
    line-height: 1.35;
    text-align: center
  }
}

.careers .benefit-slider {
  overflow: hidden;
  height: 260px
}

@media screen and (min-width: 1366px) {
  .careers .benefit-slider {
    margin-right: 50px;
    margin-left: 50px
  }
}

@media screen and (min-width: 1600px) {
  .careers .benefit-slider {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto
  }
}

.careers .benefit-slider-inner {
  overflow-x: scroll;
  height: calc(100% + 20px);
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 1366px) {
  .careers .benefit-slider-inner {
    overflow: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    white-space: normal
  }
}

.careers .benefit-slide {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 225px;
  height: 260px;
  margin-right: 30px;
  padding: 30px 25px;
  border-radius: 8px;
  background-image: linear-gradient(-45deg, #ffbc99 0%, #f27c7b 56.75%);
  white-space: normal;
  color: #fff
}

@media screen and (min-width: 1366px) {
  .careers .benefit-slide {
    display: flex;
    flex-basis: calc((100% - 160px) / 5);
    margin-right: 40px
  }
}

.careers .benefit-slide:first-child {
  margin-left: 30px
}

.careers .benefit-slide:last-child {
  margin-right: 30px
}

@media screen and (min-width: 1024px) {
  .careers .benefit-slide:first-child {
    margin-left: 50px
  }

  .careers .benefit-slide:last-child {
    margin-right: 50px
  }
}

@media screen and (min-width: 1366px) {
  .careers .benefit-slide:first-child {
    margin-left: 0
  }

  .careers .benefit-slide:last-child {
    margin-right: 0
  }
}

.careers .benefit-slide-name {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -.025em;
  line-height: 1.1
}

@media screen and (min-width: 1024px) {
  .careers .benefit-slide-name {
    font-size: 2.4rem;
    line-height: 1.2
  }
}

.careers .equal {
  margin-bottom: 50px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7f8f9
}

@media screen and (min-width: 1024px) {
  .careers .equal {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media screen and (min-width: 768px) {
  .careers .equal-container {
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width: 1024px) {
  .careers .equal-container {
    padding-right: 75px;
    padding-left: 75px
  }
}

.careers .equal-heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1
}

@media screen and (min-width: 768px) {
  .careers .equal-heading {
    flex-basis: 30%;
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .careers .equal-heading {
    font-size: 4.2rem;
    line-height: 1
  }
}

.careers .equal-subhead {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -.025em;
  line-height: 1.5625
}

@media screen and (min-width: 768px) {
  .careers .equal-subhead {
    flex-basis: 60%
  }
}

@media screen and (min-width: 1366px) {
  .careers .equal-subhead {
    font-size: 2.4rem;
    line-height: 1.35
  }
}

.careers .gradient {
  position: relative
}

.careers .gradient::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49%;
  background-image: linear-gradient(225deg, #ffbd99 0%, #f27c7b 56.25%)
}

@media screen and (min-width: 768px) {
  .careers .gradient::before {
    height: 51.5%
  }
}

@media screen and (min-width: 1024px) {
  .careers .gradient::before {
    height: 55%
  }
}

@media screen and (min-width: 1366px) {
  .careers .gradient::before {
    height: 50%
  }
}

.careers .grid {
  margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
  .careers .grid {
    margin-bottom: 140px
  }
}

@media screen and (min-width: 768px) {
  .careers .grid-container {
    position: relative
  }

  .careers .grid-container-1 {
    height: calc((100vw - 60px) * .95)
  }

  .careers .grid-container-2 {
    height: calc((100vw - 60px) * 1.065)
  }
}

@media screen and (min-width: 1024px) {
  .careers .grid-container-1 {
    height: calc((100vw - 100px) * .95)
  }

  .careers .grid-container-2 {
    height: calc((100vw - 100px) * 1.065)
  }
}

.careers .grid-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
  .careers .grid-image {
    position: absolute;
    margin-bottom: 0
  }
}

.careers .grid-image-1 {
  width: calc((100vw - 60px));
  height: calc((100vw - 60px) * .885)
}

@media screen and (min-width: 768px) {
  .careers .grid-image-1 {
    top: 0;
    left: 0;
    width: 48.25%;
    height: 45.5%
  }
}

.careers .grid-image-2 {
  width: calc((100vw - 60px) * .785);
  height: calc((100vw - 60px) * .58875);
  margin-right: auto
}

@media screen and (min-width: 768px) {
  .careers .grid-image-2 {
    top: 5.15%;
    left: 51.75%;
    width: 36.5%;
    height: 29.15%
  }
}

.careers .grid-image-3 {
  width: calc((100vw - 60px) * .585);
  height: calc((100vw - 60px) * .32175);
  margin-left: auto
}

@media screen and (min-width: 768px) {
  .careers .grid-image-3 {
    top: 49.75%;
    left: 18.95%;
    width: 29.25%;
    height: 12.5%
  }
}

.careers .grid-image-4 {
  width: calc((100vw - 60px));
  height: calc((100vw - 60px) * .515)
}

@media screen and (min-width: 768px) {
  .careers .grid-image-4 {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33.25%
  }
}

.careers .grid-image-5 {
  width: calc((100vw - 60px));
  height: calc((100vw - 60px) * .535)
}

@media screen and (min-width: 768px) {
  .careers .grid-image-5 {
    top: 0;
    left: 0;
    width: 100%;
    height: 29.5%
  }
}

.careers .grid-image-6 {
  width: calc((100vw - 60px));
  height: calc((100vw - 60px) * .65)
}

@media screen and (min-width: 768px) {
  .careers .grid-image-6 {
    top: 32.85%;
    right: 0;
    width: 48.5%;
    height: 41.15%
  }
}

.careers .grid-image-7 {
  width: calc((100vw - 60px) * .765);
  height: calc((100vw - 60px) * .699975);
  margin-left: auto
}

@media screen and (min-width: 768px) {
  .careers .grid-image-7 {
    bottom: 7.75%;
    left: 7.5%;
    width: 40.25%;
    height: 34.25%
  }
}

.careers .grid-image-8 {
  width: calc((100vw - 60px) * .715);
  height: calc((100vw - 60px) * .53625)
}

@media screen and (min-width: 768px) {
  .careers .grid-image-8 {
    bottom: 0;
    right: 18%;
    width: 30.5%;
    height: 22.15%
  }
}

.careers .grid-image:last-child {
  margin-bottom: 0
}

.careers .grid-image-inside {
  transform: translate3d(0, calc(var(--parallax) * 25px), 0);
  position: absolute;
  top: -25px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside {
    transform: translate3d(0, calc(var(--parallax) * 50px), 0);
    top: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 100px)
  }
}

.careers .grid-image-inside-1 {
  background-image: url("/assets/pages/careers/grid/image-1-small-ddabea1b.jpg")
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside-1 {
    background-image: url("/assets/pages/careers/grid/image-1-large-186d4d4e.jpg")
  }
}

.careers .grid-image-inside-2 {
  background-image: url("/assets/pages/careers/grid/image-2-small-25d8e159.jpg")
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside-2 {
    background-image: url("/assets/pages/careers/grid/image-2-large-5624e245.jpg")
  }
}

.careers .grid-image-inside-3 {
  background-image: url("/assets/pages/careers/grid/image-3-small-3d17a538.jpg")
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside-3 {
    background-image: url("/assets/pages/careers/grid/image-3-large-fa81f185.jpg")
  }
}

.careers .grid-image-inside-4 {
  background-image: url("/assets/pages/careers/grid/image-4-small-08ceb6aa.jpg")
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside-4 {
    background-image: url("/assets/pages/careers/grid/image-4-large-1fdef3f7.jpg")
  }
}

.careers .grid-image-inside-5 {
  background-image: url("/assets/pages/careers/grid/image-5-small-5a1682bc.jpg")
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside-5 {
    background-image: url("/assets/pages/careers/grid/image-5-large-6fd5f4bb.jpg")
  }
}

.careers .grid-image-inside-6 {
  background-image: url("/assets/pages/careers/grid/image-6-small-0ee97830.jpg")
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside-6 {
    background-image: url("/assets/pages/careers/grid/image-6-large-42baf5c3.jpg")
  }
}

.careers .grid-image-inside-7 {
  background-image: url("/assets/pages/careers/grid/image-7-small-f45c3eb0.jpg")
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside-7 {
    background-image: url("/assets/pages/careers/grid/image-7-large-f4652d61.jpg")
  }
}

.careers .grid-image-inside-8 {
  background-image: url("/assets/pages/careers/grid/image-8-small-01e4d7dd.jpg")
}

@media screen and (min-width: 768px) {
  .careers .grid-image-inside-8 {
    background-image: url("/assets/pages/careers/grid/image-8-large-b7c0c1aa.jpg")
  }
}

.careers .grid-quote {
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, .1);
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -.025em;
  line-height: 1.05
}

@media screen and (min-width: 768px) {
  .careers .grid-quote {
    position: absolute;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .careers .grid-quote {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 4rem
  }
}

@media screen and (min-width: 1366px) {
  .careers .grid-quote {
    font-size: 6.2rem;
    line-height: 1.05
  }
}

.careers .grid-quote-1 {
  background-color: #f7f8f9
}

@media screen and (min-width: 768px) {
  .careers .grid-quote-1 {
    top: 38%;
    right: 0;
    width: 48.25%;
    height: 24.25%
  }
}

.careers .grid-quote-2 {
  width: calc((100vw - 60px) * .735);
  background-image: linear-gradient(225deg, #00b1ff 50%, #055b98 100%);
  color: #fff
}

@media screen and (min-width: 768px) {
  .careers .grid-quote-2 {
    top: 32.85%;
    left: 18.25%;
    width: 29.5%;
    height: 21.5%
  }
}

.careers .header {
  margin-bottom: 80px;
  padding-top: 100px;
  color: #fff
}

@media screen and (min-width: 1024px) {
  .careers .header {
    padding-top: 175px
  }
}

.careers .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}

@media screen and (min-width: 1024px) {
  .careers .header-container {
    padding-right: 35px;
    padding-left: 35px
  }
}

.careers .header-brow {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase
}

@media screen and (min-width: 1024px) {
  .careers .header-brow {
    margin-bottom: 25px;
    font-size: 2.5rem
  }
}

.careers .header-heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3.9rem;
  letter-spacing: -.025em;
  line-height: 1
}

@media screen and (min-width: 1024px) {
  .careers .header-heading {
    margin-bottom: 40px;
    font-size: 8.6rem
  }
}

@media screen and (min-width: 1366px) {
  .careers .header-heading {
    font-size: 12rem
  }
}

.careers .header-subhead {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -.025em;
  line-height: 1.25
}

@media screen and (min-width: 768px) {
  .careers .header-subhead {
    margin-bottom: 25px
  }
}

@media screen and (min-width: 1024px) {
  .careers .header-subhead {
    max-width: 60%;
    margin-left: auto
  }
}

@media screen and (min-width: 1366px) {
  .careers .header-subhead {
    font-size: 2.4rem;
    line-height: 1.35
  }
}

@media screen and (min-width: 1024px) {
  .careers .header-button {
    margin-left: 40%
  }
}

.games .gradient {
  position: relative
}

.games .gradient::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67.5%;
  background-image: linear-gradient(-45deg, #073f76 0%, #074780 3%, #0567a6 17.5%, #0382c6 32.25%, #0297df 47.5%, #01a5f1 63.25%, #00aefc 80.25%, #00b1ff 100%)
}

@media screen and (min-width: 768px) {
  .games .gradient::before {
    height: 70%
  }
}

@media screen and (min-width: 1024px) {
  .games .gradient::before {
    height: 67.5%
  }
}

.games .header {
  margin-bottom: 50px;
  padding-top: 100px;
  color: #fff
}

@media screen and (min-width: 1024px) {
  .games .header {
    padding-top: 175px
  }
}

.games .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media screen and (min-width: 1024px) {
  .games .header-container {
    padding-right: 35px;
    padding-left: 35px
  }
}

.games .header-brow {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase
}

@media screen and (min-width: 1024px) {
  .games .header-brow {
    font-size: 2.5rem
  }
}

.games .header-heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 4.6rem;
  letter-spacing: -.025em;
  line-height: 1
}

@media screen and (min-width: 1024px) {
  .games .header-heading {
    font-size: 12.4rem
  }
}

.games .header-slider {
  overflow: hidden;
  height: 32px
}

@media screen and (min-width: 1024px) {
  .games .header-slider {
    height: 43px
  }
}

.games .header-slider-inner {
  overflow-x: scroll;
  height: calc(100% + 20px);
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.games .header-slider-platform {
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 16px
}

@media screen and (min-width: 1024px) {
  .games .header-slider-platform {
    height: 42px;
    border-width: 2px;
    border-radius: 21px
  }
}

@media screen and (min-width: 1366px) {
  .games .header-slider-platform {
    margin-right: 15px;
    padding-right: 20px;
    padding-left: 20px
  }
}

.games .header-slider-platform:last-child, .games .title-platform:last-child {
  margin-right: 0
}

.games .header-slider-platform-icon {
  height: 16px;
  margin-right: 10px
}

@media screen and (min-width: 1366px) {
  .games .header-slider-platform-icon {
    height: 18px
  }
}

.games .header-slider-platform-name {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -.01em
}

@media screen and (min-width: 1024px) {
  .games .header-slider-platform-name {
    font-size: 1.4rem
  }
}

@media screen and (min-width: 1366px) {
  .games .header-slider-platform-name {
    font-size: 1.6rem;
    max-height: 18px;
    margin: 12px 0 12px 0;
  }
}

.games .titles {
  margin-bottom: 40px
}

@media screen and (min-width: 768px) {
  .games .titles {
    margin-bottom: 60px
  }
}

@media screen and (min-width: 1024px) {
  .games .titles {
    margin-bottom: 80px
  }
}

@media screen and (min-width: 768px) {
  .games .titles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

.games .title {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer
}

@media screen and (min-width: 1024px) {
  .games .title {
    margin-bottom: 40px;
    padding: 30px
  }
}

@media screen and (min-width: 768px) {
  .games .title-width-half {
    flex-basis: calc((100% - 25px) / 2)
  }

  .games .title-width-third {
    flex-basis: calc((100% - 50px) / 3)
  }
}

@media screen and (min-width: 1024px) {
  .games .title-width-half {
    flex-basis: calc((100% - 40px) / 2)
  }

  .games .title-width-third {
    flex-basis: calc((100% - 80px) / 3)
  }
}

.games .title-feature, .games .title-height-tall {
  height: 480px
}

.games .title-height-short {
  height: 290px
}

@media screen and (min-width: 768px) {
  .games .title-feature {
    height: 445px
  }

  .games .title-height-tall {
    height: 375px
  }

  .games .title-height-short {
    height: 290px
  }
}

.games .title:not(.title-feature):last-child {
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .games .title:not(.title-feature):nth-last-child(-n+3) {
    margin-bottom: 0
  }
}

.games .title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (min-width: 1024px) {
  .games .title-bg {
    transform: scale3d(1, 1, 1);
    transition: transform .5s ease
  }

  .games .title:hover .title-bg {
    transform: scale3d(1.05, 1.05, 1)
  }
}

.games .title-bg::after, .home .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.games .title-bg::after {
  opacity: .4;
  height: 100%;
  background-color: #000
}

.games .title-name {
  position: relative;
  max-width: 250px
}

@media screen and (min-width: 768px) {
  .games .title-name {
    width: 75%;
    max-width: 400px
  }
}

.games .title-promo {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -.025em;
  line-height: 1;
  color: #fff
}

@media screen and (min-width: 768px) {
  .games .title-promo {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto
  }
}

@media screen and (min-width: 1024px) {
  .games .title-promo {
    right: 30px;
    bottom: 30px
  }
}

.games .title-platforms {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center
}

@media screen and (min-width: 1024px) {
  .games .title-platforms {
    bottom: 30px;
    left: 30px
  }
}

.games .title-platform {
  margin-right: 10px
}

@media screen and (min-width: 1366px) {
  .games .title-platform {
    height: 35px;
    margin-right: 15px
  }
}

.home .full-brow {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #00acfb
}

@media screen and (min-width: 1024px) {
  .home .full-brow {
    font-size: 2.5rem
  }
}

.home .full-heading {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1
}

@media screen and (min-width: 1024px) {
  .home .full-heading {
    margin-bottom: 20px;
    font-size: 4.8rem
  }
}

@media screen and (min-width: 1366px) {
  .home .full-heading {
    font-size: 7.1rem
  }
}

@media screen and (min-width: 768px) {
  .home .full-split {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px
  }
}

@media screen and (min-width: 1024px) {
  .home .full-split {
    margin-bottom: 75px
  }
}

.home .full-cloud {
  margin-bottom: 25px
}

@media screen and (min-width: 768px) {
  .home .full-cloud {
    flex-basis: 47.5%;
    margin-bottom: 0
  }
}

.home .full-subhead {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  line-height: 1.4
}

@media screen and (min-width: 768px) {
  .home .full-subhead {
    flex-basis: 42.5%;
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .home .full-subhead {
    font-size: 2.4rem;
    line-height: 1.15
  }
}

.home .full-image {
  overflow: hidden;
  position: relative;
  width: calc((100vw - 60px));
  height: calc((100vw - 60px) * .55);
  margin-bottom: 65px;
  border-radius: 8px;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
  .home .full-image {
    height: calc((100vw - 60px) * .35)
  }
}

@media screen and (min-width: 1024px) {
  .home .full-image {
    width: calc((100vw - 100px));
    height: calc((100vw - 100px) * .35);
    margin-bottom: 110px
  }
}

@media screen and (min-width: 1600px) {
  .home .full-image {
    width: 1500px;
    height: 525px
  }
}

.home .full-image-sizer {
  transform: translate3d(0, calc(var(--parallax) * 25px), 0);
  position: absolute;
  top: -25px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px)
}

@media screen and (min-width: 768px) {
  .home .full-image-inside {
    transform: translate3d(0, calc(var(--parallax) * 50px), 0);
    top: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 100px)
  }
}

.full-image-inside {
  transform: translate3d(-50%, -50%, 0);
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
}

.home .header {
  position: relative;
  /*    margin-bottom: 75px;*/
  padding-top: 100px;
  color: #fff
}

@media screen and (min-width: 768px) {
  .home .header {
    /*        margin-bottom: 100px*/
  }
}

@media screen and (min-width: 1024px) {
  .home .header {
    /*        margin-bottom: 150px;*/
    padding-top: 175px
  }
}

.home .header::before {
  /*    z-index: -1;*/
  height: calc(100% - (100vw * (902 / 2699) * (207 / 902)));
  background-image: linear-gradient(-45deg, #6af1fc 0%, #00acfb 100%)
}

.home .header-heading {
  margin-bottom: 15px;
  margin-left: -4px;
  font-weight: 700;
  font-size: 6.5rem;
  letter-spacing: -.025em;
  line-height: .85
}

@media screen and (min-width: 1024px) {
  .home .header-heading {
    margin-left: -10px;
    font-size: 15.6rem
  }
}

@media screen and (min-width: 1366px) {
  .home .header-heading {
    margin-left: -14px;
    font-size: 20.4rem
  }
}

.home .header-subhead {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -.025em;
  line-height: 1.25
}

@media screen and (min-width: 1024px) {
  .home .header-subhead {
    max-width: 800px;
    margin-bottom: 25px;
    font-size: 3rem;
    line-height: 1.2
  }
}

.home .header-image {
  position: relative;
  width: 100vw;
  height: 33.41979vw
}

@media screen and (min-width: 768px) {
  .home .header-image {
    height: 33.41979vw;
    margin-top: calc(-100vw * (902 / 2699) * .25)
  }
}

.home .header-image-piece {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

.home .split-1 {
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(-45deg, #ffbd99 0%, #f27c7b 100%);
  color: #fff
}

@media screen and (min-width: 1024px) {
  .home .split-1 {
    margin-bottom: 145px;
    padding-top: 135px;
    padding-bottom: 135px
  }
}

.home .split-2 {
  margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
  .home .split-2 {
    margin-bottom: 150px
  }
}

@media screen and (min-width: 768px) {
  .home .split-max {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media screen and (min-width: 1600px) {
  .home .split-max {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width: 768px) {
  .home .split-max-1 {
    flex-direction: row-reverse
  }

  .home .split-container {
    display: flex;
    flex-direction: column;
    flex-basis: 35%
  }

  .home .split-container-1 {
    margin-right: 30px
  }

  .home .split-container-2 {
    margin-left: 30px
  }
}

@media screen and (min-width: 1024px) {
  .home .split-container-1 {
    margin-right: 50px
  }

  .home .split-container-2 {
    margin-left: 50px
  }
}

.home .split-brow {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase
}

@media screen and (min-width: 1024px) {
  .home .split-brow {
    margin-bottom: 20px;
    font-size: 2.5rem
  }
}

.home .split-brow-2 {
  color: #00acfb
}

.home .split-heading {
  transition-delay: .25s;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1
}

@media screen and (min-width: 1024px) {
  .home .split-heading {
    font-size: 5.4rem;
    line-height: 1
  }
}

@media screen and (min-width: 1366px) {
  .home .split-heading {
    font-size: 7.3rem
  }
}

.home .split-cloud {
  transition-delay: .5s;
  margin-bottom: 25px
}

@media screen and (min-width: 768px) {
  .home .split-cloud {
    order: 1;
    transition-delay: .75s;
    margin-bottom: 0
  }
}

.home .split-subhead {
  transition-delay: .75s;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  line-height: 1.4
}

@media screen and (min-width: 768px) {
  .home .split-subhead {
    transition-delay: .5s;
    margin-bottom: 20px
  }
}

@media screen and (min-width: 1024px) {
  .home .split-subhead {
    font-size: 2.1rem;
    line-height: 1.15
  }
}

@media screen and (min-width: 1366px) {
  .home .split-subhead {
    font-size: 2.4rem
  }
}

.home .split-trio {
  position: relative;
  width: calc((100vw - 60px) + 30px);
  height: calc(((100vw - 60px) + 30px) * .835)
}

@media screen and (min-width: 768px) {
  .home .split-trio {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50vw;
    height: 42.5vw
  }
}

@media screen and (min-width: 1600px) {
  .home .split-trio {
    width: 800px;
    height: 680px
  }
}

.home .split-trio-piece {
  overflow: hidden;
  position: absolute;
  width: 71.5%;
  height: 46.5%;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

.home .split-trio-piece-top {
  top: 0;
  right: 0;
  border-radius: 8px
}

.home .split-trio-piece-middle {
  top: 26.75%;
  left: 14.25%;
  border-radius: 8px
}

.home .split-trio-piece-bottom {
  bottom: 0;
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px
}

@media screen and (min-width: 1600px) {
  .home .split-trio-piece-bottom {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
  }
}

.home .split-trio-inside {
  /*position: absolute;*/
  top: -25px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px)
}

@media screen and (min-width: 768px) {
  .home .split-trio-inside {
    transform: translate3d(0, calc(var(--parallax) * 50px), 0);
    top: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 100px)
  }
}

.home .split-trio-inside-top {
  transform: translate3d(0, calc(var(--parallax) * 8px), 0)
}

.home .split-trio-inside-middle {
  transform: translate3d(0, calc(var(--parallax) * 16px), 0)
}

.home .split-trio-inside-bottom {
  transform: translate3d(0, calc(var(--parallax) * 24px), 0)
}

@media screen and (min-width: 768px) {
  .home .split-trio-inside-top {
    transform: translate3d(0, calc(var(--parallax) * 16px), 0)
  }

  .home .split-trio-inside-middle {
    transform: translate3d(0, calc(var(--parallax) * 32px), 0)
  }

  .home .split-trio-inside-bottom {
    transform: translate3d(0, calc(var(--parallax) * 48px), 0)
  }
}

.home .split-image {
  overflow: hidden;
  position: relative;
  width: calc((100vw - 60px) + 30px);
  height: calc(((100vw - 60px) + 30px) * .635);
  margin-left: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
  .home .split-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 52.5vw;
    height: 32.8125vw;
    margin-left: 0
  }
}

@media screen and (min-width: 1600px) {
  .home .split-image {
    width: 840px;
    height: 525px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
  }
}

.home .split-image-inside {
  transform: translate3d(0, calc(var(--parallax) * 25px), 0);
  /*position: absolute;*/
  top: -25px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px)
}

@media screen and (min-width: 768px) {
  .home .split-image-inside {
    transform: translate3d(0, calc(var(--parallax) * 50px), 0);
    top: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 100px)
  }
}

.work .expert {
  margin-bottom: 75px;
  color: #000
}

@media screen and (min-width: 1024px) {
  .work .expert {
    margin-bottom: 100px
  }
}

.work .expert-container {
  padding: 35px 30px;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

.work .expert-container::after, .work .expert-container::before {
  content: "";
  display: table;
  clear: both
}

@media screen and (min-width: 1024px) {
  .work .expert-container {
    padding: 65px 75px
  }
}

.work .expert-heading {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -.025em
}

@media screen and (min-width: 1024px) {
  .work .expert-heading {
    font-size: 3.2rem
  }
}

.work .expert-item {
  float: left;
  display: flex;
  align-items: center;
  width: 45%;
  margin-bottom: 30px
}

@media screen and (min-width: 768px) {
  .work .expert-item {
    width: 30%;
    margin-right: 5%
  }
}

@media screen and (min-width: 1366px) {
  .work .expert-item {
    width: 22.5%;
    margin-right: 3.33333%;
    margin-bottom: 40px
  }
}

@media screen and (max-width: 767px) {
  .work .expert-item-1, .work .expert-item-11, .work .expert-item-3, .work .expert-item-5, .work .expert-item-7, .work .expert-item-9 {
    margin-right: 10%
  }

  .work .expert-item-11 {
    margin-bottom: 0
  }

  .work .expert-item-1, .work .expert-item-2 {
    transition-delay: .25s
  }

  .work .expert-item-3, .work .expert-item-4 {
    transition-delay: .5s
  }

  .work .expert-item-5, .work .expert-item-6 {
    transition-delay: .75s
  }

  .work .expert-item-7, .work .expert-item-8 {
    transition-delay: 1s
  }

  .work .expert-item-10, .work .expert-item-9 {
    transition-delay: 1.25s
  }

  .work .expert-item-11 {
    transition-delay: 1.5s
  }
}

@media screen and (min-width: 768px) {
  .work .expert-item-3, .work .expert-item-6, .work .expert-item-9 {
    margin-right: 0
  }

  .work .expert-item-10, .work .expert-item-11 {
    margin-bottom: 0
  }

  .work .expert-item-1, .work .expert-item-2, .work .expert-item-3 {
    transition-delay: .25s
  }

  .work .expert-item-4, .work .expert-item-5, .work .expert-item-6 {
    transition-delay: .5s
  }

  .work .expert-item-7, .work .expert-item-8, .work .expert-item-9 {
    transition-delay: .75s
  }

  .work .expert-item-10, .work .expert-item-11 {
    transition-delay: 1s
  }
}

@media screen and (min-width: 1366px) {
  .work .expert-item-3, .work .expert-item-6, .work .expert-item-9 {
    margin-right: 3.33333%
  }

  .work .expert-item-4, .work .expert-item-8 {
    margin-right: 0
  }

  .work .expert-item-10, .work .expert-item-11, .work .expert-item-9 {
    margin-bottom: 0
  }

  .work .expert-item-1, .work .expert-item-2, .work .expert-item-3, .work .expert-item-4 {
    transition-delay: .25s
  }

  .work .expert-item-5, .work .expert-item-6, .work .expert-item-7, .work .expert-item-8 {
    transition-delay: .5s
  }

  .work .expert-item-10, .work .expert-item-11, .work .expert-item-9 {
    transition-delay: .75s
  }
}

.work .expert-item-icon {
  margin-right: 10px
}

@media screen and (min-width: 1366px) {
  .work .expert-item-icon {
    display: block;
    flex: 0 0 64px;
    height: 64px;
    margin-right: 25px
  }
}

.work .expert-item-name {
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -.01em
}

@media screen and (min-width: 1024px) {
  .work .expert-item-name {
    font-size: 1.6rem;
    line-height: 1.25
  }
}

@media screen and (min-width: 1366px) {
  .work .expert-item-name {
    font-size: 1.8rem
  }
}

.work .gradient {
  position: relative
}

.work .gradient::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 77.5%;
  background-image: linear-gradient(-45deg, #ffbd99 0%, #f27c7b 100%)
}

@media screen and (min-width: 768px) {
  .work .gradient::before {
    height: 75%
  }
}

@media screen and (min-width: 1024px) {
  .work .gradient::before {
    height: 82.5%
  }
}

.work .header {
  margin-bottom: 50px;
  padding-top: 100px;
  color: #fff
}

@media screen and (min-width: 1024px) {
  .work .header {
    padding-top: 175px
  }
}

.work .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media screen and (min-width: 1024px) {
  .work .header-container {
    padding-right: 35px;
    padding-left: 35px
  }
}

.work .header-brow {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase
}

@media screen and (min-width: 1024px) {
  .work .header-brow {
    margin-bottom: 25px;
    font-size: 2.5rem
  }
}

.work .header-heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3.9rem;
  letter-spacing: -.025em;
  line-height: 1
}

@media screen and (min-width: 1024px) {
  .work .header-heading {
    margin-bottom: 30px;
    font-size: 9.1rem;
    line-height: .935
  }
}

@media screen and (min-width: 1366px) {
  .work .header-heading {
    margin-bottom: 40px;
    font-size: 12rem
  }
}

.work .header-subhead {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -.025em;
  line-height: 1.25
}

@media screen and (min-width: 1024px) {
  .work .header-subhead {
    max-width: 60%;
    margin-left: auto;
    font-size: 2.1rem;
    line-height: 1.35
  }
}

@media screen and (min-width: 1366px) {
  .work .header-subhead {
    max-width: 62.5%;
    font-size: 2.4rem
  }
}

.work .platform {
  margin-bottom: 60px;
  color: #000
}

@media screen and (min-width: 1024px) {
  .work .platform {
    margin-bottom: 110px
  }
}

.work .platform-lead {
  margin-bottom: 35px
}

@media screen and (min-width: 768px) {
  .work .platform-lead {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 1024px) {
  .work .platform-lead {
    margin-bottom: 50px
  }
}

.work .platform-brow {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #f27c7b
}

@media screen and (min-width: 1024px) {
  .work .platform-brow {
    font-size: 2.6rem
  }
}

.work .platform-heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1
}

@media screen and (min-width: 768px) {
  .work .platform-heading {
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .work .platform-heading {
    font-size: 7.4rem
  }
}

.work .platform-subhead {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  line-height: 1.4
}

@media screen and (min-width: 768px) {
  .work .platform-subhead-small {
    display: none
  }
}

.work .platform-subhead-large {
  display: none
}

@media screen and (min-width: 768px) {
  .work .platform-subhead-large {
    flex-grow: 1;
    display: block;
    margin-bottom: 0;
    margin-left: auto
  }
}

@media screen and (min-width: 1024px) {
  .work .platform-subhead-large {
    margin-right: 5%;
    margin-left: 5%
  }
}

@media screen and (min-width: 1366px) {
  .work .platform-subhead-large {
    font-size: 2.1rem
  }
}

.work .platform-grid-large {
  display: none
}

@media screen and (min-width: 768px) {
  .work .platform-grid-small {
    display: none
  }

  .work .platform-grid-large {
    display: block
  }
}

.work .platform-row {
  display: flex;
  margin-bottom: 20px
}

@media screen and (min-width: 768px) {
  .work .platform-row {
    align-items: center;
    justify-content: flex-end
  }
}

@media screen and (min-width: 1366px) {
  .work .platform-row {
    margin-bottom: 40px
  }
}

.work .platform-row:nth-child(odd) {
  justify-content: flex-end
}

.work .platform-row:last-child {
  margin-bottom: 0
}

.work .platform-item {
  width: calc(((100vw - 60px) - 40px) / 3);
  height: calc(((100vw - 60px) - 40px) / 3);
  margin-right: 20px;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
  .work .platform-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(((100vw - 60px) - 80px) / 5);
    height: calc(((100vw - 60px) - 80px) / 5)
  }
}

@media screen and (min-width: 1024px) {
  .work .platform-item {
    flex-basis: calc(((100vw - 100px) - 80px) / 5);
    height: calc(((100vw - 100px) - 80px) / 5)
  }
}

@media screen and (min-width: 1366px) {
  .work .platform-item {
    flex-basis: calc(((100vw - 100px) - 160px) / 5);
    height: calc(((100vw - 100px) - 160px) / 5);
    margin-right: 40px
  }
}

@media screen and (min-width: 1600px) {
  .work .platform-item {
    flex-basis: calc((1500px - 160px) / 5);
    height: calc((1500px - 160px) / 5)
  }
}

.work .platform-item:last-child, .work .title-platform:last-child {
  margin-right: 0
}

.work .platform-item-xbox {
  background-image: url("/assets/pages/work/platform/icon-xbox-52b9f11f.svg")
}

.work .platform-item-playstation {
  background-image: url("/assets/pages/work/platform/icon-playstation-dbf89bc5.svg")
}

.work .platform-item-android {
  background-image: url("/assets/pages/work/platform/icon-android-6f7c75f8.svg")
}

.work .platform-item-switch {
  background-image: url("/assets/pages/work/platform/icon-switch-08504978.svg")
}

.work .platform-item-mac {
  background-image: url("/assets/pages/work/platform/icon-mac-b8d2c9e2.svg")
}

.work .platform-item-ios {
  background-image: url("/assets/pages/work/platform/icon-ios-79bae9a5.svg")
}

.work .platform-item-linux {
  background-image: url("/assets/pages/work/platform/icon-linux-bcd8a41b.svg")
}

.work .platform-item-stadia {
  background-image: url("/assets/pages/work/platform/icon-stadia-83264b44.svg")
}

.work .platform-item-steam {
  background-image: url("/assets/pages/work/platform/icon-steam-3796c137.svg")
}

.work .platform-item-epic {
  background-image: url("/assets/pages/work/platform/icon-epic-1b0d3307.svg")
}

@media screen and (min-width: 1024px) {
  .work .platform-item-xbox {
    background-size: 32px auto
  }

  .work .platform-item-playstation {
    background-size: 45px auto
  }

  .work .platform-item-android {
    background-size: 32px auto
  }

  .work .platform-item-switch {
    background-size: 47.5px auto
  }

  .work .platform-item-mac {
    background-size: 71.5px auto
  }

  .work .platform-item-ios {
    background-size: 62.5px auto
  }

  .work .platform-item-linux {
    background-size: 30.5px auto
  }

  .work .platform-item-stadia {
    background-size: 51px auto
  }

  .work .platform-item-steam {
    background-size: 53.5px auto
  }

  .work .platform-item-epic {
    background-size: 36px auto
  }
}

@media screen and (min-width: 1366px) {
  .work .platform-item-xbox {
    background-size: 64px auto
  }

  .work .platform-item-playstation {
    background-size: 90px auto
  }

  .work .platform-item-android {
    background-size: 64px auto
  }

  .work .platform-item-switch {
    background-size: 95px auto
  }

  .work .platform-item-mac {
    background-size: 143px auto
  }

  .work .platform-item-ios {
    background-size: 125px auto
  }

  .work .platform-item-linux {
    background-size: 61px auto
  }

  .work .platform-item-stadia {
    background-size: 102px auto
  }

  .work .platform-item-steam {
    background-size: 107px auto
  }

  .work .platform-item-epic {
    background-size: 72px auto
  }
}

.work .titles {
  overflow: hidden;
  margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
  .work .titles {
    margin-bottom: 100px
  }
}

.work .titles-heading {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -.025em;
  line-height: 1.1;
  color: #000
}

@media screen and (min-width: 1024px) {
  .work .titles-heading {
    margin-bottom: 50px;
    margin-left: 50px;
    font-size: 7.4rem
  }
}

@media screen and (min-width: 1366px) {
  .work .titles-heading {
    margin-bottom: 75px
  }
}

@media screen and (min-width: 1600px) {
  .work .titles-heading {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto
  }
}

.work .titles-grids {
  display: flex
}

.work .titles-grid {
  animation-name: rotate;
  animation-duration: 37s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: grid;
  grid-auto-rows: 45vw;
  grid-auto-columns: calc((100vw - 60px) / 2);
  grid-gap: 25px;
  padding-right: 25px
}

@media screen and (min-width: 768px) {
  .work .titles-grid {
    grid-auto-rows: 25vw;
    grid-auto-columns: calc((100vw - 75px) / 4)
  }
}

@media screen and (min-width: 1366px) {
  .work .titles-grid {
    grid-gap: 40px;
    padding-right: 40px
  }
}

.work .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff
}

@media screen and (min-width: 1024px) {
  .work .title {
    padding: 25px
  }
}

.work .title::before {
  content: "";
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #000
}

.work .title-title {
  position: relative;
  max-width: 90%;
  font-weight: 700;
  font-size: 1.5rem
}

@media screen and (min-width: 1024px) {
  .work .title-title {
    font-size: 1.8rem
  }
}

@media screen and (min-width: 1366px) {
  .work .title-title {
    font-size: 2.1rem
  }
}

.work .title-platforms {
  position: relative;
  display: flex;
  flex-wrap: wrap
}

.work .title-platform {
  display: block;
  width: 24px;
  margin-top: 10px;
  margin-right: 10px
}

@media screen and (min-width: 768px) {
  .work .title-platform {
    width: 32px
  }
}

.work .title-arrow {
  display: none
}

@media screen and (min-width: 1024px) {
  .work .title-arrow {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 18px;
    height: 19px;
    background-image: url("/assets/pages/work/titles/icon-arrow-7bda21a5.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
  }
}

.nav-login, .nav-login:hover{
  display: block;
  width: 16px;
  height: 18px;
  margin-right: 25px;
  background-image: url("/assets/login-10fd245f.svg") !important;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: transparent;
}

.grid-image-inside-1 {
  background-image: url("/assets/pages/careers/grid/image-1-large-186d4d4e.jpg") !important;
}

.grid-image-inside-2 {
  background-image: url("/assets/pages/careers/grid/image-2-large-5624e245.jpg") !important;
}

.grid-image-inside-3 {
  background-image: url("/assets/pages/careers/grid/image-3-large-fa81f185.jpg") !important;
}

.grid-image-inside-4 {
  background-image: url("/assets/pages/careers/grid/image-4-large-1fdef3f7.jpg") !important;
}

.grid-image-inside-5 {
  background-image: url("/assets/pages/careers/grid/image-5-large-6fd5f4bb.jpg") !important;
}

.grid-image-inside-6 {
  background-image: url("/assets/pages/careers/grid/image-6-large-42baf5c3.jpg") !important;
}

.grid-image-inside-7 {
  background-image: url("/assets/pages/careers/grid/image-7-large-f4652d61.jpg") !important;
}

.grid-image-inside-8 {
  background-image: url("/assets/pages/careers/grid/image-8-large-b7c0c1aa.jpg") !important;
}

.team-member-image-1 {
  background-image: url("/assets/pages/about/team/member-1-adca9034.png") !important;
}

.team-member-image-2 {
  background-image: url("/assets/pages/about/team/member-2-42b723ec.png") !important;
}

.team-member-image-3 {
  background-image: url("/assets/pages/about/team/member-3-36c4e599.png") !important;
}

.team-member-image-4 {
  background-image: url("/assets/pages/about/team/member-4-55788d83.png") !important;
}

.team-member-image-5 {
  background-image: url("/pages/about/team/member-5.png") !important;
}

.team-member-image-6 {
  background-image: url("/assets/pages/about/team/member-6-303afa89.png") !important;
}

.team-member-image-7 {
  background-image: url("/pages/about/team/member-7.png") !important;
}

.footer-nav-separator {
  background-image: url("/assets/components/footer/separator-1b106bba.svg") !important;
}

.footer-social-link-facebook {
  background-image: url("/assets/components/footer/facebook-1d41edd0.svg") !important;
}

.footer-social-link-twitter {
  background-image: url("/assets/components/footer/twitter-7bed3f46.svg") !important;
}

.footer-social-link-linkedin {
  background-image: url("/assets/components/footer/linkedin-66556e0e.svg") !important;
}

.footer-social-link-youtube {
  background-image: url("/assets/components/footer/youtube-43109bcb.svg") !important;
}

.title-1 {
  background-image: url("/assets/pages/work/titles/1-156f5d0d.jpg") !important;
}

.title-2 {
  background-image: url("/assets/pages/work/titles/2-cdf02312.jpg") !important;
}

.title-3 {
  background-image: url("/assets/pages/work/titles/3-f25ada6a.jpg") !important;
}

.title-4 {
  background-image: url("/assets/pages/work/titles/4-b7ec8fb5.jpg") !important;
}

.title-5 {
  background-image: url("/assets/pages/work/titles/5-cf4b318c.jpg") !important;
}

.title-6 {
  background-image: url("/assets/pages/work/titles/6-7aa284d5.jpg") !important;
}

.title-7 {
  background-image: url("/assets/pages/work/titles/7-6ecd4a63.jpg") !important;
}

.title-8 {
  background-image: url("/assets/pages/work/titles/8-9b2fc945.jpg") !important;
}

.title-9 {
  background-image: url("/assets/pages/work/titles/9-6a006a9e.jpg") !important;
}

.title-10 {
  background-image: url("/assets/pages/work/titles/10-e089d736.jpg") !important;
}

.title-11 {
  background-image: url("/assets/pages/work/titles/11-9fb34921.jpg") !important;
}

.title-12 {
  background-image: url("/assets/pages/work/titles/12-c90c9a4b.jpg") !important;
}

.title-13 {
  background-image: url("/assets/pages/work/titles/13-e8784da3.jpg") !important;
}

.title-14 {
  background-image: url("/assets/pages/work/titles/14-b5b23f4e.jpg") !important;
}

.title-15 {
  background-image: url("/assets/pages/work/titles/15-8038e545.jpg") !important;
}

.title-16 {
  background-image: url("/assets/pages/work/titles/16-03f00d1b.jpg") !important;
}

.work .title-1 {
  grid-row: 1/span 2;
  grid-column: 1/span 2
}

.work .title-2 {
  grid-row: 1;
  grid-column: 3
}

.work .title-3 {
  grid-row: 1;
  grid-column: 4
}

.work .title-4 {
  grid-row: 2;
  grid-column: 3/span 2
}

.work .title-5 {
  grid-row: 1/span 2;
  grid-column: 5/span 2
}

.work .title-6 {
  grid-row: 1/span 2;
  grid-column: 7/span 2
}

.work .title-7 {
  grid-row: 1;
  grid-column: 9;
}

.work .title-8 {
  grid-row: 1;
  grid-column: 10;
}

.work .title-9 {
  grid-row: 2;
  grid-column: 9/span 2;
}

.work .title-10 {
  grid-row: 1/span 2;
  grid-column: 11/span 2;
}

.work .title-11 {
  grid-row: 1;
  grid-column: 13/span 2;
}

.work .title-12 {
  grid-row: 2;
  grid-column: 13
}

.work .title-13 {
  grid-row: 2;
  grid-column: 14
}

.work .title-14 {
  grid-row: 1;
  grid-column: 15
}

.work .title-15 {
  grid-row: 1;
  grid-column: 16
}

.work .title-16 {
  grid-row: 2;
  grid-column: 15/span 2
}

#romeo .header {
  position: relative;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000;
  color: #fff
}

@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: landscape) {
  #romeo .header {
    height: 100vw;
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header {
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 120px
  }
}

@media screen and (min-width: 2560px) {
  #romeo .header {
    height: 80vh
  }
}

#romeo .header::before {
  content: "";
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/pages/home/header/background-e7e826c6.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

#romeo .header-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%
}

@media screen and (min-width: 768px) {
  #romeo .header-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px;
    padding-left: 35px
  }
}

#romeo .header-video {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px
}

@media screen and (min-width: 768px) {
  #romeo .header-video {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header-video {
    max-width: 500px;
    margin-bottom: 0
  }
}

#romeo .header-video-player {
  overflow: hidden;
  position: relative;
  max-width: 400px;
  margin-bottom: 25px
}

@media screen and (min-width: 768px) {
  #romeo .header-video-player {
    max-width: none
  }
}

#romeo .header-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#romeo .header-video-element {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

#romeo .header-video-element.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

#romeo .header-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67px;
  height: 67px;
  margin-top: -33.5px;
  margin-left: -33.5px;
  background-image: url("/assets/pages/home/header/button-small-51beab50.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-button {
    transition: transform .25s ease
  }
}

@media screen and (min-width: 1366px) {
  #romeo .header-video-button {
    width: 81px;
    height: 81px;
    margin-top: -40.5px;
    margin-left: -40.5px;
    background-image: url("/assets/pages/home/header/button-large-e2bf2ef1.svg");
  }
}

#romeo .header-video-button.is-hidden {
  display: none
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-button:hover {
    transform: scale3d(1.1, 1.1, 1)
  }
}

#romeo .header-video-logo {
  position: relative;
  width: 250px;
  height: 118px;
  background-image: url("/assets/pages/home/header/heading-small-00834912.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-logo {
    width: 100%;
    height: 0;
    padding-top: 47%;
    background-image: url("/assets/pages/home/header/heading-large-fc1d886c.png");
  }
}

#romeo .header-content {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media screen and (min-width: 768px) {
  #romeo .header-content {
    align-items: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%
  }
}

#romeo .header-heading {
  max-width: 250px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -.025em;
  line-height: 1.15
}

@media screen and (min-width: 768px) {
  #romeo .header-heading {
    max-width: none;
    font-size: 4.8rem;
    text-align: left
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header-heading {
    margin-bottom: 25px;
    font-size: 7.2rem;
    line-height: 1.1
  }
}

@media screen and (min-width: 1366px) {
  #romeo .header-heading {
    font-size: 11rem
  }
}

#romeo .callout {
  overflow: hidden;
  position: relative;
  margin-top: -25px;
  margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
  #romeo .callout {
    margin-top: -40px;
    margin-bottom: 90px
  }
}

#romeo .callout-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 45px 30px 50px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

@media screen and (min-width: 1024px) {
  #romeo .callout-container {
    padding: 80px 70px 90px
  }
}

#romeo .callout-heading {
  width: 267px;
  height: 95px;
  margin-bottom: 20px;
  background-image: url("/assets/pages/home/callout/heading-small-267028f2.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

@media screen and (min-width: 1024px) {
  #romeo .callout-heading {
    width: 100%;
    height: 0;
    padding-top: 9.18544%;
    background-image: url("/assets/pages/home/callout/heading-large-4dc57f61.svg")
  }
}

#romeo .callout-subhead {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  line-height: 1.4
}

@media screen and (min-width: 1024px) {
  #romeo .callout-subhead {
    max-width: 675px;
    margin-bottom: 25px;
    font-size: 2.6rem;
    line-height: 1.45
  }
}

#romeo .callout-image {
  position: relative;
  width: 107.5vw;
  height: 35.83333vw;
  margin-top: calc(-107.5vw * (1000 / 3000) * .525)
}

@media screen and (min-width: 768px) {
  #romeo .callout-image {
    height: 35.83333vw
  }
}

#romeo .callout-image-piece {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

#romeo .callout-image-piece-1 {
  background-image: url("/assets/pages/home/callout/image-1-a1d586c1.png")
}

#romeo .callout-image-piece-2 {
  background-image: url("/assets/pages/home/callout/image-2-5f179d12.png")
}

#romeo .callout-image-piece-3 {
  background-image: url("/assets/pages/home/callout/image-3-08140623.png")
}

#romeo .callout-image-piece-4 {
  background-image: url("/assets/pages/home/callout/image-4-b2609bb9.png")
}

#romeo .callout-image-piece-5 {
  background-image: url("/assets/pages/home/callout/image-5-88c0bd17.png")
}

button:focus {
  outline:0;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

#romeo .header {
  position: relative;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000;
  color: #fff
}

@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: landscape) {
  #romeo .header {
    height: 100vw;
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header {
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 120px
  }
}

@media screen and (min-width: 2560px) {
  #romeo .header {
    height: 80vh
  }
}

#romeo .header::before {
  content: "";
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/pages/home/header/background-e7e826c6.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

#romeo .header-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%
}

@media screen and (min-width: 768px) {
  #romeo .header-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px;
    padding-left: 35px
  }
}

#romeo .header-video {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px
}

@media screen and (min-width: 768px) {
  #romeo .header-video {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header-video {
    max-width: 500px;
    margin-bottom: 0
  }
}

#romeo .header-video-player {
  overflow: hidden;
  position: relative;
  max-width: 400px;
  margin-bottom: 25px
}

@media screen and (min-width: 768px) {
  #romeo .header-video-player {
    max-width: none
  }
}

#romeo .header-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#romeo .header-video-element {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

#romeo .header-video-element.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

#romeo .header-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67px;
  height: 67px;
  margin-top: -33.5px;
  margin-left: -33.5px;
  background-image: url("/assets/pages/home/header/button-small-51beab50.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-button {
    transition: transform .25s ease
  }
}

@media screen and (min-width: 1366px) {
  #romeo .header-video-button {
    width: 81px;
    height: 81px;
    margin-top: -40.5px;
    margin-left: -40.5px;
    background-image: url("/assets/pages/home/header/button-large-e2bf2ef1.svg");
  }
}

#romeo .header-video-button.is-hidden {
  display: none
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-button:hover {
    transform: scale3d(1.1, 1.1, 1)
  }
}

#romeo .header-video-logo {
  position: relative;
  width: 250px;
  height: 118px;
  background-image: url("/assets/pages/home/header/heading-small-00834912.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-logo {
    width: 100%;
    height: 0;
    padding-top: 47%;
    background-image: url("/assets/pages/home/header/heading-large-fc1d886c.png");
  }
}

#romeo .header-content {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media screen and (min-width: 768px) {
  #romeo .header-content {
    align-items: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%
  }
}

#romeo .header-heading {
  max-width: 250px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -.025em;
  line-height: 1.15
}

@media screen and (min-width: 768px) {
  #romeo .header-heading {
    max-width: none;
    font-size: 4.8rem;
    text-align: left
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header-heading {
    margin-bottom: 25px;
    font-size: 7.2rem;
    line-height: 1.1
  }
}

@media screen and (min-width: 1366px) {
  #romeo .header-heading {
    font-size: 11rem
  }
}

#romeo .callout {
  overflow: hidden;
  position: relative;
  margin-top: -25px;
  margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
  #romeo .callout {
    margin-top: -40px;
    margin-bottom: 90px
  }
}

#romeo .callout-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 45px 30px 50px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

@media screen and (min-width: 1024px) {
  #romeo .callout-container {
    padding: 80px 70px 90px
  }
}

#romeo .callout-heading {
  width: 267px;
  height: 95px;
  margin-bottom: 20px;
  background-image: url("/assets/pages/home/callout/heading-small-267028f2.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

@media screen and (min-width: 1024px) {
  #romeo .callout-heading {
    width: 100%;
    height: 0;
    padding-top: 9.18544%;
    background-image: url("/assets/pages/home/callout/heading-large-4dc57f61.svg")
  }
}

#romeo .callout-subhead {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  line-height: 1.4
}

@media screen and (min-width: 1024px) {
  #romeo .callout-subhead {
    max-width: 675px;
    margin-bottom: 25px;
    font-size: 2.6rem;
    line-height: 1.45
  }
}

#romeo .callout-image {
  position: relative;
  width: 107.5vw;
  height: 35.83333vw;
  margin-top: calc(-107.5vw * (1000 / 3000) * .525)
}

@media screen and (min-width: 768px) {
  #romeo .callout-image {
    height: 35.83333vw
  }
}

#romeo .callout-image-piece {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

#romeo .callout-image-piece-1 {
  background-image: url("/assets/pages/home/callout/image-1-a1d586c1.png")
}

#romeo .callout-image-piece-2 {
  background-image: url("/assets/pages/home/callout/image-2-5f179d12.png")
}

#romeo .callout-image-piece-3 {
  background-image: url("/assets/pages/home/callout/image-3-08140623.png")
}

#romeo .callout-image-piece-4 {
  background-image: url("/assets/pages/home/callout/image-4-b2609bb9.png")
}

#romeo .callout-image-piece-5 {
  background-image: url("/assets/pages/home/callout/image-5-88c0bd17.png")
}

/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

.container {
  width: 100%
}

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

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

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

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

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

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

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.collapse {
  visibility: collapse
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.isolate {
  isolation: isolate
}

.order-1 {
  order: 1
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-first {
  order: -9999
}

.order-last {
  order: 9999
}

.col-auto {
  grid-column: auto
}

.float-right {
  float: right
}

.float-left {
  float: left
}

.float-none {
  float: none
}

.m-0 {
  margin: 0px
}

.m-1 {
  margin: 0.25rem
}

.m-2 {
  margin: 0.5rem
}

.m-3 {
  margin: 0.75rem
}

.m-4 {
  margin: 1rem
}

.m-5 {
  margin: 1.25rem
}

.m-auto {
  margin: auto
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

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

.mb-4 {
  margin-bottom: 1rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.mr-4 {
  margin-right: 1rem
}

.mt-1 {
  margin-top: 0.25rem
}

.mt-2 {
  margin-top: 0.5rem
}

.mt-4 {
  margin-top: 1rem
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.\!inline {
  display: inline !important
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.table-cell {
  display: table-cell
}

.table-row-group {
  display: table-row-group
}

.table-row {
  display: table-row
}

.grid {
  display: grid
}

.contents {
  display: contents
}

.list-item {
  display: list-item
}

.hidden {
  display: none
}

.h-64 {
  height: 16rem
}

.h-auto {
  height: auto
}

.w-2\/3 {
  width: 66.666667%
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.flex-shrink {
  flex-shrink: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-grow {
  flex-grow: 1
}

.flex-grow-0 {
  flex-grow: 0
}

.border-collapse {
  border-collapse: collapse
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.resize {
  resize: both
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-row {
  flex-direction: row
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.flex-nowrap {
  flex-wrap: nowrap
}

.gap-4 {
  gap: 1rem
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.text-wrap {
  text-wrap: wrap
}

.text-nowrap {
  text-wrap: nowrap
}

.rounded {
  border-radius: 0.25rem
}

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

.rounded-sm {
  border-radius: 0.125rem
}

.border {
  border-width: 1px
}

.border-0 {
  border-width: 0px
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity))
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity))
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.p-0 {
  padding: 0px
}

.p-1 {
  padding: 0.25rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.pb-3 {
  padding-bottom: 0.75rem
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.align-baseline {
  vertical-align: baseline
}

.align-top {
  vertical-align: top
}

.align-middle {
  vertical-align: middle
}

.align-bottom {
  vertical-align: bottom
}

.align-text-top {
  vertical-align: text-top
}

.align-text-bottom {
  vertical-align: text-bottom
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.italic {
  font-style: italic
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.underline {
  text-decoration-line: underline
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline {
  outline-style: solid
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.new-class-11 ul {
  list-style-type: disc;
}

.nav-search-x {
  background-image: url("/assets/icon-x-white-ff5e3522.svg") !important;
}

.nav-login, .nav-login:hover{
  display: block;
  width: 16px;
  height: 18px;
  margin-right: 25px;
  background-image: url("/assets/login-10fd245f.svg") !important;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: transparent;
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity))
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity))
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity))
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity))
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity))
}

@media (min-width: 1024px) {
  .lg\:w-2\/3 {
    width: 66.666667%
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem
  }
}
