body {
	font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: "Relativetheory";
	src: url('../../../fonts/relativetheory/relative-book-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-book-pro.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Medium";
	src: url('../../../fonts/relativetheory/relative-medium-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-medium-pro.ttf') format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Relativetheory Black";
	src: url('../../../fonts/relativetheory/relative-black-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-black-pro.ttf') format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Light";
	src: url('../../../fonts/relativetheory/relative-book-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-book-pro.ttf') format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Bold";
	src: url('../../../fonts/relativetheory/relative-bold-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-bold-pro.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Relativetheory Italic";
	src: url('../../../fonts/relativetheory/relative-italic-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-italic-pro.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Medium Italic";
	src: url('../../../fonts/relativetheory/relative-medium-italic-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-medium-italic-pro.ttf') format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Bold Italic";
	src: url('../../../fonts/relativetheory/relative-bold-italic-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-bold-italic-pro.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Black Italic";
	src: url('../../../fonts/relativetheory/relative-black-italic-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-black-italic-pro.ttf') format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

.header a {
  font-family: "better-proposals";
  text-decoration: none;
  color: #FFF;
}

.fontastic {
  display: inline-block;
  padding: 1rem 1.3rem .9rem 1.3rem;
  border-radius: 100px;
  background: #FFFFFF11;
  border: 1px solid transparent;
  margin-left: 2rem;
  margin-top:-10px;
}

.fontastic:hover {
  border: 1px solid #FFF;
}

* {
  margin:0;
  padding:0;
}

html {
  font-size: 16px;
}
body {
  font-size: 1rem;
}

.limitwrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.maincontainer {
  max-width:1200px;
  margin:0 auto;
  overflow-x:no-scroll;
}

.left .visual {
  margin-top: 2%;
  margin-left: 2rem;
  margin-right: 1rem;
  order: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.right .visual {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin-left: 5%;
  margin-right: -5%;
}

.right .text {
     -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.right .text, .left .text {
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin-top: 3%;
}

.left .text {
   -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 1rem;
}

.background {
  position: relative;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
}

.header {
  padding: 24px 24px 24px 0;
}

.header img {
  height:48px;
}

.dashline {
  position: absolute;
  width:110%;
  height: 500px;
  margin-top:-2%;
  left:-10%;
}

.dashline image {
    width: 95%;
}

.headrbg {
  width: 150%;
  min-height:450px;
  content: " ";
  position: absolute;
  margin-top:-10%;
  left:-50%;
  transform: skewX(-30deg);
  border-radius: 0 0 12px 0;
  background: linear-gradient(264.75deg, #2D74FF 16.31%, #01A3EF 70.87%);
}

.logopillars, .devices{
  width: 80%;
  height: auto;
}

.devices {
  margin:24px auto 0 auto;
  width:60%;
  display: block;
}

.devdiv {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(180deg, #2D74FF 0%, #36D3B5 100%);
  position: relative;
  top:0;
  margin-top:-24px;
  padding-top:48px;
  right:0;
  margin-bottom: -90%;
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.sixsections {
  height:70%;
  margin: 10% 0;
}

.printersvg {
  width:90%;
  display: block;
  margin: -2% auto;
}

.fbox {
  content: " ";
  background-color: #f4f5f8;
  width:100%;
  min-height:500px;
  transform: translatex(0%);
  border-radius: 0 20px 20px 0;
  position:absolute;
  z-index:0;
  margin-top:0%;
  left:-60%;
}

.coverbgart {
  width: 100%;
  min-height:450px;
  content: " ";
  position: absolute;
  margin-top:-5%;
  left:-10%;
  border-radius:12px;
  background: linear-gradient(264.75deg, #2D74FF 16.31%, #01A3EF 70.87%);
  overflow: hidden;
}

.coverbgimg {
  background-image: url('../img/cover-show.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0%;
  display: block;
  height: 450px;
}

.investmentbg {
  width: 80%;
  min-height:350px;
  content: " ";
  position: absolute;
  height: 350px;
  top:0;
  right:-30%;
  bottom: -100%;
  transform: translateX(0%);
  border-radius: 12px 0 0 12px;
  background: linear-gradient(156deg, #01A3EF33 1.78%, #36D3B523 100%);
}

.investmentimg {
  width:95%;
  margin-left:10%;
}

.payment {
  background: linear-gradient(248.91deg, #36D3B533 0%, #41D37F23 45.61%);
  width: 117%;
  min-height:450px;
  content: " ";
  position: absolute;
  margin-top:0%;
  left:-80%;
  border-radius: 0 12px 12px 0;
}

.paymentimg {
  width:70%;
  margin-left:-25px;
  margin-top:12%;
}

.creditcardbg {
  width: 80%;
  min-height:450px;
  content: " ";
  position: absolute;
  height: 450px;
  top:0;
  left:50%;
  bottom: -100%;
  transform:translateX(0%);
  border-radius: 12px 0 0 12px;
  background: linear-gradient(221.28deg, #41D37F13 12.14%, #FFD35533 99.33%);
}

.creditcard::before {
  position: relative;
  margin-top:5%;
  left:10%;
  border-radius: 8px;
  width: 450px;
  height: 320px;
  display: block;
  content: " ";
  background-image: url('../img/faster.svg');
  background-size: cover;
}

.clock {
  margin:0 5% 0 -5%;
  width: 100%;
  height: 40vh;
}

.hourglass {
  width: 180px;
  margin: -300px 60px 200px 250px;
  opacity: 0;
}

/*HOURGLASS ANIMATION*/

.hourglassBackground {
  position: absolute;
  background-image: url('../img/hourglass.png');
  background-size: 175px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 481px;
  width: 481px;
  border-radius: 50%;
  margin: -73% 17%;
  transform: rotateX(180deg);
}

.timeline {
  width: 150px;
  position: relative;
  top:10%;
  left:-23%;
  margin-bottom:-78%;
  
}

.signed {
  width: 95%;
  margin:0 0 0 2rem;
}


.monday {
  width:100%;
  margin-left:0%;
  margin-top:-5%;
}

.videobg {
  background: #FF5E5E;
  min-height:100%;
  content: " ";
  position: relative;
  margin-top:-3%;
  margin-right:5%;
  border-radius: 12px;
}

.video {
  width: 80%;
  margin: 15% 10%;
  display: flex;
}

.livechatbg {
  background: linear-gradient(107.25deg, #2D74FF 1.1%, #01A3EF  58.57%);
  width: 100%;
  min-height:750px;
  content: " ";
  position: absolute;
  margin-top:-3%;
  right:-45%;
  border-radius: 12px 0 0 12px;
}

.chatgraph {
  position: absolute;
  height:250px;
  bottom:-6%;
  right:22%;
}

.brandingbg {
  background: linear-gradient(37.22deg, #FF7245 40.58%, #FFD254 189.2%);
  width: 50%;
  min-height:250px;
  content: " ";
  position: absolute;
  margin-top:23%;
  left:50%;
  border-radius: 12px;
}

.brandgraph {
  position: absolute;
  display: block;
  height:250px;
  width: 100%;
  bottom:-12%;
  left:20%;
}

.browserimg {
  position: relative;
  margin-top:0%;
  margin-right:-2%;
  margin-left:0%;
  width:120%;
}

.title {
  display:block;
  color:#FFF;
  margin-top: 20%;
  font-size:48pt !important;
  transform: scale(1.2);
}

.smalltitle {
  font-size:24px;
  font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
}

.bigtitle h1 {
  font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
  font-weight: 400;
  line-height: 52px;
}

.reporth1 {
  display:block;
  text-transform: uppercase;
  font-family: 'Relativetheory Medium', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
  font-weight:600;
  letter-spacing: 0;
}

.right, .left, .gridrow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sectionbreaker {
  display:block;
  width:100%;
  height:240px;
}

.sectionbreaker-s {
  display:block;
  width:100%;
  height:200px;
}

.sectionbreaker-l {
  display:block;
  width:100%;
  height:280px;
}

.smallsectionbreaker {
  display:block;
  width:100%;
  height:96px;
}

.central {
  display:block;
  width:60%;
  margin: 0 auto;
  text-align:center;
  margin-bottom:10%;
  letter-spacing: 0;
}

.nutshell {
  display:block;
  width:100%;
  margin: 0 auto;
  text-align:center;
  margin-bottom:10%;
}

.gridgreen h1, .gridgreen h3 {
  color:#092C4C;
}

.gridgreen {
  background-color: #36D3B5;
  margin-top:-3%;
  width: 80%;
  padding: 5% 10%;
  position: absolute;
  left: 0;
}

.ctaimgs {
  width: 60%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 400px;
}

.seo {
  top:30%;
  left:30%;
  background-image: url('../img/seo.jpg');
}

.marketing {
  top:-5%;
  left: 5%;
  background-image: url('../img/ecommerce-web-design.jpg');
}

.business {
  top:5%;
  right:5%;
  background-image: url('../img/marketing-plan-2.jpg');
}
.seo, .marketing, .business {
  content: " ";
  display: block;
  position: absolute;
  width: 350px;
  min-height:220px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-shadow:0px 4px 60px rgba(0, 0, 0, 0.25);
}

.gridrow {
  width:100%;
  position:relative;
  margin-bottom:1.5%;
}

.griditem {
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin-left: 1.5%;
  border-radius:4px;
  text-align:center;
  padding: 2% 1.5%;
  min-height:200px;
  background-color: #FFF;
}

.griditem-3 {
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin-left: 1.5%;
  border-radius:4px;
  border: 1px solid #959BA6;
  text-align:center;
  min-height: 45px;
}

.integrationsgrid{
  margin-left:-10%;
}

.integs {
  margin-top:-10%;
}

.gridimg.activecampaign {
  background-image: url(../../../img/integrations/crm/activecampaign.png);
}

.gridimg.agile {
  background-image: url(../../../img/integrations/crm/agile.png);
}

.gridimg.base {
  background-image: url(../../../img/integrations/crm/base.png);
}

.gridimg.capsule {
  background-image: url(../../../img/integrations/crm/capsule.png);
}

.gridimg.close {
  background-image: url(../../../img/integrations/crm/close.png);
}

.gridimg.freshsales {
  background-image: url(../../../img/integrations/crm/freshsales.png);
}

.gridimg.highrise {
  background-image: url(../../../img/integrations/crm/highrise.png);
}

.gridimg.hubspot {
  background-image: url(../../../img/integrations/crm/hubspot.png);
}

.gridimg.infusion {
  background-image: url(../../../img/integrations/crm/infusionsoft.png);
}

.gridimg.insightly {
  background-image: url(../../../img/integrations/crm/insightly.png);
}

.gridimg.nimble {
  background-image: url(../../../img/integrations/crm/nimble.png);
}

.gridimg.pipedrive {
  background-image: url(../../../img/integrations/crm/pipedrive.png);
}

.gridimg.salesforce {
  background-image: url(../../../img/integrations/crm/salesforce.png);
}

.gridimg.salesflare {
  background-image: url(../../../img/integrations/crm/salesflare.png);
}

.gridimg.zoho {
  background-image: url(../../../img/integrations/crm/zoho.png);
}

.gridimg {
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  padding: 40% 20%;
  transform: scale(0.7);
  overflow: hidden;
  display: flex;
  align-items: center; 
}

.gridicon, .gridicon-wide, .longicon {
  width:60px;
  height:60px;
  margin: 48px auto;
}

.gridicon img {
  width:60px;
  margin: 0px auto 0px auto;
}

.gridicon-wide img {
  height:60px;
  margin: 0px auto 0px auto;
}

.longicon svg{
  margin-top:-10px;
}

.gridtxt {
  height: 48px;
  margin-top:35%;
  font-weight:600;
  font-family: 'Relativetheory Medium', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
  font-size:1.8rem;
  color:#092C4C;
}

h1 {
  font-family: 'Relativetheory Bold', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}

h2 {
  font-family: 'Relativetheory Bold', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
  font-size: 1.75rem;
   line-height: 1.3;
}

h3 {
  font-family:'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
  margin:24px auto 48px auto;
  font-size: 1.2rem;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1rem;
}

.subheading {
  font-family: 'Relativetheory Medium', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
    background: rgb(54 211 181 / 20%);
    border-radius: 48px 16px 16px 48px;
    margin-top: 1rem;
}

.subheading-blue {
  font-family: 'Relativetheory Medium', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
    background: rgb(9 44 76 / 20%);
    border-radius: 48px 16px 16px 48px;
    margin-top: 1rem;
}

.subheading p, .subheading-blue p {
  padding: 0.8rem 1rem 0.8rem 2rem;
  margin-left: 2rem;
  margin-top: 2rem;
}

.subheading::before, .subheading-blue::before {
    content: " ";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    margin-left: 0;
    background-image: url(../img/tip.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.paragraph {
  font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
}

.lightext {
  color: #FFF !important;
}

.bold {
  font-weight:700;
  font-family: 'Relativetheory Bold', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
}

.underline {
  border-bottom: 3px solid #000;
}

ul {
  padding: 1rem 1.25rem 0 1.25rem;
}

.ctasignup {
  width:250px;
  padding:24px 48px;
  text-align:ce4ter;
  border-radius:4px;
  background-color: #E93A5E;
  color:#FFF;
  text-decoration:none;
  font-weight:400;
  font-family:sans-serif;
  font-size: 1rem;
  -webkit-box-shadow: 0px 21px 17px -12px rgba(0,0,0,0.39); 
box-shadow: 0px 21px 17px -12px rgba(0,0,0,0.39);
}

.ctasignup:hover {
  background-color:#f56b87;
}

.right .text {
  padding-left:5%;
  align-items : center;
  vertical-align:middle;
}
/*
.left:hover .graphanim {
  transform: translateY(-100%);
  transform-origin:50% 50%;
  animation: graphanimation 12s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite forwards;
}

@keyframes graphanimation {
  0% {
    transform: translateY(-100%);
  }
  15% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0%);
  }
}

.left:hover .percent {
  transform: translateY(-100%);
  transform-origin:50% 50%;
  animation: percentage 12s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite forwards;
}

@keyframes percentage {
  0% {
    transform: translateY(-100%);
    opacity:0;
  }
  5% {
    opacity:0;
  }
  25% {
    transform: translateY(0%);
    opacity:1;
  }
  100% {
    transform: translateY(0%);
    opacity:1;
  }
}

/*RESPONSIVE MOBILE CSS*/




@media (max-width: 768px) {

  .maincontainer {
    width: 90%;
  }

  .main-container {
    width: 100%;
    margin:0;
    padding:0;
    overflow-x: hidden;
  }

  .left .visual, .right .visual {
    margin-top: 2%;
    margin-left: 5%;
    margin-right:5%;
    margin-bottom: 10%;
    order: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .visual {
    position:static;
    min-height:45vh;
  }
  
  .right .text, .left .text {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-top: 3%;
    padding: 0 5%;
    align-items : center;
    vertical-align:middle;
     -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .right, .left, .gridrow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bluevisual {
    display:none;
  }

  .lightext {
    color: #000 !important;
  }

  .devices {
    margin:24px auto 0 auto;
    width:60%;
    display: block;
  }
  
  .devdiv {
    position: relative;
    top:0;
    margin-top:-24px;
    padding-top:48px;
    right:-12%;
    left:-12%;
    margin-bottom: -90%;
    height: 100%;
    width: 124%;
    overflow: hidden;
    border-radius: 0;
  }

  .signed {
    width: 100%;
    margin:0 0 0 0;
  }

  .sectionbreaker-l {
    display: none;
  }

  .smallsectionbreaker {
    height: 5rem;
    margin-bottom: 0;
  }

  .livechatbg {
    background: linear-gradient(107.25deg, #01A3EF 1.1%, #2D74FF 58.57%);
    width: 120%;
    min-height:30vh;
    content: " ";
    position: relative;
    margin:-25vh 0 0 -16%;
    left: 0;
    right: 0;
    border-radius: 12px 0 0 12px;
  }

  .chatmobfix .lightext {
    color: #FFF !important;  
    padding: 5% 10% 10% 10%;
  }

  .chatmobfix {
    color: #FFF !important;  
    background: linear-gradient(107.25deg, #01A3EF 1.1%, #2D74FF 58.57%);
    width: 120%;
    margin-left: -10%;
    margin-right: 10%;
    margin-top: 25vh;
  }
  
  .chatgraph {
    position: absolute;
    height:70%;
    bottom:-6%;
    left:10%;
    transform: skewX(0deg);
  }

  .logopillars{
    width: 70%;
    height: auto;
    margin-top: 20%;
    margin-left:-6%;
  }

  .header {
    position: absolute;
    top:0;
    left:5%;
    width: 85%;
    height: 80px;
    overflow-x: hidden;
  }

  .header img {
    height: 35px;
  }

  .smico {
    margin-right: 5%;
  }

  .headrbg {
    width: 120%;
    min-height:35vh;
    content: " ";
    position: absolute;
    margin-top:0%;
    top:0;
    left:-30%;
    transform: skewX(-30deg);
    border-radius: 0 0 12px 0;
    background: linear-gradient(264.75deg, #2D74FF 16.31%, #01A3EF 70.87%);
  }

  .dashline {
    margin-top: 20%;
  }

  .browserimg {
    width: 120%;
    bottom: -10%;
    margin-bottom: 0%;
    margin-top:0;
    margin-left: -0%;
    margin-right: -20%;
    padding: 0;
  }

  .browservisual {
    min-height: 35vh !important;
  }

  .title {
    display:block;
    color:#2D74FF;
    margin: -10% auto 30% auto;
    font-size:55px !important;
    text-align: center;
    width: 60%;
  }
  
  .smalltitle {
    font-size:24px;
    font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
  }
  
  .bigtitle h1 {
    font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 52px;
  }
  
  .central {
    width: 100%;
    line-height: 36px;
    margin: -5% auto 15% auto;
  }
  .central h1 {
    font-size:28.8px !important;

  }

  h2 {
    font-size: 1.75rem;
  }

  .fbox {
    min-height:50vh;
    margin-top:-3%;
    left:-10%;
  }

  .sixsections {
    width: 55%;
  }

  .printersvg {
    width:100%;
  }

  .videobg {
    width: 117%;
    min-height:45vh;
    left:-40%;
  }

  .brandingbg {
    width: 120%;
    min-height:62vh;
    height: 62vh;
    margin-top:-20%;
    left:-40%;
  }

  .brandgraph {
    position: absolute;
    display: block;
    height:250px;
    width: 100%;
    bottom:-8vh;
    left:22%;
    transform: skewX(12deg);
  }

  .investmentbg {
    width: 100%;
    min-height:45vh;
    height: 40vh;
    top:0;
    left:43%;
    bottom: -100%;

  }
  
  .investmentimg {
    width:100%;
    margin: 5% auto;
  }

  .coverbgart {
    width: 100%;
    min-height:45vh;
    margin-top:-5%;
    left:0%;
  }
  
  .coverbgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 45vh;
    width: 100%;
    margin-left:0;
  }

  .payment {
    left:-40%;
    height: 45vh;
    min-height: 45vh;
    width: 117%;
    content: " ";
    position: absolute;
    margin-top:0%;
    left:-20%;
    border-radius: 0 12px 12px 0;
  }
  
  .paymentimg {
    width:100%;
    margin-left:0px;
    margin-top:12%;
  }

  .creditcardbg {
    display: none;
  }

  .clock {
    margin-top: 0%;
    margin-bottom: -10%;
    margin-left: 0;
  }

  .creditcard::before {
    left:-1%;
    width: auto;
    height: 35vh;
  }

  .waiting {
    left:-60%;
    min-height: 45vh;
  }

  .timeline {
    display: none;
  }
  
  .monday {
    display: block;
    width:120%;
    margin-left:0%;
    margin-top:-9%;
    margin-right: -40%;
    margin-bottom: -50vh;
  }

  .hourglassBackground {
    margin-top: 0%;
    margin-left:0%;
    background-size: 38vw;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 45vh;
    width: 45vh;
    border-radius: 50%;
    transform: rotateX(180deg);
  }

  .nutshell {
    padding-top: 15%;
    margin-top:10%;
  }

  .gridrow {
    margin:0;
  }

  .griditem {
    -webkit-flex: 0 1 44.5%;
    -ms-flex: 0 1 44.5%;
    flex: 0 1 44.5%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:2%;
    border-radius:4px;
    text-align:center;
    padding: 2% 1.3%;
    min-height:20vh;
  }
  
  .griditem-3 {
    -webkit-flex: 0 1 31%;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-left: 0;
    margin-right: 1.5%;
    margin-bottom:2%;
    border-radius:4px;
    border: 1px solid #959BA6;
    text-align:center;
    min-height: 90%;
  }

  .seo, .marketing, .business {
    content: " ";
    display: block;
    position: absolute;
    width: 70vw;
    min-height:44vw;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow:0px 4px 60px rgba(0, 0, 0, 0.25);
  }

  .seo {
    top:35%;
    left:-5%;
  }

  .business {
    top:-8%;
    left: 1%;
  }

  .marketing {
    top:10%;
    left:-45%;
  }

  .sectionbreaker {
    display:block;
    width:100%;
    height:10vh;
  }

  .sectionbreaker-s {
    height: 50px;
  }

  }