@charset "UTF-8";
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/playfair-display-v13-latin-regular.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/playfair-display-v13-latin-regular.woff") format("woff");
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/playfair-display-v13-latin-700.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/playfair-display-v13-latin-700.woff") format("woff");
}

@font-face {
  font-family: 'FBella';
  font-style: normal;
  font-weight: 700;
  src: url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/f37bellaheavy-webfont.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/f37bellaheavy-webfont.woff") format("woff");
}

@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 400;
  src: local("News Cycle"), local("NewsCycle"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/news-cycle-v14-latin-regular.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/news-cycle-v14-latin-regular.woff") format("woff");
}

@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 700;
  src: local("News Cycle Bold"), local("NewsCycle-Bold"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/news-cycle-v14-latin-700.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/fonts/news-cycle-v14-latin-700.woff") format("woff");
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

html, body {
  font-family: 'Open Sans';
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
}

h1, h2, h3, p, ul, ol, li, main, section, figure, blockquote, cite, div {
  margin: 0;
  padding: 0;
}

nav, main, section, figure {
  display: block;
}

img {
  display: block;
  max-width: 100%;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  margin-top: -10px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  canvas {
    display: none;
  }
  a.previous, a.next {
    background-color: white !important;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    z-index: 4 !important;
  }
  a.previous {
    left: 0 !important;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  a.next {
    right: 0 !important;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

body > header {
  position: relative;
  height: 7.70833vw;
}

body > header > a {
  cursor: pointer;
  position: absolute;
}

body > header > a.logo {
  top: 1.59722vw;
  left: 4.86111vw;
}

body > header > a.logo > svg {
  width: 20.83333vw;
  height: 5.48611vw;
  padding: 1.04167vw;
}

body > header > a.hamburger {
  top: 4.23611vw;
  left: 88.61111vw;
  z-index: 2;
}

body > header > a.hamburger > svg {
  width: 3.33333vw;
  height: 1.6625vw;
  padding: 1.04167vw;
}

body > header > h1 {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.59722vw;
  line-height: 1.59722vw;
  text-transform: uppercase;
  letter-spacing: 0.13889vw;
  position: absolute;
  top: 5.20833vw;
  left: 44.16667vw;
  color: #425364;
}

@media only screen and (max-width: 767px) {
  body > header {
    height: 20vw;
  }
  body > header > a.logo {
    top: 0;
    left: 1.5625vw;
  }
  body > header > a.logo > svg {
    width: 66.66667vw;
    height: 11.5vw;
    padding: 1.5625vw;
  }
  body > header > a.hamburger {
    top: 2.8125vw;
    right: 1.5625vw;
    left: auto;
    z-index: 2;
  }
  body > header > a.hamburger > svg {
    width: 8vw;
    height: 3.99vw;
    padding: 2.5vw;
  }
  body > header > h1 {
    font-size: 3.75vw;
    line-height: 3.75vw;
    top: 15.625vw;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
  }
}

body > nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 101, 0, 0.902);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  z-index: 9;
  visibility: hidden;
}

body > nav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  overflow: scroll;
}

body > nav a {
  font-family: FBella;
  font-weight: 700;
  letter-spacing: 0.34028vw;
  text-decoration: none;
  display: block;
  border-bottom: 0.06944vw solid rgba(255, 255, 255, 0.702);
  padding-left: 5vw;
  color: white;
}

body > nav a:hover {
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  color: #ff6500;
}

body > nav button {
  position: absolute;
  right: 5vw;
  border: 0;
  outline: 0;
  background-color: #425364;
  border-radius: 50%;
  cursor: pointer;
}

footer > svg {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 5.625vw;
  height: 2.15278vw;
  margin: 4.375vw auto 1.875vw;
  display: block;
}

footer > nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 18.05556vw;
}

footer > nav > a {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.80556vw;
  line-height: 1.80556vw;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fb831f;
  padding: 0.34722vw 0.69444vw;
}

footer > div {
  background-color: #425364;
  margin-top: 1.875vw;
  padding-top: 2.29167vw;
  padding-bottom: 2.15278vw;
  text-align: center;
}

footer > div > nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 42.29167vw;
  margin-bottom: 1.73611vw;
}

footer > div > nav > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.34722vw 0.69444vw;
}

footer > div > nav > a:nth-of-type(1) {
  -webkit-transform: translateY(0.20833vw);
          transform: translateY(0.20833vw);
  width: 1.59722vw;
  height: 3.075vw;
}

footer > div > nav > a:nth-of-type(1) > svg {
  width: 1.59722vw;
  height: 3.07292vw;
}

footer > div > nav > a:nth-of-type(2) {
  width: 3.81944vw;
}

footer > div > nav > a:nth-of-type(2) > svg {
  width: 3.81944vw;
  height: 3.81944vw;
}

footer > div > nav > a:nth-of-type(3) {
  width: 3.26389vw;
}

footer > div > nav > a:nth-of-type(3) > svg {
  width: 3.26389vw;
  height: 3.81944vw;
}

footer > div > nav > a:nth-of-type(4) {
  width: 3.26389vw;
}

footer > div > nav > a:nth-of-type(4) > svg {
  width: 3.26389vw;
  height: 3.81944vw;
}

footer > div > p {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.52778vw;
  line-height: 1.94444vw;
  letter-spacing: 0.10417vw;
  text-align: center;
  color: white;
}

footer > div > p span {
  color: #a6acb3;
}

footer > div > a {
  display: inline-block;
  margin: 2.77778vw auto;
}

footer > div > a > svg {
  width: 13.88889vw;
  height: 2.98611vw;
}

footer > div .footer-links a {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.25vw;
  display: block;
  margin: 0 auto 1.38889vw;
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  footer > svg {
    width: 21.6vw;
    height: 8.26667vw;
    margin: 16.8vw auto 7.2vw;
  }
  footer > nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 4vw;
  }
  footer > nav > a {
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 6.93333vw;
    line-height: 6.93333vw;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fb831f;
    padding: 1.33333vw 8vw;
  }
  footer > div {
    background-color: #425364;
    margin-top: 7.2vw;
    text-align: center;
    padding: 8.8vw 8vw 8.26667vw;
  }
  footer > div > nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 6.66667vw;
  }
  footer > div > nav > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.33333vw 8vw;
  }
  footer > div > nav > a:nth-of-type(1) {
    -webkit-transform: translateY(0.8vw);
            transform: translateY(0.8vw);
    width: 6.13333vw;
    height: 11.808vw;
  }
  footer > div > nav > a:nth-of-type(1) > svg {
    width: 6.13333vw;
    height: 11.8vw;
  }
  footer > div > nav > a:nth-of-type(2) {
    width: 14.66667vw;
  }
  footer > div > nav > a:nth-of-type(2) > svg {
    width: 14.66667vw;
    height: 14.66667vw;
  }
  footer > div > nav > a:nth-of-type(3) {
    width: 12.53333vw;
  }
  footer > div > nav > a:nth-of-type(3) > svg {
    width: 12.53333vw;
    height: 14.66667vw;
  }
  footer > div > nav > a:nth-of-type(4) {
    width: 12.53333vw;
  }
  footer > div > nav > a:nth-of-type(4) > svg {
    width: 12.53333vw;
    height: 14.66667vw;
  }
  footer > div > p {
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 5.86667vw;
    line-height: 7.46667vw;
    letter-spacing: 0.4vw;
    text-align: center;
    color: white;
  }
  footer > div > p span {
    color: #a6acb3;
  }
  footer > div > a {
    display: inline-block;
    margin: 10.4vw auto 14.93333vw;
    width: 44vw;
  }
  footer > div > a:last-of-type {
    font-size: 16px;
  }
  footer > div > a > svg {
    width: 44vw;
    height: 11.46667vw;
  }
}

.popup {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  display: none;
  opacity: 0;
}

body.interstitial .popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999;
  overflow-y: scroll;
}

body.interstitial .popup.video {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
}

body.interstitial .popup.video > .content {
  position: relative;
  background: none;
  width: 55%;
  height: auto;
  padding: 0;
  border: 0;
}

body.interstitial .popup.video > .content > .wrapper {
  padding-top: 56.25%;
}

body.interstitial .popup.video > .content > .wrapper video,
body.interstitial .popup.video > .content > .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
}

body.interstitial .popup > .content {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  border: 1px solid #e8e8e8;
  background-color: #fdfdfe;
  max-width: 90%;
  box-sizing: border-box;
  padding: 30px;
}

body.interstitial .popup > .content h1 {
  font-family: "Playfair Display";
}

body.interstitial .popup > .content p {
  font-family: "News Cycle";
  font-weight: 300;
  color: #425364;
}

body.interstitial .popup > .content a {
  font-family: "News Cycle";
  font-weight: 700;
  color: #f97f1f;
  text-transform: uppercase;
  margin-top: 15px;
}

body.interstitial .popup > .content .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: none;
  color: #bbbbbb;
}

body.interstitial .popup > .content .close:hover {
  color: #777777;
}

main.home > section {
  position: relative;
}

main.home > section:nth-of-type(1) {
  height: 93.75vw;
}

main.home > section:nth-of-type(1) figure:first-of-type {
  position: absolute;
  top: 5.625vw;
  left: 6.73611vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 52.05078vw;
  height: 52.05078vw;
  z-index: 1;
}

main.home > section:nth-of-type(1) figure:first-of-type h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 3.61111vw;
  line-height: 3.47222vw;
  letter-spacing: 0.125vw;
  color: #fff;
  text-align: right;
  position: absolute;
  top: 13.26389vw;
  left: 6.80556vw;
}

main.home > section:nth-of-type(1) figure:first-of-type h2:after {
  position: absolute;
  content: ".";
}

main.home > section:nth-of-type(1) figure:first-of-type p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #fff;
  text-align: right;
  position: absolute;
  top: 23.81944vw;
  left: 16.875vw;
  width: 25.69444vw;
}

main.home > section:nth-of-type(1) figure:first-of-type a {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.90972vw;
  line-height: 1.90972vw;
  letter-spacing: 0.20833vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 36.04167vw;
  left: 12.63889vw;
  padding: 1.73611vw;
}

main.home > section:nth-of-type(1) figure:first-of-type a svg {
  width: 2.36111vw;
  height: 2.36111vw;
  margin-right: 1.875vw;
}

main.home > section:nth-of-type(1) figure:first-of-type a svg circle {
  fill: white;
}

main.home > section:nth-of-type(1) figure:first-of-type a svg path {
  stroke: #ff8c1e;
}

main.home > section:nth-of-type(1) figure:nth-of-type(2) {
  position: absolute;
  top: 44.79167vw;
  left: 35.41667vw;
  z-index: 2;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 56.83594vw;
  height: 56.73828vw;
}

main.home > section:nth-of-type(1) figure:nth-of-type(2) > svg {
  position: absolute;
  top: 10.625vw;
  left: 7.84722vw;
  width: 41.94444vw;
  height: 22.91667vw;
}

main.home > section:nth-of-type(1) figure:nth-of-type(2) h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 3.61111vw;
  line-height: 3.47222vw;
  letter-spacing: 0.125vw;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 6.94444vw;
  left: 10.97222vw;
}

main.home > section:nth-of-type(1) figure:nth-of-type(2) p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 16.25vw;
  left: 11.31944vw;
  width: 38.05556vw;
}

main.home > section:nth-of-type(1) figure:nth-of-type(2) a {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.90972vw;
  line-height: 1.90972vw;
  letter-spacing: 0.20833vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 44.86111vw;
  left: 9.23611vw;
  cursor: pointer;
  padding: 2.43056vw;
}

main.home > section:nth-of-type(1) figure:nth-of-type(2) a svg {
  width: 2.77778vw;
  height: 2.77778vw;
  margin-right: 0.83333vw;
}

main.home > section:nth-of-type(1) figure:nth-of-type(2) a svg circle {
  fill: white;
}

main.home > section:nth-of-type(1) figure:nth-of-type(2) a svg path {
  stroke: #ff8c1e;
}

main.home > section:nth-of-type(1) figure:nth-of-type(3) {
  position: absolute;
  top: 71.38889vw;
  left: 11.31944vw;
  background-color: white;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 30.66406vw;
  height: 30.66406vw;
  border: 0.06944vw solid rgba(0, 0, 0, 0.1);
  z-index: 3;
}

main.home > section:nth-of-type(1) figure:nth-of-type(3) svg {
  position: absolute;
  top: 6.11111vw;
  left: 5.76389vw;
  height: 15.27778vw;
  width: 19.65278vw;
}

main.home > section:nth-of-type(2) {
  height: 42.36111vw;
}

main.home > section:nth-of-type(2) div {
  position: absolute;
  top: 18.40278vw;
  left: 7.08333vw;
}

main.home > section:nth-of-type(2) div p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.09722vw;
  letter-spacing: 0.02778vw;
  color: #425364;
}

main.home > section:nth-of-type(2) div a {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.90972vw;
  line-height: 1.90972vw;
  letter-spacing: 0.20833vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #f36c21;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 12.91667vw;
  left: -1.66667vw;
  padding: 1.73611vw;
}

main.home > section:nth-of-type(2) div a svg {
  width: 2.36111vw;
  height: 2.36111vw;
  margin-right: 1.875vw;
}

main.home > section:nth-of-type(2) div a svg circle {
  fill: #425364;
}

main.home > section:nth-of-type(2) div a svg path {
  stroke: #fff;
}

main.home > section:nth-of-type(2) figure {
  position: absolute;
  top: 8.40278vw;
  left: 57.70833vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 30.66406vw;
  height: 30.66406vw;
  z-index: 1;
}

main.home > section:nth-of-type(2) figure h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 3.61111vw;
  line-height: 3.47222vw;
  letter-spacing: 0.22222vw;
  color: #f36c21;
  text-align: right;
  position: absolute;
  top: 11.52778vw;
  left: 6.31944vw;
}

main.home > section:nth-of-type(2) figure h2:after {
  position: absolute;
  content: ".";
}

main.home > section:nth-of-type(3) {
  height: 31.25vw;
}

