@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap");

/* Mobile first */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}

body {
  background-color: #fff;
  color: white;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

body > * {
  overflow: hidden;
}

svg {
  height: 100%;
  width: 100%;
  max-height: 500px;
}
svg > rect {
  shape-rendering: crispedges;
}

.inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 0 24px;
  margin: 0 auto;
}
.inner .half,
.inner .third {
  width: 100%;
}

@media (min-width: 1100px) {
  .inner {
    max-width: 1200px;
  }
  .inner .half {
    width: 50%;
  }
  .inner .third {
    width: 33.3%;
  }
}

/* Header */

header {
  background-color: #24B2E7;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: auto;
}
header .logo {
  display: flex;
}
header .logo img {
  height: 26px;
}
header nav {
  display: none;
}
header a {
  text-decoration: none;
}
header ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header ul a {
  color: white;
}
header nav ul li {
  margin-left: 40px;
  font-size: 17px;
}
header nav ul li.cta a {
  color: #24B2E7;
  background-color: #fff;
  padding: 20px 30px;
}
header #mobile-menu-icon {
  display: block;
  cursor: pointer;
}
header #mobile-menu-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}
header #mobile-menu-icon.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
header #mobile-menu-icon.open .bar2 {
  opacity: 0;
}
header #mobile-menu-icon.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}
header #mobile-menu-icon.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 36px;
}
header .mobile-menu {
  background-color: #24B2E7;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: 60vh;
  width: 100%;
}
header .mobile-menu li {
  margin-bottom: 20px;
  font-size: 24px;
}

header.support {
    padding: 10px;
    display: block;
    text-align: center;
    background-color: #374262;
    color: #eee;
}

header.support a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
}

header.support span {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}


@media (min-width: 1100px) {
  header {
    padding: 40px;
  }
  header .logo img {
    height: 28px
  }
  header #mobile-menu-icon {
    display: none;
  }
  header nav {
    display: block;
  }
}

/* Hero */

.hero {
  background-color: #24B2E7;
  padding-top: 24px;
  line-height: 0;
}
.hero * {
  line-height: normal;
}
.hero .half {
  text-align: center;
}
.hero .half h1 {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 48px;
}
.hero .half a {
  display: inline-block;
  color: #24B2E7;
  background-color: #fff;
  padding: 20px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.hero .half.rocket {
  padding-top: 48px;
  position: relative;
  display: flex;
  justify-content: center;
}
.hero .half.rocket .rocket {
  height: 400px;
}
.hero .half.rocket .star {
  position: absolute;
}
.hero .half.rocket .star.big {
  top: 75px;
  left: 0;
  height: 100px;
}
.hero .half.rocket .star.small {
  bottom: 120px;
  right: 25px;
  height: 50px;
}
.hero .bottom {
  width: 100%;
  position: relative;
}
.hero .bottom h2 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  padding: 96px 0;
}
.hero .bottom img {
  position: absolute;
}
.hero .bottom .constellation {
  top: -250px;
  left: -150px;
  transform: rotate(-6.43deg);
  height: 400px;
}
.hero .bottom .planet {
  top: 275px;
  right: -100px;
  height: 300px;
}
@media (min-width: 1100px) {
  .hero {
    padding-top: 48px;
  }
  .hero .half h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 72px;
  }
  .hero .half.rocket {
    padding-top: 0;
  }
  .hero .half.rocket .rocket {
    height: auto;
  }
  .hero .half.rocket .star.big {
    top: 25px;
    left: 25px;
    height: 175px;
  }
  .hero .half.rocket .star.small {
    bottom: 120px;
    right: 50px;
    height: 125px;
  }
  .hero .bottom h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    margin: 0 auto;
    font-size: 36px;
    width: 780px;
    padding: 0;
  }
  .hero .bottom .constellation {
    top: -100px;
    left: -225px;
    height: 650px;
  }
  .hero .bottom .planet {
    top: -25px;
    right: -225px;
    height: 400px;
  }
}

