:root {
  --white: white;
  --black: black;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.largediv {
  height: 70vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 8vh 10vw;
}

.div800px {
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.div800px.centrealign {
  display: flex;
}

.div800px.zindex2 {
  z-index: 2;
  position: relative;
}

.texthugebold {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 6rem;
}

.texthugebold.whitetext {
  color: #fff;
}

.texthugebold.whitetext.centrealign {
  text-align: center;
}

.texthugebold.whitetext.centrealign._4vhmarginbottom, .texthugebold.whitetext._4vhmarginbottom {
  margin-bottom: 4vh;
}

.texthugebold.blacktext.centrealign {
  text-align: center;
}

.texthugebold.blacktext.centrealign._4vhmarginbottom, .texthugebold.blacktext._4vhmarginbottom, .texthugebold._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textstandard {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.textstandard.whitetext {
  color: #fff;
}

.textstandard.whitetext.centrealign {
  text-align: center;
  position: relative;
}

.textstandard.whitetext.centrealign._4vhmarginbottom {
  margin-bottom: 4vh;
  font-family: Neuemontreal;
}

.textstandard.whitetext.centrealign._8vhmarginbottom {
  margin-bottom: 8vh;
}

.textstandard.whitetext.centrealign._2z-index {
  z-index: 2;
}

.textstandard.whitetext._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textstandard.textsmallmobile {
  font-family: Neuemontreal;
  font-weight: 400;
}

.textstandard.blacktext.centrealign {
  text-align: center;
}

.textstandard.blacktext.centrealign._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textstandard.blacktext.centrealign._8vhmarginbottom {
  margin-bottom: 8vh;
}

.textstandard.blacktext._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textstandard.blacktext.justify {
  text-align: justify;
}

.textstandard._4vhmarginbottom {
  margin-bottom: 4vh;
  padding-top: 2vh;
}

.hyperlink {
  text-decoration: none;
}

.textsmall {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.textsmall.bluetext {
  color: #0074e2;
}

.textsmall.bluetext.centrealign {
  text-align: center;
}

.textsmall.bluetext.centrealign.onhoverunderlineblue:hover {
  text-decoration: underline;
}

.textsmall.blacktext.centrealign {
  text-align: center;
}

.textsmall.bluetext {
  color: #0074e2;
}

.textsmall.bluetext.centrealign {
  text-align: center;
}

.highlightgrid {
  padding: 8vh 10vw;
}

.highlightgrid.dgreybck {
  background-color: #181818;
}

.highlightgrid.dgreybck.centrealign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flexdiv {
  flex-direction: column;
  padding: 8vh 10vw;
  position: relative;
}

.flexdiv.dgreybck {
  background-color: #181818;
}

.flexdiv.dgreybck.centrealign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flexdiv.whitebck.centrealign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.flexdiv.centrealign {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.flexdiv.centrealign.responsive70vh {
  height: 70vh;
}

.flexdiv.centrealign.lgreybck.responsive70vh {
  height: 50vh;
  justify-content: center;
}

.flexdiv.centrealign.lgreybck.responsive70vh.gradient2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  justify-content: center;
}

.flexdiv.centrealign.responsive50vh {
  width: 500px;
  height: 50vh;
  justify-content: center;
  padding: 50px;
}

.flexdiv.blackbck {
  background-color: #000;
  position: relative;
}

.flexdiv.lgreybck {
  background-color: #f2f2f2;
}

.div1000px {
  width: auto;
  max-width: 1000px;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

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

.div1000px.centrealign.allgnleftmobile {
  flex-direction: column;
}

.dualcolumn100-parent {
  width: 1000px;
  margin-right: auto;
  display: block;
}

.dualcolumn100-parent._2vhmarginbottom {
  margin-bottom: 2vh;
}

.dualcolumn500pxchild {
  height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.dualcolumn500pxchild.dgreybck {
  background-color: #181818;
}

.dualcolumn500pxchild.dgreybck.centrealign {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div100 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div100.blackbck {
  background-color: #000;
}

.div100.blackbck._1vhmarginright {
  margin-right: 1vh;
}

.div100.blackbck._1vhmarginleft {
  margin-left: 1vh;
  overflow: visible;
}

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

.div100.aligncentretop.blackbck._1vhmarginright._50paddinground {
  background-color: #000;
  border-radius: 15px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.div100.aligncentretop.blackbck._1vhmarginleft._50paddinground {
  border-radius: 15px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

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

.div100.aligncentre.responsivepadding {
  padding: 8vh 10vw;
}

.hugediv {
  height: auto;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 8vh 10vw;
}

.hugediv.blackbck {
  background-color: #000;
}

.hugediv.blackbck.centrealign {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mediumdiv {
  height: 35vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 8vh 10vw;
}

.mediumdiv.dgreybck {
  background-color: #181818;
}

.mediumdiv.dgreybck.centrealign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hugeimage {
  height: 150vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hugeimage.athlete {
  z-index: -1;
  height: 115vh;
  background-image: linear-gradient(#000, rgba(19, 16, 16, 0) 52%), url('../images/athlete.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hugeimage._4k {
  z-index: -1;
  height: 115vh;
  background-image: linear-gradient(#000, rgba(19, 16, 16, 0) 52%), url('../images/burst.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hugeimage.jake {
  z-index: -1;
  height: 100vh;
  background-image: url('../images/jake-large.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mediumimage {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.smallimage {
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tablediv {
  width: 100%;
  max-width: 1000px;
  display: block;
}

.tricolumnparent {
  width: auto;
}

.tricolumnparent.underlinegrey {
  border-bottom: 1px solid #9b9b9b;
}

.tricolumnparent.underlinegrey._2vhmarginbottom {
  margin-bottom: 2vh;
}

.tricolumnparent.underlinegrey._2vhmarginbottom._2vhpaddingbottom {
  padding-bottom: 2vh;
}

.tricolumnchild {
  padding-left: 0;
  padding-right: 0;
}

.tricolumndiv {
  height: 40px;
  display: flex;
}

.tricolumndiv.centrealign {
  justify-content: center;
  align-items: center;
}

.textstandardbold {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.textstandardbold.whitetext {
  color: #fff;
}

.textstandardbold.whitetext._2vhpaddingtopbottom {
  padding-bottom: 2vh;
}

.textstandardbold.whitetext._2vhmarginbottom {
  font-weight: 700;
}

.textstandardbold.mobileview {
  display: block;
}

.textstandardbold._2vhmarginbottom {
  margin-bottom: 2vh;
  font-weight: 500;
}

.textstandardbold._4vhmarginbottom {
  margin-bottom: 4vh;
}

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

.textsmallbold {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.textsmallbold.whitetext {
  color: #fff;
}

.textsmallbold.whitetext._2vhmarginbottom {
  margin-bottom: 2vh;
}

.textsmallbold.blacktext {
  color: #000;
}

.textsmallbold.blacktext._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textsmallbold._2vhmarginbottom {
  margin-bottom: 2vh;
}

.texthuge {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6rem;
}

.texttemplates {
  background-color: #ececec;
  overflow: hidden;
}

.tickiconblack {
  width: 30px;
  height: 30px;
  opacity: .5;
  background-image: url('../images/tick.png');
  background-position: 0 0;
  background-size: contain;
}

.crossiconblack {
  width: 30px;
  height: 30px;
  opacity: .5;
  background-image: url('../images/cross.png');
  background-position: 0 0;
  background-size: contain;
}

.tricolumntitleparent {
  width: auto;
  height: 90px;
}

.tricolumntitleparent.underlinegrey {
  border-bottom: 1px solid #9b9b9b;
}

.tricolumntitleparent.underlinegrey._2vhmarginbottom {
  margin-bottom: 2vh;
}

.tricolumntitleparent.centrealign {
  align-items: center;
  display: flex;
}

.tricolumntitleparent.centrealign.underlinegrey {
  border: 0 solid #000;
  border-bottom-width: 1px;
}

.tricolumntitleparent.centrealign.underlinegrey._2vhmarginbottom {
  border-bottom-color: #9b9b9b;
}

.timelinediv {
  width: auto;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 5% 95%;
}

.stickydiv200 {
  height: 200vh;
  padding: 8vh 10vw;
  overflow: visible;
}

.timelinedivchild {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.texthugeheavy {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 6rem;
}

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

.timelinebullet.whitebck {
  width: 20px;
  height: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50px;
}

.timelinedivchildbullet {
  padding-left: 0;
  padding-right: 0;
}

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

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

.timelinebulletbar.blackbck {
  width: 5px;
  height: 15vh;
  background-color: #000;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.timelinebulletbar.whitebck {
  width: 5px;
  height: 15vh;
  background-color: #fff;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.timelinebulletbar.whitebck.gradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff, #000);
}

.timelinebulletbar.whitebck.gradient._30vh {
  background-image: linear-gradient(#fff, #000 50%);
}

.timelinebulletbar.whitebck._20vh {
  height: 20vh;
}

.textlargebold {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

.textlargebold.whitetext {
  color: #fff;
}

.textlargebold.whitetext.centrealign {
  text-align: center;
}

.textlargebold.whitetext.centrealign._4vhmarginbottom {
  margin-bottom: 4vh;
  position: relative;
}

.textlargebold.whitetext.centrealign._4vhmarginbottom._20z-index {
  z-index: 20;
}

.textlargebold.whitetext.alignleft._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textlargebold.whitetext.alignleft._4vhmarginbottom._2z-index {
  z-index: 2;
  position: relative;
}

.textlargebold._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textlargebold.blacktext.aligncentre {
  text-align: center;
}

.textlargebold.blacktext.aligncentre._2vhmarginbottom {
  margin-bottom: 2vh;
}

.video275 {
  z-index: 1;
  width: 500px;
  height: 275px;
  opacity: 1;
  text-align: left;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stickdivcontainer {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stickdivcontainer.sticky {
  height: 100vh;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stickydiv400 {
  height: 400vh;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stickydiv400.blackbck {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), radial-gradient(circle at 100% 0, #000, #fff);
  flex-direction: column;
  padding: 8vh 10vw;
}

.footerblock {
  width: 100%;
  max-width: 1000px;
  color: rgba(255, 255, 255, .5);
  object-fit: fill;
  border-top: 1px solid rgba(216, 214, 214, .25);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.footerlink {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75vh;
  padding-bottom: 0;
  text-decoration: none;
}

.footerlinksmall {
  width: auto;
  margin-right: 1vw;
  text-decoration: none;
}

.disclaimercolumn {
  padding-left: 0;
  padding-right: 0;
}

.footerdisclaimercolumn, .footerrightdisclaimer {
  align-items: flex-start;
  display: flex;
}

.footerlogopicture {
  height: 20px;
}

.branddiv {
  width: 100%;
  height: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4vh;
  display: inline-block;
}

.texttiny {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: .75rem;
  line-height: .75rem;
  text-decoration: none;
}

.texttiny.whitetext {
  color: rgba(255, 255, 255, .8);
}

.texttinybold {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: .75rem;
  text-decoration: none;
}

.textsmaller {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
}

.textsmaller.whitetext, .textsmaller.whitetext.onhoverwhite:hover {
  color: #fff;
}

.textsmallerbold {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.textsmallerbold.whitetext {
  color: #fff;
}

.textsmallerbold.whitetext._1vhmarginbottom {
  margin-bottom: 1vh;
}

.textsmallerbold._2vhmarginbottom {
  margin-bottom: 2vh;
}

.tilephoto {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000, #000);
  border: 2px #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tilephoto.lgrey {
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67));
}

.tilephoto.lgrey.lgreyborder {
  border-style: dotted;
  border-color: #252525;
  border-radius: 15px;
  display: none;
}

.wrapper {
  width: auto;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.wrapper.centrealign.maxwidth {
  width: 100%;
  align-items: flex-start;
}

.wrapper._4vhmarginbottom {
  margin-bottom: 4vh;
}

.wrapper.alligncentre {
  justify-content: center;
  display: flex;
}

.paymenticons {
  height: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 50px 50px 50px;
  grid-template-columns: 80px 80px;
  padding-top: 1vh;
}

.paymenticon.visa {
  height: 50px;
  background-image: url('../images/visa.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.paymenticon.mastercard {
  height: 50px;
  background-image: url('../images/mastercard.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.paymenticon.amex {
  height: 50px;
  background-image: url('../images/amex.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.paymenticon.directdebit {
  height: 50px;
  background-image: url('../images/directdebit.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.paymenticon.applepay {
  height: 50px;
  background-image: url('../images/applepay.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.paymenticon.googlepay {
  height: 50px;
  background-image: url('../images/googlepay.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.footergrid {
  height: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow: visible;
}

.tilebutton {
  width: 35px;
  height: 35px;
  background-image: url('../images/pluswhite1_1pluswhite1.png');
  background-position: 0 0;
  background-size: cover;
}

.tilebutton:hover {
  background-image: url('../images/pluswhite2_1pluswhite2.png');
}

.tilebutton._2z-index {
  z-index: 2;
  background-image: url('../images/remove.png');
  position: relative;
}

.tilebutton._2z-index:hover {
  background-image: url('../images/cross.png');
}

.crossbutton {
  z-index: 2;
  width: 35px;
  height: 35px;
  background-image: url('../images/crosswhite1_1crosswhite1.png');
  background-position: 0 0;
  background-size: cover;
  position: static;
  top: 3vw;
  bottom: auto;
  left: auto;
  right: 3vw;
}

.crossbutton:hover {
  background-image: url('../images/crosswhite2_1crosswhite2.png');
}

.primarynavmenu {
  height: 100%;
  align-items: center;
  display: flex;
}

.primarynavbarlogo {
  height: 100%;
  display: flex;
}

.primarynavbarlogo.aligncentre {
  height: 50px;
  align-items: center;
  display: flex;
}

.primarynav {
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 10vw;
  padding-right: 10vw;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.primarynav.blackbck {
  height: 50px;
  background-color: #000;
}

.primarynav.blackbck.positionfixed {
  margin-top: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.primarynavgetstartedbutton {
  height: 20px;
  color: #000;
  background-color: #ddd;
  border-radius: 50px;
  align-items: center;
  margin-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Neuemontreal;
  font-size: .9rem;
  line-height: 1.1rem;
  display: flex;
}

.primarynavdivlogo {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10vw;
  right: auto;
}

.primarynavbarlogoimage {
  display: block;
}

.secondarynav {
  height: 40px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.secondarynav.dgreybck {
  height: 50px;
  background-color: #181818;
}

.secondarynav.dgreybck.aligncentre {
  justify-content: center;
  display: flex;
}

.secondarynav.dgreybck.aligncentre.positionsticky {
  z-index: 3;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.secondarynav.dgreybck.aligncentre.positionsticky.hide {
  display: none;
}

.secondarynavmenu {
  height: 100%;
  align-items: center;
  display: flex;
}

.secondarynavbarlink {
  height: 100%;
  color: #fff;
  font-family: Helvetica;
  font-size: .9rem;
  line-height: 1.1rem;
  display: inline-block;
}

.secondarynavbarlink.aligncentre {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.secondarynavbarlink.aligncentre.greylinebottom {
  font-family: Neuemontreal;
  line-height: 1.5rem;
}

.secondarynavgetstartedbutton {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Helvetica;
  font-size: .9rem;
  line-height: 1.1rem;
  display: none;
}

.footerwrapper {
  height: auto;
  flex-direction: row;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footerwrapper._2vhmarginbottom {
  height: auto;
  margin-bottom: 2vh;
}

.secondary {
  margin-top: 250px;
}

.table {
  height: auto;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding: 0;
}

.table.no-pad.overflow {
  height: auto;
  max-height: none;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

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

.table-col.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data.left {
  z-index: 80;
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table-col.header.left-col {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table-col.header.left-col.fade {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(138, 138, 138, 0), #f2f2f2 61%);
}

.table-col.aligncentre {
  justify-content: center;
}

.tableflexwidth {
  z-index: 100;
  width: 80vw;
  height: 90px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.tableflexwidth.aligncentre {
  width: 1500px;
  grid-template-columns: 400px 200px 200px 200px 200px;
  align-items: center;
}

.tableflexwidth.underlinegrey {
  width: 1500px;
  border-bottom: 1px solid #9b9b9b;
  grid-template-columns: 400px 200px 200px 200px 200px 200px;
}

.tableflexwidth.underlinegrey.underlinetop {
  border-top: 1px solid #9b9b9b;
  grid-template-columns: 400px 200px 200px 200px 200px 200px;
}

.flexwidthtablediv {
  width: 100%;
  max-width: 1400px;
  padding: 0 0;
}

.primarynavbarlink1 {
  height: 100%;
  color: #fff;
  font-family: Helvetica;
  font-size: .9rem;
  line-height: 1.1rem;
  display: inline-block;
}

.primarynavbarlink1.aligncentre {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.primarynavbarlink1.aligncentre.greylinebottom {
  color: #000;
  font-family: acumin-pro, sans-serif;
  line-height: 1.5rem;
}

.primarynavbarlink1.aligncentre.greylinebottom:hover {
  background-color: #f8f8f8;
}

.primarynavbarlink1.aligncentre.greylinebottom.w--current {
  font-family: acumin-pro, sans-serif;
}

.primarynavbarlink1.aligncentre.greylinebottom.w--current:hover {
  background-color: #f8f8f8;
}

.fleximage {
  width: 100%;
  height: 100%;
}

.fleximage.jakeelsley {
  width: 400px;
  height: 400px;
  background-image: url('../images/jake-elsley-cropped.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.farming {
  width: 500px;
  height: 50vh;
  background-image: url('../images/farming.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.retail {
  height: 50vh;
  background-image: url('../images/smallbusiness2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fleximage.it {
  height: 500px;
  background-image: url('../images/IT-professionals.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.femaleengineer {
  height: 500px;
  background-image: url('../images/femaleengineer.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.storeworker {
  height: 500px;
  background-image: url('../images/trader-tile.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.newtech {
  height: 500px;
  background-image: url('../images/byod-tile.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.factory {
  height: 500px;
  background-image: url('../images/factory.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.jake {
  height: 100vh;
  background-image: url('../images/jake-elsley.jpg'), linear-gradient(#fff, #fff);
  background-position: 85% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 60vh, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fleximage.nhs {
  height: 100px;
  background-image: url('../images/1024px-NHS-Logo.svg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.lgim {
  height: 200px;
  height: 100px;
  background-image: url('../images/landg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.jfp {
  height: 100px;
  background-image: url('../images/jfplogo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.servers {
  height: 500px;
  background-image: url('../images/IT-professionals.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.o365 {
  height: 500px;
  background-image: url('../images/femalestaffmember.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.fleximage.veolia {
  height: 100px;
  background-image: url('../images/veolia-logo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.fh {
  height: 100px;
  background-image: url('../images/fh-vector-logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.atrium {
  height: 100px;
  background-image: url('../images/image_1496221490_592e873284c11.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fleximage.kent {
  height: 100px;
  background-image: url('../images/kent.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.liberty {
  height: 100px;
  background-image: url('../images/LMI_Masterbrand_H_RGB_Blue_No_Padding.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.microsoft {
  height: 100px;
  background-image: url('../images/microsoft.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.lottery {
  height: 100px;
  background-image: url('../images/lottery.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.newham {
  height: 100px;
  background-image: url('../images/LB-Newham-Logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleximage.rshp {
  height: 100px;
  background-image: url('../images/RSHP_Logo_Blue_RGB.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.fleximage.gulmay {
  height: 100px;
  background-image: url('../images/Gulmay-logo-medium.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.textsmallest {
  color: #000;
  font-family: Helvetica;
  font-size: .75rem;
  line-height: 1rem;
  text-decoration: none;
}

.textsmallest.whitetext {
  color: rgba(255, 255, 255, .8);
}

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

._2x2flexbox {
  width: 100%;
  height: auto;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

._2x2flexbox.round {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  margin-bottom: 25px;
}

._2x2flexboxelement {
  width: 100%;
  height: 100%;
  order: 1;
}

._2x2flexboxelement.primary {
  order: 0;
}

._2x2flexboxelement.secondary {
  order: 0;
  margin-top: 0;
}

._2x2flexboxelement.secondary.whiteborder {
  border: 2px #252525;
  border-radius: 15px;
}

.secondnavgetstarted {
  height: 20px;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Helvetica;
  font-size: .9rem;
  line-height: 1.1rem;
}

.secondnavgetstarted.desktophidden {
  display: none;
}

.personalnav {
  height: 40px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.personalnav.dgreybck {
  height: 50px;
  background-color: #181818;
}

.personalnav.dgreybck.aligncentre {
  justify-content: center;
  display: flex;
}

.personalnav.dgreybck.aligncentre.positionsticky {
  z-index: 3;
  align-items: center;
  position: relative;
  top: 0;
}

.tilegrid2x2 {
  grid-template-rows: 500px auto;
  grid-template-columns: 490px 490px;
  margin-bottom: 50px;
}

.tilegrid2x2._8vhmarginbottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 8vh;
  display: grid;
}

.tile {
  width: 100%;
  height: auto;
  min-height: 350px;
  background-color: #f2f2f2;
  border: 2px solid #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.tile.bluebck {
  height: auto;
  min-height: 350px;
  background-color: #0074e2;
  border-color: #0074e2;
  align-items: flex-start;
}

.tilestart {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  padding: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.tilestart.lgreyborder {
  height: 500px;
  background-color: #fff;
  border: 2px solid #6d6d6d;
  display: block;
}

.tilereveal {
  width: 100%;
  height: 500px;
  background-color: #000;
  border-radius: 15px;
  padding: 50px;
  display: none;
  position: relative;
  overflow: hidden;
}

.tilereveal.lgreyborder {
  height: auto;
  border: 2px dotted #6d6d6d;
  display: block;
}

.onreveal {
  opacity: 1;
}

.wrapper10 {
  margin-left: 10px;
}

.triplecolumn {
  padding-left: 1%;
  padding-right: 1%;
}

.focustile {
  width: 100%;
  max-width: 800px;
  background-color: #181818;
  border: 2px solid #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8vh;
  padding: 50px 50px 4vh;
}

.div100vh {
  width: 100%;
  height: 100vh;
  position: relative;
}

.div100vh.centrealign {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div100vh.centrealign.blackbck {
  background-color: #000;
  padding: 8vh 10vw;
}

.div100vh.blackbck {
  background-color: #000;
}

.div100vh.menuoffset {
  margin-top: 50px;
}

.heromain {
  width: 100%;
  height: 80vh;
  align-items: center;
  display: flex;
  position: relative;
}

.heromain.menuoffset {
  height: 115vh;
  margin-top: 0;
  padding-top: 50px;
}

.div70vh {
  width: 100%;
  height: 70vh;
  position: static;
}

.div70vh.menuoffset {
  margin-top: 50px;
}

.div70vh.menuoffset.aligncentre {
  align-items: center;
  display: flex;
  position: relative;
}

.div70vh.menuoffset.aligncentre.mobileview {
  height: 100vh;
}

.div70vh.menuoffset.aligncentre.mobileview._50 {
  align-items: flex-start;
  margin-top: 0;
}

.div600 {
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.div600.toppad {
  margin-top: 172px;
}

.logo {
  width: 150px;
  height: 30px;
  background-image: url('../images/elsley.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.redbutton {
  color: #fff;
  background-color: #fff;
  border: 2px solid #a70000;
  border-radius: 60px;
  padding: 10px 20px;
  font-family: acumin-pro, sans-serif;
  font-size: .9rem;
  text-decoration: none;
  transition: all .2s;
}

.redbutton:hover {
  border-color: #000;
}

.tilegrid {
  flex-direction: row;
  grid-template-rows: auto;
  align-items: flex-start;
  display: block;
}

._8vhmarginbottom {
  margin-bottom: 8vh;
}

.link {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.link._4vh {
  margin-bottom: 4vh;
}

.footer {
  height: 50px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.columns-2 {
  width: 800px;
}

.column {
  padding-left: 0;
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
  padding-right: 0;
}

.html-embed {
  min-width: 600px;
  border-bottom: 1px solid #000;
  margin-bottom: 4vh;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .largediv {
    width: 100%;
  }

  .texthugebold {
    font-size: 4rem;
    line-height: 4rem;
  }

  .texthugebold.whitetext.centrealign {
    position: relative;
  }

  .texthugebold.blacktext.centrealign._4vhmarginbottom.alignleftmobile, .textstandard.blacktext.centrealign.alignleftmobile, .textstandard.blacktext.centrealign._8vhmarginbottom.alignleftmobile {
    text-align: left;
  }

  .highlightgrid.dgreybck.centrealign {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .flexdiv.dgreybck.centrealign {
    flex-direction: column;
  }

  .flexdiv.centrealign.responsive50vh {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .flexdiv._50 {
    margin-top: 50px;
  }

  .div1000px {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .div1000px.centrealign.allgnleftmobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dualcolumn100-parent {
    width: 100%;
    padding-right: 0;
  }

  .dualcolumn100-parent._2vhmarginbottom {
    margin-bottom: 2px;
  }

  .dualcolumn500pxchild.dgreybck.centrealign {
    flex-direction: row;
    align-items: flex-start;
  }

  .dualcolumn500pxchild.dgreybck.centrealign._4vwpaddingbottommobile {
    margin-bottom: 4vw;
  }

  .div100.blackbck._1vhmarginright {
    margin-bottom: 25vh;
    margin-right: 0;
  }

  .div100.blackbck._1vhmarginleft {
    margin-bottom: 0;
    margin-left: 0;
  }

  .mediumdiv.dgreybck {
    height: auto;
  }

  .hugeimage.jake {
    background-size: cover;
  }

  .tricolumndiv {
    height: 70px;
  }

  .textstandardbold.mobileview {
    display: block;
  }

  .texthuge {
    font-size: 4rem;
    line-height: 4rem;
  }

  .timelinediv {
    width: 80vw;
  }

  .texthugeheavy {
    font-size: 4rem;
    line-height: 4rem;
  }

  .video275 {
    width: auto;
    height: 350px;
  }

  .footerlinksmall {
    border-left-style: none;
    border-left-width: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footerlinksmall.endofnav {
    border-right-width: 0;
    padding-left: 15px;
  }

  .footerlogo {
    padding-left: 0;
  }

  .footerdisclaimercolumn {
    display: block;
  }

  .footerrightdisclaimer {
    padding-left: 0;
    padding-right: 0;
  }

  .texttiny.whitetext {
    margin-bottom: 2vh;
    display: block;
  }

  .tilephoto {
    width: 100%;
  }

  .wrapper {
    height: auto;
    justify-content: space-between;
    align-items: center;
  }

  .paymenticons {
    width: 50%;
  }

  .paymenticon.visa {
    background-position: 0%;
    justify-content: flex-start;
  }

  .paymenticon.mastercard, .paymenticon.amex, .paymenticon.directdebit, .paymenticon.applepay, .paymenticon.googlepay {
    background-position: 0%;
  }

  .footergrid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .primarynavmenu {
    width: 100%;
    height: auto;
    background-color: #000;
  }

  .primarynavmenu._4vhmarginbottom {
    height: 100vh;
    padding-bottom: 4vh;
  }

  .primarynavmenu._4vhmarginbottom._2vhpaddingtop {
    height: auto;
    background-color: #fff;
    padding-top: 2vh;
  }

  .primarynavbarlogo.aligncentre {
    padding-left: 0;
  }

  .primarynav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .primarynav.blackbck {
    padding-left: 20px;
    padding-right: 10px;
  }

  .primarynavgetstartedbutton {
    width: 120px;
    height: 25px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
    margin-left: 20px;
    font-family: Neuemontreal;
    font-size: 1rem;
    display: flex;
  }

  .primarynavmobilebuttonsymbol {
    width: 50px;
    height: 50px;
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Helvetica;
    font-size: 2rem;
    line-height: 10rem;
    display: flex;
  }

  .primarynavmobilebuttonsymbol:hover {
    transform: scale(.9);
  }

  .primarynavmobilebutton {
    width: 50px;
    height: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .primarynavmobilebutton.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .primarynavdivlogo {
    left: 30px;
  }

  .secondarynav.dgreybck {
    padding-left: 20px;
    padding-right: 10px;
  }

  .secondarynav.dgreybck.aligncentre {
    flex-direction: row;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky {
    z-index: 5;
    padding-right: 20px;
  }

  .secondarynavmenu {
    height: auto;
    background-color: #181818;
    flex-direction: row;
    align-items: center;
  }

  .secondarynavmenu._2vhpaddingtop {
    padding-top: 2vh;
  }

  .secondarynavbarlink {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .secondarynavbarlink.aligncentre {
    height: 50px;
  }

  .secondarynavbarlink.aligncentre.greylinebottom {
    border-bottom: .25px solid #9b9b9b;
    align-items: center;
  }

  .secondarynavbarlink.aligncentre._4vhmarginbottom {
    margin-bottom: 4vh;
  }

  .secondarynavgetstartedbutton {
    height: 25px;
    border-radius: 50px;
    align-items: center;
    font-family: Neuemontreal;
    font-weight: 400;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 20px;
  }

  .secondarynavmobilebutton {
    width: 50px;
    height: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 20px;
    right: auto;
  }

  .secondarynavmobilebutton.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .secondarynavmobilebuttonsymbol {
    width: 50px;
    height: 50px;
    color: #fff;
    text-transform: none;
    justify-content: center;
    align-items: center;
    font-family: Helvetica;
    font-size: 2rem;
    line-height: 2rem;
    display: flex;
    transform: rotate(90deg);
  }

  .secondarynavmobilebuttonsymbol:hover {
    transform: scale(.9)rotate(90deg);
  }

  .secondarynavgetstartedbuttondiv {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 20px;
  }

  .secondarynavmobilebck {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footerwrapper {
    height: auto;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .footerwrapper._2vhmarginbottom {
    height: auto;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table.no-pad.overflow {
    flex: none;
    overflow: auto;
  }

  .tableflexwidth.aligncentre, .tableflexwidth.underlinegrey, .tableflexwidth.underlinegrey.underlinetop {
    grid-template-columns: 275px 200px 200px 200px 200px 200px;
  }

  .flexwidthtablediv {
    z-index: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .primarynavbarlink1 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .primarynavbarlink1.aligncentre {
    height: 50px;
  }

  .primarynavbarlink1.aligncentre.greylinebottom {
    border-bottom: .25px solid #9b9b9b;
    align-items: center;
    font-size: 1rem;
  }

  .fleximage.jakeelsley {
    width: 400px;
    margin-bottom: 4vh;
  }

  .fleximage.retail, .fleximage.storeworker {
    background-position: 50%;
  }

  .fleximage.jake {
    height: 100vh;
    background-image: url('../images/jake-elsley.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50% 100%, 0 0;
    background-size: auto 50vh, auto;
  }

  .fleximage.nhs, .fleximage.lgim, .fleximage.jfp {
    height: 100px;
    background-position: 0 0;
  }

  .fleximage.o365 {
    background-position: 50%;
  }

  .fleximage.veolia, .fleximage.fh, .fleximage.atrium, .fleximage.kent, .fleximage.liberty, .fleximage.microsoft, .fleximage.lottery, .fleximage.newham, .fleximage.rshp, .fleximage.gulmay {
    height: 100px;
    background-position: 0 0;
  }

  .textsmallest {
    font-size: .9rem;
  }

  .textsmallest.centrealign {
    font-size: .75rem;
  }

  ._2x2flexbox {
    grid-template-columns: 100%;
  }

  ._2x2flexbox.jake {
    grid-row-gap: 0px;
    grid-template-columns: 100%;
  }

  .secondnavgetstarted {
    width: 120px;
    height: 25px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
    margin-left: 20px;
    font-family: HelveticaWeb;
    display: none;
  }

  .personalnav.dgreybck {
    padding-left: 20px;
    padding-right: 10px;
  }

  .personalnav.dgreybck.aligncentre {
    flex-direction: row;
  }

  .personalnav.dgreybck.aligncentre.positionsticky {
    z-index: 5;
    padding-right: 20px;
  }

  .tilegrid2x2 {
    grid-template-rows: 500px 500px;
    grid-template-columns: 100%;
  }

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

  .tile.bluebck {
    width: 100vw;
  }

  .triplecolumn {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div70vh.menuoffset.aligncentre.mobileview {
    height: 100vh;
    align-items: flex-start;
  }

  .tilegrid {
    grid-row-gap: 4vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link {
    text-align: left;
  }

  .columns-2 {
    width: 100%;
  }

  .column {
    margin-bottom: 4vh;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .html-embed {
    width: auto;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .texthugebold {
    font-size: 3rem;
    line-height: 3rem;
  }

  .texthugebold.whitetext.centrealign._4vhmarginbottom {
    text-align: center;
  }

  .texthuge, .texthugeheavy {
    font-size: 3rem;
    line-height: 3rem;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    padding-left: 0;
    overflow: auto;
  }

  .fleximage.jake {
    background-image: url('../images/jake-elsley.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 100%, 0 0;
  }

  .tilegrid2x2 {
    grid-template-rows: auto auto;
  }

  .tilestart, .tilereveal {
    width: 100%;
    height: 70vh;
  }
}

@media screen and (max-width: 479px) {
  .largediv {
    height: 80vh;
  }

  .div800px {
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .div800px.centrealign.alignleftmobile {
    align-items: flex-start;
  }

  .texthugebold {
    font-size: 3rem;
    line-height: 3rem;
  }

  .texthugebold.whitetext.centrealign._4vhmarginbottom {
    white-space: normal;
  }

  .texthugebold.whitetext.centrealign._4vhmarginbottom.alignleftmobile {
    text-align: left;
    display: block;
  }

  .texthugebold.blacktext.centrealign._4vhmarginbottom.alignleftmobile, .texthugebold.blacktext.centrealign.alignleftmobile {
    text-align: left;
  }

  .textstandard {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .textstandard.whitetext.centrealign.alignleftmobile {
    text-align: left;
  }

  .textstandard.textsmallmobile {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .textstandard.blacktext.centrealign.alignleftmobile, .textstandard.blacktext.justify {
    text-align: left;
  }

  .highlightgrid.dgreybck.centrealign {
    flex-direction: column;
  }

  .flexdiv.centrealign.responsive70vh {
    height: auto;
  }

  .flexdiv.centrealign.responsive50vh {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .dualcolumn500pxchild.dgreybck.centrealign._4vwpaddingbottommobile {
    height: 80vh;
  }

  .div100.aligncentretop.blackbck._1vhmarginright {
    margin-bottom: 0;
  }

  .div100.aligncentretop.blackbck._1vhmarginright._50paddinground, .div100.aligncentretop.blackbck._1vhmarginleft._50paddinground {
    padding: 8vh 8vw;
  }

  .div100.aligncentre.responsivepadding {
    padding: 0 0;
  }

  .hugeimage._4k {
    background-image: linear-gradient(to bottom, #000, rgba(19, 16, 16, 0) 52%), url('../images/burst-mob.jpg'), linear-gradient(to bottom, null, null);
  }

  .hugeimage.jake {
    height: 100vh;
    background-image: linear-gradient(#fff, rgba(247, 247, 247, 0) 52%), url('../images/jake-mob.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .tricolumndiv.centrealign.rotate90 {
    justify-content: flex-start;
  }

  .textstandardbold {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .textstandardbold.whitetext._2vhpaddingtopbottom {
    white-space: normal;
  }

  .textstandardbold.mobileview {
    width: 100%;
    margin-left: 0;
    font-size: 1.5rem;
    transition: padding-left .2s;
  }

  .textstandardbold.mobileview.aligncentre {
    text-align: center;
  }

  .textstandardbold.aligncentre._4vhmarginbottom.alignleftmobile {
    text-align: left;
  }

  .texthuge {
    font-size: 3rem;
    line-height: 3rem;
  }

  .tricolumntitleparent.centrealign.underlinegrey._2vhmarginbottom {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .timelinediv {
    grid-template-columns: 11% 1fr;
  }

  .stickydiv200 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .texthugeheavy {
    font-size: 3rem;
    line-height: 3rem;
  }

  .timelinebullet.whitebck {
    width: 20px;
    height: 20px;
    width: 20px;
    height: 20px;
  }

  .timelinedivchildbullet.centrealign {
    border-right-style: none;
  }

  .timelinebulletbar.blackbck, .timelinebulletbar.whitebck {
    height: 20vh;
  }

  .timelinebulletbar.whitebck.gradient._30vh {
    background-image: linear-gradient(#fff, #000 67%);
  }

  .timelinebulletbar.whitebck._20vh {
    height: 35vh;
  }

  .textlargebold {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .footerblock {
    overflow: visible;
  }

  .footerdisclaimercolumn {
    display: block;
  }

  .texttiny.whitetext {
    margin-bottom: 2vh;
  }

  .secondarynavgetstartedbutton {
    font-family: HelveticaWeb;
  }

  .secondarynavgetstartedbuttondiv {
    height: 50px;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    flex: none;
    overflow: auto;
  }

  .table-col {
    flex-direction: column;
    align-items: center;
  }

  .table-col.data.left {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .table-col.header.left-col.fade {
    background-image: none;
  }

  .tableflexwidth.aligncentre {
    grid-column-gap: 16px;
    grid-template-columns: 150px 200px 200px 180px 200px 200px;
  }

  .tableflexwidth.underlinegrey {
    height: 70px;
    grid-template-columns: 200px 200px 200px 200px 200px 200px;
    align-items: center;
  }

  .tableflexwidth.underlinegrey.underlinetop {
    grid-template-columns: 200px 200px 200px 200px 200px 200px;
    align-items: center;
  }

  .flexwidthtablediv {
    height: 105%;
  }

  .fleximage.jakeelsley {
    width: auto;
    height: 300px;
  }

  .fleximage.farming, .fleximage.retail {
    width: 100%;
    height: 50vh;
  }

  .fleximage.it {
    background-position: 60%;
  }

  .fleximage.storeworker {
    background-position: 50%;
  }

  .fleximage.newtech {
    background-position: 80%;
  }

  .fleximage.jake {
    background-image: url('../images/jake-elsley.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 15% 100%, 0 0;
    background-size: auto 50vh, auto;
  }

  .fleximage.nhs, .fleximage.lgim, .fleximage.jfp {
    height: 50px;
  }

  .fleximage.servers {
    background-position: 50%;
  }

  .fleximage.o365 {
    background-position: 80%;
  }

  .fleximage.veolia, .fleximage.fh, .fleximage.atrium, .fleximage.kent, .fleximage.liberty, .fleximage.microsoft, .fleximage.lottery, .fleximage.newham, .fleximage.rshp, .fleximage.gulmay {
    height: 50px;
  }

  ._2x2flexbox {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 100%;
  }

  ._2x2flexboxelement.primary {
    width: 100%;
    order: -1;
  }

  ._2x2flexboxelement.secondary {
    width: 100%;
  }

  .tilegrid2x2 {
    grid-template-columns: 100%;
  }

  .tile, .tile.bluebck {
    width: auto;
    min-height: auto;
  }

  .tilestart {
    width: 100%;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tilestart.lgreyborder {
    height: auto;
  }

  .tilereveal {
    width: 100%;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .focustile {
    width: 100%;
    max-width: none;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .focustile.alignleft {
    align-items: flex-start;
    display: flex;
  }

  .columns {
    width: 70vw;
  }

  .heromain.menuoffset {
    height: 115vh;
  }

  .div600 {
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .html-embed {
    width: auto;
    min-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3378eb3e-de34-b4cd-c6cf-e9470898ba4e-285f99bc, #w-node-_552b9309-772a-f153-fc3c-ff7c4f49bd80-285f99bc, #w-node-_06cc4427-fbe5-c78b-e587-14e4a5bbda91-285f99bc, #w-node-c57c818e-20d7-324b-535e-03d6b607017a-285f99bc, #w-node-b96ff98d-158a-ae3e-42c8-e1709106cde2-285f99bc, #w-node-_68bd8967-e09d-340e-011f-d4e4da9341d0-285f99bc, #w-node-_561909e6-f170-9206-1685-025dfcf1485f-285f99bc, #w-node-_53e88ba6-13a7-85ad-af37-fdb20f3d74fc-285f99bc, #w-node-_2d3ce9a6-8481-e20b-fb72-04aea1b637ea-285f99bc, #w-node-_4ef1a63b-0db5-6a2d-8e1d-1bd3477d73f6-285f99bc, #w-node-b3dd628c-f87d-b09f-941b-ccc11af03b09-285f99bc, #w-node-_15fb2141-436d-0226-a57a-de2f3f891f6e-285f99bc, #w-node-caca5669-1882-7f1a-3cf0-c6fc6e4167cf-285f99bc {
    order: 9999;
  }

  #w-node-_8bc2d5b5-b11b-05b4-0833-059488e6b592-285f99bc, #w-node-b20fb5b8-9b00-4394-06b9-45b076d83161-c25f99d1, #w-node-b20fb5b8-9b00-4394-06b9-45b076d83171-c25f99d1, #w-node-b20fb5b8-9b00-4394-06b9-45b076d83174-c25f99d1 {
    order: -1;
  }
}


