@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #333;
  --dark-grey: #c4c4c4;
  --grey: #f2f2f2;
  --red: #e54c41;
  --light-gray: #f8f8f8;
  --compliascan-blue: #1d4a9c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 82px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.mycontain {
  flex: 1;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: block;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.stylename {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.navlink {
  z-index: 10;
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: block;
  position: static;
}

.navlink:hover {
  color: var(--black);
  border-bottom: 1px #ffa835;
}

.navlink.w--current {
  color: var(--black);
  margin-bottom: 0;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.darkgreycolor {
  background-color: var(--dark-grey);
  margin-left: 0;
}

.colorbox.greycolor {
  background-color: var(--grey);
}

.colorbox.whitebgcolor {
  background-color: var(--white);
}

.colorbox.redcolor {
  background-color: var(--red);
}

.colorbox.blackcolor {
  background-color: var(--black);
}

.redboldpara {
  color: var(--red);
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.casestudynavlinks {
  color: var(--red);
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.bigcircle {
  background-color: var(--grey);
  border-radius: 100%;
  width: 800px;
  height: 800px;
}

.bigcircle.white {
  background-color: var(--white);
  background-image: linear-gradient(#fff9, #fff9), url('../images/lotto-guy.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 700px;
  display: none;
}

.bigcircle.small {
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 650px;
  display: flex;
}

.herosection {
  background-color: var(--grey);
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.redspan {
  color: var(--red);
}

.herocontent {
  display: flex;
}

.leftdiv {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.rightdiv {
  position: absolute;
  inset: -11% -2% 0% auto;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
}

.navwrapper {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.menubutton {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.menubutton.w--open {
  z-index: 5;
  background-color: #0000;
}

.lottie-animation {
  margin-top: 5px;
  display: block;
}

.heroimageslider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 50%;
  display: flex;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.heroslidermask {
  background-color: #0000;
}

.heroslidecontainer {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.navmenu {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 40px 0;
  display: flex;
}

.menuwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.whitesection {
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.whitesection.prefooter {
  padding-top: 100px;
  padding-bottom: 100px;
}

.whitesection.tl {
  padding-bottom: 200px;
}

.whitesection.lightgray {
  display: block;
}

._2ndsectioncontentwrapper {
  grid-template-rows: auto;
  grid-template-columns: .25fr 5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.greysection {
  background-color: var(--grey);
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.greysection.tl {
  padding-top: 295px;
  padding-bottom: 175px;
}

.greysection.withmargin {
  display: none;
}

.greysection.workslp {
  padding-bottom: 70px;
  position: relative;
}

.tabs {
  flex: 1;
}

.tabsmenu {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.tabswrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tablink {
  transform-origin: 0%;
  color: var(--black);
  background-color: #0000;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  transition: all .4s;
}

.tablink.w--current {
  color: var(--red);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.tabpane {
  width: 100%;
  overflow: visible;
}

.lightgreysection {
  background-color: var(--light-gray);
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: visible;
}

.lightgreysection.tl {
  display: block;
}

.testimonialslider {
  background-color: #0000;
  padding-bottom: 0;
}

.slidenavvisible {
  color: var(--red);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  top: 100%;
}

.testimonialslide {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonialcontentwrapper {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.testimonialcontent {
  font-size: 28px;
  line-height: 33px;
}

.redseparator {
  background-color: var(--red);
  width: 200px;
  height: 6px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.clienttitle {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-weight: 400;
}

.tsmask {
  padding-bottom: 18px;
}

.html-embed {
  color: #0000;
}

.prefootercontentwrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.pfleft {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pfright {
  align-items: center;
  width: 37%;
  display: flex;
}

.pfright.csbottom {
  z-index: 10;
  justify-content: space-around;
  width: 55%;
  padding-bottom: 15px;
  position: relative;
}

.emaillinkdb {
  flex-direction: column;
  width: auto;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.emaillinkdb::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--red);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

.emaillinkdb:hover::after {
  transform: scaleX(0);
}

.emailsubheading {
  font-weight: 400;
}

.underline-span {
  text-decoration: underline;
}

.emailpfheading {
  transition: all .4s;
}

.emailpfheading.red {
  color: var(--red);
  margin-bottom: 0;
}

.brand {
  flex: 0 auto;
  width: auto;
  display: block;
}

.brand.fullfooterlogo {
  margin-right: 20px;
}

.footer {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footercontentwrapper {
  justify-content: space-between;
  display: flex;
}

.footerleftdiv {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footerrightdiv {
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.footercopyrighttext {
  color: #fff;
  margin-bottom: 9px;
  font-family: Basisgrotesquepro, sans-serif;
  font-weight: 500;
}

.socialmedia-linkdb {
  filter: brightness(178%) saturate(0%) hue-rotate();
  width: 20px;
  height: auto;
  margin-right: 15px;
  transition: all .4s;
}

.socialmedia-linkdb:hover {
  filter: none;
}

.socialmedia-linkdb.last {
  margin-right: 0;
}

.tlherocontentwrapper {
  flex-direction: column;
  display: flex;
}

.tlsecondsectioncontentwrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.tlsecondsectioncontentwrapper.extratoppadding {
  padding-top: 100px;
}

.tlssleftdiv {
  width: 50%;
}

.scjeadingdiv {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.parawrapper {
  padding-left: 34px;
}

.tlssrightdiv {
  position: absolute;
  top: 37.2%;
  right: -23%;
}

.tlimage {
  width: 80%;
}

.serviceofferingcontentwrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tltabs {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: block;
}

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

.tltablink {
  background-color: var(--white);
  color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.tltablink.w--current {
  background-color: var(--red);
  color: var(--white);
  transition-property: none;
}

.tltablink.last {
  margin-right: 0;
  line-height: 35px;
}

.tltabcontent {
  margin-top: 80px;
}

.servicespara {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
}

.tltabparawrapper {
  justify-content: center;
  align-items: center;
  padding: 0 100px;
  display: flex;
}

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

.wcleftdiv {
  width: 50%;
}

.wcrightdiv {
  width: 50%;
  padding-left: 100px;
}

.projectdescription {
  border-left: 6px solid var(--red);
  text-indent: 0;
  padding-left: 20px;
  font-family: Basisgrotesquepro, sans-serif;
}

.imagecircleworkpage {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 350px;
  height: 350px;
}

.multi-imagewrapperdiv {
  margin-bottom: 100px;
}

.micollectionitem {
  align-items: flex-start;
  display: flex;
}

.micollectionitem:first-child {
  flex: 0 auto;
}

.micollectionlist {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: block;
}

.misingleimage {
  width: 100%;
}

.csbottomnavbutton {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bottomnavtext {
  color: var(--red);
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.bottomnavtext.previous {
  margin-left: 10px;
}

.bottomnavtext.next {
  margin-right: 10px;
}

.csbottomcircle {
  background-color: var(--white);
  border-radius: 100%;
  width: 650px;
  height: 650px;
  position: absolute;
  inset: -127% 0% 0% 40.5%;
  overflow: visible;
}

.tabs-content-plans {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.workcl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.workcl.withoutgrid {
  display: block;
}

.worklinkblock {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 10px;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.worlci {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: all .8s;
  position: relative;
  overflow: visible;
}

.overlay {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.redborderheading {
  border-left: 6px solid var(--red);
  padding-left: 20px;
  font-size: 82px;
  line-height: 82px;
}

.brandimage {
  max-width: 90%;
  margin: 0;
  padding-right: 0;
}

.alwaystogetherspan {
  white-space: nowrap;
}

.subtextdiv {
  width: 66%;
  margin-top: 50px;
  padding-left: 26px;
  display: block;
}

.clientlistheadingdiv {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clientlistwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.clientlist {
  font-size: 14px;
  font-weight: 500;
}

.subheading {
  display: block;
  overflow: visible;
}

.subheading.bookinggridsubhead {
  margin-top: 0;
  margin-bottom: 0;
}

.fullwidthimagesection {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
}

.deliverablesdiv {
  margin-bottom: 150px;
}

.ddupperdiv {
  border-top: 6px solid var(--red);
  padding-top: 15px;
  padding-bottom: 15px;
}

.ddlowerdiv {
  display: flex;
}

.ddlleftdiv {
  width: 22%;
}

.ddtextblock {
  color: var(--black);
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.ddlrightdiv {
  width: 78%;
}

.deliverableslist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.worksheadingdiv {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.worksectionheading {
  color: var(--white);
  text-align: center;
}

.tlworksectiondiv {
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tlheading {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.tlheading.padding {
  margin-bottom: 0;
  margin-left: 5px;
}

.tlwlowerheadingdiv {
  display: flex;
}

.tlunderline {
  background-color: var(--white);
  transform-origin: 0%;
  height: 2px;
}

.tlunderline.black {
  background-color: var(--black);
  height: 4px;
}

.tlunderline.black.red {
  color: var(--red);
  height: 4px;
}

.tlunderline.red {
  background-color: var(--red);
  height: 4px;
}

.tlunderline.red.nv {
  background-color: var(--black);
  display: block;
}

.tlpodcastdiv {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.micollectionwrapper {
  column-count: 2;
  width: 100%;
}

.collection-list-wrapper {
  column-count: 3;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.darkgraysection {
  background-color: var(--grey);
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.darkgraysection.tl {
  padding-top: 175px;
  padding-bottom: 175px;
}

.darkgraysection.withmargin {
  background-color: var(--grey);
  display: none;
}

.darkgraysection.workslp {
  padding-bottom: 70px;
  position: relative;
}

.emaillinkdb-2 {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.emaillinkdb-2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--black);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

.emaillinkdb-2:hover::after {
  transform: scaleX(0);
}

.tlunderline-2 {
  transform-origin: 0%;
  background-color: #fff;
  height: 2px;
}

.tlunderline-2.black {
  background-color: #333;
  height: 4px;
}

.navbaralt {
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.lottie-animationalt {
  margin-top: 5px;
  display: none;
}

.bookinggrid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-areas: "Area Area-3"
                       ". .";
  margin-top: 0;
}

.bookingcontainerheader {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.bookingbutton {
  background-color: var(--red);
  color: #fff;
  width: 300px;
  padding: 20px 40px;
}

.calendlybutton {
  background-color: var(--red);
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px 40px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.calendlybutton:hover {
  background-color: var(--dark-grey);
}

.superscript {
  column-count: auto;
  object-position: 50% 50%;
  width: 24px;
  font-size: 24px;
  position: relative;
}

.text-span {
  font-size: 24px;
  position: relative;
  top: -14px;
}

.brandclubhouse {
  flex: 0 auto;
  width: 220px;
  height: 60px;
}

.brandclubhouse.fullfooterlogo {
  margin-right: 20px;
}

.body {
  background-color: #000;
}

.h1_aaaa {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
}

.section_aaaa {
  height: 100%;
}

.maincontain_aaaa {
  margin-top: 200px;
}

.subhead_aaaa {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
}

.tease_aaaa {
  margin-bottom: 20px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 24px;
}

.link_aaaa {
  color: #fff;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.extra-large-text {
  font-size: 20px;
}

.extra-large-text.center {
  text-align: center;
  max-width: 480px;
}

.extra-large-text.center.white {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.extra-large-text.l4 {
  color: #fff;
  max-width: 500px;
}

.extra-large-text.l4._30px-margin {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}

.circle-1 {
  opacity: .6;
  mix-blend-mode: multiply;
  background-color: #4070f4;
  border-radius: 100%;
  width: 640px;
  height: 640px;
  display: none;
  position: absolute;
}

.h1-title {
  text-align: left;
  letter-spacing: -.05em;
  margin-top: 13px;
  margin-bottom: 16px;
  font-size: 4.8vw;
}

.h1-title.white {
  color: #fff;
}

.h1-title.white.centered {
  text-align: center;
  margin-top: 45px;
  font-weight: 700;
  line-height: 72px;
}

.h1-title.white.centered.longtitleoverflow {
  width: 180%;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.l2 {
  background-color: var(--compliascan-blue);
  border-radius: 26px;
  padding: 45px 60px;
  position: relative;
  overflow: hidden;
}

.container.l2._80px-padding {
  background-color: #517df5;
  background-image: none;
  background-position: 0 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.l4 {
  flex-direction: row;
  position: relative;
}

.container.l4.cta {
  justify-content: space-around;
}

.button-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: grid;
}

.button-container._30px-margin {
  color: var(--compliascan-blue);
  grid-template-columns: auto;
  margin-top: 30px;
}

.button-text {
  z-index: 1;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  position: relative;
}

.button-arrow-wrap {
  z-index: 0;
  justify-content: flex-end;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: absolute;
  right: 0;
}

.button-arrow-circle {
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-right: 8px;
  display: flex;
}

.title-wrap {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.title-wrap.l2 {
  z-index: 1;
  max-width: 480px;
  position: relative;
}

.title-wrap._60px-margin {
  margin-bottom: 40px;
}

.title-wrap.align-left {
  align-items: flex-start;
}

.button {
  color: #fff;
  background-color: #517df5;
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 48px;
  padding-left: 32px;
  padding-right: 54px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.dark {
  background-color: var(--compliascan-blue);
}

.button.secondary {
  color: #1d1d1f;
  background-color: #0000;
}

.button.secondary:hover {
  color: #1d1d1f;
}

.button.secondary.white-text {
  color: #fff;
}

.circle-3 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #4375ff99;
  background-clip: border-box;
  border-radius: 100%;
  width: 920px;
  height: 920px;
  display: none;
  position: absolute;
}

.circle-2 {
  opacity: .6;
  mix-blend-mode: multiply;
  background-color: #4273fa;
  border-radius: 100%;
  width: 780px;
  height: 780px;
  display: none;
  position: absolute;
}

.section {
  padding: 80px 50px;
}

.section.l2 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.section.l4 {
  background-color: #0e1936;
}

.section.l4.light-blue {
  background-color: var(--compliascan-blue);
  padding-bottom: 60px;
}

.large-text {
  font-size: 18px;
}

.large-text.uptitle {
  color: #1d1d1f;
  text-align: center;
  text-transform: none;
  max-width: 400px;
  margin-bottom: 5px;
  font-size: 18px;
}

.large-text.uptitle.white {
  color: #fff;
}

.large-text._30px-margin {
  margin-bottom: 30px;
  font-weight: 400;
}

.large-text._30px-margin.white {
  max-width: 440px;
}

.large-text.center {
  text-align: center;
  max-width: 640px;
}

.large-text.center.bold {
  font-weight: 600;
}

.button-arrow {
  border: 0px solid var(--compliascan-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 24px;
  height: 24px;
}

._100-image {
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
}

.checkmark-circle {
  background-color: #f1f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.bold-span {
  color: #1d1d1f;
}

.h2-title {
  color: var(--compliascan-blue);
  letter-spacing: 0;
  margin-top: 13px;
  margin-bottom: 16px;
  font-size: 4vw;
  line-height: 50px;
}

.h2-title.centered {
  text-align: center;
}

.h2-title.white {
  color: #fff;
}

.point-icon {
  padding: 6px;
}

.image-wrap.l2 {
  background-color: #1d4a9c1a;
  border-radius: 26px;
  justify-content: center;
  align-items: flex-end;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.checkmark-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: ". Area"
  / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.text-column._500px-max-width {
  max-width: 500px;
}

.text-column._500px-max-width._40px-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-column.l2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-column.left-align {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 45px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.content-grid.l2 {
  grid-column-gap: 60px;
}

.photo {
  border-radius: 100%;
  width: 190px;
  position: relative;
}

.testimonial-wrap {
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 290px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.photo-circle-1 {
  mix-blend-mode: normal;
  background-color: #4070f4;
  border-radius: 100%;
  width: 240px;
  height: 250px;
  position: absolute;
}

.l2-testimonial-quote {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.l2-testimonial-logo {
  align-self: flex-start;
  height: 50px;
  margin-bottom: 40px;
}

.photo-circle-2 {
  opacity: .75;
  background-color: #4273fa;
  border-radius: 100%;
  width: 290px;
  height: 290px;
  position: absolute;
}

.testimonial-job {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}

.testimonial-name {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.pricing-text {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-text.white {
  color: #fff;
}

.pricing-details-wrap {
  color: #517df5;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.pricing-checkmark {
  margin-right: 10px;
}

.pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.pricing.white {
  color: #fff;
}

.pricing-check-wrap {
  margin-bottom: 35px;
}

.pricing-card {
  background-color: #fff;
  border-radius: 26px;
  padding: 60px;
  box-shadow: 0 6px 50px #0e19360f;
}

.pricing-card.blue {
  background-color: var(--compliascan-blue);
}

.date.white {
  color: #fff;
}

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

.pricing-check-container {
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pricing-h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-h3.white {
  color: #fff;
}

.pricing-button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #517df5;
  border: 1px solid #fafafa;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 700;
  transition: color .35s ease-out, background-color .35s ease-out;
}

.pricing-button-primary:hover {
  color: #517df5;
  background-color: #fff;
}

.pricing-button-secondary {
  color: #517df5;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 700;
  transition: color .35s ease-out, background-color .35s ease-out;
}

.pricing-button-secondary:hover {
  color: #fff;
  background-color: #517df5;
}

.pricing-column {
  width: 100%;
}

.l2-success-message {
  background-color: #0000;
  padding: 0;
}

.l2-form {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.error-message {
  background-color: #ff6700;
  border-radius: 20px;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.l2-text-field {
  background-color: var(--compliascan-blue);
  color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  display: flex;
}

.l2-text-field::placeholder {
  color: #fff;
}

.l2-form-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.l2-form-button {
  background-color: #fff;
  background-image: url('../images/arrow_forward_black_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 74px;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
}

.l2-form-button:hover {
  background-color: #0e1936;
  background-image: url('../images/arrow_forward_WHITE_24dp.svg');
  background-size: 40px;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.map-wrap {
  width: 100%;
  margin-bottom: -60px;
  position: relative;
}

.l2-mage-wrap {
  background-color: #517df5;
  border-radius: 36px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.l2-mage-wrap.cta {
  background-color: #0000;
  padding-left: 0%;
  padding-right: 0%;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.social-link.simple-footer, .social-link.app {
  align-items: stretch;
  padding: 12px;
}

.footer-bottom {
  border-bottom: 1px solid #fff3;
  justify-content: center;
  margin-top: 92px;
  display: flex;
}

.footer-bottom.app {
  margin-top: 60px;
}

.footer-link {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: #517df5;
}

.footer-link.simple-footer {
  margin-left: 12px;
}

.footer-link-span {
  font-weight: 600;
  line-height: 1.25;
  transition: color .3s;
}

.footer-link-span:hover {
  color: #517df5;
}

.footer-credits {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  display: flex;
}

.simple-footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  max-width: 240px;
  font-size: 15px;
}

.footer-text.app {
  max-width: none;
}

.lpa-footer-logo {
  width: 45px;
  margin-bottom: 25px;
}

.simple-footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.footer-2 {
  padding: 80px 50px;
  display: none;
}

.faq-divider {
  width: 100%;
  height: 1px;
}

.faq-circle {
  border: 1px solid #1d1d1f33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 9px;
  display: flex;
}

.faq-line {
  background-color: #1d1d1f12;
  width: 100%;
  height: 1px;
}

.faq-wrap {
  background-color: #1d4a9c1a;
  border-radius: 26px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px;
}

.faq-question-bar {
  border-bottom: 1px solid #1d1d1f12;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.question-title {
  color: var(--compliascan-blue);
  letter-spacing: -.03em;
  margin-right: 10px;
  font-weight: 600;
}

.faq-paragraph {
  letter-spacing: -.03em;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
}

.faq-question-wrap {
  cursor: pointer;
}

.link, .link-2 {
  color: var(--compliascan-blue);
}

.form-block {
  width: 100%;
  max-width: 600px;
  min-height: 56px;
  font-family: Basisgrotesquepro, sans-serif;
  position: relative;
}

.text-field {
  border: 0 #0000;
  border-radius: 60px;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px 25px;
  font-family: Basisgrotesquepro, sans-serif;
  font-weight: 500;
}

.text-field:focus {
  border: 2px solid #fa7071;
}

.text-field.first {
  width: 40%;
  margin-right: 20px;
}

.form-button {
  background-color: #517df5;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.form-button:hover {
  background-color: #0e1936;
}

.form-button.l4 {
  top: 3px;
  bottom: 3px;
  right: 3px;
}

.form-button.l4.cta {
  color: #fff;
  background-color: #091833;
  border-radius: 60px;
  flex: 0 auto;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: static;
  inset: 0% auto auto 0%;
}

.cta-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.h2-title-2 {
  letter-spacing: -.0375em;
  margin-top: 13px;
  margin-bottom: 16px;
  font-size: 4vw;
}

.h2-title-2.white {
  color: #fff;
  font-size: 4vw;
  line-height: 50px;
}

.cta-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cta-image {
  align-self: flex-end;
  max-width: 300px;
  display: none;
}

.cta-image.first {
  margin-right: -200px;
  display: none;
  overflow: visible;
}

.form {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: #517df5;
  border-radius: 60px;
  height: 56px;
  padding: 0;
  position: absolute;
  inset: 0;
}

.success-message.l4 {
  background-color: #507df5;
}

.success-message.l4.successnobubblesubmit {
  background-color: #0000;
}

.footerillustration {
  margin-bottom: 50px;
}

.textarea {
  border-radius: 24px;
  margin-bottom: 36px;
}

.textarea:focus {
  border: 2px solid #fa7071;
}

.form-label {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.csfooter {
  background-color: #517df5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.horizontalline {
  width: 25%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 16px;
}

.html-embed-3 {
  width: 50%;
}

.checkmark-grid-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: ". Area"
  / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.captiontext {
  font-size: 18px;
}

.captiontext.uptitle {
  color: #1d1d1f;
  text-align: center;
  text-transform: none;
  max-width: 400px;
  margin-bottom: 5px;
  font-size: 18px;
}

.captiontext.uptitle.white {
  color: #fff;
}

.captiontext._30px-margin {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.captiontext._30px-margin.white {
  max-width: 440px;
}

.captiontext.center {
  text-align: center;
  max-width: 640px;
}

.captiontext.center.bold {
  font-weight: 600;
}

.downloadbutton {
  background-color: #f61;
  border: 1px #000;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.ctacontainercentered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bigredbutton {
  background-color: var(--red);
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.bigredbutton:hover {
  background-color: var(--dark-grey);
}

.bigredbutton.centered {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  display: inline-block;
  position: static;
  inset: 0% auto auto;
}

.bigredbutton.bigredbuttonpaddingreduction {
  margin-top: 20px;
  display: block;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--red);
}

.heading, .container-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.linkred {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}

.linkred:hover {
  color: var(--red);
}

.linkred:active, .linkred:visited {
  color: var(--red);
}

/* Add underline animation to linkred */
.linkred {
  position: relative;
  display: inline-block;
}

.linkred::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--red);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

.linkred:hover::after {
  transform: scaleX(0);
}

.emailoptin {
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
}

.text-block-2 {
  color: var(--white);
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.samplecallout {
  background-color: var(--compliascan-blue);
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px;
}

.link-orange {
  color: #f61;
}

.link-orange:hover {
  color: #fff;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.text-block-3, .text-block-4 {
  font-size: 24px;
  line-height: 30px;
}

.threeboxes {
  max-width: 100%;
}

.h3centered {
  text-align: center;
  width: 100%;
}

.featurebox {
  border: 1px solid var(--dark-grey);
  background-color: #f8f8f8;
  border-radius: 6px;
  align-items: center;
  padding: 24px;
}

.paragraph {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.boxheader {
  color: var(--red);
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
}

.featureboxcontainer {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: block;
}

.featureboxcta {
  justify-content: center;
}

.engagementtime {
  font-size: 24px;
}

.bigredbuttonreversed {
  text-align: center;
  background-color: #e54c41;
  justify-content: flex-start;
  width: 240px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.bigredbuttonreversed:hover {
  background-color: #c4c4c4;
}

.tltablink-2 {
  color: #333;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.tltablink-2.w--current {
  color: #fff;
  background-color: #e54c41;
  transition-property: none;
}

.ctacontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.darkgraysection-2 {
  background-color: #f2f2f2;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.darkgraysection-2.withmargin {
  background-color: #f2f2f2;
}

.tltabsmenu-2 {
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  justify-content: center;
  font-weight: 400;
  display: flex;
}

.threeboximage {
  align-self: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.bigredbuttonline {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
  background-color: #0000;
  justify-content: flex-start;
  width: 220px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.bigredbuttonline:hover {
  border-color: var(--dark-grey);
  color: var(--black);
  background-color: #0000;
}

.featureboxduo {
  border: 1px solid var(--dark-grey);
  background-color: #f8f8f8;
  border-radius: 6px;
  align-items: flex-start;
  padding: 24px;
}

.heading-2 {
  font-weight: 700;
}

.producttitle {
  color: var(--red);
  margin-bottom: 0;
  font-weight: 700;
}

.productheader {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.productcaption {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.flex-block {
  align-items: flex-start;
  display: flex;
}

.productprice {
  color: var(--red);
  align-self: flex-start;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.productdescription {
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.productbulletrow {
  flex-direction: row;
  align-items: center;
  padding-bottom: 0;
}

.productfeature {
  margin-left: 12px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 16px;
}

.productbullet {
  border-radius: 100%;
  box-shadow: 0 0 4px #3333331a;
}

.flex-block-2 {
  width: 100%;
}

.quick-stack {
  width: 100%;
  padding: 0;
}

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

.heading-3, .heading-4 {
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 16px;
}

.productquickstack {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  padding: 0;
}

.productctabutton {
  text-align: center;
  background-color: #e54c41;
  justify-content: flex-start;
  width: 240px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.productctabutton:hover {
  background-color: #c4c4c4;
}

.productctabar {
  justify-content: center;
  width: 100%;
}

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

.productdisclaimer {
  text-align: left;
  align-self: flex-start;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.productlinknote {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.productcaptiongray {
  color: var(--dark-grey);
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.popouticon {
  margin-left: 12px;
  margin-right: 12px;
}

.extrafeatureboxes {
  width: 100%;
}

.extrafeatureboxduo {
  border: 1px solid var(--dark-grey);
  background-color: #f8f8f8;
  border-radius: 6px;
  align-items: flex-start;
  padding: 24px;
}

.productaddonbugcontainer {
  justify-content: center;
  width: 100%;
  padding-bottom: 24px;
}

.extrasboxes {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.productaddonpricing {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.extraproductcaption {
  text-align: left;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.extraproductprice {
  color: var(--red);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.productaddonpricing-copy {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.logocontainer {
  max-width: 1100px;
}

.h4-centered {
  text-align: center;
  width: 100%;
}

.extradescription {
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.linkfooterred {
  color: var(--red);
}

.linkfooterred:hover {
  color: var(--white);
}

.cell-2 {
  justify-content: center;
}

.paragraph-light {
  color: #ffffff80;
  font-size: 15px;
  display: none;
}

.footer-grid-long {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
}

.footer-column {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-title {
  color: var(--red);
  margin-bottom: 22px;
  font-size: 17px;
}

.title-wrap-large {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.footer-title-large {
  color: #fff;
  margin-bottom: 12px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.footer-05 {
  background-color: #333;
  padding: 50px 3% 100px;
}

.footerlogo {
  max-width: 50%;
  margin-bottom: 26px;
}

.collection-item, .portfoliofeatureimage {
  display: block;
}

.brand-copy {
  flex: 0 auto;
  width: auto;
  display: block;
}

.brand-copy.fullfooterlogo {
  margin-right: 20px;
}

.brandalt {
  display: block;
}

.brandaltrightborder {
  border-right: 2px solid var(--dark-grey);
  max-width: 20%;
  margin-right: 20px;
  padding-right: 0;
  display: block;
}

.redsection {
  background-color: var(--red);
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  font-family: Basisgrotesquepro, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.redsection.prefooter {
  padding-top: 100px;
  padding-bottom: 100px;
}

.redsection.tl {
  padding-bottom: 200px;
}

.redsection.lightgray {
  display: block;
}

.featureboxcontainerred {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: block;
}

.fhspromoh3reversed {
  color: var(--white);
  text-align: center;
}

.fhspromocell {
  border: 1px solid var(--white);
  border-radius: 6px;
  align-items: center;
  padding: 24px;
}

.fhsdiscountheading {
  color: var(--white);
  text-align: center;
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.fhsdiscountsubhead {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.fhspromocopy {
  color: var(--white);
  text-align: center;
  margin: 24px;
  font-size: 18px;
}

.fhspromocode {
  background-color: #fff;
  max-width: 40%;
  padding: 24px;
}

.promocode {
  font-family: Basisgrotesquepro, sans-serif;
  font-weight: 700;
}

.bigwhitebuttonreversed {
  color: #e54c41;
  text-align: center;
  background-color: #fff;
  justify-content: flex-start;
  width: 240px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.bigwhitebuttonreversed:hover {
  background-color: #c4c4c4;
}

.bigwhitebuttonline {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: flex-start;
  width: 220px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.bigwhitebuttonline:hover {
  border-color: var(--dark-grey);
  color: var(--black);
  background-color: #0000;
}

.fhsnavlogo {
  border-right-style: solid;
  border-right-color: var(--dark-grey);
  padding: 0;
}

.quick-stack-3 {
  padding: 0;
}

.fhsnavwrapper {
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  display: flex;
}

.brandimage-copy {
  max-width: 90%;
  margin: 0;
  padding-right: 0;
}

.fhsnavlogocell {
  border-right: 2px solid var(--dark-grey);
  padding: 0;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  display: flex;
}

.tabactive, .tabactive.w--current, .tabinactive {
  width: 50%;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 ". ." minmax(auto, 2.75fr)
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.planoutputcolumns {
  width: 100%;
}

.tabswrapper-plans {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabsmenu-plans {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3centered-plans {
  text-align: center;
  width: 100%;
}

.tablink-plans {
  transform-origin: 0%;
  color: var(--black);
  background-color: #0000;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  transition: all .4s;
}

.tablink-plans.w--current {
  color: var(--red);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.text-block-5, .text-block-6 {
  font-size: 24px;
  line-height: 30px;
}

.extradescription-plans {
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.whitesection-hidden {
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: none;
  position: relative;
  overflow: hidden;
}

.whitesection-hidden.prefooter {
  padding-top: 100px;
  padding-bottom: 100px;
}

.whitesection-hidden.tl {
  padding-bottom: 200px;
}

.whitesection-hidden.lightgray {
  display: block;
}

.featureboxduo-weekswork {
  border: 0px solid var(--dark-grey);
  background-color: #0000;
  border-radius: 6px;
  align-items: flex-start;
  padding: 0 24px 24px;
}

.heading-5 {
  font-size: 36px;
  line-height: 45px;
}

.h3-weekswork {
  text-align: left;
  width: 100%;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.productcaptiongray-weekwork {
  color: var(--dark-grey);
  text-align: left;
  align-self: flex-start;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.bullets-weekswork {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Basisgrotesquepro, sans-serif;
  font-weight: 900;
}

.listitem-weekswork {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cell-weekswork {
  justify-content: center;
  align-items: center;
  display: flex;
}

.productdescription-weekswork {
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.featurebox-cta {
  align-items: center;
  max-width: 1100px;
  padding: 0 24px 24px;
}

.productctabar-ctasolo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  width: 100%;
}

.image-weekswork {
  max-width: 100%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.text-center {
  text-align: center;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.italic-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.paragraph-3 {
  font-family: Basisgrotesquepro, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.faq-body {
  font-weight: 400;
}

.captiontext-centered {
  text-align: center;
  font-family: Basisgrotesquepro, sans-serif;
  font-size: 18px;
}

.captiontext-centered.uptitle {
  color: #1d1d1f;
  text-align: center;
  text-transform: none;
  max-width: 400px;
  margin-bottom: 5px;
  font-size: 18px;
}

.captiontext-centered.uptitle.white {
  color: #fff;
}

.captiontext-centered._30px-margin {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.captiontext-centered._30px-margin.white {
  max-width: 440px;
}

.captiontext-centered.center {
  text-align: center;
  max-width: 640px;
}

.captiontext-centered.center.bold {
  font-weight: 600;
}

.link-red {
  color: var(--red);
  position: relative;
  display: inline-block;
}

.link-red::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--red);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

.link-red:hover::after {
  transform: scaleX(0);
}

.tabsmenu-plans-max {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: #0746ab;
  padding-top: 6px;
  padding-bottom: 6px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
}

.health-link {
  color: #fff;
  position: relative;
  display: inline-block;
}

.r2-health-link-menu {
  display: none;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .greysection.workslp {
    padding-bottom: 80px;
  }

  .tablink {
    font-size: 40px;
    line-height: 48px;
  }

  .pfright.csbottom {
    padding-bottom: 20px;
  }

  .tltablink {
    width: 270px;
    height: 270px;
    font-size: 36px;
    line-height: 46px;
  }

  .bottomnavtext {
    font-size: 48px;
    line-height: 53px;
  }

  .csbottomcircle {
    width: 800px;
    height: 800px;
    position: absolute;
    top: -160%;
    left: 35.7%;
  }

  .brandimage {
    max-width: 90%;
  }

  .subtextdiv {
    width: 65%;
  }

  .clientlist {
    font-size: 16px;
  }

  .deliverablesdiv {
    margin-bottom: 200px;
  }

  .ddupperdiv {
    padding-bottom: 30px;
  }

  .ddtextblock {
    font-size: 20px;
    line-height: 25px;
  }

  .worksectionheading {
    white-space: normal;
  }

  .tlheading {
    font-size: 22px;
    line-height: 28px;
  }

  .darkgraysection.workslp {
    padding-bottom: 80px;
  }

  .h1_aaaa, .subhead_aaaa {
    color: #666;
  }

  .tease_aaaa {
    color: #666;
    margin-bottom: 10px;
  }

  .image {
    color: #666;
  }

  .h1-title.white.centered {
    font-size: 68px;
    line-height: 78px;
  }

  .h1-title.white.centered.longtitleoverflow {
    width: 180%;
  }

  .container.l2 {
    background-color: #1d4a9c;
  }

  .container.l2._80px-padding {
    background-image: none;
  }

  .button-container._30px-margin {
    grid-template-columns: auto;
  }

  .h2-title {
    color: var(--compliascan-blue);
  }

  .image-wrap.l2 {
    background-color: #1d4a9c1a;
  }

  .pricing-card.blue {
    background-color: #1d4a9c;
  }

  .l2-mage-wrap.cta {
    background-color: #0000;
  }

  .tltablink-2 {
    width: 270px;
    height: 270px;
    font-size: 36px;
    line-height: 46px;
  }

  .ctacontainer {
    flex-direction: row;
  }

  .productheader {
    align-items: flex-end;
  }

  .productcaption {
    text-align: right;
    margin-bottom: 0;
    line-height: 14px;
  }

  .flex-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .productprice {
    margin-bottom: 5px;
    line-height: 18px;
  }

  .productfeatures {
    width: 100%;
  }

  .productdisclaimer, .productcaptiongray {
    text-align: right;
    margin-bottom: 0;
    line-height: 14px;
  }

  .productaddonpricing {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    display: block;
  }

  .extraproductcaption {
    text-align: left;
    margin-bottom: 0;
    line-height: 14px;
  }

  .extraproductprice {
    margin-bottom: 5px;
    line-height: 18px;
  }

  .productaddonpricing-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .brandimage-copy {
    max-width: 90%;
  }

  .tablink-plans {
    font-size: 40px;
    line-height: 48px;
  }

  .productcaptiongray-weekwork {
    text-align: right;
    margin-bottom: 0;
    line-height: 14px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 95px;
    line-height: 100px;
  }

  h2 {
    font-size: 58px;
    line-height: 63px;
  }

  h3 {
    font-size: 45px;
    line-height: 50px;
  }

  h4 {
    font-size: 36px;
    line-height: 41px;
  }

  p {
    font-size: 27px;
    line-height: 36px;
  }

  .mycontain {
    max-width: 1320px;
  }

  .navlink {
    font-size: 35px;
    line-height: 25px;
  }

  .redboldpara {
    font-size: 37px;
    line-height: 46px;
  }

  .bigcircle.white {
    width: 800px;
    height: 800px;
  }

  .bigcircle.small {
    width: 750px;
    height: 750px;
  }

  .leftdiv {
    padding-top: 100px;
  }

  .tablink {
    font-size: 55px;
    line-height: 60px;
  }

  .clienttitle {
    font-size: 17px;
    line-height: 23px;
  }

  .pfright {
    width: 42%;
  }

  .pfright.csbottom {
    justify-content: space-around;
    padding-bottom: 25px;
  }

  .footerleftdiv {
    align-items: flex-end;
  }

  .footercopyrighttext {
    font-size: 16px;
    line-height: 24px;
  }

  .tlssrightdiv {
    top: 48%;
  }

  .tltablink {
    width: 300px;
    height: 300px;
    font-size: 40px;
    line-height: 50px;
  }

  .tltabparawrapper {
    padding-left: 75px;
    padding-right: 75px;
  }

  .imagecircleworkpage {
    width: 450px;
    height: 450px;
  }

  .bottomnavtext {
    font-size: 52px;
    line-height: 57px;
  }

  .csbottomcircle {
    width: 900px;
    height: 900px;
    top: -148%;
    left: 37%;
  }

  .brandimage {
    width: auto;
    max-width: 70%;
  }

  .subtextdiv {
    width: 68%;
  }

  .clientlist {
    font-size: 17px;
  }

  .deliverablesdiv {
    margin-bottom: 230px;
  }

  .ddupperdiv {
    padding-bottom: 35px;
  }

  .ddtextblock {
    font-size: 22px;
    line-height: 27px;
  }

  .tlworksectiondiv {
    padding: 30px;
  }

  .tlheading {
    font-size: 25px;
    line-height: 32px;
  }

  .tlpodcastdiv {
    padding: 30px;
  }

  .brandimageclubhouse {
    width: auto;
  }

  .extra-large-text.center.white, .extra-large-text.l4._30px-margin {
    line-height: 27px;
  }

  .h1-title.white.centered {
    font-size: 72px;
    line-height: 82px;
  }

  .h1-title.white.centered.longtitleoverflow {
    width: 180%;
  }

  .large-text._30px-margin {
    line-height: 27px;
  }

  .text {
    font-size: 18px;
    line-height: 27px;
  }

  .h2-title {
    font-size: 58px;
  }

  .faq-paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  .h2-title-2.white {
    font-size: 58px;
    line-height: 50px;
  }

  .captiontext._30px-margin {
    line-height: 27px;
  }

  .featureboxcontainer {
    max-width: 1320px;
  }

  .tltablink-2 {
    width: 300px;
    height: 300px;
    font-size: 40px;
    line-height: 50px;
  }

  .logocontainer, .container-3 {
    max-width: 1320px;
  }

  .brandalt {
    max-width: 20%;
  }

  .brandaltrightborder {
    max-width: 10%;
  }

  .featureboxcontainerred {
    max-width: 1320px;
  }

  .fhsnavlogo {
    border-right-width: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
  }

  .brandimage-copy {
    width: auto;
    max-width: 70%;
  }

  .tablink-plans {
    font-size: 55px;
    line-height: 60px;
  }

  .captiontext-centered._30px-margin {
    line-height: 27px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 105px;
    line-height: 110px;
  }

  p {
    font-size: 35px;
    line-height: 44px;
  }

  .mycontain {
    max-width: 1550px;
  }

  .navlink {
    font-size: 40px;
    line-height: 30px;
  }

  .redboldpara {
    font-size: 45px;
    line-height: 54px;
  }

  .casestudynavlinks {
    font-size: 60px;
    line-height: 60px;
  }

  .bigcircle.white {
    width: 1100px;
    height: 1100px;
  }

  .bigcircle.small {
    width: 800px;
    height: 800px;
  }

  .menubutton {
    width: 50px;
    height: 50px;
  }

  .tablink {
    font-size: 65px;
    line-height: 71px;
  }

  .lightgreysection.tl {
    display: none;
  }

  .clienttitle {
    font-size: 18px;
    line-height: 24px;
  }

  .pfright {
    width: 40%;
  }

  .pfright.csbottom {
    justify-content: space-around;
    width: 48%;
    padding-bottom: 30px;
  }

  .tlssrightdiv {
    top: 48%;
  }

  .tltablink {
    width: 360px;
    height: 360px;
    font-size: 45px;
    line-height: 55px;
  }

  .imagecircleworkpage {
    width: 500px;
    height: 500px;
  }

  .micollectionitem {
    justify-content: center;
    align-items: center;
  }

  .bottomnavtext {
    font-size: 56px;
    line-height: 61px;
  }

  .csbottomcircle {
    width: 1050px;
    height: 1050px;
    top: -161%;
    left: 42%;
  }

  .tabs-content-plans {
    justify-content: space-around;
  }

  .brandimage {
    width: auto;
    max-width: 70%;
  }

  .ddupperdiv {
    padding-bottom: 45px;
  }

  .ddtextblock {
    font-size: 26px;
    line-height: 31px;
  }

  .worksheadingdiv {
    margin: 0;
    padding: 0;
  }

  .worksectionheading {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 42px;
  }

  .tlheading {
    font-size: 28px;
    line-height: 35px;
  }

  .superscript {
    position: static;
  }

  .extra-large-text.l4._30px-margin {
    line-height: 27px;
  }

  .h1-title.white.centered {
    font-size: 74px;
    line-height: 88px;
  }

  .h1-title.white.centered.longtitleoverflow {
    width: 180%;
  }

  .h2-title {
    font-size: 58px;
    line-height: 60px;
  }

  .h2-title-2.white {
    line-height: 60px;
  }

  .featureboxcontainer {
    max-width: 1550px;
  }

  .tltablink-2 {
    width: 360px;
    height: 360px;
    font-size: 45px;
    line-height: 55px;
  }

  .logocontainer, .container-3 {
    max-width: 1550px;
  }

  .brandaltrightborder {
    max-width: 10%;
  }

  .featureboxcontainerred {
    max-width: 1550px;
  }

  .brandimage-copy {
    width: auto;
    max-width: 70%;
  }

  .tablink-plans {
    font-size: 65px;
    line-height: 71px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 68px;
    line-height: 68px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .mycontain {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navlink {
    text-align: right;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .bigcircle.white {
    width: 650px;
    height: 650px;
    overflow: hidden;
  }

  .bigcircle.small {
    width: 500px;
    height: 500px;
  }

  .herosection {
    height: 90vh;
    overflow: hidden;
  }

  .leftdiv {
    padding-top: 230px;
  }

  .rightdiv {
    object-position: 50% 50%;
    top: -9%;
    overflow: hidden;
  }

  .heroimageslider {
    width: 80%;
  }

  .whitesection {
    padding-top: 100px;
  }

  .greysection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tablink {
    font-size: 34px;
    line-height: 40px;
  }

  .testimonialcontent {
    font-size: 25px;
    line-height: 30px;
  }

  .pfright {
    width: 44%;
  }

  .pfright.csbottom {
    justify-content: space-around;
    width: 60%;
  }

  .emailsubheading {
    font-size: 26px;
    line-height: 31px;
  }

  .emailpfheading {
    font-size: 34px;
  }

  .parawrapper {
    padding-left: 24px;
  }

  .tlssrightdiv {
    top: 53.2%;
    right: -20%;
  }

  .tltabsmenu {
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: start;
    display: flex;
  }

  .tltablink {
    width: 170px;
    height: 170px;
    font-size: 28px;
    line-height: 35px;
  }

  .tltablink.w--current {
    line-height: 35px;
  }

  .servicespara {
    font-size: 29px;
    line-height: 34px;
  }

  .wcrightdiv {
    padding-left: 20px;
  }

  .bottomnavtext {
    font-size: 40px;
    line-height: 45px;
  }

  .csbottomcircle {
    width: 600px;
    height: 600px;
    top: -162%;
    left: 37.5%;
  }

  .workcl {
    column-gap: 10px;
  }

  .worlci {
    margin-bottom: 0;
  }

  .redborderheading {
    width: 75%;
    font-size: 68px;
    line-height: 68px;
  }

  .subtextdiv {
    width: 80%;
    margin-top: 30px;
  }

  .subheading {
    font-size: 32px;
    line-height: 41px;
  }

  .deliverablesdiv {
    margin-bottom: 130px;
  }

  .ddlleftdiv {
    width: 25%;
  }

  .tlheading {
    font-size: 18px;
    line-height: 24px;
  }

  .darkgraysection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .extra-large-text {
    font-size: 18px;
  }

  .circle-1 {
    width: 520px;
    height: 520px;
    display: none;
  }

  .h1-title {
    max-width: 640px;
    font-size: 55px;
  }

  .h1-title.white.centered.longtitleoverflow, .container {
    width: 100%;
  }

  .container.l2, .container.l2._80px-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-wrap {
    width: 100%;
  }

  .title-wrap._60px-margin {
    margin-bottom: 45px;
  }

  .circle-3, .circle-2 {
    display: none;
  }

  .section {
    padding: 60px 35px;
  }

  .large-text {
    font-size: 17px;
  }

  .large-text.center {
    max-width: 550px;
  }

  .text {
    font-size: 17px;
  }

  .h2-title {
    font-size: 48px;
    line-height: 46px;
  }

  .image-wrap.l2 {
    padding-top: 60px;
  }

  .text-column._500px-max-width._40px-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
  }

  .l2-testimonial-quote {
    text-align: center;
    margin-bottom: 30px;
  }

  .l2-testimonial-logo {
    order: 1;
    align-self: center;
    margin-bottom: 0;
  }

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

  .pricing-checkmark {
    width: 20px;
  }

  .pricing {
    font-size: 42px;
  }

  .pricing-card {
    padding: 45px;
  }

  .pricing-button-primary, .pricing-button-secondary {
    margin-left: auto;
    margin-right: auto;
  }

  .error-message {
    height: 48px;
    top: auto;
  }

  .error-message.l2 {
    height: auto;
    top: 0;
  }

  .l2-mage-wrap {
    padding-top: 40px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-credits {
    font-size: 13px;
  }

  .simple-footer-column {
    padding-right: 20px;
  }

  .lpa-footer-logo {
    margin-bottom: 20px;
  }

  .simple-footer-grid {
    grid-column-gap: 40px;
  }

  .footer-2 {
    padding: 60px 35px;
  }

  .faq-wrap {
    padding: 60px 45px;
  }

  .form-block {
    max-width: none;
    min-height: 164px;
  }

  .text-field {
    height: 48px;
    margin-bottom: 10px;
  }

  .text-field.first {
    width: 100%;
  }

  .form-button, .form-button.l4 {
    width: 100%;
    height: 48px;
    position: static;
  }

  .form-button.l4:hover {
    background-color: #517df5;
  }

  .form-button.l4.cta {
    background-color: #0e1936;
    border: 3px solid #0e1936;
  }

  .form-button.l4.cta:hover {
    background-color: #517df5;
    border: 3px solid #0e1936;
  }

  .cta-text-wrap {
    z-index: 2;
    flex-direction: column;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .h2-title-2 {
    font-size: 48px;
  }

  .cta-image {
    align-self: flex-end;
  }

  .cta-image.first {
    display: none;
  }

  .form {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .success-message.l4 {
    border: 3px solid #0e1936;
  }

  .captiontext {
    font-size: 17px;
  }

  .captiontext.center {
    max-width: 550px;
  }

  .featureboxcontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tltablink-2 {
    width: 170px;
    height: 170px;
    font-size: 28px;
    line-height: 35px;
  }

  .tltablink-2.w--current {
    line-height: 35px;
  }

  .darkgraysection-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tltabsmenu-2 {
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: start;
    display: flex;
  }

  .producttitle {
    margin-bottom: 12px;
  }

  .productheader {
    flex-direction: column;
  }

  .productcaption {
    align-self: flex-start;
  }

  .flex-block {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }

  .productprice, .productdisclaimer, .productcaptiongray {
    align-self: flex-start;
  }

  .productaddonpricing {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }

  .extraproductcaption, .extraproductprice {
    align-self: flex-start;
  }

  .productaddonpricing-copy {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }

  .clientlogoicon {
    align-self: center;
    max-width: 70%;
  }

  .footer-column {
    padding-right: 20px;
  }

  .redsection {
    padding-top: 100px;
  }

  .featureboxcontainerred {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tablink-plans {
    font-size: 34px;
    line-height: 40px;
  }

  .extradescription-plans {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whitesection-hidden {
    padding-top: 100px;
  }

  .productcaptiongray-weekwork {
    align-self: flex-start;
  }

  .captiontext-centered {
    font-size: 17px;
  }

  .captiontext-centered.center {
    max-width: 550px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 51px;
    line-height: 51px;
  }

  h2 {
    font-size: 23px;
    line-height: 28px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .mycontain {
    object-fit: fill;
    flex: 1;
    max-width: 100%;
    overflow: visible;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .flex3col, .flex2col {
    width: 100%;
  }

  .navlink {
    margin-bottom: 0;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.darkgreycolor {
    margin-left: 10px;
  }

  .bigcircle.white {
    width: 500px;
    height: 500px;
  }

  .bigcircle.small {
    width: 450px;
    height: 450px;
  }

  .herosection {
    height: 90vh;
  }

  .leftdiv {
    padding-top: 200px;
  }

  .rightdiv {
    top: -6%;
  }

  .navmenu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whitesection {
    padding-bottom: 100px;
  }

  .whitesection.tl {
    padding-bottom: 354px;
  }

  .greysection.withmargin {
    margin-top: 50px;
  }

  .greysection.workslp {
    padding-bottom: 40px;
  }

  .tabsmenu {
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .tablink {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .lightgreysection {
    flex-direction: column;
    display: block;
  }

  .testimonialcontent {
    font-size: 22px;
    line-height: 27px;
  }

  .prefootercontentwrapper {
    flex-direction: column;
  }

  .pfleft {
    z-index: 10;
    position: relative;
  }

  .pfright {
    width: 100%;
    margin-top: 40px;
  }

  .pfright.csbottom {
    justify-content: flex-start;
    width: 100%;
    margin-top: 120px;
  }

  .emailsubheading {
    font-size: 20px;
  }

  .emailpfheading {
    font-size: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .footercontentwrapper {
    flex-direction: column;
  }

  .footerleftdiv {
    flex-direction: column;
    align-items: flex-start;
    width: 48%;
  }

  .footerrightdiv {
    margin-top: 40px;
  }

  .footercopyrighttext {
    margin-top: 10px;
    line-height: 22px;
  }

  .tlssleftdiv {
    z-index: 10;
    width: 100%;
    position: relative;
  }

  .parawrapper {
    padding-left: 28px;
  }

  .tlssrightdiv {
    top: 85.2%;
  }

  .tltabsmenu {
    justify-content: space-between;
  }

  .tltablink {
    width: 130px;
    height: 130px;
    font-size: 20px;
    line-height: 20px;
  }

  .tltablink.w--current {
    font-size: 20px;
    line-height: 25px;
  }

  .servicespara {
    font-size: 24px;
    line-height: 29px;
  }

  .tltabparawrapper {
    padding-left: 42px;
    padding-right: 42px;
  }

  .workcontentwrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .wcleftdiv {
    width: 100%;
    margin-top: 40px;
  }

  .wcrightdiv {
    order: -1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .micollectionlist {
    column-count: 1;
  }

  .csbottomnavbutton.next {
    margin-left: 30px;
  }

  .bottomnavtext {
    font-size: 30px;
    line-height: 35px;
  }

  .csbottomcircle {
    width: 500px;
    height: 500px;
    top: 38%;
    left: -20%;
  }

  .workcl {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .redborderheading {
    width: 75%;
    font-size: 51px;
    line-height: 51px;
  }

  .subtextdiv {
    width: 100%;
  }

  .clientlistwrapper {
    grid-template-columns: 1fr 1fr;
  }

  .clientlist {
    font-size: 12px;
  }

  .subheading {
    font-size: 28px;
    line-height: 36px;
  }

  .deliverablesdiv {
    margin-bottom: 70px;
  }

  .ddlowerdiv {
    flex-direction: column;
  }

  .ddlleftdiv {
    width: 100%;
    margin-bottom: 30px;
  }

  .ddlrightdiv {
    width: 100%;
  }

  .tlheading {
    font-size: 16px;
    line-height: 22px;
  }

  .collection-list-wrapper {
    column-count: 1;
  }

  .darkgraysection.withmargin {
    margin-top: 50px;
  }

  .darkgraysection.workslp {
    padding-bottom: 40px;
  }

  .brandclubhouse {
    padding-left: 0;
  }

  .extra-large-text {
    font-size: 16px;
  }

  .extra-large-text.center {
    max-width: 480px;
  }

  .h1-title {
    margin-bottom: 13px;
    font-size: 48px;
  }

  .h1-title.white.centered {
    line-height: 60px;
  }

  .container.l2._80px-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-container._30px-margin {
    margin-top: 20px;
  }

  .title-wrap._60px-margin {
    margin-bottom: 30px;
  }

  .section {
    padding: 45px 30px;
  }

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

  .large-text.uptitle {
    margin-bottom: 0;
    font-size: 16px;
  }

  .large-text._30px-margin.white {
    margin-bottom: 15px;
  }

  .large-text.center {
    max-width: 450px;
  }

  .text {
    font-size: 16px;
  }

  .h2-title {
    font-size: 42px;
    line-height: 42px;
  }

  .image-wrap.l2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .checkmark-grid.no-margin {
    margin-bottom: 0;
  }

  .text-column {
    max-width: 90%;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .pricing-checkmark {
    width: 25px;
  }

  .pricing {
    font-size: 50px;
  }

  .pricing-card {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-wrap {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-column {
    width: 100%;
  }

  .l2-form {
    grid-template-columns: .7fr 1fr;
  }

  .l2-text-field {
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }

  .l2-form-button {
    background-size: 30px;
    width: 54px;
    height: 54px;
  }

  .l2-form-button:hover {
    background-size: 30px;
  }

  .social-link.app {
    padding: 15px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-bottom.app {
    margin-top: 40px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-credits {
    margin-right: 20px;
    font-size: 12px;
  }

  .simple-footer-column {
    padding-right: 0;
  }

  .footer-text {
    max-width: 190px;
    font-size: 14px;
  }

  .simple-footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: auto .8fr auto;
    margin-bottom: 10px;
  }

  .footer-2, .faq-wrap {
    padding: 45px 30px;
  }

  .question-title {
    font-size: 18px;
  }

  .form-block {
    min-height: 164px;
  }

  .cta-text-wrap {
    align-items: center;
    margin-right: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .h2-title-2 {
    font-size: 42px;
  }

  .cta-wrap {
    flex-direction: column;
  }

  .cta-image {
    align-self: center;
  }

  .success-message {
    height: 48px;
  }

  .checkmark-grid-copy.no-margin {
    margin-bottom: 0;
  }

  .captiontext {
    font-size: 16px;
  }

  .captiontext.uptitle {
    margin-bottom: 0;
    font-size: 16px;
  }

  .captiontext._30px-margin.white {
    margin-bottom: 15px;
  }

  .captiontext.center {
    max-width: 450px;
  }

  .featurebox {
    flex-direction: column;
  }

  .featureboxcontainer {
    object-fit: fill;
    flex: 1;
    overflow: visible;
  }

  .tltablink-2 {
    width: 130px;
    height: 130px;
    font-size: 20px;
    line-height: 20px;
  }

  .tltablink-2.w--current {
    font-size: 20px;
    line-height: 25px;
  }

  .darkgraysection-2.withmargin {
    margin-top: 50px;
  }

  .tltabsmenu-2 {
    justify-content: space-between;
  }

  .featureboxduo, .extrafeatureboxduo {
    flex-direction: column;
  }

  .clientlogoicon {
    align-self: center;
    max-width: 50%;
  }

  .footer-grid-long {
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
  }

  .footer-column {
    padding-right: 0;
  }

  .brand-copy {
    padding-left: 0;
  }

  .brandalt {
    max-width: 60%;
  }

  .brandaltrightborder {
    max-width: 25%;
  }

  .redsection {
    padding-bottom: 100px;
  }

  .redsection.tl {
    padding-bottom: 354px;
  }

  .featureboxcontainerred {
    object-fit: fill;
    flex: 1;
    overflow: visible;
  }

  .tabsmenu-plans {
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .tablink-plans {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .whitesection-hidden {
    padding-bottom: 100px;
  }

  .whitesection-hidden.tl {
    padding-bottom: 354px;
  }

  .featureboxduo-weekswork, .featurebox-cta {
    flex-direction: column;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .captiontext-centered {
    font-size: 16px;
  }

  .captiontext-centered.uptitle {
    margin-bottom: 0;
    font-size: 16px;
  }

  .captiontext-centered._30px-margin.white {
    margin-bottom: 15px;
  }

  .captiontext-centered.center {
    max-width: 450px;
  }

  .tabsmenu-plans-max {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 41px;
    line-height: 41px;
  }

  h2 {
    font-size: 19px;
    line-height: 24px;
  }

  h3 {
    font-size: 30px;
  }

  .mycontain {
    object-fit: fill;
    flex: 1;
    max-width: 100%;
    display: flex;
  }

  .navlink {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
  }

  .bigcircle.white {
    width: 400px;
    height: 400px;
  }

  .bigcircle.small {
    width: 350px;
    height: 350px;
  }

  .herosection {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .leftdiv {
    padding-top: 180px;
  }

  .rightdiv {
    top: -2%;
    right: -17%;
  }

  .whitesection.tl {
    padding-bottom: 269px;
    overflow: visible;
  }

  .greysection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .greysection.withmargin {
    margin-top: 50px;
  }

  .tabsmenu {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .tablink {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .lightgreysection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonialslider {
    max-width: 100%;
    height: 370px;
    position: relative;
  }

  .testimonialslide {
    height: 100%;
  }

  .testimonialcontent {
    font-size: 18px;
    line-height: 23px;
  }

  .redseparator {
    margin-top: 10px;
  }

  .tsmask {
    padding-bottom: 0;
  }

  .prefootercontentwrapper {
    flex-direction: column;
  }

  .pfright {
    width: 100%;
    margin-top: 40px;
  }

  .footercontentwrapper {
    flex-direction: column;
  }

  .footerleftdiv {
    width: 100%;
  }

  .parawrapper {
    padding-left: 24px;
  }

  .tlssrightdiv {
    top: 92.2%;
  }

  .tltabsmenu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
    display: grid;
  }

  .tltablink {
    margin-right: 0;
  }

  .tltabparawrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .imagecircleworkpage {
    width: 300px;
    height: 300px;
  }

  .bottomnavtext {
    font-size: 30px;
    line-height: 35px;
  }

  .csbottomcircle {
    width: 600px;
    height: 600px;
    left: -47%;
  }

  .workcl {
    grid-template-columns: 1fr;
  }

  .workcl.withoutgrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .redborderheading {
    width: 90%;
    font-size: 41px;
    line-height: 41px;
  }

  .subtextdiv {
    width: 100%;
    margin-top: 20px;
  }

  .clientlistwrapper {
    grid-template-columns: 1fr 1fr;
  }

  .subheading {
    font-size: 20px;
    line-height: 28px;
  }

  .deliverableslist {
    grid-template-columns: 1fr 1fr;
  }

  .tlheading {
    font-size: 12px;
    line-height: 18px;
  }

  .darkgraysection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .darkgraysection.withmargin {
    margin-top: 50px;
  }

  .extra-large-text.center {
    margin-bottom: 15px;
  }

  .h1-title {
    font-size: 36px;
  }

  .h1-title.white.centered {
    line-height: 42px;
  }

  .container.l2, .container.l2._80px-padding {
    padding: 35px 20px;
  }

  .button-container._30px-margin {
    grid-template-columns: auto;
    justify-items: stretch;
    margin-top: 15px;
  }

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

  .button {
    padding-left: 24px;
    padding-right: 50px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-title {
    font-size: 30px;
    line-height: 32px;
  }

  .image-wrap.l2 {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-column {
    max-width: 100%;
  }

  .photo {
    width: 120px;
  }

  .testimonial-wrap {
    width: 180px;
    height: 180px;
  }

  .photo-circle-1 {
    width: 160px;
    height: 160px;
  }

  .l2-testimonial-quote {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .l2-testimonial-logo {
    height: 40px;
  }

  .photo-circle-2 {
    width: 200px;
    height: 200px;
  }

  .testimonial-job {
    font-size: 12px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .pricing-card {
    padding: 35px 20px;
  }

  .l2-form {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .error-message.l2 {
    height: 60px;
    margin-top: 10px;
    position: static;
  }

  .l2-text-field {
    font-size: 15px;
  }

  .l2-form-button {
    background-position: 50%;
    background-size: 30px;
    width: 54px;
    height: 54px;
    top: auto;
  }

  .map-wrap {
    margin-bottom: -20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-bottom.app {
    margin-top: 20px;
  }

  .footer-link-span {
    font-size: 13px;
  }

  .footer-credits {
    text-align: center;
    margin-right: 0;
    font-size: 13px;
    line-height: 1.75;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .simple-footer-column {
    align-items: center;
  }

  .footer-text {
    text-align: center;
  }

  .simple-footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-title {
    flex: 1;
    font-size: 16px;
  }

  .faq-paragraph, .form-block {
    font-size: 15px;
  }

  .text-field {
    width: 100%;
    margin-bottom: 15px;
  }

  .text-field::placeholder {
    font-size: 14px;
  }

  .form-button {
    font-size: 14px;
    position: static;
    top: auto;
  }

  .cta-text-wrap {
    margin-right: 0;
  }

  .h2-title-2 {
    font-size: 30px;
  }

  .cta-image {
    margin-left: 20px;
  }

  .form {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading {
    text-align: center;
    width: 90%;
  }

  .h3centered {
    width: 100%;
  }

  .featureboxcontainer {
    object-fit: fill;
    flex: 1;
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }

  .featureboxes {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tltablink-2 {
    flex-direction: row;
    width: 100px;
    height: 100px;
    margin: 0 12px;
  }

  .tltablink-2.w--current {
    width: 100px;
    height: 100px;
    margin: 0 12px;
  }

  .ctacontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .darkgraysection-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .darkgraysection-2.withmargin {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tltabsmenu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bigredbuttonline {
    margin-top: 30px;
  }

  .featureboxduo {
    padding-left: 18px;
    padding-right: 18px;
  }

  .productfeature {
    font-size: 14px;
    line-height: 18px;
  }

  .productfeatures {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .productquickstack {
    grid-column-gap: 12px;
  }

  .productdisclaimer {
    padding-top: 24px;
  }

  .productcaptiongray {
    width: 60%;
  }

  .extrafeatureboxes {
    padding-left: 12px;
    padding-right: 12px;
  }

  .clientlogoicon {
    align-self: center;
    max-width: 70%;
  }

  .brandalt {
    max-width: 50%;
  }

  .brandaltrightborder {
    max-width: 25%;
    margin-right: 0;
  }

  .redsection.tl {
    padding-bottom: 269px;
    overflow: visible;
  }

  .featureboxcontainerred {
    object-fit: fill;
    flex: 1;
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }

  .fhspromocode {
    max-width: 100%;
  }

  .bigwhitebuttonline {
    margin-top: 30px;
  }

  .quick-stack-3 {
    grid-column-gap: 15px;
  }

  .tabsmenu-plans {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .tablink-plans {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-5, .text-block-6 {
    text-align: center;
  }

  .whitesection-hidden.tl {
    padding-bottom: 269px;
    overflow: visible;
  }

  .featureboxduo-weekswork {
    padding-left: 18px;
    padding-right: 18px;
  }

  .featureboxes-weekwork {
    padding-left: 12px;
    padding-right: 12px;
  }

  .productctabar-ctasolo {
    flex-direction: column;
    align-items: center;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .tabsmenu-plans-max {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

#w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a2f {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a2f {
  justify-self: end;
}

#w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc8a4-5bd71a2f {
  order: -9999;
  place-self: stretch stretch;
}

#w-node-be3221d6-6b51-d09b-c00f-c34453b3116e-5bd71a2f {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-be3221d6-6b51-d09b-c00f-c34453b31170-5bd71a2f {
  justify-self: end;
}

#w-node-_2841d398-5c77-0f49-e0ac-006d3e402a6a-5bd71a2f {
  order: -9999;
  place-self: stretch stretch;
}

#w-node-_85b5e3d9-838a-c382-2928-d42029e10255-5bd71a2f {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-_85b5e3d9-838a-c382-2928-d42029e10257-5bd71a2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a30 {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a30 {
  justify-self: end;
}

#w-node-d96ac599-c371-e338-37d1-cdf289dfa452-5bd71a31 {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-d96ac599-c371-e338-37d1-cdf289dfa454-5bd71a31 {
  justify-self: end;
}

#w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc8a4-5bd71a31 {
  order: -9999;
  place-self: stretch stretch;
}

#w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a31 {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a31 {
  justify-self: end;
}

#w-node-_2841d398-5c77-0f49-e0ac-006d3e402a6a-5bd71a31 {
  order: -9999;
  place-self: stretch stretch;
}

#w-node-_13d67c24-1a1a-acd3-3716-4a9abd2a56d5-5bd71a36 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_35b39bf1-a3ee-a470-6533-97b270172981-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fc7011bf-ea3a-807f-d971-ad2a798f0172-4d56ca78, #w-node-_4e8bb5bd-998a-9dd6-7349-1dbb763b879d-4d56ca78, #w-node-f1645b29-6737-64d2-9c0b-771172e51646-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb59-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5a-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5b-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5c-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5d-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5e-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5f-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29984-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29985-4d56ca78, #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f2998b-4d56ca78, #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29991-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_106f4baf-0342-3b9f-6158-1e335abef2c5-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_106f4baf-0342-3b9f-6158-1e335abef2db-4d56ca78 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_106f4baf-0342-3b9f-6158-1e335abef2dc-4d56ca78, #w-node-_106f4baf-0342-3b9f-6158-1e335abef2e1-4d56ca78, #w-node-_106f4baf-0342-3b9f-6158-1e335abef2e6-4d56ca78, #w-node-_106f4baf-0342-3b9f-6158-1e335abef2eb-4d56ca78, #w-node-_106f4baf-0342-3b9f-6158-1e335abef2f0-4d56ca78, #w-node-_106f4baf-0342-3b9f-6158-1e335abef2f5-4d56ca78, #w-node-_106f4baf-0342-3b9f-6158-1e335abef2fa-4d56ca78, #w-node-_106f4baf-0342-3b9f-6158-1e335abef2ff-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e6e95cc-039f-6ca3-4c19-bbea91d8a406-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5e6e95cc-039f-6ca3-4c19-bbea91d8a415-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
}

#w-node-aab9dee5-5959-705e-a721-f210f133143b-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-aab9dee5-5959-705e-a721-f210f133148b-4d56ca78 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aab9dee5-5959-705e-a721-f210f133148c-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f1331491-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f1331496-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f133149b-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f13314a0-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f13314a5-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f13314aa-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f13314af-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f13314b4-4d56ca78, #w-node-aab9dee5-5959-705e-a721-f210f13314b9-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f1ce11f-fe65-9ad5-7f5f-433d10a8af26-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6f1ce11f-fe65-9ad5-7f5f-433d10a8af29-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
}

#w-node-_988bfe61-013f-0e11-6143-cdfa2721472a-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_988bfe61-013f-0e11-6143-cdfa2721472b-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_988bfe61-013f-0e11-6143-cdfa27214738-4d56ca78 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_988bfe61-013f-0e11-6143-cdfa27214739-4d56ca78, #w-node-_988bfe61-013f-0e11-6143-cdfa2721473e-4d56ca78, #w-node-_988bfe61-013f-0e11-6143-cdfa2721474a-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_988bfe61-013f-0e11-6143-cdfa27214757-4d56ca78 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_988bfe61-013f-0e11-6143-cdfa27214758-4d56ca78, #w-node-_988bfe61-013f-0e11-6143-cdfa2721475d-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a442ce82-d310-b726-8a3e-397595cd95db-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a442ce82-d310-b726-8a3e-397595cd95dc-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dad2f8d-f327-1a93-5781-06047beae658-4d56ca78 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5dad2f8d-f327-1a93-5781-06047beae659-4d56ca78, #w-node-_5dad2f8d-f327-1a93-5781-06047beae65a-4d56ca78, #w-node-_3a7e5b1b-5a8a-cbc4-0c5c-2ae1945a99e8-4d56ca78, #w-node-dc4776da-e543-6e99-3e14-45d97992a9be-4d56ca78, #w-node-c5077bac-ef21-03c7-e482-33f97f3e651d-4d56ca78, #w-node-_7d05a075-6d0b-af2a-bba2-be819123523b-4d56ca78, #w-node-_48fa5a8d-a205-1680-a54f-0ec345519a02-4d56ca78, #w-node-_94bd3742-5e34-2567-6bc8-135e8cc0132f-4d56ca78, #w-node-a442ce82-d310-b726-8a3e-397595cd95e2-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9e650b7-6644-f5ec-b27b-5d19e69e53e9-4d56ca78 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b9e650b7-6644-f5ec-b27b-5d19e69e53ea-4d56ca78, #w-node-b9e650b7-6644-f5ec-b27b-5d19e69e53ef-4d56ca78, #w-node-fa5108ae-de19-421e-576c-69d4ef3985b6-4d56ca78, #w-node-_3679968b-31aa-3598-761e-32ff3bdc24ef-4d56ca78, #w-node-c4779fc2-b819-151c-ac33-0ca90158ca83-4d56ca78, #w-node-_2721b35d-114e-f542-a1a7-84065cafe745-4d56ca78, #w-node-b9361d67-ef47-e31a-930e-2e204679c854-4d56ca78, #w-node-_5ba59dc4-9a73-3743-1844-43ff94b71e0e-4d56ca78, #w-node-_9b4cdfb7-8430-88f8-5ad9-2eaf2293f313-4d56ca78, #w-node-_6a8e9285-c120-bb3d-db71-9cac7c0c63a8-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5431b506-f932-9b20-334d-89ea6146bf7d-4d56ca78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5431b506-f932-9b20-334d-89ea6146bf7e-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5431b506-f932-9b20-334d-89ea6146bf93-4d56ca78 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5431b506-f932-9b20-334d-89ea6146bf94-4d56ca78, #w-node-_5431b506-f932-9b20-334d-89ea6146bf9e-4d56ca78, #w-node-_5431b506-f932-9b20-334d-89ea6146bfb2-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5431b506-f932-9b20-334d-89ea6146bfc7-4d56ca78 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5431b506-f932-9b20-334d-89ea6146bfc8-4d56ca78, #w-node-_5431b506-f932-9b20-334d-89ea6146bfd2-4d56ca78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efc45e42-adcf-bcd4-d4a3-2d3e60f6afee-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-efc45e42-adcf-bcd4-d4a3-2d3e60f6afef-5884e847, #w-node-efc45e42-adcf-bcd4-d4a3-2d3e60f6aff0-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62ee16d-6644-ffaf-800c-7f261dff759b-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9084f823-d78b-0556-9e2a-1d1b6f0fe49c-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b39bf1-a3ee-a470-6533-97b270172981-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fc7011bf-ea3a-807f-d971-ad2a798f0172-5884e847, #w-node-_4e8bb5bd-998a-9dd6-7349-1dbb763b879d-5884e847, #w-node-f1645b29-6737-64d2-9c0b-771172e51646-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb59-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5a-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5b-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5c-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5d-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5e-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5f-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29984-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29985-5884e847, #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f2998b-5884e847, #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29991-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f537-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f546-5884e847 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f547-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f54c-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f551-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f556-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f55b-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f560-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f565-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f56a-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f578-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f57b-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f59a-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f5a9-5884e847 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f5aa-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5af-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5b4-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5b9-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5be-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5c3-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5c8-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5cd-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5d2-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f5d7-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f5e7-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f5ea-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f60d-5884e847 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f60e-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f61b-5884e847 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f61c-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f621-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f62d-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f63a-5884e847 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9377d730-7c17-96ba-0173-60041df0f63b-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f640-5884e847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-efc45e42-adcf-bcd4-d4a3-2d3e60f6afee-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: .35fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-efc45e42-adcf-bcd4-d4a3-2d3e60f6afee-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: .35fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-efc45e42-adcf-bcd4-d4a3-2d3e60f6afee-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a2f {
    order: -9999;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a2f {
    justify-self: auto;
  }

  #w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc8a4-5bd71a2f, #w-node-be3221d6-6b51-d09b-c00f-c34453b3116e-5bd71a2f {
    order: -9999;
  }

  #w-node-be3221d6-6b51-d09b-c00f-c34453b31170-5bd71a2f {
    justify-self: auto;
  }

  #w-node-_2841d398-5c77-0f49-e0ac-006d3e402a6a-5bd71a2f, #w-node-_85b5e3d9-838a-c382-2928-d42029e10255-5bd71a2f {
    order: -9999;
  }

  #w-node-_85b5e3d9-838a-c382-2928-d42029e10257-5bd71a2f {
    justify-self: auto;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a30 {
    order: -9999;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a30 {
    justify-self: auto;
  }

  #w-node-d96ac599-c371-e338-37d1-cdf289dfa452-5bd71a31 {
    order: -9999;
  }

  #w-node-d96ac599-c371-e338-37d1-cdf289dfa454-5bd71a31 {
    justify-self: auto;
  }

  #w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc8a4-5bd71a31, #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a31 {
    order: -9999;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a31 {
    justify-self: auto;
  }

  #w-node-_2841d398-5c77-0f49-e0ac-006d3e402a6a-5bd71a31 {
    order: -9999;
  }

  #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb59-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5a-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5b-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5c-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5d-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5e-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5f-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f1ce11f-fe65-9ad5-7f5f-433d10a8af29-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb59-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5a-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5b-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5c-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5d-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5e-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5f-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f5ea-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a2f {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a2f {
    order: -9999;
  }

  #w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc8a4-5bd71a2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc89c-5bd71a2f {
    order: -9999;
  }

  #w-node-be3221d6-6b51-d09b-c00f-c34453b3116e-5bd71a2f {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-be3221d6-6b51-d09b-c00f-c34453b31170-5bd71a2f, #w-node-_2841d398-5c77-0f49-e0ac-006d3e402a4e-5bd71a2f {
    order: -9999;
  }

  #w-node-_85b5e3d9-838a-c382-2928-d42029e10255-5bd71a2f {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_85b5e3d9-838a-c382-2928-d42029e10257-5bd71a2f {
    order: -9999;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a30 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a30 {
    order: -9999;
  }

  #w-node-d96ac599-c371-e338-37d1-cdf289dfa452-5bd71a31 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-d96ac599-c371-e338-37d1-cdf289dfa454-5bd71a31 {
    order: -9999;
  }

  #w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc8a4-5bd71a31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc89c-5bd71a31 {
    order: -9999;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b1-5bd71a31 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_7c6f1f57-1293-fb39-26d3-14bd099049b3-5bd71a31, #w-node-_2841d398-5c77-0f49-e0ac-006d3e402a4e-5bd71a31 {
    order: -9999;
  }

  #w-node-_35b39bf1-a3ee-a470-6533-97b270172981-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fc7011bf-ea3a-807f-d971-ad2a798f0172-4d56ca78, #w-node-_4e8bb5bd-998a-9dd6-7349-1dbb763b879d-4d56ca78, #w-node-f1645b29-6737-64d2-9c0b-771172e51646-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb59-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5a-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5b-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5c-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5d-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5e-4d56ca78, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5f-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29984-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29985-4d56ca78, #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f2998b-4d56ca78, #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29991-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_106f4baf-0342-3b9f-6158-1e335abef2c5-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_106f4baf-0342-3b9f-6158-1e335abef2c6-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e6e95cc-039f-6ca3-4c19-bbea91d8a406-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e6e95cc-039f-6ca3-4c19-bbea91d8a407-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e6e95cc-039f-6ca3-4c19-bbea91d8a415-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-aab9dee5-5959-705e-a721-f210f133143b-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aab9dee5-5959-705e-a721-f210f1331476-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f1ce11f-fe65-9ad5-7f5f-433d10a8af26-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f1ce11f-fe65-9ad5-7f5f-433d10a8af27-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f1ce11f-fe65-9ad5-7f5f-433d10a8af29-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_988bfe61-013f-0e11-6143-cdfa2721472a-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_988bfe61-013f-0e11-6143-cdfa2721472b-4d56ca78, #w-node-_988bfe61-013f-0e11-6143-cdfa2721474a-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a442ce82-d310-b726-8a3e-397595cd95db-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a442ce82-d310-b726-8a3e-397595cd95dc-4d56ca78, #w-node-a442ce82-d310-b726-8a3e-397595cd95e2-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5431b506-f932-9b20-334d-89ea6146bf7d-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5431b506-f932-9b20-334d-89ea6146bf7e-4d56ca78, #w-node-_5431b506-f932-9b20-334d-89ea6146bfb2-4d56ca78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35b39bf1-a3ee-a470-6533-97b270172981-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fc7011bf-ea3a-807f-d971-ad2a798f0172-5884e847, #w-node-_4e8bb5bd-998a-9dd6-7349-1dbb763b879d-5884e847, #w-node-f1645b29-6737-64d2-9c0b-771172e51646-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb59-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5a-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5b-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5c-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5d-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5e-5884e847, #w-node-_34e7d5f3-c8e7-02bb-85e2-322e79bfdb5f-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29984-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29985-5884e847, #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f2998b-5884e847, #w-node-_97d291a2-3b90-d3b2-68ee-f8d7d6f29991-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f537-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f538-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f578-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f579-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f57b-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f59a-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f59b-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f5e7-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f5e8-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f5ea-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f60d-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f60e-5884e847, #w-node-_9377d730-7c17-96ba-0173-60041df0f62d-5884e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc8a4-5bd71a2f, #w-node-c71143f1-6604-2d02-ba5e-1f08ce6bc8a4-5bd71a31 {
    order: -9999;
  }

  #w-node-_5e6e95cc-039f-6ca3-4c19-bbea91d8a415-4d56ca78 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-aab9dee5-5959-705e-a721-f210f133148b-4d56ca78 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-efc45e42-adcf-bcd4-d4a3-2d3e60f6afee-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f57b-5884e847 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_9377d730-7c17-96ba-0173-60041df0f5a9-5884e847 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}