/* Who we are */

.who-we-are {
  color: #212637;
  padding: 48px 0;
}
.who-we-are h3 {
  color: #374262;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 36px;
}
.who-we-are p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  font-weight: 300;
}
.who-we-are .loud {
  color: #24B2E7;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  padding: 36px 0;
}
.who-we-are .stat {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.who-we-are .stat img {
  height: 96px;
  margin-right: 24px;
}
.who-we-are .stat p {
  margin-bottom: 0;
}
.who-we-are .stat p.title {
  color: #374262;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .who-we-are {
    padding-top: 0;
  }
  .who-we-are .half:first-child {
    padding-right: 50px;
  }
  .who-we-are p {
    font-size: 20px;
    line-height: 28px;
  }
  .who-we-are .loud {
    font-size: 48px;
    line-height: 48px;
    padding-top: 80px;
    padding-bottom: 0;
  }
  .who-we-are .stat img {
    height: 128px;
    margin: 0 36px;
  }
  .who-we-are .stat p.title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

/* Divider 1 */

.mr-divider {
  background-color: #24B2E7;
  position: relative;
  overflow: hidden;
  height: 175px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.mr-divider p {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.06em;
}
.mr-divider p span {
  font-weight: 700;
  font-size: 56px;
}
.mr-divider img {
  position: absolute;
}
.mr-divider img:nth-of-type(1) {
  top: 25px;
  left: -135px;
  height: 250px;
}
.mr-divider img:nth-of-type(2) {
  top: -20px;
  right: -110px;
  height: 200px;
}
@media (min-width: 1100px) {
  .mr-divider img:nth-of-type(1) {
    top: 0;
    left: 100px;
    height: 500px;
  }
  .mr-divider img:nth-of-type(2) {
    top: -100px;
    right: 150px;
    height: 425px;
  }
}

/* Why work with us */

.why-work-with-us {
  color: #212637;
  padding-top: 32px;
  line-height: 0;
}
.why-work-with-us * {
  align-items: baseline;
  line-height: normal;
  z-index: 1;
}
.why-work-with-us p.title,
.why-work-with-us h3 {
  color: #374262;
}
.why-work-with-us h3 {
  width: 100%;
  padding: 48px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
}
.why-work-with-us .third {
  text-align: center;
  margin-bottom: 36px;
}
.why-work-with-us .third img {
  height: 80px;
  margin-bottom: 32px;
}
.why-work-with-us .third p {
  font-size: 18px;
  font-weight: 300;
}
.why-work-with-us .third p.title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .why-work-with-us .third {
    margin-bottom: 0;
  }
  .why-work-with-us .third p {
    font-size: 20px;
    padding: 0 36px;
  }
}

/* Partner channels */

.partner-channels {
  position: relative;
  background-color: #24B2E7;
  line-height: 0;
}
.partner-channels .inner {
  padding-top: 96px;
  padding-bottom: 80px;
}
.partner-channels * {
  line-height: normal;
  z-index: 1;
}
.partner-channels h3,
.partner-channels p {
  width: 100%;
  text-align: center;
}
.partner-channels h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 auto 48px;
  max-width: 960px;
}
.partner-channels p {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 auto 48px;
  max-width: 1040px;
}
.partner-channels img {
  position: absolute;
}
.partner-channels img.planet {
  left: -50px;
  bottom: 0;
  height: 300px;
}
.partner-channels img.constellation {
  right: -10px;
  top: -50px;
  transform: rotate(-6.43deg);
  height: 400px;
}
@media (min-width: 1100px) {
  .partner-channels .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .partner-channels h3 {
    font-size: 38px;
    line-height: 54px;
    margin-top: -96px;
  }
  .partner-channels p {
    font-size: 30px;
    line-height: 42px;
  }
  .partner-channels img.planet {
    left: -150px;
    top: 200px;
    bottom: auto;
    height: 400px;
  }
  .partner-channels img.constellation {
    right: 0;
    top: -115px;
    height: 650px;
  }
  .partner-channels svg {
    margin-top: -150px;
  }
}