@-webkit-keyframes float1 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(0.27778vw, -0.06944vw);
            transform: translate(0.27778vw, -0.06944vw);
  }
  65% {
    -webkit-transform: translate(-0.13889vw, -0.20833vw);
            transform: translate(-0.13889vw, -0.20833vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@keyframes float1 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(0.27778vw, -0.06944vw);
            transform: translate(0.27778vw, -0.06944vw);
  }
  65% {
    -webkit-transform: translate(-0.13889vw, -0.20833vw);
            transform: translate(-0.13889vw, -0.20833vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(0.06944vw, 0.13889vw);
            transform: translate(0.06944vw, 0.13889vw);
  }
  65% {
    -webkit-transform: translate(-0.20833vw, 0.48611vw);
            transform: translate(-0.20833vw, 0.48611vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(0.06944vw, 0.13889vw);
            transform: translate(0.06944vw, 0.13889vw);
  }
  65% {
    -webkit-transform: translate(-0.20833vw, 0.48611vw);
            transform: translate(-0.20833vw, 0.48611vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@-webkit-keyframes float3 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(0.27778vw, -0.06944vw);
            transform: translate(0.27778vw, -0.06944vw);
  }
  65% {
    -webkit-transform: translate(-0.13889vw, -0.20833vw);
            transform: translate(-0.13889vw, -0.20833vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@keyframes float3 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(0.27778vw, -0.06944vw);
            transform: translate(0.27778vw, -0.06944vw);
  }
  65% {
    -webkit-transform: translate(-0.13889vw, -0.20833vw);
            transform: translate(-0.13889vw, -0.20833vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@-webkit-keyframes float4 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(0.06944vw, -0.20833vw);
            transform: translate(0.06944vw, -0.20833vw);
  }
  65% {
    -webkit-transform: translate(-0.20833vw, -0.34722vw);
            transform: translate(-0.20833vw, -0.34722vw);
  }
  85% {
    -webkit-transform: translate(0.13889vw, -0.06944vw);
            transform: translate(0.13889vw, -0.06944vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@keyframes float4 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(0.06944vw, -0.20833vw);
            transform: translate(0.06944vw, -0.20833vw);
  }
  65% {
    -webkit-transform: translate(-0.20833vw, -0.34722vw);
            transform: translate(-0.20833vw, -0.34722vw);
  }
  85% {
    -webkit-transform: translate(0.13889vw, -0.06944vw);
            transform: translate(0.13889vw, -0.06944vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@-webkit-keyframes float5 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(-0.20833vw, -0.13889vw);
            transform: translate(-0.20833vw, -0.13889vw);
  }
  65% {
    -webkit-transform: translate(0.06944vw, 0.13889vw);
            transform: translate(0.06944vw, 0.13889vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

@keyframes float5 {
  0% {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
  }
  15% {
    -webkit-transform: translate(-0.20833vw, -0.13889vw);
            transform: translate(-0.20833vw, -0.13889vw);
  }
  65% {
    -webkit-transform: translate(0.06944vw, 0.13889vw);
            transform: translate(0.06944vw, 0.13889vw);
  }
  100% {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
}

main.home > section:nth-of-type(3) > a {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.01389vw;
  letter-spacing: 0.01736vw;
  text-indent: -1.59722vw;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  color: #425364;
}

main.home > section:nth-of-type(3) > a:before {
  content: "";
  background-color: #8b8b8b;
  width: 0.90278vw;
  height: 0.90278vw;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.69444vw 1.45833vw 0;
}

main.home > section:nth-of-type(3) > a:nth-of-type(1) {
  top: 13.68056vw;
  left: 10vw;
}

main.home > section:nth-of-type(3) > a:nth-of-type(1):before {
  -webkit-animation: float1 5s ease-in-out infinite;
          animation: float1 5s ease-in-out infinite;
}

main.home > section:nth-of-type(3) > a:nth-of-type(2) {
  top: 3.47222vw;
  left: 22.15278vw;
}

main.home > section:nth-of-type(3) > a:nth-of-type(2):before {
  -webkit-animation: float2 5s ease-in-out infinite;
          animation: float2 5s ease-in-out infinite;
}

main.home > section:nth-of-type(3) > a:nth-of-type(3) {
  top: 13.47222vw;
  left: 36.52778vw;
}

main.home > section:nth-of-type(3) > a:nth-of-type(3):before {
  -webkit-animation: float3 5s ease-in-out infinite;
          animation: float3 5s ease-in-out infinite;
}

main.home > section:nth-of-type(3) > a:nth-of-type(4) {
  top: 23.05556vw;
  left: 51.11111vw;
}

main.home > section:nth-of-type(3) > a:nth-of-type(4):before {
  -webkit-animation: float4 5s ease-in-out infinite;
          animation: float4 5s ease-in-out infinite;
}

main.home > section:nth-of-type(3) > a:nth-of-type(5) {
  top: 13.33333vw;
  left: 65.55556vw;
}

main.home > section:nth-of-type(3) > a:nth-of-type(5):before {
  -webkit-animation: float5 5s ease-in-out infinite;
          animation: float5 5s ease-in-out infinite;
}

main.home > section:nth-of-type(4) {
  height: 83.68056vw;
}

main.home > section:nth-of-type(4) > div {
  -webkit-perspective: 6.94444vw;
          perspective: 6.94444vw;
  -webkit-perspective-origin: 28.65% 36.9%;
          perspective-origin: 28.65% 36.9%;
  position: absolute;
  top: 10vw;
  width: 100%;
  height: 100%;
}

main.home > section:nth-of-type(4) > div figure {
  position: absolute;
  top: 0vw;
  left: -2.29167vw;
  background-image: linear-gradient(90deg, #f47020 0%, #fb831f 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 62.69531vw;
  height: 62.69531vw;
  will-change: transform, opacity;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(1) {
  transition: opacity 750ms ease, -webkit-transform 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease, -webkit-transform 750ms ease;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(1).active {
  -webkit-transform: translateZ(6.94444vw);
          transform: translateZ(6.94444vw);
  opacity: 0;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(1) h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 3.47222vw;
  line-height: 7.84722vw;
  letter-spacing: 0.29444vw;
  color: #fff;
  position: absolute;
  left: 9.58333vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(1) h2:first-line {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.81944vw;
  line-height: 3.54167vw;
  letter-spacing: 0.32639vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(1) h2:first-of-type {
  top: 14.58333vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(1) h2:last-of-type {
  line-height: 7.08333vw;
  top: 30.97222vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(1) p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.15278vw;
  letter-spacing: 0.06944vw;
  color: #fff;
  position: absolute;
  top: 45.34722vw;
  left: 9.30556vw;
  width: 41.66667vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(2) {
  transition: opacity 750ms ease 250ms, -webkit-transform 750ms ease 250ms;
  transition: transform 750ms ease 250ms, opacity 750ms ease 250ms;
  transition: transform 750ms ease 250ms, opacity 750ms ease 250ms, -webkit-transform 750ms ease 250ms;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(2).active {
  transition-delay: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(2) h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 3.47222vw;
  line-height: 4.44444vw;
  letter-spacing: 0.29444vw;
  color: #fff;
  position: absolute;
  top: 11.80556vw;
  left: 9.58333vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(2) h2 > span {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.81944vw;
  line-height: 7.5vw;
  letter-spacing: 0.13889vw;
  display: inline-block;
  margin-top: 2.01389vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(2) h2 > span > span {
  font-family: Helvetica, sans-serif;
  font-size: 6.875vw;
  font-weight: 100;
  position: absolute;
  top: 10.27778vw;
  left: 11.04167vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(2) h2 > em {
  font-size: 2.08333vw;
  display: inline-block;
  margin-top: 1.04167vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(2) a {
  top: 44.23611vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(3) {
  transition: opacity 750ms ease 250ms, -webkit-transform 750ms ease 250ms;
  transition: transform 750ms ease 250ms, opacity 750ms ease 250ms;
  transition: transform 750ms ease 250ms, opacity 750ms ease 250ms, -webkit-transform 750ms ease 250ms;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(3).active {
  transition-delay: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(3) h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 3.47222vw;
  line-height: 4.44444vw;
  letter-spacing: 0.29444vw;
  color: #fff;
  position: absolute;
  top: 11.80556vw;
  left: 9.58333vw;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(3) h3 {
  font-family: FBella;
  font-weight: 700;
  font-size: 7.70833vw;
  line-height: 7.08333vw;
  letter-spacing: 0.20833vw;
  position: absolute;
  top: 22.36111vw;
  left: 9.58333vw;
  color: #fff;
}

main.home > section:nth-of-type(4) > div figure:nth-of-type(3) a {
  top: 45.55556vw;
}

main.home > section:nth-of-type(4) > div figure a {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.90972vw;
  line-height: 1.90972vw;
  letter-spacing: 0.20833vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 7.63889vw;
  padding: 1.73611vw;
}

main.home > section:nth-of-type(4) > div figure a svg {
  width: 2.36111vw;
  height: 2.36111vw;
  margin-right: 1.875vw;
}

main.home > section:nth-of-type(4) > div figure a svg circle {
  fill: #425364;
}

main.home > section:nth-of-type(4) > div figure a svg path {
  stroke: #fff;
}

main.home > section:nth-of-type(4) > div > a {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 1.875vw;
  letter-spacing: 0.10417vw;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  color: #425364;
}

main.home > section:nth-of-type(4) > div > a:before {
  content: "";
  background-color: #8b8b8b;
  width: 0.90278vw;
  height: 0.90278vw;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.69444vw 1.45833vw 0;
}

main.home > section:nth-of-type(4) > div > a:hover {
  color: #f36c21;
}

main.home > section:nth-of-type(4) > div > a:hover:before {
  background-color: #f36c21;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(1) {
  top: -6.59722vw;
  left: 21.45833vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(2) {
  top: -7.01389vw;
  left: 32.84722vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(3) {
  top: -3.88889vw;
  left: 44.44444vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(4) {
  top: 1.04167vw;
  left: 52.5vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(5) {
  top: 6.11111vw;
  left: 57.77778vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(6) {
  top: 11.52778vw;
  left: 61.52778vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(7) {
  top: 17.36111vw;
  left: 64.30556vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(8) {
  top: 22.5vw;
  left: 65.69444vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(9) {
  top: 27.91667vw;
  left: 66.59722vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(10) {
  top: 32.98611vw;
  left: 66.59722vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(11) {
  top: 37.77778vw;
  left: 66.04167vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(12) {
  top: 42.77778vw;
  left: 64.72222vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(13) {
  top: 47.63889vw;
  left: 62.70833vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(14) {
  top: 52.56944vw;
  left: 59.93056vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(15) {
  top: 57.29167vw;
  left: 55.97222vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(16) {
  top: 61.52778vw;
  left: 51.11111vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(17) {
  top: 65.41667vw;
  left: 44.23611vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(18) {
  top: 68.19444vw;
  left: 40.27778vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(19) {
  top: 68.68056vw;
  left: 34.72222vw;
  text-indent: -1.59722vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(20) {
  top: 68.05556vw;
  left: 24.30556vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(21) {
  top: 66.52778vw;
  left: 15.27778vw;
}

main.home > section:nth-of-type(4) > div > a:nth-of-type(22) {
  top: 62.15278vw;
  left: 8.61111vw;
  text-indent: -1.59722vw;
}

main.home > section:nth-of-type(5) {
  height: 280.27778vw;
}

main.home > section:nth-of-type(5) form {
  position: absolute;
  top: 18.88889vw;
}

main.home > section:nth-of-type(5) form input {
  position: absolute;
  top: 0;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
}

main.home > section:nth-of-type(5) form input[type="text"] {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.95312vw;
  line-height: 1.95312vw;
  text-transform: uppercase;
  letter-spacing: 0.1875vw;
  color: #425364;
  width: 26.875vw;
  height: 4.98047vw;
  padding-left: 2.08333vw;
  left: 5.13889vw;
  z-index: 1;
}

main.home > section:nth-of-type(5) form input[type="text"]::-webkit-input-placeholder {
  color: rgba(66, 83, 100, 0.251);
}

main.home > section:nth-of-type(5) form input[type="text"]:-ms-input-placeholder {
  color: rgba(66, 83, 100, 0.251);
}

main.home > section:nth-of-type(5) form input[type="text"]::placeholder {
  color: rgba(66, 83, 100, 0.251);
}

main.home > section:nth-of-type(5) form svg {
  position: absolute;
  top: 0;
  left: 32.01389vw;
  width: 6.11111vw;
  height: 5.02639vw;
  cursor: pointer;
}

main.home > section:nth-of-type(5) form ul {
  position: absolute;
  top: 4.93056vw;
  left: 5.13889vw;
  width: 26.88889vw;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.902);
  height: 0;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

main.home > section:nth-of-type(5) form ul.active {
  height: auto;
}

main.home > section:nth-of-type(5) form ul li:first-of-type {
  padding-top: 0.83333vw;
}

main.home > section:nth-of-type(5) form ul li:last-of-type {
  padding-bottom: 0.83333vw;
}

main.home > section:nth-of-type(5) form ul li a {
  transition: color 300ms ease;
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.95312vw;
  line-height: 3.05556vw;
  text-transform: uppercase;
  letter-spacing: 0.1875vw;
  color: #425364;
  padding-left: 2.08333vw;
  display: block;
  cursor: pointer;
  color: #f36c21;
}

main.home > section:nth-of-type(5) form ul li a:hover {
  color: #425364;
}

main.home > section:nth-of-type(5) figure {
  position: absolute;
  top: 0.97222vw;
  left: 46.66667vw;
  background-color: white;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 36.52344vw;
  height: 36.52344vw;
  border: 0.06944vw solid rgba(0, 0, 0, 0.1);
}

main.home > section:nth-of-type(5) figure h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.61111vw;
  line-height: 3.54167vw;
  letter-spacing: 0.23611vw;
  color: #f36c21;
  position: absolute;
  top: 12.29167vw;
  left: 3.54167vw;
}

main.home > section:nth-of-type(5) figure h3 span {
  letter-spacing: 0.22917vw;
}

main.home > section:nth-of-type(5) > ul.team {
  list-style: none;
}

main.home > section:nth-of-type(5) > ul.team > li {
  transition: background-color 450ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1), background-color 450ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1), background-color 450ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 50%;
  border: 0.06944vw solid rgba(0, 0, 0, 0.11);
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  width: 25.78125vw;
  height: 25.78125vw;
  background-position: 0vw 0vw;
  background-size: 25.90278vw;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  will-change: transform, background-color;
  cursor: pointer;
  /* IE fallback */
}

main.home > section:nth-of-type(5) > ul.team > li.active:after, main.home > section:nth-of-type(5) > ul.team > li.filtered:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(251, 131, 31, 0.25);
  border-radius: 50%;
  width: 25.78125vw;
  height: 25.78125vw;
}

@supports (background-blend-mode: multiply) {
  main.home > section:nth-of-type(5) > ul.team > li.active:after, main.home > section:nth-of-type(5) > ul.team > li.filtered:after {
    display: none;
  }
}

main.home > section:nth-of-type(5) > ul.team > li.active {
  background-color: #fb831f;
}

main.home > section:nth-of-type(5) > ul.team > li.active label {
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1), visibility 250ms cubic-bezier(0.23, 1, 0.32, 1) 250ms;
  opacity: 0;
  visibility: hidden;
}

main.home > section:nth-of-type(5) > ul.team > li.active p,
main.home > section:nth-of-type(5) > ul.team > li.active i {
  opacity: 1;
}

main.home > section:nth-of-type(5) > ul.team > li.filtered {
  background-color: #fb831f;
}

main.home > section:nth-of-type(5) > ul.team > li.filtered label svg {
  background-color: #fb831f;
}

main.home > section:nth-of-type(5) > ul.team > li.filtered label svg circle {
  fill: white;
}

main.home > section:nth-of-type(5) > ul.team > li.filtered label svg path {
  stroke: #fb831f;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(1) {
  top: 32.98611vw;
  left: 5.13889vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/carolyn.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(1).active {
  -webkit-transform: scale(2.87) translate(2.98611vw, 6.25vw);
          transform: scale(2.87) translate(2.98611vw, 6.25vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(1) a label {
  top: 9.44444vw;
  left: 21.52778vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(1) a label svg {
  margin-right: 3.26389vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(1) a p:nth-of-type(1) {
  top: 9.93056vw;
  left: 19.58333vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(1) a p:nth-of-type(2) {
  top: 11.38889vw;
  left: 19.58333vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(1) a p:nth-of-type(3) {
  top: 14.58333vw;
  left: 12.08333vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(1) a i {
  top: 2.15278vw;
  left: 13.54167vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(2) {
  top: 42.43056vw;
  left: 64.02778vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/deborah.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(2).active {
  -webkit-transform: scale(2.87) translate(-3.33333vw, 3.81944vw);
          transform: scale(2.87) translate(-3.33333vw, 3.81944vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(2) a label {
  top: 10.76389vw;
  left: -11.04167vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(2) a label svg {
  margin-left: 3.05556vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(2) a p:nth-of-type(1) {
  top: 8.68056vw;
  left: 2.70833vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(2) a p:nth-of-type(2) {
  top: 10.13889vw;
  left: 2.70833vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(2) a p:nth-of-type(3) {
  top: 15vw;
  left: 2.63889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(2) a i {
  top: 2.22222vw;
  left: 10.34722vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(3) {
  top: 60.625vw;
  left: 19.72222vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/paul.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(3).active {
  -webkit-transform: scale(2.87) translate(2.36111vw, 0.27778vw);
          transform: scale(2.87) translate(2.36111vw, 0.27778vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(3) a label {
  top: 11.80556vw;
  left: -6.38889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(3) a label svg {
  margin-left: 3.125vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(3) a p:nth-of-type(1) {
  top: 8.68056vw;
  left: 1.66667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(3) a p:nth-of-type(2) {
  top: 10.13889vw;
  left: 1.66667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(3) a p:nth-of-type(3) {
  top: 12.98611vw;
  left: 1.52778vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(3) a i {
  top: 2.22222vw;
  left: 9.79167vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(4) {
  top: 77.08333vw;
  left: 52.5vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/katie.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(4).active {
  -webkit-transform: scale(2.87) translate(1.11111vw, -0.83333vw);
          transform: scale(2.87) translate(1.11111vw, -0.83333vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(4) a label {
  top: 12.22222vw;
  left: -6.38889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(4) a label svg {
  margin-left: 2.22222vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(4) a p:nth-of-type(1) {
  top: 9.65278vw;
  left: 2.5vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(4) a p:nth-of-type(2) {
  top: 11.04167vw;
  left: 2.5vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(4) a p:nth-of-type(3) {
  top: 14.58333vw;
  left: 2.43056vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(4) a i {
  top: 2.15278vw;
  left: 10.55556vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(5) {
  top: 98.61111vw;
  left: 6.80556vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/kunsan.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(5).active {
  -webkit-transform: scale(2.87) translate(4.09722vw, 1.04167vw);
          transform: scale(2.87) translate(4.09722vw, 1.04167vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(5) a label {
  top: 6.875vw;
  left: 21.11111vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(5) a label svg {
  margin-right: 2.91667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(5) a p:nth-of-type(1) {
  top: 9.58333vw;
  left: 17.29167vw;
  line-height: 0.83333vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(5) a p:nth-of-type(2) {
  top: 10.69444vw;
  left: 17.29167vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(5) a p:nth-of-type(3) {
  top: 15.34722vw;
  left: 12.15278vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(5) a i {
  top: 2.15278vw;
  left: 12.70833vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(6) {
  top: 106.25vw;
  left: 70.13889vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/jenny.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(6).active {
  -webkit-transform: scale(2.87) translate(-4.23611vw, 3.33333vw);
          transform: scale(2.87) translate(-4.23611vw, 3.33333vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(6) a label {
  top: 12.22222vw;
  left: -6.38889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(6) a label svg {
  margin-left: 2.22222vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(6) a p:nth-of-type(1) {
  top: 9.65278vw;
  left: 1.31944vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(6) a p:nth-of-type(2) {
  top: 11.04167vw;
  left: 1.31944vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(6) a p:nth-of-type(3) {
  top: 14.58333vw;
  left: 2.43056vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(6) a i {
  top: 2.15278vw;
  left: 10.55556vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(7) {
  top: 126.11111vw;
  left: 33.61111vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/kevin.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(7).active {
  -webkit-transform: scale(2.87) translate(0vw, -1.94444vw);
          transform: scale(2.87) translate(0vw, -1.94444vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(7) a label {
  top: 10.34722vw;
  left: 22.5vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(7) a label svg {
  margin-right: 2.36111vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(7) a p:nth-of-type(1) {
  top: 9.86111vw;
  left: 14.02778vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(7) a p:nth-of-type(2) {
  top: 12.22222vw;
  left: 14.02778vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(7) a p:nth-of-type(3) {
  top: 14.58333vw;
  left: 13.95833vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(7) a i {
  top: 2.22222vw;
  left: 9.72222vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(8) {
  top: 148.61111vw;
  left: 69.72222vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/lauren.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(8).active {
  -webkit-transform: scale(2.87) translate(-4.23611vw, 3.33333vw);
          transform: scale(2.87) translate(-4.23611vw, 3.33333vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(8) a label {
  top: 10.27778vw;
  left: -8.81944vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(8) a label svg {
  margin-left: 2.63889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(8) a p:nth-of-type(1) {
  top: 9.23611vw;
  left: 2.36111vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(8) a p:nth-of-type(2) {
  top: 10.69444vw;
  left: 2.36111vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(8) a p:nth-of-type(3) {
  top: 14.23611vw;
  left: 2.15278vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(8) a i {
  top: 2.15278vw;
  left: 12.70833vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(9) {
  top: 152.36111vw;
  left: 10.55556vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/laurence.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(9).active {
  -webkit-transform: scale(2.87) translate(2.08333vw, -1.18056vw);
          transform: scale(2.87) translate(2.08333vw, -1.18056vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(9) a label {
  top: 13.05556vw;
  left: 20.41667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(9) a label svg {
  margin-right: 4.51389vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(9) a p:nth-of-type(1) {
  top: 8.61111vw;
  left: 15.34722vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(9) a p:nth-of-type(2) {
  top: 11.45833vw;
  left: 15.34722vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(9) a p:nth-of-type(3) {
  top: 17.36111vw;
  left: 5.55556vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(9) a i {
  top: 2.15278vw;
  left: 12.63889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(10) {
  top: 176.59722vw;
  left: 41.94444vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/marinella.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(10).active {
  -webkit-transform: scale(2.87) translate(0.13889vw, -0.97222vw);
          transform: scale(2.87) translate(0.13889vw, -0.97222vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(10) a label {
  top: 13.05556vw;
  left: 21.66667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(10) a label svg {
  margin-right: 3.125vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(10) a p:nth-of-type(1) {
  top: 6.94444vw;
  left: 2.29167vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(10) a p:nth-of-type(2) {
  top: 8.33333vw;
  left: 2.22222vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(10) a p:nth-of-type(3) {
  top: 15.41667vw;
  left: 2.22222vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(10) a i {
  top: 2.15278vw;
  left: 12.22222vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(11) {
  top: 193.05556vw;
  left: 7.08333vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/doug.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(11).active {
  -webkit-transform: scale(2.87) translate(3.26389vw, -2.22222vw);
          transform: scale(2.87) translate(3.26389vw, -2.22222vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(11) a label {
  top: 13.05556vw;
  left: 20.41667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(11) a label svg {
  margin-right: 4.51389vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(11) a p:nth-of-type(1) {
  top: 10.69444vw;
  left: 15.27778vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(11) a p:nth-of-type(2) {
  top: 12.08333vw;
  left: 15.27778vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(11) a p:nth-of-type(3) {
  top: 15.625vw;
  left: 8.40278vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(11) a i {
  top: 2.15278vw;
  left: 12.63889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(12) {
  top: 199.09722vw;
  left: 67.01389vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/george.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(12).active {
  -webkit-transform: scale(2.87) translate(-5.55556vw, -5.20833vw);
          transform: scale(2.87) translate(-5.55556vw, -5.20833vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(12) a label {
  top: 10.27778vw;
  left: -9.375vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(12) a label svg {
  margin-left: 2.63889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(12) a p:nth-of-type(1) {
  top: 9.30556vw;
  left: 15.625vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(12) a p:nth-of-type(2) {
  top: 10.76389vw;
  left: 15.625vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(12) a p:nth-of-type(3) {
  top: 14.30556vw;
  left: 15.41667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(12) a i {
  top: 2.15278vw;
  left: 12.22222vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(13) {
  top: 219.23611vw;
  left: 40.76389vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/john.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(13).active {
  -webkit-transform: scale(2.87) translate(3.26389vw, -2.22222vw);
          transform: scale(2.87) translate(3.26389vw, -2.22222vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(13) a label {
  top: 11.31944vw;
  left: -6.94444vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(13) a label svg {
  margin-left: 3.125vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(13) a p:nth-of-type(1) {
  top: 9.02778vw;
  left: 16.66667vw;
  line-height: 0.83333vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(13) a p:nth-of-type(2) {
  top: 11.11111vw;
  left: 16.66667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(13) a p:nth-of-type(3) {
  top: 14.58333vw;
  left: 13.75vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(13) a i {
  top: 0.83333vw;
  left: 11.45833vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(14) {
  top: 237.63889vw;
  left: 6.94444vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/erica.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(14).active {
  -webkit-transform: scale(2.87) translate(4.51389vw, -2.22222vw);
          transform: scale(2.87) translate(4.51389vw, -2.22222vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(14) a label {
  top: 11.31944vw;
  left: 21.66667vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(14) a label svg {
  margin-right: 3.125vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(14) a p:nth-of-type(1) {
  top: 9.02778vw;
  left: 3.33333vw;
  line-height: 0.83333vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(14) a p:nth-of-type(2) {
  top: 11.11111vw;
  left: 3.33333vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(14) a p:nth-of-type(3) {
  top: 14.375vw;
  left: 3.125vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(14) a i {
  top: 0.83333vw;
  left: 11.45833vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(15) {
  top: 251.11111vw;
  left: 68.75vw;
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/home/team/simon.png);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(15).active {
  -webkit-transform: scale(2.87) translate(-2.77778vw, -2.77778vw);
          transform: scale(2.87) translate(-2.77778vw, -2.77778vw);
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(15) a label {
  top: 10.55556vw;
  left: -6.94444vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(15) a label svg {
  margin-left: 2.63889vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(15) a p:nth-of-type(1) {
  top: 6.80556vw;
  left: 2.56944vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(15) a p:nth-of-type(2) {
  top: 8.26389vw;
  left: 2.56944vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(15) a p:nth-of-type(3) {
  top: 13.26389vw;
  left: 2.36111vw;
}

main.home > section:nth-of-type(5) > ul.team > li:nth-of-type(15) a i {
  top: 2.15278vw;
  left: 9.79167vw;
}

main.home > section:nth-of-type(5) > ul.team > li > a {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

main.home > section:nth-of-type(5) > ul.team > li > a label {
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1), visibility 250ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.90972vw;
  line-height: 1.90972vw;
  letter-spacing: 0.20833vw;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  color: #425364;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
}

main.home > section:nth-of-type(5) > ul.team > li > a label svg {
  transition: background-color 250ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 2.36111vw;
  height: 2.36111vw;
}

main.home > section:nth-of-type(5) > ul.team > li > a label svg circle {
  transition: fill 250ms cubic-bezier(0.23, 1, 0.32, 1);
  fill: #fb831f;
}

main.home > section:nth-of-type(5) > ul.team > li > a label svg path {
  transition: stroke 250ms cubic-bezier(0.23, 1, 0.32, 1);
  stroke: #fff;
}

main.home > section:nth-of-type(5) > ul.team > li > a p {
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  color: #fff;
  opacity: 0;
}

main.home > section:nth-of-type(5) > ul.team > li > a p:nth-of-type(1) {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 0.69444vw;
  line-height: 0.83333vw;
  letter-spacing: 0.02778vw;
  text-transform: uppercase;
}

main.home > section:nth-of-type(5) > ul.team > li > a p:nth-of-type(2) {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 0.76389vw;
  letter-spacing: 0.02778vw;
}

main.home > section:nth-of-type(5) > ul.team > li > a p:nth-of-type(3) {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 2.15278vw;
  letter-spacing: 0.12153vw;
}

main.home > section:nth-of-type(5) > ul.team > li > a p:nth-of-type(3):first-line {
  font-family: FBella;
  font-weight: 700;
  font-size: 3.125vw;
  letter-spacing: 0.13889vw;
}

main.home > section:nth-of-type(5) > ul.team > li > a i {
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "News Cycle";
  font-weight: 700;
  font-style: normal;
  font-size: 0.69444vw;
  line-height: 0.69444vw;
  letter-spacing: 0.05208vw;
  text-transform: uppercase;
  position: absolute;
  top: 2.22222vw;
  left: 10.34722vw;
  color: #fff;
  opacity: 0;
}

main.home > section:nth-of-type(5) > ul.team > li > a i:before {
  content: "×";
  font-size: 0.76389vw;
  padding: 0.34722vw 0.20833vw;
  line-height: 0;
  background-color: #425364;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: translateY(0.06944vw);
          transform: translateY(0.06944vw);
  width: 0.78125vw;
  height: 0.78125vw;
  box-sizing: border-box;
  margin-right: 0.48611vw;
}

main.home > section:nth-of-type(5) > ul.team > li > a img {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  main.home canvas {
    display: none;
  }
  main.home > section:nth-of-type(1) {
    height: 243.309vw;
  }
  main.home > section:nth-of-type(1) > figure:first-of-type {
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 31.14355vw;
    left: 17.03163vw;
  }
  main.home > section:nth-of-type(1) > figure:first-of-type p {
    font-size: 1.94647vw;
    line-height: 2.43309vw;
    top: 23.60097vw;
    left: 9.73236vw;
    width: 33.33333vw;
  }
  main.home > section:nth-of-type(1) > figure:nth-of-type(2) {
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 118.73479vw;
    left: 31.63017vw;
  }
  main.home > section:nth-of-type(1) > figure:nth-of-type(2) h2 {
    top: 6.13333vw;
    left: 10.93333vw;
    font-size: 3.73333vw;
    line-height: 3.73333vw;
  }
  main.home > section:nth-of-type(1) > figure:nth-of-type(2) h2 span {
    margin-top: 1.06667vw;
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    width: 32vw;
  }
  main.home > section:nth-of-type(1) > figure:nth-of-type(2) p {
    font-size: 1.94647vw;
    line-height: 1.86667vw;
    top: 13.86667vw;
    left: 10.93333vw;
    width: 29.19708vw;
  }
  main.home > section:nth-of-type(1) > figure:nth-of-type(2) a {
    top: 45.06667vw;
    left: 9.33333vw;
  }
  main.home > section:nth-of-type(1) > figure:nth-of-type(2) a svg {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 1.86667vw;
  }
  main.home > section:nth-of-type(1) > figure:nth-of-type(3) {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    top: 194.13333vw;
    left: -8.88889vw;
    background-color: white;
    box-shadow: 0 1.95312vw 3.32031vw 0.58594vw rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 61.32812vw;
    height: 61.32812vw;
    z-index: 3;
  }
  main.home > section:nth-of-type(1) > figure:nth-of-type(3) svg {
    top: 14.13333vw;
    left: 13.33333vw;
    height: 29.06667vw;
    width: 37.33333vw;
  }
  main.home > section:nth-of-type(2) {
    height: 104.62287vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.home > section:nth-of-type(2) > figure,
  main.home > section:nth-of-type(2) div {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  main.home > section:nth-of-type(2) div {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 7.29927vw;
  }
  main.home > section:nth-of-type(2) div p {
    font-family: "News Cycle";
    font-weight: 400;
    font-size: 3.75vw;
    line-height: 4.19444vw;
    letter-spacing: 0.05556vw;
    color: #425364;
  }
  main.home > section:nth-of-type(2) div a {
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 3.81944vw;
    line-height: 3.81944vw;
    letter-spacing: 0.41667vw;
    text-decoration: none;
    text-transform: uppercase;
    color: #f36c21;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 25.83333vw;
    left: -3.33333vw;
    padding: 3.47222vw;
  }
  main.home > section:nth-of-type(2) div a svg {
    width: 4.53333vw;
    height: 4.53333vw;
  }
  main.home > section:nth-of-type(2) figure {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    top: 16.80556vw;
    left: 115.41667vw;
    background-color: #425364;
    box-shadow: 0 1.95312vw 3.32031vw 0.58594vw rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 61.32812vw;
    height: 61.32812vw;
    z-index: 1;
  }
  main.home > section:nth-of-type(2) figure h2 {
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 7.22222vw;
    line-height: 6.94444vw;
    letter-spacing: 0.44444vw;
    color: #f36c21;
    text-align: right;
    position: absolute;
    top: 23.05556vw;
    left: 12.63889vw;
  }
  main.home > section:nth-of-type(3) {
    height: 46.22871vw;
    padding-top: 7.29927vw;
  }
  main.home > section:nth-of-type(3) > a {
    font-size: 5.83942vw;
    line-height: 8.27251vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative !important;
    top: auto !important;
    left: 7.29927vw !important;
  }
  main.home > section:nth-of-type(3) > a br {
    display: none;
  }
  main.home > section:nth-of-type(3) > a:before {
    -webkit-animation: none !important;
            animation: none !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    margin: auto 1.21655vw auto 0 !important;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  main.home > section:nth-of-type(4) {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(1.3) translateX(5.83942vw);
            transform: scale(1.3) translateX(5.83942vw);
  }
  main.home > section:nth-of-type(5) {
    margin-top: 121.6545vw;
  }
  main.home > section:nth-of-type(5) form {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    top: -2.43309vw;
    left: -2.91971vw;
    margin: auto;
    z-index: 9;
  }
  main.home > section:nth-of-type(5) figure {
    position: absolute;
    top: -90.02433vw;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    box-shadow: 0 1.95312vw 3.32031vw 0.58594vw rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 73.04688vw;
    height: 73.04688vw;
    border: 0.13889vw solid rgba(0, 0, 0, 0.1);
  }
  main.home > section:nth-of-type(5) figure h3 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 7.22222vw;
    line-height: 7.08333vw;
    letter-spacing: 0.69444vw;
    color: #f36c21;
    position: absolute;
    top: 24.58333vw;
    left: 7.08333vw;
  }
  main.home > section:nth-of-type(5) figure h3 span {
    letter-spacing: 0.45833vw;
  }
}

main.approach > section {
  position: relative;
}

main.approach > section:nth-of-type(1) {
  height: 76.38889vw;
}

main.approach > section:nth-of-type(1) figure {
  border-radius: 50%;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 3.33333vw;
  left: 45.55556vw;
  width: 44.14062vw;
  height: 44.14062vw;
  z-index: 1;
}

main.approach > section:nth-of-type(1) figure > h2 {
  position: absolute;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  text-align: right;
  top: 12.98611vw;
  right: 6.31944vw;
  color: white;
}

main.approach > section:nth-of-type(1) > h2 {
  position: absolute;
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.approach > section:nth-of-type(1) p {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.approach > section:nth-of-type(1) p:nth-of-type(1) {
  top: 56.11111vw;
  left: 7.01389vw;
  width: 41.66667vw;
}

main.approach > section:nth-of-type(1) p:nth-of-type(2) {
  top: 66.66667vw;
  left: 7.01389vw;
  width: 40.27778vw;
}

main.approach > section:nth-of-type(1) p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.approach > section:nth-of-type(2) {
  height: 50.69444vw;
}

main.approach > section:nth-of-type(2) figure {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 4.79167vw;
  left: -1.73611vw;
  width: 42.1875vw;
  height: 42.1875vw;
  z-index: 1;
}

main.approach > section:nth-of-type(2) figure > h2 {
  position: absolute;
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 11.11111vw;
  left: 8.68056vw;
  color: #fe8b1e;
}

main.approach > section:nth-of-type(2) > h2 {
  position: absolute;
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.approach > section:nth-of-type(2) p {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  text-align: right;
  color: #425364;
  position: absolute;
  width: 41.66667vw;
}

main.approach > section:nth-of-type(2) p:nth-of-type(1) {
  top: 19.02778vw;
  right: 6.94444vw;
}

main.approach > section:nth-of-type(2) p:nth-of-type(2) {
  top: 25.34722vw;
  right: 6.94444vw;
}

main.approach > section:nth-of-type(3) {
  height: 120.27778vw;
}

main.approach > section:nth-of-type(3) h3 {
  font-family: 'News Cycle';
  font-weight: 700;
  font-size: 2.29167vw;
  line-height: 2.29167vw;
  letter-spacing: 0.06944vw;
  text-transform: uppercase;
  color: #425364;
  position: absolute;
  top: 1.59722vw;
  left: 21.31944vw;
}

main.approach > section:nth-of-type(3) ol {
  position: absolute;
  top: 4.51389vw;
  left: 0;
  width: 100vw;
  counter-reset: item;
  list-style: none;
}

main.approach > section:nth-of-type(3) ol li {
  position: relative;
  counter-increment: item;
}

main.approach > section:nth-of-type(3) ol li:before {
  content: counter(item);
  border-radius: 50%;
  background-color: #fff;
  border: 0.09766vw solid rgba(0, 0, 0, 0.11);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 7.91667vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.64453vw;
  height: 10.64453vw;
  font-family: FBella;
  font-weight: 700;
  font-size: 8.68056vw;
  line-height: 8.68056vw;
  letter-spacing: 0.34028vw;
  text-indent: 0.83333vw;
  color: #fd881e;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(1) {
  height: 27.77778vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(1):before {
  top: 6.25vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(1) p {
  top: 6.94444vw;
  left: 21.45833vw;
  width: 32.63889vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(2) {
  height: 22.91667vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(2):before {
  top: 4.23611vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(2) p {
  top: 4.65278vw;
  left: 21.45833vw;
  width: 31.94444vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(3) {
  height: 22.91667vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(3):before {
  top: 6.80556vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(3) p {
  top: 7.91667vw;
  left: 21.45833vw;
  width: 28.81944vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4) {
  height: 35.41667vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4):before {
  top: 12.5vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4) p {
  top: 13.75vw;
  left: 21.45833vw;
  width: 28.81944vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure {
  border-radius: 50%;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 4.16667vw;
  left: 57.36111vw;
  width: 28.61328vw;
  height: 28.61328vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure p {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.03472vw;
  color: #fff;
  position: absolute;
  top: 6.875vw;
  left: 7.43056vw;
  width: 15.97222vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure a {
  font-family: 'News Cycle';
  font-weight: 700;
  font-size: 1.90972vw;
  line-height: 2.29167vw;
  letter-spacing: 0.20833vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 14.30556vw;
  left: 2.63889vw;
  padding: 1.73611vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure a svg {
  width: 3.75vw;
  height: 2.36111vw;
  margin-right: 0.69444vw;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure a svg circle {
  fill: white;
}

main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure a svg path {
  stroke: #425364;
}

main.approach > section:nth-of-type(3) ol li p {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  main.approach > section {
    padding: 8vw;
    height: auto !important;
  }
  main.approach > section > figure, main.approach > section > h2, main.approach > section > p, main.approach > section > ol {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  main.approach > section > figure {
    width: 84vw !important;
    height: 84vw !important;
    margin-bottom: 8vw !important;
  }
  main.approach > section > figure > h2 {
    font-size: 6.375vw !important;
    line-height: 6.375vw !important;
    letter-spacing: 0.1375vw !important;
    top: 23.375vw !important;
    right: 11.375vw !important;
  }
  main.approach > section > h2 {
    font-size: 6.375vw !important;
    line-height: 6.375vw !important;
    letter-spacing: 0.1375vw !important;
    margin-bottom: 4vw !important;
  }
  main.approach > section > p {
    font-size: 4.33333vw !important;
    line-height: 5.03333vw !important;
    letter-spacing: 0.16667vw !important;
    width: auto !important;
    margin-bottom: 4vw !important;
  }
  main.approach > section:nth-of-type(3) {
    height: auto !important;
  }
  main.approach > section:nth-of-type(3) h3 {
    font-family: 'News Cycle';
    font-weight: 700;
    font-size: 4.58333vw;
    line-height: 4.58333vw;
    letter-spacing: 0.13889vw;
    text-transform: uppercase;
    color: #425364;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
  }
  main.approach > section:nth-of-type(3) ol {
    counter-reset: item;
    list-style: none;
    width: auto;
  }
  main.approach > section:nth-of-type(3) ol #icons {
    display: none;
  }
  main.approach > section:nth-of-type(3) ol li {
    height: auto !important;
    position: relative !important;
    margin-bottom: 12vw !important;
  }
  main.approach > section:nth-of-type(3) ol li:before {
    left: auto !important;
  }
  main.approach > section:nth-of-type(3) ol li > p {
    position: relative !important;
    font-size: 4.33333vw !important;
    line-height: 5.03333vw !important;
    letter-spacing: 0.16667vw !important;
    width: 69.33333vw !important;
    left: 16vw !important;
  }
  main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure {
    position: relative !important;
    top: 26.66667vw !important;
    left: auto !important;
    width: 84vw !important;
    height: 84vw !important;
    margin-bottom: 8vw !important;
  }
  main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure p {
    font-family: 'News Cycle';
    font-weight: 400;
    font-size: 5.2vw;
    line-height: 6.04vw;
    letter-spacing: 0.1vw;
    color: #fff;
    position: absolute;
    top: 19.8vw;
    left: 21.4vw;
    width: 46vw;
  }
  main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure a {
    font-family: 'News Cycle';
    font-weight: 700;
    font-size: 3.4375vw;
    line-height: 4.125vw;
    letter-spacing: 0.375vw;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 41.2vw;
    left: 4.75vw;
    padding: 3.125vw;
  }
  main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure a svg {
    width: 6.75vw;
    height: 4.25vw;
    margin-right: 1.25vw;
  }
  main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure a svg circle {
    fill: white;
  }
  main.approach > section:nth-of-type(3) ol li:nth-of-type(4) figure a svg path {
    stroke: #425364;
  }
  main.approach > section:nth-of-type(3) ol li p {
    font-family: 'News Cycle';
    font-weight: 400;
    font-size: 1.80556vw;
    line-height: 2.09722vw;
    letter-spacing: 0.06944vw;
    color: #425364;
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  main.newapproach {
    height: 350vh;
  }
}

main.newapproach .mobile,
main.newapproach .mobile-path {
  display: none;
}

main.newapproach div.desktop-path svg {
  position: absolute;
}

main.newapproach div.desktop-path:nth-of-type(1) {
  background-color: red;
}

main.newapproach div.desktop-path:nth-of-type(1) svg {
  left: 35.76389vw;
  top: 35.41667vw;
  width: 9.16667vw;
  height: 1.66667vw;
}

main.newapproach div.desktop-path:nth-of-type(2) svg {
  left: 29.16667vw;
  top: 54.16667vw;
  width: 38.19444vw;
  height: 11.38889vw;
}

main.newapproach div.desktop-path:nth-of-type(3) svg {
  left: 29.16667vw;
  top: 82.29167vw;
  width: 31.11111vw;
  height: 10vw;
}

main.newapproach div.desktop-path:nth-of-type(4) svg {
  left: 35.41667vw;
  top: 92.98611vw;
  width: 37.63889vw;
  height: 19.79167vw;
}

main.newapproach div.desktop-path:nth-of-type(5) svg {
  left: 29.16667vw;
  top: 123.61111vw;
  width: 12.43056vw;
  height: 21.45833vw;
}

main.newapproach > section {
  position: relative;
}

main.newapproach > section:nth-of-type(1) > h1 {
  position: absolute;
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.59722vw;
  letter-spacing: 0.07639vw;
  top: 18.05556vw;
  left: 24.30556vw;
  color: #425364;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(1) > h1 {
    font-size: 5.625vw;
    left: 14.375vw;
  }
}

main.newapproach > section:nth-of-type(1) figure {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 20.83333vw;
  left: 20.83333vw;
  width: 14.25781vw;
  height: 14.25781vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(1) figure {
    width: 45.625vw;
    height: 45.625vw;
    top: 25.9375vw;
    left: 7.1875vw;
  }
}

main.newapproach > section:nth-of-type(1) figure > h3 {
  position: absolute;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 3.33333vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(1) figure > h3 {
    font-size: 8.4375vw;
    line-height: 9.375vw;
    top: 12.8125vw;
    left: 6.25vw;
  }
}

main.newapproach > section:nth-of-type(2) {
  height: 52.98611vw;
}

main.newapproach > section:nth-of-type(2) figure:nth-of-type(1) {
  border-radius: 50%;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 3.33333vw;
  left: 45.55556vw;
  width: 44.14062vw;
  height: 44.14062vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(2) figure:nth-of-type(1) {
    position: relative;
    width: 133.125vw;
    height: 133.125vw;
    left: -10vw;
    top: 90.3125vw;
  }
}

main.newapproach > section:nth-of-type(2) figure:nth-of-type(1) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 3.54167vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 12.98611vw;
  left: 5.55556vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(2) figure:nth-of-type(1) > h2 {
    font-size: 10vw;
    line-height: 11.875vw;
    top: 21.875vw;
    left: 25vw;
  }
}

main.newapproach > section:nth-of-type(2) figure:nth-of-type(1) > p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: white;
  position: absolute;
  top: 22.22222vw;
  left: 5.55556vw;
  width: 34.72222vw;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(2) figure:nth-of-type(1) > p {
    font-size: 5.625vw;
    line-height: 8.125vw;
    width: 78.75vw;
    top: 53.4375vw;
    left: 25vw;
  }
}

main.newapproach > section:nth-of-type(2) figure:nth-of-type(1) > p:nth-of-type(2) {
  top: 66.66667vw;
  left: 7.01389vw;
  width: 40.27778vw;
}

main.newapproach > section:nth-of-type(2) figure:nth-of-type(1) > p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.newapproach > section:nth-of-type(2) p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.newapproach > section:nth-of-type(2) p:nth-of-type(1) {
  top: 56.11111vw;
  left: 7.01389vw;
  width: 41.66667vw;
}

main.newapproach > section:nth-of-type(2) p:nth-of-type(2) {
  top: 66.66667vw;
  left: 7.01389vw;
  width: 40.27778vw;
}

main.newapproach > section:nth-of-type(2) p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.newapproach > section:nth-of-type(3) {
  height: 20.83333vw;
}

main.newapproach > section:nth-of-type(3) figure {
  border-radius: 50%;
  background-color: #a4dae7;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: relative;
  top: 4.79167vw;
  left: 20.83333vw;
  width: 16.66667vw;
  height: 16.66667vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(3) figure {
    width: 79.0625vw;
    height: 79.0625vw;
    top: 196.875vw;
    left: 31.25vw;
    cursor: pointer;
  }
}

main.newapproach > section:nth-of-type(3) figure > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 2.36111vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 3.19444vw;
  left: 4.02778vw;
  color: #425364;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(3) figure > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    text-align: center;
    width: 49.6875vw;
    top: 18.75vw;
    left: 12.5vw;
    position: relative;
  }
  main.newapproach > section:nth-of-type(3) figure > h2::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -12.5vw;
    left: 50%;
  }
}

main.newapproach > section:nth-of-type(3) figure p {
  font-family: "News Cycle";
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.38889vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
  width: 26.38889vw;
  top: 6.25vw;
  left: 18.75vw;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(3) figure p {
    display: none;
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 5.625vw;
    width: 52.5vw;
    top: 15.625vw;
    left: 15.625vw;
  }
  main.newapproach > section:nth-of-type(3) figure p::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -9.375vw;
    left: 40%;
  }
}

main.newapproach > section:nth-of-type(3) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.newapproach > section:nth-of-type(4) {
  height: 20.83333vw;
}

main.newapproach > section:nth-of-type(4) figure {
  border-radius: 50%;
  background-color: #435363;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: relative;
  top: 4.79167vw;
  left: 54.16667vw;
  width: 16.66667vw;
  height: 16.66667vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(4) figure {
    width: 79.0625vw;
    height: 79.0625vw;
    top: 259.375vw;
    left: -2.1875vw;
    cursor: pointer;
  }
}

main.newapproach > section:nth-of-type(4) figure > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 2.36111vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 1.18056vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(4) figure > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    text-align: center;
    width: 52.1875vw;
    top: 28.125vw;
    left: 12.5vw;
  }
  main.newapproach > section:nth-of-type(4) figure > h2::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -12.5vw;
    left: 50%;
  }
}

main.newapproach > section:nth-of-type(4) figure p {
  font-family: "News Cycle";
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.38889vw;
  letter-spacing: 0.06944vw;
  text-align: right;
  color: #425364;
  position: absolute;
  width: 33.33333vw;
  top: 6.25vw;
  right: 18.75vw;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(4) figure p {
    display: none;
    font-size: 4.375vw;
    text-align: left;
    font-weight: bold;
    line-height: 5.625vw;
    width: 52.5vw;
    top: 7.1875vw;
    left: 19.0625vw;
    color: white;
  }
  main.newapproach > section:nth-of-type(4) figure p::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -9.375vw;
    left: 40%;
  }
}

main.newapproach > section:nth-of-type(4) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.newapproach > section:nth-of-type(5) {
  height: 20.83333vw;
}

main.newapproach > section:nth-of-type(5) figure {
  border-radius: 50%;
  background-color: #ff6b00;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: relative;
  top: 4.79167vw;
  left: 20.83333vw;
  width: 16.66667vw;
  height: 16.66667vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(5) figure {
    width: 79.0625vw;
    height: 79.0625vw;
    top: 321.875vw;
    left: 31.25vw;
    cursor: pointer;
  }
}

main.newapproach > section:nth-of-type(5) figure > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 2.36111vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 3.19444vw;
  left: 4.02778vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(5) figure > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    text-align: center;
    width: 52.1875vw;
    top: 21.875vw;
    left: 12.5vw;
  }
  main.newapproach > section:nth-of-type(5) figure > h2::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -12.5vw;
    left: 50%;
  }
}

main.newapproach > section:nth-of-type(5) figure p {
  font-family: "News Cycle";
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.38889vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
  width: 26.38889vw;
  top: 6.25vw;
  left: 18.75vw;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(5) figure p {
    display: none;
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 5.625vw;
    width: 52.5vw;
    top: 18.75vw;
    left: 15.625vw;
    position: relative;
    color: white;
  }
  main.newapproach > section:nth-of-type(5) figure p::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -9.375vw;
    left: 40%;
  }
}

main.newapproach > section:nth-of-type(5) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.newapproach > section:nth-of-type(6) {
  height: 50vw;
}

main.newapproach > section:nth-of-type(6) figure:nth-of-type(1) {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 3.33333vw;
  left: 41.66667vw;
  width: 42.96875vw;
  height: 42.96875vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(6) figure:nth-of-type(1) {
    width: 105.9375vw;
    height: 105.9375vw;
    top: 393.75vw;
    left: -5.9375vw;
  }
}

main.newapproach > section:nth-of-type(6) figure:nth-of-type(1) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 12.98611vw;
  left: 4.16667vw;
  color: #435363;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(6) figure:nth-of-type(1) > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    top: 29.6875vw;
    font-weight: bold;
    text-align: center;
  }
}

main.newapproach > section:nth-of-type(6) figure:nth-of-type(1) > a {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: white;
  position: absolute;
  top: 25.69444vw;
  left: 3.47222vw;
  width: 34.72222vw;
}

@media only screen and (max-width: 767px) {
  main.newapproach > section:nth-of-type(6) figure:nth-of-type(1) > a {
    top: 62.5vw;
    width: 86.875vw;
    left: 13.33333vw;
  }
}

main.newapproach > section:nth-of-type(6) figure:nth-of-type(2) {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 4.79167vw;
  left: 20.83333vw;
  width: 14.25781vw;
  height: 14.25781vw;
  z-index: 1;
}

main.newapproach > section:nth-of-type(6) figure:nth-of-type(2) > h3 {
  position: absolute;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 3.33333vw;
  color: white;
}

main.newapproach > section:nth-of-type(6) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.newapproach > section:nth-of-type(6) p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.newapproach > section:nth-of-type(6) p:nth-of-type(1) {
  top: 56.11111vw;
  left: 7.01389vw;
  width: 41.66667vw;
}

main.newapproach > section:nth-of-type(6) p:nth-of-type(2) {
  top: 66.66667vw;
  left: 7.01389vw;
  width: 40.27778vw;
}

main.newapproach > section:nth-of-type(6) p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

@media only screen and (max-width: 767px) {
  main.newapproach .desktop-path {
    display: none;
  }
  main.newapproach .mobile {
    display: block;
  }
  main.newapproach div.mobile-path {
    display: block;
    position: absolute;
  }
  main.newapproach div.mobile-path svg {
    position: absolute;
  }
  main.newapproach div.mobile-path:nth-of-type(1) svg {
    left: 71.25vw;
    top: 6.25vw;
  }
  main.newapproach div.mobile-path:nth-of-type(2) svg {
    top: 50vw;
    left: 46.875vw;
    width: 16.875vw;
    height: 42.1875vw;
  }
  main.newapproach div.mobile-path:nth-of-type(3) svg {
    top: 220.625vw;
    left: 37.5vw;
    width: 42.1875vw;
    height: 33.125vw;
  }
  main.newapproach div.mobile-path:nth-of-type(4) svg {
    top: 313.4375vw;
    left: 29.0625vw;
  }
  main.newapproach div.mobile-path:nth-of-type(5) svg {
    top: 371.5625vw;
    left: 70.625vw;
    height: 48vw;
    width: 14.93333vw;
  }
  main.newapproach div.mobile-path:nth-of-type(6) svg {
    top: 453.125vw;
    left: 12.5vw;
  }
  main.newapproach figure.active h2 {
    display: none;
  }
  main.newapproach figure.active p {
    display: block !important;
  }
}

main.work > section {
  height: 81.59722vw;
}

main.work > section > a {
  position: absolute;
}

main.work > section > a:nth-of-type(1) {
  border-radius: 50%;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 16.52778vw;
  left: -3.19444vw;
  width: 36.03516vw;
  height: 36.03516vw;
  z-index: 1;
}

main.work > section > a:nth-of-type(1) > h2 {
  font-size: 5.97222vw;
  line-height: 5.83333vw;
  letter-spacing: 0.09028vw;
  top: 8.33333vw;
  left: 10.41667vw;
  color: white;
}

main.work > section > a:nth-of-type(2) {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 45.41667vw;
  left: 3.81944vw;
  width: 39.45312vw;
  height: 39.45312vw;
}

main.work > section > a:nth-of-type(2) > h2 {
  font-size: 6.94444vw;
  line-height: 6.94444vw;
  letter-spacing: 0.625vw;
  top: 14.44444vw;
  left: 2.98611vw;
  color: #f36c21;
}

main.work > section > a:nth-of-type(3) {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 12.43056vw;
  left: 29.09722vw;
  width: 23.14453vw;
  height: 23.14453vw;
}

main.work > section > a:nth-of-type(3) > h2 {
  font-size: 3.47222vw;
  line-height: 3.47222vw;
  letter-spacing: 0.30556vw;
  top: 8.54167vw;
  left: 3.88889vw;
  color: #f36c21;
}

main.work > section > a:nth-of-type(4) {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 29.86111vw;
  left: 41.52778vw;
  width: 56.05469vw;
  height: 56.05469vw;
  z-index: 1;
}

main.work > section > a:nth-of-type(4) > h2 {
  font-size: 7.01389vw;
  line-height: 7.01389vw;
  letter-spacing: 0.36806vw;
  text-indent: -1.45833vw;
  top: 19.58333vw;
  left: 5.76389vw;
  color: #fff;
}

main.work > section > a:nth-of-type(5) {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 12.15278vw;
  left: 71.04167vw;
  width: 25.58594vw;
  height: 25.58594vw;
}

main.work > section > a:nth-of-type(5) > h2 {
  font-size: 3.47222vw;
  line-height: 3.47222vw;
  letter-spacing: 0.3125vw;
  top: 10.625vw;
  left: 3.125vw;
  color: #f36c21;
}

main.work > section > a > h2 {
  position: absolute;
  font-family: 'Playfair Display';
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  main.work > section {
    height: auto !important;
  }
  main.work > section > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 84vw !important;
    height: 84vw !important;
    margin: 8vw auto !important;
    text-decoration: none !important;
  }
  main.work > section > a > h2 {
    font-size: 11.22222vw !important;
    line-height: 11.22222vw !important;
    letter-spacing: 0.58889vw !important;
    text-indent: -2.33333vw !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    text-align: center;
  }
}

main.kaleo > section {
  position: relative;
}

main.kaleo > section:nth-of-type(1) {
  height: 63.95833vw;
}

main.kaleo > section:nth-of-type(1) > figure {
  position: absolute;
  top: 5.13889vw;
  left: -5.48611vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border: 0.06944vw solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  width: 55.17578vw;
  height: 55.17578vw;
}

main.kaleo > section:nth-of-type(1) > figure > img {
  position: absolute;
  top: 10.20833vw;
  left: 12.63889vw;
  width: 19.30556vw;
}

main.kaleo > section:nth-of-type(1) > figure > h2 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  color: #425364;
  position: absolute;
  left: 12.63889vw;
  width: 100%;
}

main.kaleo > section:nth-of-type(1) > figure > h2:first-line {
  letter-spacing: 0.10069vw;
}

main.kaleo > section:nth-of-type(1) > figure > h2:first-of-type {
  letter-spacing: 0.13194vw;
  top: 21.25vw;
}

main.kaleo > section:nth-of-type(1) > figure > h2:last-of-type {
  letter-spacing: 0.09722vw;
  top: 32.84722vw;
}

main.kaleo > section:nth-of-type(1) > figure > h2 > strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6500;
  padding-right: 0.06944vw;
}

main.kaleo > section:nth-of-type(1) > img {
  position: absolute;
  top: 9.72222vw;
  left: 70.13889vw;
  width: 29.79167vw;
}

@media only screen and (min-width: 768px) {
  main.kaleo > section:nth-of-type(1) > img {
    display: none;
  }
}

main.kaleo > section:nth-of-type(2) {
  height: 59.72222vw;
}

main.kaleo > section:nth-of-type(2) > figure {
  position: absolute;
  top: -12.43056vw;
  left: 65.97222vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 27.53906vw;
  height: 27.92969vw;
  z-index: 1;
}

main.kaleo > section:nth-of-type(2) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 7.01389vw;
  line-height: 6.66667vw;
  letter-spacing: 0.55556vw;
  color: #fff;
  position: absolute;
  top: 7.70833vw;
  left: 2.77778vw;
}

main.kaleo > section:nth-of-type(2) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.15278vw;
  letter-spacing: 0.09722vw;
  text-align: right;
  color: #425364;
  position: absolute;
  top: -0.41667vw;
  right: 35.55556vw;
  width: 43.05556vw;
}

main.kaleo > section:nth-of-type(2) > iframe {
  position: absolute;
  top: 7.98611vw;
  left: 6.94444vw;
  width: 85.48611vw;
  height: 48.125vw;
}

main.kaleo > section:nth-of-type(3) {
  height: 62.5vw;
}

main.kaleo > section:nth-of-type(3) > figure {
  position: absolute;
  top: 3.40278vw;
  left: -3.40278vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 54.58984vw;
  height: 54.6875vw;
}

main.kaleo > section:nth-of-type(3) > figure > blockquote {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 3.81944vw;
  line-height: 4.72222vw;
  letter-spacing: 0.34028vw;
  text-indent: -2.56944vw;
  position: absolute;
  top: 10.20833vw;
  left: 10.69444vw;
  color: #fff;
}

main.kaleo > section:nth-of-type(3) > figure > blockquote > cite {
  font-family: 'News Cycle';
  font-weight: 700;
  font-size: 1.73611vw;
  font-style: normal;
  line-height: 2.36111vw;
  letter-spacing: 0.1875vw;
  text-indent: 0;
  text-transform: uppercase;
  position: absolute;
  top: 27.43056vw;
  left: -0.13889vw;
  width: 27.77778vw;
}

main.kaleo > section:nth-of-type(3) > img {
  position: absolute;
  top: 12.98611vw;
  left: 59.16667vw;
  width: 34.58333vw;
}

main.kaleo > section:nth-of-type(3) > hr {
  position: absolute;
  top: 47.84722vw;
  left: 62.56944vw;
  width: 26.73611vw;
  height: 0.06944vw;
  background: #e8e8e8;
  border: 0;
}

main.kaleo > section:nth-of-type(4) {
  height: 50.69444vw;
}

main.kaleo > section:nth-of-type(4) > figure {
  position: absolute;
  top: -8.125vw;
  left: 63.05556vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 22.85156vw;
  height: 23.14453vw;
  z-index: 4;
}

main.kaleo > section:nth-of-type(4) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.75vw;
  line-height: 8.75vw;
  letter-spacing: 0.34722vw;
  color: #ff6500;
  position: absolute;
  top: 7.29167vw;
  left: 1.94444vw;
}

main.kaleo > section:nth-of-type(4) > img {
  position: absolute;
  top: 7.56944vw;
  left: 11.59722vw;
  width: 77.15278vw;
}

main.kaleo > section:nth-of-type(4) > div {
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

main.kaleo > section:nth-of-type(4) > div:first-of-type {
  top: 9.65278vw;
  left: 18.81944vw;
  width: 48.54167vw;
  height: 30.34722vw;
}

main.kaleo > section:nth-of-type(4) > div:first-of-type > iframe {
  width: 1442px;
  height: 900px;
}

main.kaleo > section:nth-of-type(4) > div:last-of-type {
  top: 14.375vw;
  left: 76.52778vw;
  width: 11.45833vw;
  height: 20.27778vw;
}

main.kaleo > section:nth-of-type(4) > div:last-of-type > iframe {
  width: 339px;
  height: 602px;
}

main.kaleo > section:nth-of-type(4) > div > iframe {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: white;
  z-index: 1;
}

main.kaleo > section:nth-of-type(5) {
  height: 107.08333vw;
}

main.kaleo > section:nth-of-type(5) > figure {
  position: absolute;
  top: 3.26389vw;
  left: 15.20833vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 28.61328vw;
  height: 28.90625vw;
  z-index: 1;
}

main.kaleo > section:nth-of-type(5) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.75vw;
  line-height: 8.75vw;
  letter-spacing: 0.20833vw;
  color: #fff;
  position: absolute;
  top: 10.69444vw;
  left: 3.19444vw;
}

main.kaleo > section:nth-of-type(5) > img {
  position: absolute;
  top: 21.94444vw;
  left: 7.08333vw;
  width: 71.45833vw;
}

@media only screen and (max-width: 767px) {
  main.kaleo > section:nth-of-type(1) {
    height: auto !important;
    margin: 8vw 0 53.33333vw;
  }
  main.kaleo > section:nth-of-type(1) > figure {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100vw !important;
    height: 100vw !important;
    margin-bottom: 8vw !important;
    -webkit-transform: scale(1.33);
            transform: scale(1.33);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  main.kaleo > section:nth-of-type(1) > figure > img {
    position: absolute;
    top: 22.77778vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 54.30556vw;
    height: 20.53333vw;
  }
  main.kaleo > section:nth-of-type(1) > figure > h2 {
    font-family: 'News Cycle';
    font-weight: 400;
    font-size: 3.75vw;
    line-height: 5.83333vw;
    color: #425364;
    position: absolute;
    left: 16vw;
    width: 100%;
  }
  main.kaleo > section:nth-of-type(1) > figure > h2:first-of-type {
    letter-spacing: 0.26389vw;
    top: 45vw;
  }
  main.kaleo > section:nth-of-type(1) > figure > h2:last-of-type {
    letter-spacing: 0.125vw;
    top: 62.5vw;
  }
  main.kaleo > section:nth-of-type(1) > figure > h2:last-of-type:first-line {
    letter-spacing: 0.22222vw;
  }
  main.kaleo > section:nth-of-type(1) > figure > h2 > strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6500;
    padding-right: 0.13889vw;
  }
  main.kaleo > section:nth-of-type(1) > img {
    display: none;
  }
  main.kaleo > section:nth-of-type(2) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 58.66667vw;
    top: -9.33333vw;
  }
}

main.omnipod > section {
  position: relative;
}

main.omnipod > section:nth-of-type(1) {
  height: 63.95833vw;
}

main.omnipod > section:nth-of-type(1) > figure {
  position: absolute;
  top: 5.13889vw;
  left: -5.48611vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border: 0.06944vw solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  width: 55.17578vw;
  height: 55.17578vw;
}

main.omnipod > section:nth-of-type(1) > figure > img {
  position: absolute;
  top: 3.19444vw;
  left: 20.90278vw;
  width: 12.91667vw;
}

main.omnipod > section:nth-of-type(1) > figure > h2 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  color: #425364;
  position: absolute;
  left: 12.63889vw;
  width: 100%;
}

main.omnipod > section:nth-of-type(1) > figure > h2:first-of-type {
  letter-spacing: 0.13194vw;
  top: 25.06944vw;
}

main.omnipod > section:nth-of-type(1) > figure > h2:last-of-type {
  letter-spacing: 0.09722vw;
  top: 33.88889vw;
}

main.omnipod > section:nth-of-type(1) > figure > h2 > strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6500;
  padding-right: 0.06944vw;
}

main.omnipod > section:nth-of-type(1) > img {
  position: absolute;
  top: 34.72222vw;
  left: 57.77778vw;
  width: 42.08333vw;
}

@media only screen and (min-width: 768px) {
  main.omnipod > section:nth-of-type(1) > img {
    display: none;
  }
}

main.omnipod > section:nth-of-type(2) {
  height: 59.72222vw;
}

main.omnipod > section:nth-of-type(2) > figure {
  position: absolute;
  top: -6.875vw;
  left: 68.26389vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 16.60156vw;
  height: 16.69922vw;
  z-index: 1;
}

main.omnipod > section:nth-of-type(2) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 2.63889vw;
  line-height: 3.05556vw;
  letter-spacing: 0.55556vw;
  color: #fff;
  position: absolute;
  top: 5.55556vw;
  left: 0;
  right: 0;
  text-align: center;
}

main.omnipod > section:nth-of-type(2) > figure > h2:first-line {
  font-size: 3.19444vw;
}

main.omnipod > section:nth-of-type(2) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.15278vw;
  letter-spacing: 0.13889vw;
  color: #425364;
  position: absolute;
  top: 1.59722vw;
  left: 43.61111vw;
}

main.omnipod > section:nth-of-type(2) > iframe {
  position: absolute;
  top: 7.98611vw;
  left: 6.94444vw;
  width: 85.48611vw;
  height: 48.125vw;
}

main.omnipod > section:nth-of-type(3) {
  height: 63.88889vw;
}

main.omnipod > section:nth-of-type(3) > figure {
  position: absolute;
  top: 6.18056vw;
  left: 10.34722vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 22.85156vw;
  height: 23.14453vw;
  z-index: 4;
}

main.omnipod > section:nth-of-type(3) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.75vw;
  line-height: 8.75vw;
  letter-spacing: 0.34722vw;
  color: #ff6500;
  position: absolute;
  top: 7.29167vw;
  left: 1.94444vw;
}

main.omnipod > section:nth-of-type(3) > img {
  position: absolute;
  top: 23.33333vw;
  left: 11.59722vw;
  width: 77.15278vw;
  z-index: 1;
}

main.omnipod > section:nth-of-type(3) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 1.73611vw;
  letter-spacing: 0.13889vw;
  color: #425364;
  position: absolute;
  top: 14.79167vw;
  left: 35.83333vw;
  width: 28.47222vw;
}

main.omnipod > section:nth-of-type(4) {
  height: 66.59722vw;
}

main.omnipod > section:nth-of-type(4) > figure {
  position: absolute;
  top: 3.75vw;
  left: 61.66667vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 28.61328vw;
  height: 28.90625vw;
  z-index: 1;
}

main.omnipod > section:nth-of-type(4) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 7.84722vw;
  line-height: 7.84722vw;
  letter-spacing: -0.06944vw;
  color: #fff;
  position: absolute;
  top: 11.25vw;
  left: 3.95833vw;
}

main.omnipod > section:nth-of-type(4) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 1.73611vw;
  letter-spacing: 0.13889vw;
  text-align: right;
  color: #425364;
  position: absolute;
  top: 16.31944vw;
  left: 25.48611vw;
  width: 33.33333vw;
}

main.omnipod > section:nth-of-type(4) > img {
  position: absolute;
  top: 23.81944vw;
  left: 11.38889vw;
  width: 62.91667vw;
}

@media only screen and (max-width: 767px) {
  main.omnipod > section:nth-of-type(1) {
    height: auto !important;
    margin: 8vw 0 53.33333vw;
  }
  main.omnipod > section:nth-of-type(1) > figure {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100vw !important;
    height: 100vw !important;
    margin-bottom: 8vw !important;
    -webkit-transform: scale(1.33);
            transform: scale(1.33);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  main.omnipod > section:nth-of-type(1) > figure > img {
    position: absolute;
    top: 5.33333vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 26.66667vw;
  }
  main.omnipod > section:nth-of-type(1) > figure > h2 {
    font-family: 'News Cycle';
    font-weight: 400;
    font-size: 3.75vw;
    line-height: 5.83333vw;
    color: #425364;
    position: absolute;
    left: 16vw;
    width: 100%;
  }
  main.omnipod > section:nth-of-type(1) > figure > h2:first-of-type {
    letter-spacing: 0.26389vw;
    top: 45vw;
  }
  main.omnipod > section:nth-of-type(1) > figure > h2:last-of-type {
    letter-spacing: 0.125vw;
    top: 62.5vw;
  }
  main.omnipod > section:nth-of-type(1) > figure > h2:last-of-type:first-line {
    letter-spacing: 0.22222vw;
  }
  main.omnipod > section:nth-of-type(1) > figure > h2 > strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6500;
    padding-right: 0.13889vw;
  }
  main.omnipod > section:nth-of-type(1) > img {
    display: none;
  }
  main.omnipod > section:nth-of-type(2) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 58.66667vw;
    top: -2.66667vw;
    left: 26.66667vw;
  }
  main.omnipod > section:nth-of-type(3) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 58.66667vw;
    top: 3.73333vw;
    left: 36vw;
  }
}

main.shire > section {
  position: relative;
}

main.shire > section:nth-of-type(1) {
  height: 63.95833vw;
}

main.shire > section:nth-of-type(1) > figure {
  position: absolute;
  top: 5.13889vw;
  left: -5.48611vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border: 0.06944vw solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  width: 55.17578vw;
  height: 55.17578vw;
  z-index: 1;
}

main.shire > section:nth-of-type(1) > figure > img {
  position: absolute;
  top: 11.38889vw;
  left: 12.77778vw;
  width: 27.15278vw;
  height: 8.125vw;
}

main.shire > section:nth-of-type(1) > figure > h2 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  color: #425364;
  position: absolute;
  left: 12.63889vw;
  width: 100%;
}

main.shire > section:nth-of-type(1) > figure > h2:first-of-type {
  letter-spacing: 0.13194vw;
  top: 22.5vw;
}

main.shire > section:nth-of-type(1) > figure > h2:last-of-type {
  letter-spacing: 0.0625vw;
  top: 31.25vw;
}

main.shire > section:nth-of-type(1) > figure > h2:last-of-type:first-line {
  letter-spacing: 0.11111vw;
}

main.shire > section:nth-of-type(1) > figure > h2 > strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6500;
  padding-right: 0.06944vw;
}

main.shire > section:nth-of-type(1) > img {
  position: absolute;
  top: 4.72222vw;
  left: 48.88889vw;
  width: 51.38889vw;
}

@media only screen and (min-width: 768px) {
  main.shire > section:nth-of-type(1) > img {
    display: none;
  }
}

main.shire > section:nth-of-type(2) {
  height: 61.80556vw;
}

main.shire > section:nth-of-type(2) > figure {
  position: absolute;
  top: -7.36111vw;
  left: 10.41667vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 22.85156vw;
  height: 23.14453vw;
  z-index: 4;
}

main.shire > section:nth-of-type(2) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.75vw;
  line-height: 8.75vw;
  letter-spacing: 0.34722vw;
  color: #fff;
  position: absolute;
  top: 7.29167vw;
  left: 1.94444vw;
}

main.shire > section:nth-of-type(2) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 1.875vw;
  letter-spacing: 0.125vw;
  color: #425364;
  position: absolute;
  top: 2.36111vw;
  left: 35.90278vw;
  width: 24.30556vw;
}

main.shire > section:nth-of-type(2) > img {
  position: absolute;
  top: 9.79167vw;
  left: 11.59722vw;
  width: 77.15278vw;
}

main.shire > section:nth-of-type(2) > div {
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

main.shire > section:nth-of-type(2) > div:first-of-type {
  top: 11.94444vw;
  left: 18.81944vw;
  width: 48.54167vw;
  height: 30.34722vw;
}

main.shire > section:nth-of-type(2) > div:first-of-type > iframe {
  width: 1442px;
  height: 900px;
}

main.shire > section:nth-of-type(2) > div:last-of-type {
  top: 15.48611vw;
  left: 76.52778vw;
  width: 11.45833vw;
  height: 20.27778vw;
}

main.shire > section:nth-of-type(2) > div:last-of-type > iframe {
  width: 339px;
  height: 602px;
}

main.shire > section:nth-of-type(2) > div > iframe {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: white;
  z-index: 1;
}

main.shire > section:nth-of-type(3) {
  height: 93.05556vw;
}

main.shire > section:nth-of-type(3) > figure {
  position: absolute;
  top: -3.75vw;
  left: 61.875vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 28.61328vw;
  height: 28.90625vw;
  z-index: 1;
}

main.shire > section:nth-of-type(3) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.75vw;
  line-height: 8.75vw;
  letter-spacing: 0.20833vw;
  color: #fff;
  position: absolute;
  top: 10.69444vw;
  left: 3.19444vw;
}

main.shire > section:nth-of-type(3) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 1.875vw;
  letter-spacing: 0.13889vw;
  color: #425364;
  position: absolute;
  top: 8.125vw;
  left: 20.625vw;
  width: 38.19444vw;
  text-align: right;
}

main.shire > section:nth-of-type(3) > h3:first-line {
  letter-spacing: 0.13194vw;
}

main.shire > section:nth-of-type(3) > h3 strong {
  font-weight: 700;
}

main.shire > section:nth-of-type(3) > img {
  position: absolute;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
}

main.shire > section:nth-of-type(3) > img:first-of-type {
  top: 23.61111vw;
  left: 7.22222vw;
  width: 56.73611vw;
}

main.shire > section:nth-of-type(3) > img:last-of-type {
  top: 46.45833vw;
  left: 35.76389vw;
  width: 57.15278vw;
}

main.shire > section:nth-of-type(4) {
  height: 59.79167vw;
}

main.shire > section:nth-of-type(4) > figure {
  position: absolute;
  top: -8.125vw;
  left: 4.44444vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 32.91016vw;
  height: 33.30078vw;
  z-index: 1;
}

main.shire > section:nth-of-type(4) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 6.80556vw;
  line-height: 6.80556vw;
  letter-spacing: 0.65278vw;
  color: #ff6500;
  position: absolute;
  top: 9.93056vw;
  left: 0;
  right: 0;
  text-align: center;
}

main.shire > section:nth-of-type(4) > iframe {
  position: absolute;
  top: 13.125vw;
  left: 7.36111vw;
  width: 79.16667vw;
  height: 44.51389vw;
}

@media only screen and (max-width: 767px) {
  main.shire > section:nth-of-type(1) {
    height: auto !important;
    margin: 8vw 0 53.33333vw;
  }
  main.shire > section:nth-of-type(1) > figure {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100vw !important;
    height: 100vw !important;
    margin-bottom: 8vw !important;
    -webkit-transform: scale(1.33);
            transform: scale(1.33);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  main.shire > section:nth-of-type(1) > figure > img {
    position: absolute;
    top: 13.33333vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 54.30556vw;
    height: 21.33333vw;
  }
  main.shire > section:nth-of-type(1) > figure > h2 {
    font-family: 'News Cycle';
    font-weight: 400;
    font-size: 3.75vw;
    line-height: 5.83333vw;
    color: #425364;
    position: absolute;
    left: 16vw;
    width: 100%;
  }
  main.shire > section:nth-of-type(1) > figure > h2:first-of-type {
    letter-spacing: 0.26389vw;
    top: 45vw;
  }
  main.shire > section:nth-of-type(1) > figure > h2:last-of-type {
    letter-spacing: 0.125vw;
    top: 62.5vw;
  }
  main.shire > section:nth-of-type(1) > figure > h2:last-of-type:first-line {
    letter-spacing: 0.22222vw;
  }
  main.shire > section:nth-of-type(1) > figure > h2 > strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6500;
    padding-right: 0.13889vw;
  }
  main.shire > section:nth-of-type(1) > img {
    display: none;
  }
  main.shire > section:nth-of-type(2) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 58.66667vw;
    top: -2.66667vw;
  }
  main.shire > section:nth-of-type(3) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 58.66667vw;
    top: 0;
    left: 0;
  }
}

main.cologuard > section {
  position: relative;
}

main.cologuard > section:nth-of-type(1) {
  height: 63.95833vw;
}

main.cologuard > section:nth-of-type(1) > figure {
  position: absolute;
  top: 5.13889vw;
  left: -5.48611vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border: 0.06944vw solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  width: 55.17578vw;
  height: 55.17578vw;
  z-index: 1;
}

main.cologuard > section:nth-of-type(1) > figure > img {
  position: absolute;
  top: 11.38889vw;
  left: 12.77778vw;
  width: 27.15278vw;
}

main.cologuard > section:nth-of-type(1) > figure > h2 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  color: #425364;
  position: absolute;
  left: 12.63889vw;
  width: 100%;
}

main.cologuard > section:nth-of-type(1) > figure > h2:first-of-type {
  letter-spacing: 0.13194vw;
  top: 21.25vw;
}

main.cologuard > section:nth-of-type(1) > figure > h2:last-of-type {
  letter-spacing: 0.09722vw;
  top: 32.84722vw;
}

main.cologuard > section:nth-of-type(1) > figure > h2:last-of-type:first-line {
  letter-spacing: 0.10069vw;
}

main.cologuard > section:nth-of-type(1) > figure > h2 > strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6500;
  padding-right: 0.06944vw;
}

main.cologuard > section:nth-of-type(1) > img {
  position: absolute;
  top: 4.72222vw;
  left: 48.88889vw;
  width: 51.38889vw;
}

@media only screen and (min-width: 768px) {
  main.cologuard > section:nth-of-type(1) > img {
    display: none;
  }
}

main.cologuard > section:nth-of-type(2) {
  height: 59.72222vw;
}

main.cologuard > section:nth-of-type(2) > figure {
  position: absolute;
  top: -6.875vw;
  left: 68.26389vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 16.60156vw;
  height: 16.69922vw;
  z-index: 1;
}

main.cologuard > section:nth-of-type(2) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.75vw;
  line-height: 2.63889vw;
  letter-spacing: 0.55556vw;
  color: #fff;
  position: absolute;
  top: 7.70833vw;
  left: 2.77778vw;
}

main.cologuard > section:nth-of-type(2) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.15278vw;
  letter-spacing: 0.13889vw;
  text-align: right;
  color: #425364;
  position: absolute;
  top: -0.41667vw;
  right: 35.55556vw;
  width: 30.55556vw;
}

main.cologuard > section:nth-of-type(2) > iframe {
  position: absolute;
  top: 7.98611vw;
  left: 6.94444vw;
  width: 85.48611vw;
  height: 48.125vw;
}

main.cologuard > section:nth-of-type(3) {
  height: 61.80556vw;
}

main.cologuard > section:nth-of-type(3) > figure {
  position: absolute;
  top: 6.18056vw;
  left: 10.41667vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 22.85156vw;
  height: 23.14453vw;
  z-index: 4;
}

main.cologuard > section:nth-of-type(3) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.75vw;
  line-height: 8.75vw;
  letter-spacing: 0.34722vw;
  color: #ff6500;
  position: absolute;
  top: 7.29167vw;
  left: 1.94444vw;
}

main.cologuard > section:nth-of-type(3) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 1.875vw;
  letter-spacing: 0.125vw;
  color: #425364;
  position: absolute;
  top: 14.58333vw;
  left: 35.90278vw;
  width: 24.30556vw;
}

main.cologuard > section:nth-of-type(3) > img {
  position: absolute;
  top: 23.26389vw;
  left: 11.59722vw;
  width: 77.15278vw;
}

main.cologuard > section:nth-of-type(3) > div {
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

main.cologuard > section:nth-of-type(3) > div:first-of-type {
  top: 25.41667vw;
  left: 18.81944vw;
  width: 48.54167vw;
  height: 30.34722vw;
}

main.cologuard > section:nth-of-type(3) > div:first-of-type > iframe {
  width: 1442px;
  height: 900px;
}

main.cologuard > section:nth-of-type(3) > div:last-of-type {
  top: 30.06944vw;
  left: 76.52778vw;
  width: 11.45833vw;
  height: 20.27778vw;
}

main.cologuard > section:nth-of-type(3) > div:last-of-type > iframe {
  width: 339px;
  height: 602px;
}

main.cologuard > section:nth-of-type(3) > div > iframe {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: white;
  z-index: 1;
}

main.cologuard > section:nth-of-type(4) {
  height: 93.05556vw;
}

main.cologuard > section:nth-of-type(4) > figure {
  position: absolute;
  top: 11.80556vw;
  left: 61.875vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 28.61328vw;
  height: 28.90625vw;
  z-index: 1;
}

main.cologuard > section:nth-of-type(4) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.75vw;
  line-height: 8.75vw;
  letter-spacing: 0.20833vw;
  color: #fff;
  position: absolute;
  top: 10.69444vw;
  left: 3.19444vw;
}

main.cologuard > section:nth-of-type(4) > img {
  position: absolute;
  top: 23.61111vw;
  left: 7.08333vw;
  width: 68.88889vw;
}

@media only screen and (max-width: 767px) {
  main.cologuard > section:nth-of-type(1) {
    height: auto !important;
    margin: 8vw 0 53.33333vw;
  }
  main.cologuard > section:nth-of-type(1) > figure {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100vw !important;
    height: 100vw !important;
    margin-bottom: 8vw !important;
    -webkit-transform: scale(1.33);
            transform: scale(1.33);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  main.cologuard > section:nth-of-type(1) > figure > img {
    position: absolute;
    top: 22.77778vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 54.30556vw;
    height: 15.46667vw;
  }
  main.cologuard > section:nth-of-type(1) > figure > h2 {
    font-family: 'News Cycle';
    font-weight: 400;
    font-size: 3.75vw;
    line-height: 5.83333vw;
    color: #425364;
    position: absolute;
    left: 16vw;
    width: 100%;
  }
  main.cologuard > section:nth-of-type(1) > figure > h2:first-of-type {
    letter-spacing: 0.26389vw;
    top: 45vw;
  }
  main.cologuard > section:nth-of-type(1) > figure > h2:last-of-type {
    letter-spacing: 0.125vw;
    top: 62.5vw;
  }
  main.cologuard > section:nth-of-type(1) > figure > h2:last-of-type:first-line {
    letter-spacing: 0.22222vw;
  }
  main.cologuard > section:nth-of-type(1) > figure > h2 > strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6500;
    padding-right: 0.13889vw;
  }
  main.cologuard > section:nth-of-type(1) > img {
    display: none;
  }
  main.cologuard > section:nth-of-type(2) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 58.66667vw;
    top: -4vw;
  }
  main.cologuard > section:nth-of-type(3) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 45.33333vw;
    top: 5.33333vw;
    left: 37.33333vw;
  }
}

main.avanir > section {
  position: relative;
}

main.avanir > section:nth-of-type(1) {
  height: 63.95833vw;
}

main.avanir > section:nth-of-type(1) > figure {
  position: absolute;
  top: 5.13889vw;
  left: -5.48611vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border: 0.06944vw solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  width: 55.17578vw;
  height: 55.17578vw;
}

main.avanir > section:nth-of-type(1) > figure > img {
  position: absolute;
  top: 8.88889vw;
  left: 10.69444vw;
  width: 24.72222vw;
  height: 11.45833vw;
}

main.avanir > section:nth-of-type(1) > figure > h2 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  color: #425364;
  position: absolute;
  left: 12.63889vw;
  width: 100%;
}

main.avanir > section:nth-of-type(1) > figure > h2:first-of-type {
  letter-spacing: 0.13194vw;
  top: 25.13889vw;
}

main.avanir > section:nth-of-type(1) > figure > h2:last-of-type {
  letter-spacing: 0.09722vw;
  top: 33.81944vw;
}

main.avanir > section:nth-of-type(1) > figure > h2 > strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6500;
  padding-right: 0.06944vw;
}

main.avanir > section:nth-of-type(1) > img {
  position: absolute;
  top: 3.19444vw;
  left: 84.65278vw;
  width: 15.41667vw;
}

@media only screen and (min-width: 768px) {
  main.avanir > section:nth-of-type(1) > img {
    display: none;
  }
}

main.avanir > section:nth-of-type(2) {
  height: 59.72222vw;
}

main.avanir > section:nth-of-type(2) > figure {
  position: absolute;
  top: -9.44444vw;
  left: 65.97222vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 21.58203vw;
  height: 21.875vw;
  z-index: 1;
}

main.avanir > section:nth-of-type(2) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 2.77778vw;
  line-height: 2.91667vw;
  letter-spacing: 0.34722vw;
  color: #fff;
  position: absolute;
  top: 3.95833vw;
  left: 4.86111vw;
}

main.avanir > section:nth-of-type(2) > h3 {
  font-family: 'News Cycle';
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.15278vw;
  letter-spacing: 0.13194vw;
  color: #425364;
  position: absolute;
  top: 1.52778vw;
  left: 45.83333vw;
}

main.avanir > section:nth-of-type(2) > iframe, main.avanir > section:nth-of-type(2) img {
  position: absolute;
  top: 7.98611vw;
  left: 6.94444vw;
  width: 85.48611vw;
  height: 48.125vw;
}

main.avanir > section:nth-of-type(3) {
  height: 63.88889vw;
}

main.avanir > section:nth-of-type(3) > figure {
  position: absolute;
  top: 6.25vw;
  left: 10.34722vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 22.85156vw;
  height: 23.14453vw;
  z-index: 4;
}

main.avanir > section:nth-of-type(3) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 5.625vw;
  line-height: 5.625vw;
  letter-spacing: 0.34722vw;
  color: #ff6500;
  position: absolute;
  top: 6.38889vw;
  left: 4.86111vw;
}

main.avanir > section:nth-of-type(3) > figure > h2:first-line {
  letter-spacing: 0.625vw;
}

main.avanir > section:nth-of-type(3) > img {
  position: absolute;
  top: 23.47222vw;
  left: 11.59722vw;
  width: 77.15278vw;
}

main.avanir > section:nth-of-type(4) {
  height: 76.38889vw;
}

main.avanir > section:nth-of-type(4) > figure {
  position: absolute;
  top: 3.75vw;
  left: 61.73611vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 28.61328vw;
  height: 28.90625vw;
  z-index: 1;
}

main.avanir > section:nth-of-type(4) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 6.80556vw;
  line-height: 6.73611vw;
  letter-spacing: 0.06944vw;
  color: #fff;
  position: absolute;
  top: 7.63889vw;
  left: 6.04167vw;
}

main.avanir > section:nth-of-type(4) > img {
  position: absolute;
  top: 20.34722vw;
  left: 12.5vw;
  width: 74.86111vw;
}

main.avanir > section:nth-of-type(5) {
  height: 77.08333vw;
}

main.avanir > section:nth-of-type(5) > figure {
  position: absolute;
  top: -0.41667vw;
  left: 10.34722vw;
  background-color: #fff;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 32.91016vw;
  height: 33.30078vw;
  z-index: 1;
}

main.avanir > section:nth-of-type(5) > figure > h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 5.69444vw;
  line-height: 5.48611vw;
  letter-spacing: 0.41667vw;
  color: #ff6500;
  position: absolute;
  top: 10.69444vw;
  left: 2.63889vw;
}

main.avanir > section:nth-of-type(5) > img {
  position: absolute;
  top: 9.65278vw;
  left: 41.66667vw;
  width: 35.27778vw;
}

@media only screen and (max-width: 767px) {
  main.avanir > section:nth-of-type(1) {
    height: auto !important;
    margin: 8vw 0 53.33333vw;
  }
  main.avanir > section:nth-of-type(1) > figure {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100vw !important;
    height: 100vw !important;
    margin-bottom: 8vw !important;
    -webkit-transform: scale(1.33);
            transform: scale(1.33);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  main.avanir > section:nth-of-type(1) > figure > img {
    position: absolute;
    top: 13.33333vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 48vw;
    height: 26.66667vw;
  }
  main.avanir > section:nth-of-type(1) > figure > h2 {
    font-family: 'News Cycle';
    font-weight: 400;
    font-size: 3.75vw;
    line-height: 5.83333vw;
    color: #425364;
    position: absolute;
    left: 25.33333vw;
    width: 100%;
  }
  main.avanir > section:nth-of-type(1) > figure > h2:first-of-type {
    letter-spacing: 0.26389vw;
    top: 45vw;
  }
  main.avanir > section:nth-of-type(1) > figure > h2:last-of-type {
    letter-spacing: 0.125vw;
    top: 62.5vw;
  }
  main.avanir > section:nth-of-type(1) > figure > h2:last-of-type:first-line {
    letter-spacing: 0.22222vw;
  }
  main.avanir > section:nth-of-type(1) > figure > h2 > strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6500;
    padding-right: 0.13889vw;
  }
  main.avanir > section:nth-of-type(1) > img {
    display: none;
  }
  main.avanir > section:nth-of-type(2) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 58.66667vw;
    top: -2.66667vw;
    left: 26.66667vw;
  }
  main.avanir > section:nth-of-type(3) h3 {
    font-size: 3.73333vw;
    line-height: 4.8vw;
    width: 58.66667vw;
    top: 3.73333vw;
    left: 36vw;
  }
}

main.blog > section > figure {
  position: relative;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 61.23047vw;
  height: 61.32812vw;
  margin: 6.52778vw 0 0 -10vw;
}

main.blog > section > figure h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.40278vw;
  line-height: 3.40278vw;
  letter-spacing: 0.27778vw;
  color: #fff;
  position: absolute;
  top: 12.77778vw;
  left: 18.19444vw;
  width: 100%;
}

main.blog > section > figure h2 span {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.81944vw;
  line-height: 11.59722vw;
  letter-spacing: 0.20833vw;
  text-indent: 3.33333vw;
  display: inline-block;
}

main.blog > section > figure p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.07292vw;
  color: #fff;
  position: absolute;
  top: 30.97222vw;
  left: 17.22222vw;
  width: 27.63889vw;
}

main.blog > section > figure p:first-line {
  letter-spacing: 0.03472vw;
}

main.blog > section > figure p span {
  letter-spacing: 0.10417vw;
}

main.blog > section > figure p strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #425364;
}

main.blog > section > .grid {
  position: relative;
  margin: -10.97222vw 7.29167vw 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@supports (display: grid) {
  main.blog > section > .grid {
    display: grid;
    grid-gap: 2.08333vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 0.69444vw;
  }
  main.blog > section > .grid > .item {
    margin: 0 !important;
  }
}

main.blog > section > .grid > .item {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin: 1.04167vw;
  /* for flexbox fallback */
  position: relative;
  border: 0.06944vw solid #ccc;
  padding-bottom: 3.47222vw;
  background-color: #fff;
  text-decoration: none;
}

main.blog > section > .grid > .item:before {
  content: "";
  background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus.svg);
  background-size: contain;
  width: 1.94444vw;
  height: 1.94444vw;
  position: absolute;
  bottom: 1.52778vw;
  right: 7.29167vw;
}

main.blog > section > .grid > .item:after {
  content: "READ";
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.66667vw;
  line-height: 1.66667vw;
  text-decoration: none;
  position: absolute;
  bottom: 1.04167vw;
  right: 1.94444vw;
  padding: 0.69444vw;
  color: #f26f2b;
}

main.blog > section > .grid > .item > img {
  width: 100%;
  max-width: none;
}

main.blog > section > .grid > .item > h1 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 1.80556vw;
  line-height: 2.08333vw;
  letter-spacing: 0.05vw;
  padding: 2.08333vw 3.88889vw 0 2.15278vw;
  color: #f26f2b;
}

main.blog > section > .grid > .item > [rel="author"] {
  padding: 0 3.88889vw 0.97222vw 2.15278vw;
}

main.blog > section > .grid > .item > p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.59722vw;
  line-height: 1.80556vw;
  letter-spacing: 0.03819vw;
  padding: 0 1.94444vw;
  color: #333;
}

@media only screen and (min-width: 768px) {
  main.blog > section > .grid {
    grid-template-columns: 1fr 1fr;
  }
  main.blog > section > .grid > .item {
    -webkit-flex-basis: calc(50% - 2.0833vw);
        -ms-flex-preferred-size: calc(50% - 2.0833vw);
            flex-basis: calc(50% - 2.0833vw);
  }
}

@media only screen and (min-width: 1200px) {
  main.blog > section > .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  main.blog > section > .grid > .item {
    -webkit-flex-basis: calc(33% - 2.0833vw);
        -ms-flex-preferred-size: calc(33% - 2.0833vw);
            flex-basis: calc(33% - 2.0833vw);
  }
}

main.blog > section .pagination {
  text-align: center;
  margin-top: 2.08333vw;
}

main.blog > section .pagination a {
  transition: color 0.15s ease-in-out;
  font-size: 1.11111vw;
  line-height: 1.11111vw;
  text-decoration: none;
  color: #a5b2bd;
  padding: 0.48611vw 0.90278vw;
  margin: 0.69444vw;
}

main.blog > section .pagination a:hover {
  color: #72808e;
}

@media only screen and (max-width: 767px) {
  main.blog div.mobile {
    top: 265px;
    left: 181px;
    width: 52px;
    height: 134px;
    -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
            transform: matrix(0, 1, -1, 0, 0, 0);
    border: 4px dashed #707070;
    opacity: 1;
  }
  main.blog > section > figure {
    width: 100vw;
    height: 100vw;
  }
  main.blog > section > figure h2 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 6.80556vw;
    line-height: 6.80556vw;
    letter-spacing: 0.55556vw;
    color: #fff;
    position: absolute;
    top: 25.55556vw;
    left: 20.83333vw;
    width: 100%;
  }
  main.blog > section > figure h2 span {
    font-family: FBella;
    font-weight: 700;
    font-size: 17.63889vw;
    line-height: 23.19444vw;
    letter-spacing: 0.41667vw;
    text-indent: 6.66667vw;
    display: inline-block;
  }
  main.blog > section > figure p {
    font-family: "News Cycle";
    font-weight: 400;
    font-size: 3.61111vw;
    line-height: 4.19444vw;
    letter-spacing: 0.14583vw;
    color: #fff;
    position: absolute;
    top: 56vw;
    left: 24vw;
    width: 55.27778vw;
  }
  main.blog > section > figure p:first-line {
    letter-spacing: 0.06944vw;
  }
  main.blog > section > figure p span {
    letter-spacing: 0.20833vw;
  }
  main.blog > section > .grid {
    grid-gap: 8vw;
    grid-auto-rows: 2.66667vw;
  }
  main.blog > section > .grid > .item {
    padding-bottom: 13.33333vw;
  }
  main.blog > section > .grid > .item:before {
    width: 7.46667vw;
    height: 7.46667vw;
    bottom: 5.86667vw;
    right: 28vw;
  }
  main.blog > section > .grid > .item:after {
    font-size: 6.4vw;
    line-height: 6.4vw;
    bottom: 4vw;
    right: 7.46667vw;
    padding: 2.66667vw;
  }
  main.blog > section > .grid > .item > h1 {
    font-size: 6.93333vw;
    line-height: 8vw;
    letter-spacing: 0.58667vw;
    padding: 8vw 14.93333vw 0 8.26667vw;
  }
  main.blog > section > .grid > .item > [rel="author"] {
    padding: 0 14.93333vw 3.73333vw 8.26667vw;
  }
  main.blog > section > .grid > .item > p {
    font-size: 6.13333vw;
    line-height: 6.93333vw;
    letter-spacing: 0.14667vw;
    padding: 0 7.46667vw;
  }
  main.blog > section .pagination {
    margin-top: 16vw;
  }
  main.blog > section .pagination a {
    transition: color 0.15s ease-in-out;
    font-size: 5vw;
    line-height: 5vw;
    text-decoration: none;
    color: #a5b2bd;
    padding: 2.1875vw 4.0625vw;
    margin: 3.125vw;
  }
  main.blog > section .pagination a:hover {
    color: #72808e;
  }
}

main.single > section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  margin-top: 2.84722vw;
  padding-bottom: 2.91667vw;
}

main.single > section > h1 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.61111vw;
  line-height: 3.47222vw;
  letter-spacing: 0.04861vw;
  color: #fff;
  max-width: 54.16667vw;
  margin: 7.29167vw auto 2.08333vw;
  text-align: left;
}

main.single > section > .breadcrumbs {
  position: absolute;
  top: 1.38889vw;
  right: 6.94444vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

main.single > section > .breadcrumbs > li {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.18056vw;
  line-height: 1.18056vw;
  text-transform: uppercase;
  letter-spacing: 0.06944vw;
  text-align: right;
  color: #fff;
}

main.single > section > .breadcrumbs > li:last-of-type {
  max-width: 41.66667vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

main.single > section > .breadcrumbs > li:not(:last-of-type):after {
  content: ">";
  margin: 0 1.04167vw;
}

main.single > section > .breadcrumbs > li > a {
  text-decoration: none;
  color: white;
}

main.single > section > .breadcrumbs > li > a:hover {
  text-decoration: underline;
}

main.single > section > .meta {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.59722vw;
  line-height: 1.59722vw;
  letter-spacing: 0.13194vw;
  text-transform: uppercase;
  margin: 0.69444vw 0;
  color: #425364;
  position: absolute;
  bottom: -5vw;
  left: 44.72222vw;
}

main.single > section > .meta a {
  text-decoration: none;
  color: #425364;
}

main.single > section > .meta a:after {
  content: "|";
  display: inline-block;
  margin: 0 1.04167vw;
}

main.single > section > img.featured {
  height: 20.83333vw;
  margin: 1.73611vw auto;
}

main.single > section > .share {
  position: absolute;
  bottom: -4.86111vw;
  transition: background-color 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  height: 2.73438vw;
  width: 2.73438vw;
}

main.single > section > .share.facebook {
  left: 23.33333vw;
}

main.single > section > .share.facebook svg {
  width: 0.76389vw;
  height: 1.38889vw;
}

main.single > section > .share.twitter {
  left: 26.94444vw;
}

main.single > section > .share.twitter svg {
  width: 1.59722vw;
  height: 1.59722vw;
}

main.single > section > .share.linkedin {
  left: 30.48611vw;
}

main.single > section > .share.linkedin svg {
  width: 1.45833vw;
  height: 1.45833vw;
}

main.single > section > .related-posts {
  position: absolute;
  bottom: -6.18056vw;
  left: 78.81944vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 19.82422vw;
  height: 20.01953vw;
  display: none;
}

main.single > section > .related-posts h2 {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.29167vw;
  letter-spacing: 0.24306vw;
  text-transform: uppercase;
  position: absolute;
  top: 9.02778vw;
  left: 6.80556vw;
  color: #fff;
  text-align: left;
}

main.single > section > .related-posts h2:before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.5 21.5"><circle cx="10.75" cy="10.75" r="10.75" fill="#ffffff"/><path d="M10.75 4.81v11.88m-5.94-5.94h11.88" fill="none" stroke-miterlimit="10" stroke-width="2.5" stroke="#ff8c1e"/></svg>');
  background-size: contain;
  width: 2.36111vw;
  height: 2.36111vw;
  position: absolute;
  top: 0.27778vw;
  left: -4.375vw;
}

main.single > article {
  font-size: 1.38889vw;
  line-height: 1.80556vw;
  max-width: 54.16667vw;
  margin: 13.40278vw auto 3.125vw;
  color: #425364;
}

main.single > article p {
  margin-bottom: 1.04167vw;
}

main.single > article a {
  font-weight: 700;
  color: #ff6500;
  text-decoration: none;
}

main.single > article a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  main.single > article {
    padding: 0 7.29927vw;
  }
}

@media only screen and (max-width: 767px) {
  main.single > section > h1 {
    font-size: 5vw;
    line-height: 5.66667vw;
    letter-spacing: 0.11667vw;
    margin: 10vw 5.33333vw 5vw;
    max-width: none;
  }
  main.single > section > .breadcrumbs {
    position: absolute;
    top: 3.33333vw;
    right: 5vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  main.single > section > .breadcrumbs > li {
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 2.83333vw;
    line-height: 2.83333vw;
    text-transform: uppercase;
    letter-spacing: 0.16667vw;
    text-align: right;
    color: #fff;
  }
  main.single > section > .breadcrumbs > li:not(:last-of-type):after {
    content: ">";
    margin: 0 2.5vw;
  }
  main.single > section > .breadcrumbs > li > a {
    text-decoration: none;
    color: white;
  }
  main.single > section > .breadcrumbs > li > a:hover {
    text-decoration: underline;
  }
  main.single > section > .meta {
    font-size: 16px;
    line-height: 20px;
    bottom: -40px;
    left: 0;
    right: 0;
  }
  main.single > section > .meta a {
    text-decoration: none;
    color: #425364;
  }
  main.single > section > .meta a:after {
    content: "|";
    display: inline-block;
    margin: 0 1.04167vw;
  }
  main.single > section > img.featured {
    height: 20.83333vw;
    margin: 1.73611vw auto;
  }
  main.single > section > .share {
    bottom: -29.6vw;
    height: 50px;
    width: 50px;
  }
  main.single > section > .share.facebook {
    left: 10.13333vw;
  }
  main.single > section > .share.facebook svg {
    width: 2.93333vw;
    height: 5.33333vw;
  }
  main.single > section > .share.twitter {
    left: 28vw;
  }
  main.single > section > .share.twitter svg {
    width: 6.13333vw;
    height: 6.13333vw;
  }
  main.single > section > .share.linkedin {
    left: 45.86667vw;
  }
  main.single > section > .share.linkedin svg {
    width: 5.6vw;
    height: 5.6vw;
  }
  main.single > section > .related-posts {
    position: absolute;
    bottom: -6.18056vw;
    left: 78.81944vw;
    background-color: #425364;
    box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    width: 19.82422vw;
    height: 20.01953vw;
    display: none;
  }
  main.single > section > .related-posts h2 {
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 1.875vw;
    line-height: 2.29167vw;
    letter-spacing: 0.24306vw;
    text-transform: uppercase;
    position: absolute;
    top: 9.02778vw;
    left: 6.80556vw;
    color: #fff;
    text-align: left;
  }
  main.single > section > .related-posts h2:before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.5 21.5"><circle cx="10.75" cy="10.75" r="10.75" fill="#ffffff"/><path d="M10.75 4.81v11.88m-5.94-5.94h11.88" fill="none" stroke-miterlimit="10" stroke-width="2.5" stroke="#ff8c1e"/></svg>');
    background-size: contain;
    width: 2.36111vw;
    height: 2.36111vw;
    position: absolute;
    top: 0.27778vw;
    left: -4.375vw;
  }
  main.single > article {
    font-size: 5.33333vw;
    line-height: 6.93333vw;
    max-width: 80vw;
    margin: 40vw auto 12vw;
    color: #425364;
  }
  main.single > article p {
    margin-bottom: 4vw;
  }
  main.single > article a {
    font-weight: 700;
    color: #ff6500;
    text-decoration: none;
  }
  main.single > article a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  main.single > article {
    padding: 0 7.29927vw;
  }
}

main.jobs > section {
  position: relative;
}

main.jobs > section:nth-of-type(1) {
  height: 78.88889vw;
}

main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) {
  position: absolute;
  top: 3.81944vw;
  left: 12.91667vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 70.21484vw;
  height: 70.21484vw;
}

main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 8.61111vw;
  line-height: 7.01389vw;
  letter-spacing: 0.3125vw;
  position: absolute;
  top: 18.05556vw;
  left: 5.55556vw;
  color: #fff;
}

main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) h2 span {
  display: inline-block;
  margin-top: 2.36111vw;
  letter-spacing: 0.13889vw;
}

main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.01389vw;
  position: absolute;
  top: 36.66667vw;
  left: 52.36111vw;
  color: #fff;
  width: 18.05556vw;
}

main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) a.cta {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.59722vw;
  line-height: 2.29167vw;
  letter-spacing: 0.13889vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 36.66667vw;
  left: 47.77778vw;
  padding-right: 1.38889vw;
}

main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) a.cta svg {
  width: 3.75vw;
  height: 2.36111vw;
  margin-right: 0.69444vw;
}

main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) a.cta svg circle {
  fill: white;
}

main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) a.cta svg path {
  stroke: #425364;
}

main.jobs > section:nth-of-type(2) {
  height: 37.77778vw;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(1) {
  position: absolute;
  top: -28.68056vw;
  left: 15.12605vw;
  background-color: white;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 24.60938vw;
  height: 24.80469vw;
  z-index: 1;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(1) h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.47222vw;
  line-height: 3.95833vw;
  letter-spacing: 0.34722vw;
  position: absolute;
  top: 2.43056vw;
  left: 5.69444vw;
  color: #ff6500;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(1) address,
main.jobs > section:nth-of-type(2) > figure:nth-of-type(1) a {
  font-family: "News Cycle";
  font-style: normal;
  font-weight: 400;
  font-size: 1.94444vw;
  line-height: 2.15278vw;
  position: absolute;
  left: 5.625vw;
  color: #425364;
  width: 100%;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(1) address {
  top: 11.52778vw;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(1) address:first-line {
  letter-spacing: 0.01736vw;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(1) a {
  letter-spacing: -0.01389vw;
  text-decoration: none;
  top: 15.69444vw;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(2) {
  position: absolute;
  top: -29.375vw;
  left: 57.21925vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 26.26953vw;
  height: 26.46484vw;
  z-index: 1;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(2) h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.47222vw;
  line-height: 2.98611vw;
  letter-spacing: 0.41667vw;
  position: absolute;
  top: 0.625vw;
  left: 4.93056vw;
  color: #fff;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(2) address,
main.jobs > section:nth-of-type(2) > figure:nth-of-type(2) a {
  font-family: "News Cycle";
  font-style: normal;
  font-weight: 400;
  font-size: 1.94444vw;
  line-height: 2.08333vw;
  position: absolute;
  left: 4.93056vw;
  color: #fff;
  width: 100%;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(2) address {
  top: 12.29167vw;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(2) address:first-line {
  letter-spacing: 0.01736vw;
}

main.jobs > section:nth-of-type(2) > figure:nth-of-type(2) a {
  letter-spacing: -0.01389vw;
  text-decoration: none;
  top: 18.61111vw;
}

main.jobs > section:nth-of-type(2) > ul {
  position: absolute;
  top: 0.13889vw;
  list-style: none;
  padding-bottom: 5.90278vw;
}

main.jobs > section:nth-of-type(2) > ul:first-of-type {
  left: 18.75vw;
}

main.jobs > section:nth-of-type(2) > ul:last-of-type {
  left: 62.15278vw;
}

main.jobs > section:nth-of-type(2) > ul > li {
  margin-bottom: 1.66667vw;
  max-width: 35vw;
}

main.jobs > section:nth-of-type(2) > ul > li > a {
  transition: color 0.3s ease;
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.90972vw;
  line-height: 1.90972vw;
  letter-spacing: 0.20833vw;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f97f1f;
}

main.jobs > section:nth-of-type(2) > ul > li > a:before {
  transition: color 0.3s ease;
  content: "+";
  font-size: 3.05556vw;
  font-weight: 400;
  padding: 0.34722vw 0.20833vw;
  line-height: 0;
  color: #425364;
  display: inline-block;
  -webkit-transform: translateY(0.06944vw);
          transform: translateY(0.06944vw);
  width: 0.78125vw;
  height: 0.78125vw;
  box-sizing: border-box;
  margin-right: 2.08333vw;
}

main.jobs > section:nth-of-type(2) > ul > li > a:hover {
  color: #425364;
}

main.jobs > section:nth-of-type(2) > ul > li > a:hover:before {
  color: #f97f1f;
}

@media only screen and (max-width: 767px) {
  main.jobs > section:nth-of-type(1) {
    height: 130.13333vw;
  }
  main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) p {
    font-size: 3.73333vw;
    line-height: 4.26667vw;
    top: 43.73333vw;
    left: 32vw;
    width: 34.66667vw;
  }
  main.jobs > section:nth-of-type(1) > figure:nth-of-type(1) a.hubspot {
    top: 44.8vw;
    left: 36.8vw;
    font-size: 2.66667vw;
    line-height: 2.93333vw;
  }
  main.jobs > section:nth-of-type(2) > ul {
    position: static;
    padding-bottom: 16vw;
  }
  main.jobs > section:nth-of-type(2) > ul:first-of-type {
    margin-top: 56vw;
  }
  main.jobs > section:nth-of-type(2) > ul:last-of-type {
    margin-top: 66.66667vw;
  }
  main.jobs > section:nth-of-type(2) > ul > li {
    margin-bottom: 6.4vw;
    max-width: 90vw;
    margin-left: 5vw;
  }
  main.jobs > section:nth-of-type(2) > ul > li > a {
    transition: color 0.3s ease;
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 5.5vw;
    line-height: 5.5vw;
    letter-spacing: 0.6vw;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #f97f1f;
  }
  main.jobs > section:nth-of-type(2) > ul > li > a:before {
    transition: color 0.3s ease;
    content: "+";
    font-size: 11.73333vw;
    font-weight: 400;
    padding: 1.33333vw 0.8vw;
    line-height: 0;
    color: #425364;
    display: inline-block;
    -webkit-transform: translateY(0.26667vw);
            transform: translateY(0.26667vw);
    width: 3vw;
    height: 3vw;
    box-sizing: border-box;
    margin-right: 8vw;
  }
  main.jobs > section:nth-of-type(2) > ul > li > a:hover {
    color: #425364;
  }
  main.jobs > section:nth-of-type(2) > ul > li > a:hover:before {
    color: #f97f1f;
  }
  main.jobs > section:nth-of-type(2) > figure {
    -webkit-transform: scale(3);
            transform: scale(3);
    margin: auto;
  }
  main.jobs > section:nth-of-type(2) > figure:nth-of-type(1) {
    top: -56vw;
    left: -48vw;
    right: 0;
  }
  main.jobs > section:nth-of-type(2) > figure:nth-of-type(2) {
    top: -5.33333vw;
    left: 53.33333vw;
  }
}

main.contact > section {
  position: static;
  height: 139.02778vw;
}

main.contact > section > figure:nth-of-type(1) {
  position: absolute;
  top: 11.18056vw;
  left: -1.31944vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 54.00391vw;
  height: 54.00391vw;
}

main.contact > section > figure:nth-of-type(1) h2 {
  font-family: FBella;
  font-weight: 700;
  font-size: 9.23611vw;
  line-height: 8.54167vw;
  letter-spacing: 0.3125vw;
  text-align: right;
  position: absolute;
  top: 14.72222vw;
  left: 6.52778vw;
  color: #fff;
}

main.contact > section > figure:nth-of-type(2) {
  position: absolute;
  top: 43.40278vw;
  left: 43.95833vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 23.33984vw;
  height: 23.24219vw;
  z-index: 1;
}

main.contact > section > figure:nth-of-type(2) h3 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 3.47222vw;
  line-height: 3.95833vw;
  letter-spacing: 0;
  position: absolute;
  top: 5.625vw;
  left: 4.30556vw;
  color: #fff;
}

main.contact > section > figure:nth-of-type(3) {
  position: absolute;
  top: 117.36111vw;
  left: -1.31944vw;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 35.44922vw;
  height: 35.74219vw;
}

main.contact > section > figure:nth-of-type(3) h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.47222vw;
  line-height: 3.47222vw;
  letter-spacing: 0.38194vw;
  position: absolute;
  top: 8.88889vw;
  left: 6.25vw;
  color: #ff6500;
}

main.contact > section > figure:nth-of-type(3) address,
main.contact > section > figure:nth-of-type(3) a {
  font-family: "News Cycle";
  font-style: normal;
  font-weight: 400;
  font-size: 1.94444vw;
  line-height: 2.15278vw;
  position: absolute;
  left: 6.25vw;
  color: #fff;
  width: 100%;
}

main.contact > section > figure:nth-of-type(3) address {
  top: 17.91667vw;
}

main.contact > section > figure:nth-of-type(3) address:first-line {
  letter-spacing: 0.01736vw;
}

main.contact > section > figure:nth-of-type(3) a {
  letter-spacing: -0.01389vw;
  text-decoration: none;
  top: 22.22222vw;
}

main.contact > section > figure:nth-of-type(4) {
  position: absolute;
  top: 106.94444vw;
  left: 27.77778vw;
  background-color: white;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 37.70833vw;
  height: 37.84722vw;
  z-index: 2;
}

main.contact > section > figure:nth-of-type(4) h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.47222vw;
  line-height: 3.95833vw;
  letter-spacing: 0.38194vw;
  position: absolute;
  top: 9.58333vw;
  left: 6.73611vw;
  color: #ff6500;
}

main.contact > section > figure:nth-of-type(4) address,
main.contact > section > figure:nth-of-type(4) a {
  font-family: "News Cycle";
  font-style: normal;
  font-weight: 400;
  font-size: 1.94444vw;
  line-height: 2.15278vw;
  position: absolute;
  left: 6.66667vw;
  color: #425364;
  width: 100%;
}

main.contact > section > figure:nth-of-type(4) address {
  top: 18.95833vw;
}

main.contact > section > figure:nth-of-type(4) address:first-line {
  letter-spacing: 0.01736vw;
}

main.contact > section > figure:nth-of-type(4) a {
  letter-spacing: -0.01389vw;
  text-decoration: none;
  top: 23.61111vw;
}

main.contact > section > figure:nth-of-type(5) {
  position: absolute;
  top: 117.36111vw;
  left: 60.20833vw;
  background-image: linear-gradient(180deg, #ff8e1e 0%, #f36c21 100%);
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 37.70833vw;
  height: 37.5vw;
}

main.contact > section > figure:nth-of-type(5) h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.47222vw;
  line-height: 3.95833vw;
  letter-spacing: 0.3125vw;
  position: absolute;
  top: 9.58333vw;
  left: 6.73611vw;
  color: #fff;
}

main.contact > section > figure:nth-of-type(5) address,
main.contact > section > figure:nth-of-type(5) a {
  font-family: "News Cycle";
  font-style: normal;
  font-weight: 400;
  font-size: 1.94444vw;
  line-height: 2.15278vw;
  position: absolute;
  left: 6.66667vw;
  color: #fff;
  width: 100%;
}

main.contact > section > figure:nth-of-type(5) address {
  top: 18.95833vw;
}

main.contact > section > figure:nth-of-type(5) address:first-line {
  letter-spacing: 0.01736vw;
}

main.contact > section > figure:nth-of-type(5) a {
  letter-spacing: -0.01389vw;
  text-decoration: none;
  top: 25.34722vw;
}

main.contact > section > span#hs_cos_wrapper_contact {
  position: absolute;
  top: 71.875vw;
  left: 14.51389vw;
  width: 77.98611vw;
  z-index: 3;
}

main.contact > section > span#hs_cos_wrapper_contact form .hs-error-msgs {
  display: none !important;
}

main.contact > section > span#hs_cos_wrapper_contact form .hs_error_rollup {
  position: absolute;
}

main.contact > section > span#hs_cos_wrapper_contact form .hs_error_rollup ul.hs-error-msgs {
  display: block !important;
  list-style: none;
}

main.contact > section > span#hs_cos_wrapper_contact form > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.77778vw;
}

main.contact > section > span#hs_cos_wrapper_contact form > div label {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.80556vw;
  line-height: 1.80556vw;
  letter-spacing: 0.13889vw;
  -webkit-flex: 0 1 21.52778vw;
      -ms-flex: 0 1 21.52778vw;
          flex: 0 1 21.52778vw;
  text-align: right;
  text-transform: uppercase;
  padding-right: 1.73611vw;
  margin-top: 1.66667vw;
  box-sizing: border-box;
  color: #ff6500;
}

main.contact > section > span#hs_cos_wrapper_contact form > div label[id*="reason_for_contact"] {
  position: relative;
}

main.contact > section > span#hs_cos_wrapper_contact form > div label[id*="reason_for_contact"]:after {
  content: "(50 characters max.)";
  position: absolute;
  top: 2.91667vw;
  left: 2.91667vw;
  font-size: 1.73611vw;
  line-height: 1.73611vw;
  text-transform: none;
  color: #425364;
}

main.contact > section > span#hs_cos_wrapper_contact form > div label span[class*="required"] {
  display: none;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .input {
  -webkit-flex: 1 1 56.45833vw;
      -ms-flex: 1 1 56.45833vw;
          flex: 1 1 56.45833vw;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .input input,
main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.52778vw;
  line-height: 3.47222vw;
  letter-spacing: 0.05208vw;
  color: #425364;
  width: 100%;
  position: relative;
  z-index: 1;
  border: 0.06944vw solid #ccc;
  box-sizing: border-box;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  resize: none;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .input input::-webkit-input-placeholder,
main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .input input:-ms-input-placeholder,
main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea:-ms-input-placeholder {
  opacity: 0.5;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .input input::placeholder,
main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea::placeholder {
  opacity: 0.5;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .input input {
  height: 5vw;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea {
  height: 16.38889vw;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .input .error {
  border-color: red !important;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .actions {
  position: absolute;
  bottom: 7.08333vw;
  left: 23.26389vw;
  z-index: 1;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .actions:before {
  content: "+";
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 2.77778vw;
  line-height: 1.90972vw;
  letter-spacing: 0.20833vw;
  padding: 1.04167vw 0.55556vw;
  line-height: 0;
  background-color: #425364;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: translateY(0.20833vw);
          transform: translateY(0.20833vw);
  width: 2.36111vw;
  height: 2.36111vw;
  box-sizing: border-box;
  margin-right: 0.55556vw;
}

main.contact > section > span#hs_cos_wrapper_contact form > div .actions input[type="submit"] {
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 2.01389vw;
  line-height: 2.22222vw;
  letter-spacing: 0.13889vw;
  text-transform: uppercase;
  border: 0;
  color: #ff6500;
  padding: 1.04167vw;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  main.contact > section {
    height: 346.66667vw;
  }
  main.contact > section > figure:nth-of-type(1) {
    top: 32.01389vw;
  }
  main.contact > section > figure:nth-of-type(2) {
    top: 64.23611vw;
  }
  main.contact > section > figure:nth-of-type(3) {
    top: 325.69444vw;
  }
  main.contact > section > figure:nth-of-type(4) {
    top: 315.27778vw;
  }
  main.contact > section > figure:nth-of-type(5) {
    top: 328.88889vw;
  }
  main.contact > section > figure:nth-of-type(6) {
    top: 311.52778vw;
    left: 62.98611vw;
  }
  main.contact > section > figure:nth-of-type(6) address,
  main.contact > section > figure:nth-of-type(6) a {
    width: 26.66667vw;
  }
  main.contact > section > span#hs_cos_wrapper_contact {
    position: absolute;
    top: 98.66667vw;
    left: 14.51389vw;
    width: 77.98611vw;
    z-index: 3;
  }
  main.contact > section > span#hs_cos_wrapper_contact form .hs-error-msgs {
    display: none !important;
  }
  main.contact > section > span#hs_cos_wrapper_contact form .hs_error_rollup {
    position: absolute;
    bottom: 5.27778vw;
    right: 0;
    z-index: 1;
  }
  main.contact > section > span#hs_cos_wrapper_contact form .hs_error_rollup ul.hs-error-msgs {
    display: block !important;
    list-style: none;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div {
    display: block;
    margin-bottom: 10.66667vw;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div label {
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 6.93333vw;
    line-height: 6.93333vw;
    letter-spacing: 0.53333vw;
    -webkit-flex: 0 1 82.66667vw;
        -ms-flex: 0 1 82.66667vw;
            flex: 0 1 82.66667vw;
    text-align: right;
    text-transform: uppercase;
    padding-right: 0;
    margin-top: 6.4vw;
    box-sizing: border-box;
    color: #ff6500;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div label[id*="reason_for_contact"] {
    position: relative;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div label[id*="reason_for_contact"]:after {
    content: "(50 characters max.)";
    position: absolute;
    top: 11.2vw;
    left: 11.2vw;
    font-size: 6.66667vw;
    line-height: 6.66667vw;
    text-transform: none;
    color: #425364;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div label span[class*="required"] {
    display: none;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .input {
    -webkit-flex: 1 1 216.8vw;
        -ms-flex: 1 1 216.8vw;
            flex: 1 1 216.8vw;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .input input,
  main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea {
    font-family: "News Cycle";
    font-weight: 400;
    font-size: 5.86667vw;
    line-height: 6.4vw;
    letter-spacing: 0.2vw;
    color: #425364;
    width: 100%;
    position: relative;
    z-index: 1;
    border: 0.26667vw solid #ccc;
    box-sizing: border-box;
    box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    resize: none;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .input input::-webkit-input-placeholder,
  main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea::-webkit-input-placeholder {
    opacity: 0.5;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .input input:-ms-input-placeholder,
  main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea:-ms-input-placeholder {
    opacity: 0.5;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .input input::placeholder,
  main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea::placeholder {
    opacity: 0.5;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .input input {
    height: 19.2vw;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .input textarea {
    height: 62.93333vw;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .input .error {
    border-color: red !important;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .actions {
    position: absolute;
    bottom: -12vw;
    left: 0vw;
    z-index: 1;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .actions:before {
    display: none !important;
    content: "+";
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 10.66667vw;
    line-height: 7.33333vw;
    letter-spacing: 0.8vw;
    padding: 4vw 2.13333vw;
    line-height: 0;
    background-color: #425364;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    -webkit-transform: translateY(0.8vw);
            transform: translateY(0.8vw);
    width: 9.06667vw;
    height: 9.06667vw;
    box-sizing: border-box;
    margin-right: 2.13333vw;
  }
  main.contact > section > span#hs_cos_wrapper_contact form > div .actions input[type="submit"] {
    font-family: "News Cycle";
    font-weight: 700;
    font-size: 7.73333vw;
    line-height: 8.53333vw;
    letter-spacing: 0.53333vw;
    text-transform: uppercase;
    border: 0;
    color: #ff6500;
    padding: 4vw;
    cursor: pointer;
  }
}

main.this-medical-moment .mobile,
main.this-medical-moment .mobile-path {
  display: none;
}

main.this-medical-moment div.desktop-path svg {
  position: absolute;
}

main.this-medical-moment div.desktop-path:nth-of-type(1) {
  background-color: red;
}

main.this-medical-moment div.desktop-path:nth-of-type(1) svg {
  left: 35.76389vw;
  top: 35.41667vw;
  width: 9.16667vw;
  height: 1.66667vw;
}

main.this-medical-moment div.desktop-path:nth-of-type(2) svg {
  left: 29.16667vw;
  top: 54.16667vw;
  width: 38.19444vw;
  height: 11.38889vw;
}

main.this-medical-moment div.desktop-path:nth-of-type(3) svg {
  left: 29.16667vw;
  top: 82.29167vw;
  width: 31.11111vw;
  height: 10vw;
}

main.this-medical-moment div.desktop-path:nth-of-type(4) svg {
  left: 35.41667vw;
  top: 92.98611vw;
  width: 37.63889vw;
  height: 19.79167vw;
}

main.this-medical-moment div.desktop-path:nth-of-type(5) svg {
  left: 29.16667vw;
  top: 123.61111vw;
  width: 12.43056vw;
  height: 21.45833vw;
}

main.this-medical-moment > section {
  position: relative;
}

main.this-medical-moment > section:nth-of-type(1) {
  background-image: url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/this-medical-moment/peter-videobackground_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 48.29129vw;
}

main.this-medical-moment > section:nth-of-type(1) img.play-button {
  cursor: pointer;
  position: absolute;
  top: 17.65663vw;
  left: 42.71766vw;
  width: 10.3336vw;
  height: 10.3336vw;
}

main.this-medical-moment > section:nth-of-type(1) video {
  display: none;
  width: 100vw;
  height: 48.29129vw;
}

main.this-medical-moment > section:nth-of-type(1) svg {
  width: 34.21481vw;
  height: 16.55818vw;
  position: absolute;
  right: 8.1367vw;
  top: 8.1367vw;
}

main.this-medical-moment > section:nth-of-type(1) > h1 {
  position: absolute;
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.59722vw;
  letter-spacing: 0.07639vw;
  top: 18.05556vw;
  left: 24.30556vw;
  color: #425364;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(1) > h1 {
    font-size: 5.625vw;
    left: 14.375vw;
  }
}

main.this-medical-moment > section:nth-of-type(1) figure {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 20.83333vw;
  left: 20.83333vw;
  width: 14.25781vw;
  height: 14.25781vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(1) figure {
    width: 45.625vw;
    height: 45.625vw;
    top: 25.9375vw;
    left: 7.1875vw;
  }
}

main.this-medical-moment > section:nth-of-type(1) figure > h3 {
  position: absolute;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 3.33333vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(1) figure > h3 {
    font-size: 8.4375vw;
    line-height: 9.375vw;
    top: 12.8125vw;
    left: 6.25vw;
  }
}

main.this-medical-moment > section:nth-of-type(2) {
  height: 50.89504vw;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(2) {
    height: 100vw;
  }
}

main.this-medical-moment > section:nth-of-type(2) div.form-section img {
  position: absolute;
  width: 13.71033vw;
  height: 13.71033vw;
  top: 6.10252vw;
  left: 12.20504vw;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section p span {
  font-family: "Playfair Display";
  font-weight: 600;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section p:nth-of-type(1) {
  top: 5.69569vw;
  left: 28.47844vw;
  width: 56.95688vw;
  font-size: 1.79007vw;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section p:nth-of-type(2) {
  top: 32.54679vw;
  left: 12.20504vw;
  width: 24.41009vw;
  font-size: 1.46461vw;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section h3 {
  position: absolute;
  font-family: "Playfair Display";
  color: #fc871e;
  font-size: 1.87144vw;
  top: 28.47844vw;
  left: 12.20504vw;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section form {
  position: absolute;
  top: 28.47844vw;
  left: 40.68348vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(2) div.form-section form {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.this-medical-moment > section:nth-of-type(2) div.form-section fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.26119vw;
  border: none;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section fieldset:last-of-type {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section fieldset label {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.2205vw;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section input {
  height: 3.25468vw;
  width: 19.85354vw;
  font-size: 1.5vw;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section input[type="submit"] {
  background: #ff6b00;
  color: white;
  font-size: 1.62734vw;
  height: 3.4581vw;
  font-weight: bold;
}

main.this-medical-moment > section:nth-of-type(2) div.form-section input[type="submit"]:before {
  content: "";
  position: absolute;
  border-width: 0 3px 3px 0;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section {
  display: none;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section h2 {
  font-family: "Playfair Display";
  position: absolute;
  top: 4.06835vw;
  left: 52.48169vw;
  font-size: 2.84784vw;
  color: #425364;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section h3 {
  position: absolute;
  font-family: "Playfair Display";
  color: #fc871e;
  font-size: 1.87144vw;
  top: 8.1367vw;
  left: 52.88853vw;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section p span {
  font-family: "Playfair Display";
  font-weight: 600;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section p:nth-of-type(1) {
  top: 12.20504vw;
  left: 52.88853vw;
  width: 40.68348vw;
  font-size: 1.46461vw;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section p:nth-of-type(2) {
  top: 32.54679vw;
  left: 12.20504vw;
  width: 24.41009vw;
  font-size: 1.46461vw;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section svg {
  position: absolute;
  top: 8.1367vw;
  left: 12.20504vw;
  width: 29.65826vw;
  height: 14.40195vw;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section {
  position: relative;
  top: 21.15541vw;
  left: 52.88853vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section svg {
  top: 0;
  left: 0;
  width: 2.23759vw;
  height: 2.03417vw;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 3.25468vw;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section ul li {
  margin: 0 0.40683vw;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section ul li p {
  position: static;
  font-size: 0.89504vw;
  width: auto;
}

main.this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section ul li a {
  font-family: "News Cycle";
  font-size: 0.89504vw;
  color: #ff6b00;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
}

main.this-medical-moment > section:nth-of-type(3) {
  height: 41.66667vw;
}

main.this-medical-moment > section:nth-of-type(3) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 2.44101vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 0;
  left: 12.20504vw;
  color: #425364;
  background-color: #a5dae7;
  border-radius: 50%;
  padding: 5.12612vw 1.54597vw;
}

main.this-medical-moment > section:nth-of-type(3) > p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.this-medical-moment > section:nth-of-type(3) > p span {
  font-family: "Playfair Display";
  font-weight: 600;
}

main.this-medical-moment > section:nth-of-type(3) > p:nth-of-type(1) {
  top: 4.06835vw;
  left: 30.91945vw;
  width: 65.45972vw;
  font-size: 1.46461vw;
}

main.this-medical-moment > section:nth-of-type(3) > p:nth-of-type(2) {
  top: 32.54679vw;
  left: 12.20504vw;
  width: 24.41009vw;
  font-size: 1.46461vw;
}

main.this-medical-moment > section:nth-of-type(3) > p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container img {
  position: absolute;
  height: 14.48332vw;
  width: 25.79333vw;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container h3 {
  position: absolute;
  font-family: "Playfair Display";
  font-size: 2.23759vw;
  color: #a5dae7;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container h4 {
  position: absolute;
  font-family: "Playfair Display";
  font-size: 1.46461vw;
  color: #f36c21;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #425364;
  position: absolute;
  width: 40.68348vw;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container a {
  font-family: "News Cycle";
  cursor: pointer;
  font-weight: 600;
  color: #f36c21;
  position: relative;
  border-bottom: solid 0.04068vw #f36c21;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container a:after {
  content: ">";
  position: absolute;
  right: -0.81367vw;
  top: 0.40683vw;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container:nth-of-type(1) img {
  top: 20.34174vw;
  left: 8.1367vw;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container:nth-of-type(1) h3 {
  top: 22.78275vw;
  left: 36.61513vw;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container:nth-of-type(1) h4 {
  top: 18.10415vw;
  left: 36.61513vw;
}

main.this-medical-moment > section:nth-of-type(3) .episode-container:nth-of-type(1) p {
  top: 22.78275vw;
  left: 36.61513vw;
}

main.this-medical-moment > section:nth-of-type(4) {
  height: 20.83333vw;
}

main.this-medical-moment > section:nth-of-type(4) figure {
  border-radius: 50%;
  background-color: #435363;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: relative;
  top: 4.79167vw;
  left: 54.16667vw;
  width: 16.66667vw;
  height: 16.66667vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(4) figure {
    width: 79.0625vw;
    height: 79.0625vw;
    top: 259.375vw;
    left: -2.1875vw;
    cursor: pointer;
  }
}

main.this-medical-moment > section:nth-of-type(4) figure > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 2.36111vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 1.18056vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(4) figure > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    text-align: center;
    width: 52.1875vw;
    top: 28.125vw;
    left: 12.5vw;
  }
  main.this-medical-moment > section:nth-of-type(4) figure > h2::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -12.5vw;
    left: 50%;
  }
}

main.this-medical-moment > section:nth-of-type(4) figure p {
  font-family: "News Cycle";
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.38889vw;
  letter-spacing: 0.06944vw;
  text-align: right;
  color: #425364;
  position: absolute;
  width: 33.33333vw;
  top: 6.25vw;
  right: 18.75vw;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(4) figure p {
    display: none;
    font-size: 4.375vw;
    text-align: left;
    font-weight: bold;
    line-height: 5.625vw;
    width: 52.5vw;
    top: 7.1875vw;
    left: 19.0625vw;
    color: white;
  }
  main.this-medical-moment > section:nth-of-type(4) figure p::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -9.375vw;
    left: 40%;
  }
}

main.this-medical-moment > section:nth-of-type(4) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.this-medical-moment > section:nth-of-type(5) {
  height: 20.83333vw;
}

main.this-medical-moment > section:nth-of-type(5) figure {
  border-radius: 50%;
  background-color: #ff6b00;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: relative;
  top: 4.79167vw;
  left: 20.83333vw;
  width: 16.66667vw;
  height: 16.66667vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(5) figure {
    width: 79.0625vw;
    height: 79.0625vw;
    top: 321.875vw;
    left: 31.25vw;
    cursor: pointer;
  }
}

main.this-medical-moment > section:nth-of-type(5) figure > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 2.36111vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 3.19444vw;
  left: 4.02778vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(5) figure > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    text-align: center;
    width: 52.1875vw;
    top: 21.875vw;
    left: 12.5vw;
  }
  main.this-medical-moment > section:nth-of-type(5) figure > h2::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -12.5vw;
    left: 50%;
  }
}

main.this-medical-moment > section:nth-of-type(5) figure p {
  font-family: "News Cycle";
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.38889vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
  width: 26.38889vw;
  top: 6.25vw;
  left: 18.75vw;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(5) figure p {
    display: none;
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 5.625vw;
    width: 52.5vw;
    top: 18.75vw;
    left: 15.625vw;
    position: relative;
    color: white;
  }
  main.this-medical-moment > section:nth-of-type(5) figure p::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -9.375vw;
    left: 40%;
  }
}

main.this-medical-moment > section:nth-of-type(5) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.this-medical-moment > section:nth-of-type(6) {
  height: 50vw;
}

main.this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 3.33333vw;
  left: 41.66667vw;
  width: 42.96875vw;
  height: 42.96875vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) {
    width: 105.9375vw;
    height: 105.9375vw;
    top: 393.75vw;
    left: -5.9375vw;
  }
}

main.this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 12.98611vw;
  left: 4.16667vw;
  color: #435363;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    top: 29.6875vw;
    font-weight: bold;
    text-align: center;
  }
}

main.this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) > a {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: white;
  position: absolute;
  top: 25.69444vw;
  left: 3.47222vw;
  width: 34.72222vw;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) > a {
    top: 62.5vw;
    width: 86.875vw;
    left: 13.33333vw;
  }
}

main.this-medical-moment > section:nth-of-type(6) figure:nth-of-type(2) {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 4.79167vw;
  left: 20.83333vw;
  width: 14.25781vw;
  height: 14.25781vw;
  z-index: 1;
}

main.this-medical-moment > section:nth-of-type(6) figure:nth-of-type(2) > h3 {
  position: absolute;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 3.33333vw;
  color: white;
}

main.this-medical-moment > section:nth-of-type(6) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.this-medical-moment > section:nth-of-type(6) p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.this-medical-moment > section:nth-of-type(6) p:nth-of-type(1) {
  top: 56.11111vw;
  left: 7.01389vw;
  width: 41.66667vw;
}

main.this-medical-moment > section:nth-of-type(6) p:nth-of-type(2) {
  top: 66.66667vw;
  left: 7.01389vw;
  width: 40.27778vw;
}

main.this-medical-moment > section:nth-of-type(6) p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

@media only screen and (max-width: 767px) {
  main.this-medical-moment .desktop-path {
    display: none;
  }
  main.this-medical-moment .mobile {
    display: block;
  }
  main.this-medical-moment div.mobile-path {
    display: block;
    position: absolute;
  }
  main.this-medical-moment div.mobile-path svg {
    position: absolute;
  }
  main.this-medical-moment div.mobile-path:nth-of-type(1) svg {
    left: 71.25vw;
    top: 6.25vw;
  }
  main.this-medical-moment div.mobile-path:nth-of-type(2) svg {
    top: 50vw;
    left: 46.875vw;
    width: 16.875vw;
    height: 42.1875vw;
  }
  main.this-medical-moment div.mobile-path:nth-of-type(3) svg {
    top: 220.625vw;
    left: 37.5vw;
    width: 42.1875vw;
    height: 33.125vw;
  }
  main.this-medical-moment div.mobile-path:nth-of-type(4) svg {
    top: 313.4375vw;
    left: 29.0625vw;
  }
  main.this-medical-moment div.mobile-path:nth-of-type(5) svg {
    top: 371.5625vw;
    left: 70.625vw;
    height: 48vw;
    width: 14.93333vw;
  }
  main.this-medical-moment div.mobile-path:nth-of-type(6) svg {
    top: 453.125vw;
    left: 12.5vw;
  }
  main.this-medical-moment figure.active h2 {
    display: none;
  }
  main.this-medical-moment figure.active p {
    display: block !important;
  }
}

main.stage-this-medical-moment .mobile,
main.stage-this-medical-moment .mobile-path {
  display: none;
}

main.stage-this-medical-moment div.desktop-path svg {
  position: absolute;
}

main.stage-this-medical-moment div.desktop-path:nth-of-type(1) {
  background-color: red;
}

main.stage-this-medical-moment div.desktop-path:nth-of-type(1) svg {
  left: 35.76389vw;
  top: 35.41667vw;
  width: 9.16667vw;
  height: 1.66667vw;
}

main.stage-this-medical-moment div.desktop-path:nth-of-type(2) svg {
  left: 29.16667vw;
  top: 54.16667vw;
  width: 38.19444vw;
  height: 11.38889vw;
}

main.stage-this-medical-moment div.desktop-path:nth-of-type(3) svg {
  left: 29.16667vw;
  top: 82.29167vw;
  width: 31.11111vw;
  height: 10vw;
}

main.stage-this-medical-moment div.desktop-path:nth-of-type(4) svg {
  left: 35.41667vw;
  top: 92.98611vw;
  width: 37.63889vw;
  height: 19.79167vw;
}

main.stage-this-medical-moment div.desktop-path:nth-of-type(5) svg {
  left: 29.16667vw;
  top: 123.61111vw;
  width: 12.43056vw;
  height: 21.45833vw;
}

main.stage-this-medical-moment > section {
  position: relative;
}

main.stage-this-medical-moment > section:nth-of-type(1) {
  background-image: url("https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/this-medical-moment/peter-videobackground_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 48.29129vw;
}

main.stage-this-medical-moment > section:nth-of-type(1) img.play-button {
  cursor: pointer;
  position: absolute;
  top: 17.65663vw;
  left: 42.71766vw;
  width: 10.3336vw;
  height: 10.3336vw;
}

main.stage-this-medical-moment > section:nth-of-type(1) video {
  display: none;
  width: 100vw;
  height: 48.29129vw;
}

main.stage-this-medical-moment > section:nth-of-type(1) svg {
  width: 34.21481vw;
  height: 16.55818vw;
  position: absolute;
  right: 8.1367vw;
  top: 8.1367vw;
}

main.stage-this-medical-moment > section:nth-of-type(1) > h1 {
  position: absolute;
  font-family: "News Cycle";
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.59722vw;
  letter-spacing: 0.07639vw;
  top: 18.05556vw;
  left: 24.30556vw;
  color: #425364;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(1) > h1 {
    font-size: 5.625vw;
    left: 14.375vw;
  }
}

main.stage-this-medical-moment > section:nth-of-type(1) figure {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 20.83333vw;
  left: 20.83333vw;
  width: 14.25781vw;
  height: 14.25781vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(1) figure {
    width: 45.625vw;
    height: 45.625vw;
    top: 25.9375vw;
    left: 7.1875vw;
  }
}

main.stage-this-medical-moment > section:nth-of-type(1) figure > h3 {
  position: absolute;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 3.33333vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(1) figure > h3 {
    font-size: 8.4375vw;
    line-height: 9.375vw;
    top: 12.8125vw;
    left: 6.25vw;
  }
}

main.stage-this-medical-moment > section:nth-of-type(2) {
  height: 50.89504vw;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(2) {
    height: 100vw;
  }
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section img {
  position: absolute;
  width: 13.71033vw;
  height: 13.71033vw;
  top: 6.10252vw;
  left: 12.20504vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section p span {
  font-family: "Playfair Display";
  font-weight: 600;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section p:nth-of-type(1) {
  top: 5.69569vw;
  left: 28.47844vw;
  width: 56.95688vw;
  font-size: 1.79007vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section p:nth-of-type(2) {
  top: 32.54679vw;
  left: 12.20504vw;
  width: 24.41009vw;
  font-size: 1.46461vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section h3 {
  position: absolute;
  font-family: "Playfair Display";
  color: #fc871e;
  font-size: 1.87144vw;
  top: 28.47844vw;
  left: 12.20504vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section form {
  position: absolute;
  top: 28.47844vw;
  left: 40.68348vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(2) div.form-section form {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.26119vw;
  border: none;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section fieldset:last-of-type {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section fieldset label {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.2205vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section input {
  height: 3.25468vw;
  width: 19.85354vw;
  font-size: 1.5vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section input[type="submit"] {
  background: #ff6b00;
  color: white;
  font-size: 1.62734vw;
  height: 3.4581vw;
  font-weight: bold;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.form-section input[type="submit"]:before {
  content: "";
  position: absolute;
  border-width: 0 3px 3px 0;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section {
  display: none;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section h2 {
  font-family: "Playfair Display";
  position: absolute;
  top: 4.06835vw;
  left: 52.48169vw;
  font-size: 2.84784vw;
  color: #425364;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section h3 {
  position: absolute;
  font-family: "Playfair Display";
  color: #fc871e;
  font-size: 1.87144vw;
  top: 8.1367vw;
  left: 52.88853vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section p span {
  font-family: "Playfair Display";
  font-weight: 600;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section p:nth-of-type(1) {
  top: 12.20504vw;
  left: 52.88853vw;
  width: 40.68348vw;
  font-size: 1.46461vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section p:nth-of-type(2) {
  top: 32.54679vw;
  left: 12.20504vw;
  width: 24.41009vw;
  font-size: 1.46461vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section svg {
  position: absolute;
  top: 8.1367vw;
  left: 12.20504vw;
  width: 29.65826vw;
  height: 14.40195vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section {
  position: relative;
  top: 21.15541vw;
  left: 52.88853vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section svg {
  top: 0;
  left: 0;
  width: 2.23759vw;
  height: 2.03417vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 3.25468vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section ul li {
  margin: 0 0.40683vw;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section ul li p {
  position: static;
  font-size: 0.89504vw;
  width: auto;
}

main.stage-this-medical-moment > section:nth-of-type(2) div.thank-you-section .share-section ul li a {
  font-family: "News Cycle";
  font-size: 0.89504vw;
  color: #ff6b00;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) {
  height: 41.66667vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 2.44101vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 0;
  left: 12.20504vw;
  color: #425364;
  background-color: #a5dae7;
  border-radius: 50%;
  padding: 5.12612vw 1.54597vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) > p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.stage-this-medical-moment > section:nth-of-type(3) > p span {
  font-family: "Playfair Display";
  font-weight: 600;
}

main.stage-this-medical-moment > section:nth-of-type(3) > p:nth-of-type(1) {
  top: 4.06835vw;
  left: 30.91945vw;
  width: 65.45972vw;
  font-size: 1.46461vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) > p:nth-of-type(2) {
  top: 32.54679vw;
  left: 12.20504vw;
  width: 24.41009vw;
  font-size: 1.46461vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) > p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container img {
  position: absolute;
  height: 14.48332vw;
  width: 25.79333vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container h3 {
  position: absolute;
  font-family: "Playfair Display";
  font-size: 2.23759vw;
  color: #a5dae7;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container h4 {
  position: absolute;
  font-family: "Playfair Display";
  font-size: 1.46461vw;
  color: #f36c21;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #425364;
  position: absolute;
  width: 40.68348vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container a {
  font-family: "News Cycle";
  cursor: pointer;
  font-weight: 600;
  color: #f36c21;
  position: relative;
  border-bottom: solid 0.04068vw #f36c21;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container a:after {
  content: ">";
  position: absolute;
  right: -0.81367vw;
  top: 0.40683vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container:nth-of-type(1) img {
  top: 20.34174vw;
  left: 8.1367vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container:nth-of-type(1) h3 {
  top: 22.78275vw;
  left: 36.61513vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container:nth-of-type(1) h4 {
  top: 18.10415vw;
  left: 36.61513vw;
}

main.stage-this-medical-moment > section:nth-of-type(3) .episode-container:nth-of-type(1) p {
  top: 22.78275vw;
  left: 36.61513vw;
}

main.stage-this-medical-moment > section:nth-of-type(4) {
  height: 20.83333vw;
}

main.stage-this-medical-moment > section:nth-of-type(4) figure {
  border-radius: 50%;
  background-color: #435363;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: relative;
  top: 4.79167vw;
  left: 54.16667vw;
  width: 16.66667vw;
  height: 16.66667vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(4) figure {
    width: 79.0625vw;
    height: 79.0625vw;
    top: 259.375vw;
    left: -2.1875vw;
    cursor: pointer;
  }
}

main.stage-this-medical-moment > section:nth-of-type(4) figure > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 2.36111vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 1.18056vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(4) figure > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    text-align: center;
    width: 52.1875vw;
    top: 28.125vw;
    left: 12.5vw;
  }
  main.stage-this-medical-moment > section:nth-of-type(4) figure > h2::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -12.5vw;
    left: 50%;
  }
}

main.stage-this-medical-moment > section:nth-of-type(4) figure p {
  font-family: "News Cycle";
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.38889vw;
  letter-spacing: 0.06944vw;
  text-align: right;
  color: #425364;
  position: absolute;
  width: 33.33333vw;
  top: 6.25vw;
  right: 18.75vw;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(4) figure p {
    display: none;
    font-size: 4.375vw;
    text-align: left;
    font-weight: bold;
    line-height: 5.625vw;
    width: 52.5vw;
    top: 7.1875vw;
    left: 19.0625vw;
    color: white;
  }
  main.stage-this-medical-moment > section:nth-of-type(4) figure p::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -9.375vw;
    left: 40%;
  }
}

main.stage-this-medical-moment > section:nth-of-type(4) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.stage-this-medical-moment > section:nth-of-type(5) {
  height: 20.83333vw;
}

main.stage-this-medical-moment > section:nth-of-type(5) figure {
  border-radius: 50%;
  background-color: #ff6b00;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: relative;
  top: 4.79167vw;
  left: 20.83333vw;
  width: 16.66667vw;
  height: 16.66667vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(5) figure {
    width: 79.0625vw;
    height: 79.0625vw;
    top: 321.875vw;
    left: 31.25vw;
    cursor: pointer;
  }
}

main.stage-this-medical-moment > section:nth-of-type(5) figure > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 2.36111vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 3.19444vw;
  left: 4.02778vw;
  color: white;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(5) figure > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    text-align: center;
    width: 52.1875vw;
    top: 21.875vw;
    left: 12.5vw;
  }
  main.stage-this-medical-moment > section:nth-of-type(5) figure > h2::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -12.5vw;
    left: 50%;
  }
}

main.stage-this-medical-moment > section:nth-of-type(5) figure p {
  font-family: "News Cycle";
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.38889vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
  width: 26.38889vw;
  top: 6.25vw;
  left: 18.75vw;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(5) figure p {
    display: none;
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 5.625vw;
    width: 52.5vw;
    top: 18.75vw;
    left: 15.625vw;
    position: relative;
    color: white;
  }
  main.stage-this-medical-moment > section:nth-of-type(5) figure p::after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3421570/precisioneffect.com/img/icons/plus-white.svg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    bottom: -9.375vw;
    left: 40%;
  }
}

main.stage-this-medical-moment > section:nth-of-type(5) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.125vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.stage-this-medical-moment > section:nth-of-type(6) {
  height: 50vw;
}

main.stage-this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 3.33333vw;
  left: 41.66667vw;
  width: 42.96875vw;
  height: 42.96875vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) {
    width: 105.9375vw;
    height: 105.9375vw;
    top: 393.75vw;
    left: -5.9375vw;
  }
}

main.stage-this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 12.98611vw;
  left: 4.16667vw;
  color: #435363;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) > h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    top: 29.6875vw;
    font-weight: bold;
    text-align: center;
  }
}

main.stage-this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) > a {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: white;
  position: absolute;
  top: 25.69444vw;
  left: 3.47222vw;
  width: 34.72222vw;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment > section:nth-of-type(6) figure:nth-of-type(1) > a {
    top: 62.5vw;
    width: 86.875vw;
    left: 13.33333vw;
  }
}

main.stage-this-medical-moment > section:nth-of-type(6) figure:nth-of-type(2) {
  border-radius: 50%;
  background-color: #425364;
  box-shadow: 0 0.97656vw 1.66016vw 0.29297vw rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 4.79167vw;
  left: 20.83333vw;
  width: 14.25781vw;
  height: 14.25781vw;
  z-index: 1;
}

main.stage-this-medical-moment > section:nth-of-type(6) figure:nth-of-type(2) > h3 {
  position: absolute;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.91667vw;
  letter-spacing: 0.07639vw;
  top: 4.16667vw;
  left: 3.33333vw;
  color: white;
}

main.stage-this-medical-moment > section:nth-of-type(6) > h2 {
  position: absolute;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 3.54167vw;
  line-height: 3.54167vw;
  letter-spacing: 0.07639vw;
  top: 38.47222vw;
  left: 7.01389vw;
  color: #425364;
}

main.stage-this-medical-moment > section:nth-of-type(6) p {
  font-family: "News Cycle";
  font-weight: 400;
  font-size: 1.80556vw;
  line-height: 2.09722vw;
  letter-spacing: 0.06944vw;
  color: #425364;
  position: absolute;
}

main.stage-this-medical-moment > section:nth-of-type(6) p:nth-of-type(1) {
  top: 56.11111vw;
  left: 7.01389vw;
  width: 41.66667vw;
}

main.stage-this-medical-moment > section:nth-of-type(6) p:nth-of-type(2) {
  top: 66.66667vw;
  left: 7.01389vw;
  width: 40.27778vw;
}

main.stage-this-medical-moment > section:nth-of-type(6) p > a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fc871e;
}

@media only screen and (max-width: 767px) {
  main.stage-this-medical-moment .desktop-path {
    display: none;
  }
  main.stage-this-medical-moment .mobile {
    display: block;
  }
  main.stage-this-medical-moment div.mobile-path {
    display: block;
    position: absolute;
  }
  main.stage-this-medical-moment div.mobile-path svg {
    position: absolute;
  }
  main.stage-this-medical-moment div.mobile-path:nth-of-type(1) svg {
    left: 71.25vw;
    top: 6.25vw;
  }
  main.stage-this-medical-moment div.mobile-path:nth-of-type(2) svg {
    top: 50vw;
    left: 46.875vw;
    width: 16.875vw;
    height: 42.1875vw;
  }
  main.stage-this-medical-moment div.mobile-path:nth-of-type(3) svg {
    top: 220.625vw;
    left: 37.5vw;
    width: 42.1875vw;
    height: 33.125vw;
  }
  main.stage-this-medical-moment div.mobile-path:nth-of-type(4) svg {
    top: 313.4375vw;
    left: 29.0625vw;
  }
  main.stage-this-medical-moment div.mobile-path:nth-of-type(5) svg {
    top: 371.5625vw;
    left: 70.625vw;
    height: 48vw;
    width: 14.93333vw;
  }
  main.stage-this-medical-moment div.mobile-path:nth-of-type(6) svg {
    top: 453.125vw;
    left: 12.5vw;
  }
  main.stage-this-medical-moment figure.active h2 {
    display: none;
  }
  main.stage-this-medical-moment figure.active p {
    display: block !important;
  }
}
