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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Colors */
/* Fonts */
/* Layout */
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?jghg69");
  src: url("./fonts/icomoon.eot?jghg69#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?jghg69") format("truetype"), url("./fonts/icomoon.woff?jghg69") format("woff"), url("./fonts/icomoon.svg?jghg69#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-linkedin2:before {
  content: "\eaca";
}

html, body {
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 100%;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1em;
}

@media all and (min-width: 560px) {
  .container {
    padding: 0 2em;
  }
}
@media all and (min-width: 1328px) {
  .container {
    padding: 0;
  }
}
.container.small-container {
  max-width: 660px;
}

h1 {
  font-size: 2.875em;
  line-height: 1.2;
}

h2 {
  font-size: 2.375em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.5em;
}

h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.5em;
}

p {
  line-height: 1.6;
  margin: 0 0 0.5em;
}

strong {
  font-weight: 600;
}

.button {
  color: white;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 600;
  padding: 0.65em 1.25em;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.1s ease;
  background: #0bb5c4;
}
.button__purple {
  background-color: #802480;
}
.button__lightblue {
  background-color: #0bb5c4;
}

.button:hover {
  background: white;
  color: #0bb5c4;
}

.button__purple:hover {
  color: #802480;
}

.button__lightblue:hover {
  color: #0bb5c4;
}

header {
  background: #572258;
  position: relative;
  overflow: hidden;
  padding-bottom: 2em;
}

@media all and (min-width: 768px) {
  header {
    padding-bottom: 15em;
  }
}
header .container {
  position: relative;
  z-index: 2;
}

header .circle-bg {
  background: rgb(128, 36, 128);
  background: linear-gradient(45deg, rgb(128, 36, 128) 0%, rgb(87, 34, 88) 45%, rgb(87, 34, 88) 50%, rgb(11, 181, 196) 100%);
  border-radius: 50%;
  width: 1920px;
  height: 1920px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -32%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .circle-bg .inner-circle {
  background: #572258;
  border-radius: 50%;
  width: 1200px;
  height: 1200px;
  position: relative;
  z-index: 2;
}

header .top-bar {
  padding: 2.5rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

@media all and (min-width: 560px) {
  header .top-bar {
    flex-direction: row;
  }
}
header .top-bar .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}

header .content {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2em 1em;
  justify-content: center;
  text-align: center;
  max-width: 790px;
  margin: 4em auto;
}

header .content h1 {
  color: white;
}

header .content span.subheading {
  color: #0bb5c4;
  font-size: 1.75em;
  line-height: 1.4em;
  margin: 0 0 1em;
}

header .content p {
  font-size: 1.0625em;
}

header .content .row {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

header .content .row a.button {
  margin: 1em auto 0;
}

@media all and (min-width: 768px) {
  header .content .row {
    flex-direction: row;
    gap: 3em;
  }
  header .content .row .col {
    text-align: left;
  }
  header .content .row .col h3 {
    margin: 0 0 2em;
  }
}
@media all and (min-width: 1024px) {
  header .content {
    margin-top: 4em;
  }
  header .content .row {
    flex-direction: row;
    gap: 5em;
  }
}
/* Boxes */
.boxes {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 2em auto;
  padding: 0 2em;
  position: relative;
  z-index: 4;
}

.boxes .box {
  background: #f3f4f5;
  border-radius: 5px;
  padding: 1em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 1em;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
}

.boxes .box span.title {
  color: #3d4c5c;
  font-size: 1.875em;
  line-height: 1.4;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}

.boxes .box img {
  width: 100%;
  align-self: center;
}

.boxes .box.box__then img,
.boxes .box.box__now img {
  max-width: 382px;
}

.boxes .box span.subtitle {
  color: #802480;
  font-size: 2.125em;
  line-height: 1.4;
  margin: 0 0 0.5em;
}

@media all and (min-width: 768px) {
  .boxes {
    flex-direction: row;
    max-width: 1100px;
    margin: 4em auto -15em auto;
    transform: translate3d(0, -15em, 0);
  }
  .boxes .box {
    width: 50%;
    justify-content: flex-start;
    padding: 2em 4.5em;
  }
}
.text-content {
  padding: 6em 0 4em;
  position: relative;
}

.text-content .container {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: center;
}

.text-content .container img {
  align-self: center;
  margin-bottom: 1em;
  width: 100%;
}

.text-content .container h2 {
  color: #572258;
}

.text-content.blue-bg {
  background: #0bb5c4;
}
.text-content.blue-bg h2, .text-content.blue-bg p {
  color: white;
}

.next-graphic {
  max-width: 327px;
}

.challenges-graphic {
  max-width: 441px;
}

.benefits-graphic {
  max-width: 284px;
}

.side-left-circle-1 {
  display: none;
}

@media all and (min-width: 1024px) {
  .side-left-circle-1 {
    display: block;
    position: absolute;
    top: -10em;
    left: 0;
  }
}
.side-right-circle-1 {
  display: none;
}

@media all and (min-width: 1024px) {
  .side-right-circle-1 {
    display: block;
    position: absolute;
    top: -10em;
    right: 0;
  }
}
.text-content {
  z-index: 3;
}

.text-content.blue-bg {
  z-index: 2;
}

.download-report {
  background: #3d4c5c;
  color: white;
  padding: 4em 0;
}

.download-report .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}

.download-report .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1em;
}

.download-report .report-graphic {
  width: 100%;
  max-width: 350px;
}

.download-report .container p {
  font-size: 1.5em;
  line-height: 1.4;
}

@media all and (min-width: 768px) {
  .download-report {
    background: #3d4c5c url("../images/download-bg.png") bottom left no-repeat;
  }
  .download-report .container {
    gap: 4em;
    max-width: 680px;
  }
  .download-report .container .content {
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 1024px) {
  .download-report {
    margin-top: 10em;
  }
  .download-report .report-graphic {
    transform: translate3d(0, -12em, 0);
    margin-bottom: -12em;
  }
}
footer {
  background: #572258;
  color: white;
  padding: 4em 0 3em;
}

footer .container,
footer .container .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-align: center;
}

footer .container .logo {
  margin: 0 0 2em;
}

footer .container p {
  font-size: 0.9375em;
}

footer .container .social {
  display: flex;
  gap: 1em;
}

.social a {
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  font-size: 1.125em;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.1s ease;
}
.social a:hover {
  background: white;
  color: #802480;
}

@media all and (min-width: 768px) {
  footer .container {
    align-items: flex-start;
    flex-direction: row;
  }
  footer .container .col {
    align-items: flex-start;
    text-align: left;
    width: 50%;
  }
  footer .container .col:last-of-type {
    text-align: right;
    align-items: flex-end;
  }
}
footer .container .sign-up p {
  font-size: 1.25em;
}