/* Circles */

.mr-circles {
  padding-bottom: 96px;
}
.mr-circles * {
  z-index: 1;
  width: 100%;
}
.mr-circles .desktop {
  display: none;
}
.mr-circles .mobile.logo {
  width: 200px;
}
@media (min-width: 1100px) {
  .mr-circles {
    margin-top: -200px;
  }
  .mr-circles .desktop {
    display: block;
  }
  .mr-circles .mobile {
    display: none;
  }
}

/* Divider 2 */

.mr-divider-2 {
  background-color: #24B2E7;
  position: relative;
  overflow: hidden;
  height: 175px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.mr-divider-2 h4 {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.06em;
}
.mr-divider-2 img {
  position: absolute;
}
.mr-divider-2 img:nth-of-type(1) {
  top: 60px;
  left: -120px;
  height: 200px;
}
.mr-divider-2 img:nth-of-type(2) {
  top: -10px;
  right: -150px;
  height: 200px;
}
@media (min-width: 1100px) {
  .mr-divider-2 {
    padding: 0;
  }
  .mr-divider-2 h4 {
    font-size: 36px;
    line-height: 36px;
  }
  .mr-divider-2 img:nth-of-type(1) {
    top: 0;
    left: -50px;
    height: auto;
  }
  .mr-divider-2 img:nth-of-type(2) {
    top: -100px;
    right: 0;
    height: 425px;
  }
}

/* Brands */

.brands {
  padding-top: 80px;
  line-height: 0;
}
.brands .inner{
	display: flex;
	justify-content: center;
	gap: 40px;
}
.brands .inner img{
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}
.brands * {
  z-index: 1;
  width: 100%;
  line-height: normal;
}
.brands .desktop {
  display: none;
}
.brands p {
  color: #374262;
  padding: 96px 0 48px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.brands .exclusive {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.brands .exclusive img {
  padding-bottom: 32px;
}
@media (min-width: 1100px) {
  .brands .desktop {
    display: block;
  }
  .brands .mobile {
    display: none;
  }
  .brands svg {
    margin-top: -150px;
  }
}

/* Footer */

footer {
  position: relative;
  background-color: #24B2E7;
  padding-bottom: 64px;
}
footer * {
  z-index: 1;
}
footer h2 {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 36px;
}
footer a {
  position: relative;
  color: #24B2E7;
  background-color: #fff;
  padding: 20px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
footer a .desktop {
  display: none;
}
footer img {
  position: absolute;
}
footer .rocket {
  top: 100px;
  left: -25px;
  height: 125px;
}
footer .star-1 {
  top: 225px;
  left: 25px;
  height: 50px;
}
footer .star-2 {
  top: 350px;
  left: 100px;
  height: 25px;
}
footer .star-3 {
  top: 75px;
  right: 125px;
  height: 25px;
}
footer .star-4 {
  top: 225px;
  right: 75px;
  height: 25px;
}
footer .star-5 {
  top: 125px;
  right: 10px;
  height: 50px;
}
@media (min-width: 1100px) {
  footer {
    margin-top: -185px;
    padding-bottom: 96px;
  }
  footer .inner {
    margin-top: -100px;
  }
  footer h2 {
    font-size: 58px;
  }
  footer a .desktop {
    display: inline;
  }
  footer .rocket {
    top: 425px;
    left: 200px;
    height: auto;
  }
  footer .star-1 {
    top: 355px;
    left: 150px;
    height: auto;
  }
  footer .star-2 {
    top: 505px;
    left: 400px;
    height: auto;
  }
  footer .star-3 {
    top: 300px;
    right: 500px;
    height: auto;
  }
  footer .star-4 {
    top: 535px;
    right: 450px;
    height: auto;
  }
  footer .star-5 {
    top: 385px;
    right: 200px;
    height: auto;
  }
}
