.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: forma-djr-text, Helvetica Neue, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 28px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: forma-djr-display, sans-serif;
  color: #282828;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: forma-djr-display, sans-serif;
  color: #282828;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}

h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #282828;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
}

h4 {
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: forma-djr-display, sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

p {
  margin-bottom: 10px;
  color: #737373;
}

a {
  color: #028970;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #005b45;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 22px;
  color: #028970;
}

li {
  margin-bottom: 2px;
  padding-left: 6px;
  color: #737373;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

strong {
  color: #222;
  font-weight: 500;
}

em {
  display: block;
  margin-top: 14px;
  margin-bottom: 24px;
  margin-left: 46px;
  font-style: normal;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 13px;
  line-height: 23px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 108px;
  padding-bottom: 108px;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-image: url('../images/stockbg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 18px;
  line-height: 32px;
}

._1440px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._1440px.flexsides {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button {
  padding: 10px 32px;
  border: 1.2px solid #028970;
  border-radius: 2px;
  background-color: #028970;
  -webkit-transition: all 140ms ease;
  transition: all 140ms ease;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  background-color: #006e5a;
  color: #fff;
}

.button.navbtn {
  margin-left: 12px;
  padding: 9px 28px 8px;
  border: 1px solid transparent;
}

.button.navbtn.borderbtn {
  border: 1px solid #d3d3d3;
  background-color: #fff;
  color: #028970;
}

.button.navbtn.borderbtn:hover {
  background-color: rgba(2, 137, 112, 0.04);
}

.button.navbtn.nomarginleft {
  margin-left: 0px;
}

.button.navbtn.nomarginleft.margintop24 {
  margin-top: 24px;
}

.button.formbtn {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  font-size: 14px;
}

.button.ctabtn {
  padding-right: 68px;
  padding-left: 68px;
}

.button.fullwidth100 {
  width: 100%;
  margin-bottom: 24px;
}

.button.fullwidth100.nomarginbottom {
  margin-bottom: 0px;
}

.button.borderwhite {
  margin-left: 24px;
  border-color: #d3d3d3;
  background-color: #fff;
  color: #028970;
}

.button.borderwhite:hover {
  background-color: rgba(2, 137, 112, 0.08);
}

.button.borderwhite.noleftnothing {
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.button.borderwhite.noleftnothing.marginbottom2 {
  margin-bottom: 8px;
}

.button.blockbtn {
  display: block;
}

.button.cps {
  margin-left: 24px;
}

.image-3 {
  height: 10px;
  margin-bottom: 2px;
  margin-left: 8px;
}

.image-3.righarrow1 {
  margin-right: 8px;
  margin-left: 0px;
}

.margintop36 {
  margin-top: 36px;
}

.marginbottom36 {
  margin-bottom: 28px;
}

.marginbottom82 {
  margin-bottom: 68px;
}

.relative {
  position: relative;
  margin-left: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/chromebrowser.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.relative.reverserelative {
  max-width: 55%;
  margin-right: 48px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
}

.condition {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  background-color: #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.condition:hover {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 8px;
}

.div-block-10 {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.transperantbg {
  left: -14px;
  height: 440px;
  margin-bottom: -6px;
  background-color: transparent;
}

.dnone {
  display: none;
}

.arrowright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-bottom: 208px;
  padding-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.68);
  font-size: 19px;
  line-height: 20px;
}

.arrowright.high50 {
  margin-right: 12px;
  margin-bottom: 65%;
  margin-left: 12px;
}

.arrowright.moreleft {
  margin-left: -18px;
}

.arrowright.moreright {
  margin-right: -19px;
}

.expanddiv {
  width: 31%;
  margin-top: 32px;
  padding: 36px 38px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  background-color: #fff;
  text-align: center;
}

.expanddiv.nobg {
  margin-right: 12px;
  margin-left: 12px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  text-align: left;
}

.expanddiv.nobg:hover {
  box-shadow: none;
}

.div-block-15 {
  width: 16.5%;
  padding-right: 18px;
  padding-left: 18px;
  opacity: 0.73;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexsides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flexsides.pricingtop {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.flexsides.wrapflex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexsides.margintop36.starter {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flexsides.thisbox {
  margin-top: 12px;
  margin-bottom: 12px;
}

.flexsides.centerme1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexsides.thisonebigger {
  width: 680px;
}

.footerbg {
  padding: 64px 18px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #f7f9fa;
}

.marginbottom18-16px {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01rem;
}

.greylink {
  display: block;
  margin-bottom: 4px;
  padding-top: 4px;
  color: #888;
}

.greylink.nomb {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 24px;
}

.flexpuresides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flexpuresides.centerinside {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  height: 20px!important;
  margin-right: 12px;
  border-radius: 2px;
  opacity: 0.36;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerlogo {
  height: 48px!important;
  margin-bottom: 16px;
}

._300px {
  padding-right: 36px;
}

.text-block-7 {
  display: none;
  margin-top: 24px;
  margin-right: 24px;
  margin-left: 24px;
  color: #222;
  font-size: 14px;
  font-weight: 300;
}

.maincontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  padding: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.03);
  background-color: #f8f9fa;
}

.maincontent.halfcontent {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 58px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.maincontent.centercont {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maincontent.centercont.revernsecent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.maincontent.centercont.hide1 {
  overflow: hidden;
}

.maincontent.dnone {
  display: none;
}

.maincontent.overflowhide {
  overflow: hidden;
}

.maincontent.smallermaincontent.reverseontablet {
  padding-bottom: 68px;
}

.maincontent.reversem {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.regularsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding: 68px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regularsection.greybg1 {
  margin-bottom: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #f8f9fa;
}

.regularsection.greybg1.thiscolum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regularsection.biggerpadding {
  padding-top: 108px;
  padding-bottom: 108px;
}

.regularsection.first48 {
  padding-top: 128px;
}

.regularsection.blogpost {
  padding-top: 108px;
  padding-bottom: 108px;
}

.regularsection._100vh {
  min-height: 100vh;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f9fa;
}

.regularsection.barsignup {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #028970;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  min-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  overflow: hidden;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
}

.nav-link {
  padding-top: 21px;
  padding-right: 20px;
  padding-bottom: 18px;
  -webkit-transition: all 80ms ease;
  transition: all 80ms ease;
  color: #222;
  cursor: pointer;
}

.nav-link:hover {
  background-color: #f8f9fa;
  color: #000;
}

.nav-link.w--current {
  border-bottom-color: #028970;
  color: #028970;
}

.nav-link.signinlink:hover {
  border-bottom-color: transparent;
  color: #028970;
}

.nav-link.paginav {
  padding: 8px 12px;
  font-size: 14px;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: right;
}

.twomaincontents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-left: -18px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.marginbottomneg {
  margin-top: 68px;
}

.lead {
  font-size: 16px;
  line-height: 28px;
}

.lead.marginbottom36 {
  color: #686868;
}

.lead.marginbottom56 {
  color: #686868;
}

.lead.quotelead {
  font-size: 16px;
  line-height: 28px;
}

.lead.foranimations {
  font-size: 16px;
  line-height: 28px;
}

.logo {
  height: 34px!important;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field {
  height: 50px;
  max-width: 35%;
  margin-right: 12px;
  margin-bottom: 0px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  font-size: 13px;
  line-height: 23px;
}

.maincontentallwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 540px;
  max-width: 76.875rem;
  margin-top: 36px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AdobeStock_122172932-1.jpeg');
  background-position: 50% 45%;
  background-size: cover;
}

.maincontentallwidth.ctabg {
  background-image: url('../images/AdobeStock_147943138.jpg');
}

.maincontentallwidth.aboutdiv {
  height: auto;
  min-height: 680px;
  margin-top: 0px;
  margin-bottom: 48px;
  padding-top: 92px;
}

.maincontentallwidth.aboutdiv.becomepartner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/AdobeStock_165251130---edited.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.maincontentallwidth.helpsupportdiv {
  background-image: url('../images/AdobeStock_141735817---Copy.jpeg');
  background-position: 50% 50%;
}

.maincontentallwidth.thisquote.marginbottom82 {
  position: relative;
}

.maincontentallwidth.partnerquote {
  height: 620px;
  background-image: url('../images/AdobeStock_128665971.jpg');
}

.maincontentallwidth.contactdiv {
  overflow: hidden;
  height: auto;
  max-width: 100%;
  margin-top: 62px;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9fbfd;
  background-image: url('../images/bridge_1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-x;
}

.maincontentallwidth.travelbg {
  background-image: url('../images/AdobeStock_202160208---Copy.jpeg');
  background-position: 50% 50%;
}

.maincontentallwidth.ecombg {
  background-image: url('../images/AdobeStock_179598753---Copy-2.jpeg');
}

.maincontentallwidth.novsignbg1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/AdobeStock_181323988.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/AdobeStock_181323988.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

.maincontentallwidth.financebg {
  background-image: url('../images/AdobeStock_130443475---Copy.jpeg');
}

.maincontentallwidth.gaminbg {
  background-image: url('../images/AdobeStock_126228212---Copy.jpeg');
}

.maincontentallwidth.mediabg {
  background-image: url('../images/AdobeStock_187021973---Copy.jpeg');
}

.maincontentallwidth.businessbg1 {
  background-image: url('../images/AdobeStock_227360861---Copy.jpeg');
}

.maincontentallwidth.blogdiv {
  background-image: url('../images/AdobeStock_195317017-2-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.maincontentallwidth.marketingbg {
  background-image: url('../images/AdobeStock_227360861---Copy.jpeg');
}

.maincontentallwidth.researchbg {
  background-image: url('../images/AdobeStock_105890341-1.jpeg');
}

.maincontentallwidth.widgetsection {
  background-image: url('../images/AdobeStock_216888257-1.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.maincontentallwidth.javascriptsection {
  background-image: url('../images/AdobeStock_125115347-1.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.quotediv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  padding: 36px 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: none;
  color: #222;
}

.quotediv.greybg24 {
  bottom: -76px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  background-color: #fff;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}

.div-block-32 {
  position: relative;
  top: -1px;
  right: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -36px -48px -36px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f9fa;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #f8f9fa;
  font-size: 18px;
  cursor: pointer;
}

.learnmorequote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #028970;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.image-8 {
  width: 54px;
  height: 54px;
  margin-right: 16px;
  border-radius: 100%;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

.centertxt {
  text-align: center;
}

.smallimg {
  width: 48px;
  margin-bottom: 24px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  height: 240px;
  margin-left: 56px;
}

.entiredemo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 22px;
}

.text-block-12 {
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 24px;
}

.websitebox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 132px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.websitebox.topb {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.lowopa {
  opacity: 0.54;
}

.text-block-17 {
  padding: 6px 12px;
  background-color: #2d333c;
  color: #fff;
  font-size: 12px;
}

.objectfitc {
  height: 80px;
}

.objectfitc.noheight {
  height: 150px;
}

.div-block-43 {
  padding: 12px 16px;
  background-color: #2d333c;
  font-weight: 300;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: -8px;
  margin-bottom: 16px;
  margin-left: -8px;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.text-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  margin-right: 18px;
  margin-left: 18px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.06);
  color: #888;
  cursor: text;
}

.image-12 {
  height: 18px;
  opacity: 0.54;
}

.max640 {
  display: block;
  max-width: 680px;
}

.max640.centeralign {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.introheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 360px;
  min-height: 360px;
  margin-top: 68px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0.46))), url('../images/AdobeStock_141735817---Copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url('../images/AdobeStock_141735817---Copy.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.introheader.openingsec {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/AdobeStock_168891176-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/AdobeStock_168891176-1.jpeg');
  background-position: 0px 0px, 0% 38%;
  color: #fff;
  font-size: 17.5px;
  line-height: 30px;
  text-align: center;
}

.introheader.openingsec.aboutsec {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/AdobeStock_162067478---edited.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/AdobeStock_162067478---edited.jpg');
}

.introheader.openingsec.helpcentere {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.38), transparent), url('../images/5b7969444050c7c42a56c1ef_AdobeStock_150166505.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.introheader.openingsec.featuresec {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.18)), url('../images/AdobeStock_128665971.jpg');
  background-position: 0px 0px, 0% 37%;
  background-size: auto, cover;
}

.introheader.openingsec.widgetssection {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.38), transparent), url('../images/AdobeStock_216888257-1.jpeg');
  background-position: 0px 0px, 50% 5%;
  background-size: auto, cover;
}

.introheader.openingsec.javascriptsection {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.38), transparent), url('../images/AdobeStock_125115347-1.jpeg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
}

.introheader.genericbackground {
  padding-top: 98px;
  padding-bottom: 82px;
  background-color: #028970;
  background-image: url('../images/gdpr-bg.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.introheader.genericbackground.dashboardimg {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-columns: minmax(198px, 3fr) 5fr 5fr;
  grid-template-columns: minmax(198px, 3fr) 5fr 5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/dashboardbg.jpg');
}

.introheader.genericbackground.nobg {
  max-height: auto;
  min-height: auto;
  padding-top: 82px;
  padding-bottom: 56px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.introheader.eccomercebg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/AdobeStock_179598753---Copy-2.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/AdobeStock_179598753---Copy-2.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.partnerpage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/5b7969444050c7c42a56c1ef_AdobeStock_150166505.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/5b7969444050c7c42a56c1ef_AdobeStock_150166505.jpg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.studentpage {
  padding-top: 48px;
  padding-bottom: 36px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/AdobeStock_215657050---Copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/AdobeStock_215657050---Copy.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.mediabg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/AdobeStock_187021973---Copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/AdobeStock_187021973---Copy.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.novisignsec {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/AdobeStock_195059035-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/AdobeStock_195059035-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  font-size: 17.5px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.16px;
}

.introheader.b2bheader {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/AdobeStock_227360861---Copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/AdobeStock_227360861---Copy.jpeg');
}

.introheader.gamingbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/AdobeStock_126228212---Copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/AdobeStock_126228212---Copy.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.travelheader {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/AdobeStock_202160208---Copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/AdobeStock_202160208---Copy.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.financebg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54))), url('../images/AdobeStock_130443475---Copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url('../images/AdobeStock_130443475---Copy.jpeg');
}

.introheader.researchbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/AdobeStock_105890341-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/AdobeStock_105890341-1.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.productbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54))), url('../images/AdobeStock_173679941-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url('../images/AdobeStock_173679941-1.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.marketingbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/AdobeStock_227360861---Copy.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/AdobeStock_227360861---Copy.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.introheader.chatbotheader {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/AdobeStock_189737006.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/AdobeStock_189737006.jpeg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
}

._940px {
  width: 940px;
}

._940px.centertxtmain {
  margin-top: 64px;
  margin-bottom: 64px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.text-block-20 {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

.text-block-21 {
  display: inline-block;
  margin-bottom: 4px;
  font-family: forma-djr-display, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.inlinetext {
  display: inline-block;
}

.inlinetext.biggertext {
  margin-left: 4px;
  color: #666;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.01rem;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  min-width: 25%;
  padding: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px none rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f9fa;
  color: #222;
}

.div-block-49.evaluate {
  max-width: 25%;
  min-width: 25%;
  background-image: none;
  background-position: 0px 0px;
}

.div-block-49.expandme {
  max-width: 50%;
  min-width: 50%;
}

.div-block-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.marginbottom56 {
  margin-bottom: 56px;
}

.flexleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexleft.padding12 {
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.flexleft.padding12:hover {
  background-color: #f4f4f4;
}

.flexleft.wrapme {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexleft.w50 {
  width: 50%;
  padding-right: 12px;
  padding-bottom: 8px;
}

.flexleft._50w {
  margin-bottom: 8px;
}

.flexleft.margintop12 {
  margin-top: 8px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-51 {
  margin-top: 82px;
  margin-bottom: 48px;
  padding-top: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.blacktxt {
  color: #444;
}

.blacktxt:hover {
  color: #028970;
}

.blacktxt.marginbottom12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.5%;
  margin-bottom: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 24px;
}

.mainheading {
  color: #fff;
  font-size: 56px;
  line-height: 74px;
  text-align: center;
}

.mainheading.smallermain {
  font-size: 52px;
  line-height: 64px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-right: 24px;
  padding-left: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f9fa;
}

.div-block-53 {
  margin-top: 48px;
  margin-bottom: 36px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-55.onlytop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-56 {
  padding: 20px 36px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.div-block-56.biggerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-56._2442 {
  padding-top: 36px;
  padding-bottom: 16px;
  background-color: #fff;
}

.div-block-56.halfdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-56.halfdiv.smallerdiv {
  border-right-style: none;
}

.truemargin36 {
  margin-bottom: 32px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
}

.image-14 {
  max-width: auto;
  min-width: 50%;
  margin-left: 48px;
  background-image: url('../images/Mockup-1.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.smalltxt {
  font-family: forma-djr-micro, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.smalltxt.nomarginbottom {
  font-size: 14px;
}

.smalltxt.boldermsall {
  font-weight: 400;
  text-decoration: underline;
}

.smalltxt.abc {
  display: inline;
}

.whitetext {
  opacity: 1;
  color: #fff;
}

.whitetext.whitelink {
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: hsla(0, 0%, 100%, 0.73);
  font-size: 13px;
}

.whitetext.whitelink:hover {
  color: #fff;
}

.smallerh {
  margin-bottom: 12px;
  font-family: forma-djr-display, sans-serif;
  color: #282828;
  font-size: 36px;
  line-height: 44px;
}

.smallerh.marginbottom36 {
  margin-bottom: 36px;
}

.signupdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  padding-top: 24px;
  padding-bottom: 34px;
  padding-left: 34px;
  background-color: #fff;
}

.signupdiv.colthis {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.06);
  text-align: center;
}

.signupdiv.partnerdiv {
  position: relative;
  padding-right: 34px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.marginright24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg1440 {
  display: block;
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
}

.reg1440.flexsidescenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg1440.centersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}

.marginbottom12 {
  margin-bottom: 12px;
}

.image-16 {
  width: 600px;
  height: 400px;
  margin-left: 56px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.image-16.reverseved {
  margin-right: 64px;
  margin-left: 0px;
}

.text-field-3 {
  width: 48%;
  height: 45px;
  margin-top: 12px;
  margin-right: 1%;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  background-color: #f5f5f5;
  font-size: 14px;
}

.text-field-3::-webkit-input-placeholder {
  color: #888;
}

.text-field-3:-ms-input-placeholder {
  color: #888;
}

.text-field-3::-ms-input-placeholder {
  color: #888;
}

.text-field-3::placeholder {
  color: #888;
}

.text-field-3.textfieldstuff {
  width: 100%;
  height: 82px;
  margin-top: 14px;
  margin-bottom: 28px;
}

.text-field-3.dropdown1 {
  color: #999;
}

.text-field-3.special1 {
  height: 50px;
  margin-right: 0%;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.8%;
  height: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-image: url('../images/GreenBox.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 140ms ease;
  transition: all 140ms ease;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

.div-block-59:hover {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.18);
}

.div-block-59.extrafeat {
  background-image: url('../images/BlackBox.svg');
}

.arrows {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 100px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
}

.div-block-61:hover {
  opacity: 1;
}

.div-block-61._50total {
  width: 290px;
}

.div-block-61.smallermegamenu {
  width: 490px;
}

.div-block-61.smallermegamenu.colthis {
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-61.justenought {
  width: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 18px;
  padding-right: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #222;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.div-block-62:hover {
  color: #028970;
}

.div-block-62._50card {
  width: 50%;
}

.div-block-62.bigcard {
  margin-bottom: 0px;
  padding: 48px 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-62.bigcard:hover {
  color: #222;
}

.div-block-62.w100 {
  width: 100%;
  margin-bottom: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-23 {
  display: inline-block;
  margin-bottom: 4px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-24 {
  margin-bottom: 4px;
  color: #888;
  font-size: 9px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-2 {
  margin-right: -18px;
  margin-left: -18px;
  padding: 22px 18px 21px;
  color: #444;
}

.link-2:hover {
  background-color: #f8f9fa;
  color: #000;
}

.link-2.w--current {
  border-bottom-color: #028970;
  color: #028970;
}

.link-2.signinbutton {
  margin-right: 0px;
}

.nomarginbottom {
  margin-bottom: 0px;
}

.w33 {
  width: 32%;
}

.div-block-66 {
  margin-bottom: 34px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32.5%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  text-align: center;
}

.tab-link-tab-1.w--current {
  border-bottom-color: #028970;
  background-color: transparent;
}

.thisrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.image-18 {
  display: block;
  height: 24px;
}

.thistext {
  margin-bottom: 8px;
  font-family: forma-djr-micro, sans-serif;
  color: #888;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.thistext.nomarginbottom {
  margin-bottom: 0px;
}

.marginleft64 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pureml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin-left: 82px;
  padding: 18px 18px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background-color: #fff;
}

.pureml.justpure {
  position: relative;
  min-width: 45%;
  margin-left: 64px;
  padding: 0px;
}

.pureml.justpure.reversejustpure {
  top: -36px;
  max-width: 50%;
  margin-right: 64px;
  margin-left: 0px;
}

.pureml.shadowpure {
  position: relative;
  min-width: 45%;
  margin-left: 64px;
  padding: 0px 0px 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
}

.pureml.nocolorshad {
  position: relative;
  margin-left: 56px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  background-color: transparent;
  font-size: 12px;
  line-height: 24px;
}

.pureml.nocolorshad.conditionpure {
  min-width: 48%;
  margin-bottom: 47px;
  margin-left: 56px;
}

.pureml.nocolorshad.reverspurm {
  min-width: 48%;
  margin-right: 56px;
  margin-left: 0px;
}

.pureml.nocolorshad.s30 {
  min-width: 32%;
  margin-right: 56px;
  margin-left: 0px;
}

.pureml.nocolorshad._48width {
  min-width: 48%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pureml.nocolorshad.biggershad {
  min-width: 48%;
}

.pureml.nocolorshad.lastone {
  min-width: 48%;
  margin-right: 56px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pureml.nocolorshad.centerme {
  max-width: 50%;
  min-width: 50%;
  padding-bottom: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pureml.nocolorshad.tt2 {
  margin-left: 48px;
}

.pureml.overridethis {
  position: relative;
  min-width: 48%;
  margin: -68px -68px -68px 64px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  background-color: transparent;
  font-size: 12px;
  line-height: 20px;
}

.messagebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #cfcfcf;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.mbf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.likeh3 {
  margin-top: -2px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 25px;
}

.text-block-25 {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 8px 16px 7.5px 42px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.06);
}

._50w {
  width: 48%;
}

._50w.minheight256 {
  height: 256px;
}

.sideimg {
  position: relative;
  overflow: hidden;
  min-width: 45%;
  margin-right: -69px;
  margin-left: 82px;
  border-radius: 2px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-bottom: 2px;
  padding-top: 9px;
  padding-left: 104px;
  background-image: url('../images/urlbar.jpg');
  background-position: 0px 50%;
  background-size: cover;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #888;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.01rem;
}

.div-block-69 {
  width: 1px;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0.23);
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.text-block-26 {
  color: #484848;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 45, 56, 0.73)), to(rgba(43, 45, 56, 0.73))), url('../images/ui-gmail-screen.png');
  background-image: linear-gradient(180deg, rgba(43, 45, 56, 0.73), rgba(43, 45, 56, 0.73)), url('../images/ui-gmail-screen.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: rgba(0, 0, 0, 0.73);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link-tab-2 {
  margin-top: 8px;
  padding: 4px 46px 4px 14px;
  border-right: 1px solid #dfdfdf;
  border-top-left-radius: 8px;
  background-color: transparent;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #888;
  font-size: 11px;
}

.tab-link-tab-2:hover {
  background-color: hsla(0, 0%, 100%, 0.27);
  color: #444;
}

.tab-link-tab-2.w--current {
  border-right-style: none;
  border-top-right-radius: 8px;
  background-color: #fff;
}

.tabs-menu-2 {
  display: inline-block;
  width: 100%;
  padding-left: 8px;
  background-color: #f0f0f0;
}

.div-block-71 {
  width: 100%;
  height: 420px;
  margin-top: 24px;
  margin-bottom: 48px;
  background-image: url('../images/AdobeStock_92124551.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.toppost {
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.div-block-72 {
  min-width: 20%;
  padding-right: 24px;
}

.marginbottom2 {
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.86);
}

.marginbottom2._18onmobile.whitetext {
  color: #fff;
}

.div-block-73 {
  padding: 4px 18px 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
}

.image-21 {
  max-width: 180px;
}

.largerh {
  margin-top: 8px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.link-3 {
  width: 100%;
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  background-color: #4574c7;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
}

.yourinfo {
  display: inline-block;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.18);
  color: #444;
}

.popupinvi {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
  -webkit-transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  cursor: default;
}

.popupinvi:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-22 {
  height: 32px;
  margin-bottom: 12px;
}

.tab-link-tab-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.tab-link-tab-2-2.w--current {
  border-bottom-color: #028970;
  background-color: transparent;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.maxh {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.visiable {
  overflow: visible;
}

.sidemac {
  min-width: 40%;
  margin-right: -68px;
  margin-left: 84px;
}

.tab-pane-tab-1-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.regtextund {
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
  font-weight: 400;
}

.featuresummary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.featuresummary.leftalign {
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.featuresummary.leftalign.aligntop {
  margin-bottom: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featuresummary.nomarginbottom {
  margin-bottom: 0px;
}

.featureimg {
  height: 82px;
  max-width: 108px;
  margin-bottom: 0px;
}

.shadowbottom {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
}

.margintop0 {
  margin-top: 0px;
}

.flexcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflowdisplay {
  overflow: visible;
  margin-bottom: 38px;
}

.productonc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 14px;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #0078d6;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.text-block-27 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.01rem;
}

.text-block-29 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01rem;
}

.div-block-79 {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.noreal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0078d6;
  border-radius: 4px;
  background-color: #0078d6;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.noreal.secondaryb {
  margin-left: 8px;
  background-color: transparent;
  color: #0078d6;
}

.div-block-80 {
  position: relative;
  min-width: 238px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.image-26 {
  height: 24px;
  margin-right: 8px;
}

.text-block-31 {
  margin-bottom: 2px;
  color: #0d904f;
  font-weight: 500;
}

.image-27 {
  margin-top: 4px;
  margin-bottom: 6px;
}

.leftflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.justrelative {
  position: relative;
  left: 8px;
  top: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.justrelative.marginbottombigger {
  margin-bottom: 38px;
}

.justrelative.drawtop {
  left: 0px;
  top: -74px;
  min-height: 70px;
  margin-bottom: 0px;
}

.div-block-81 {
  width: 12px;
  height: 12px;
  margin-top: -8px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.simplyrelative {
  position: relative;
}

.simplyrelative.imgsm {
  top: -100px;
  right: 12px;
}

.simplyrelative.firstim1 {
  top: 54px;
}

.simplyrelative.thisbt1 {
  top: 104px;
}

.simplyrelative.firstim2 {
  top: 69px;
}

.simplyrelative.thisoneproduct {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -48px;
  margin-left: -48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.simplyrelative.thisoneproduct.rightone {
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
}

.bigimprovement {
  margin-bottom: 4px;
  font-family: forma-djr-display, sans-serif;
  font-size: 54px;
  line-height: 56px;
}

.performancetxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-32 {
  margin-top: 2px;
  margin-left: 4px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}

.mainh {
  font-size: 42px;
  line-height: 54px;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-bottom: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-29 {
  position: absolute;
  top: 6px;
  right: 8px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.18);
}

.socialsignup {
  margin-right: 0px;
  margin-bottom: 12px;
  padding: 12px 18px 11.5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000;
}

.socialsignup:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  color: #000;
}

.socialsignup:active {
  background-color: #f7f9fa;
}

.socialsignup.expand4 {
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fafafa;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.socialsignup.expand4:hover {
  position: relative;
}

.socialsignup.expand4.activebtn {
  -webkit-filter: none;
  filter: none;
  text-align: center;
}

.image-30 {
  height: 24px;
  margin-right: 12px;
  padding-bottom: 1px;
}

.loginmodule {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.73);
  color: #fff;
}

.loginmodule.specialm {
  display: none;
}

.popuplogin {
  position: relative;
  max-width: 650px;
  margin-bottom: 12px;
  padding: 30px 34px 34px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #666;
  text-align: center;
}

.popuplogin.biggerlogin {
  min-width: 650px;
}

.popuplogin._44 {
  width: 600px;
}

.loginh {
  margin-bottom: 8px;
  color: #222;
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: -0.04rem;
}

.loginh.smallerog {
  font-size: 32px;
  line-height: 44px;
}

.loginh.smallerog.marginbottom36 {
  margin-bottom: 36px;
}

.flexcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexcolumn._44 {
  position: relative;
  margin-top: 12px;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-31 {
  height: 64px;
}

.div-block-82._242424 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: -9px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-85 {
  margin-top: 24px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-perspective: 1143px;
  perspective: 1143px;
}

.div-block-85.moreshadow {
  position: relative;
  left: 58px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 16px 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
}

.div-block-86:hover {
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.18);
}

.div-block-86.paddingbottom12 {
  padding-bottom: 8px;
}

.overallwebox {
  position: relative;
  top: 2px;
  width: 375px;
  margin-left: 24px;
}

.boldtxt {
  margin-bottom: 3px;
  color: #000;
}

.bigweb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  margin: 39px 25px 42px 16px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 13px;
  text-align: center;
}

.bigdemotext {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.bigdemotext._1992 {
  font-size: 16px;
}

.demobigdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 128px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/summer-clothes.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #fff;
}

.demobigdiv:hover {
  position: relative;
  box-shadow: 0 0 30px 0 #000;
}

.demobigdiv.smallerdiv {
  position: relative;
  width: 50%;
  padding-top: 82px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54))), url('../images/AdobeStock_119592241-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url('../images/AdobeStock_119592241-1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.demobigdiv.smallerdiv._1d {
  background-image: url('../images/study.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.demobigdiv.smallerdiv._1d:hover {
  box-shadow: none;
}

.demobigdiv.smallerdiv._2d {
  background-image: url('../images/gaming.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.demobigdiv.smallerdiv._2d:hover {
  box-shadow: none;
}

.demobigdiv.thirddem {
  padding-top: 92px;
  background-image: url('../images/new-arrivals.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.demobigdiv.bottomstuff {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/AdobeStock_191251481---Copy-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.demobigdiv.bottomstuff.newret {
  background-image: url('../images/AdobeStock_191115553---Copy.jpeg');
}

.d1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.d1:hover {
  z-index: 1;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.24);
}

.d1.w--current {
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.24);
}

.d1.longd1 {
  width: 50%;
}

.demoicon {
  height: 30px;
  margin-bottom: 10px;
}

.marginleft12 {
  margin-left: 14px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 285px;
  margin-right: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tabs-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider {
  max-height: 60px;
  background-color: transparent;
}

.nomargindemo {
  height: 28px;
  margin-right: 16px;
  margin-bottom: 0px;
}

.closebtn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  padding: 4px 8px 8px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.36);
  border-radius: 100px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  cursor: pointer;
}

.closebtn:hover {
  opacity: 1;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
}

.div-block-96:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px 0 #000;
}

.solutiondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32.5%;
  height: 280px;
  margin-bottom: 18px;
  padding: 12px 36px 18px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 1px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), linear-gradient(45deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), linear-gradient(180deg, #444, #444);
  color: #fff;
}

.solutiondiv.b2b {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_230462872---Copy.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_230462872---Copy.jpeg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
}

.solutiondiv.ecom {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_179598753---Copy-2.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_179598753---Copy-2.jpeg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
}

.solutiondiv.media {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_224885730---Copy.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_224885730---Copy.jpeg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
}

.solutiondiv.travel {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_218358030---Copy.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_218358030---Copy.jpeg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 100% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.solutiondiv.gaming {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_184185729---Copy.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_184185729---Copy.jpeg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.solutiondiv.finance {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_206380616---Copy.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_206380616---Copy.jpeg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.solutiondiv.marketingbg {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_221454171---Copy.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_221454171---Copy.jpeg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.solutiondiv.researchbg {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_105890341-1.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_105890341-1.jpeg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.solutiondiv.signagebg {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(0, 0, 0, 0.68)), color-stop(48%, rgba(0, 0, 0, 0.04))), url('../images/AdobeStock_181323988.jpg'), -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 8%, rgba(0, 0, 0, 0.04) 48%), url('../images/AdobeStock_181323988.jpg'), linear-gradient(180deg, #444, #444);
  background-position: 0px 0px, 0px 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.smallerdemmoicon {
  height: 24px;
  margin-bottom: 4px;
}

.dropdown-2 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list-2 {
  background-color: transparent;
}

.dropdown-list-2.w--open {
  right: 0px;
  bottom: 24px;
}

.dropdown-toggle {
  padding: 2px 0px 0px;
  color: #888;
}

.icon {
  margin-top: 6px;
  margin-right: -18px;
}

.halfcolimg {
  min-width: 56.5%;
  margin: -68px -68px -68px 56px;
  background-image: url('../images/AdobeStock_207273062-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.halfcolimg.b2bimg {
  background-image: url('../images/AdobeStock_94076281-1.jpeg');
}

.halfcolimg.blankother {
  max-width: 56.5%;
  margin-right: 56px;
  margin-left: -48px;
  background-image: none;
}

.halfcolimg.lastoneright {
  position: relative;
  max-width: 56.5%;
  margin-right: -48px;
  margin-left: 56px;
  background-image: none;
}

.halfcolimg.lastoneright.novisignright {
  margin-right: 56px;
  margin-left: -56px;
}

.halfcolimg.lastoneright.flexcenter {
  max-width: 52%;
}

.halfcolimg.mallbg {
  margin-right: -68px;
  margin-left: 56px;
  background-image: none;
}

.halfcolimg.gdprimg {
  background-image: url('../images/AdobeStock_202157992.jpeg');
}

.halfcolimg.gdprim1 {
  margin-right: 56px;
  margin-left: -68px;
  background-image: url('../images/gdpr.svg');
}

.margintop24 {
  margin-top: 18px;
}

.greytxt {
  color: #686868;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-97.nomarginbottom {
  margin-bottom: -12px;
}

.smallfeatureimg {
  width: 32px;
  margin-top: 4px;
  margin-right: 18px;
}

.blackreal {
  display: inline-block;
  width: auto;
  margin-bottom: 4px;
  color: #282828;
}

.labelcoming {
  position: relative;
  top: -6px;
  display: inline-block;
  margin-left: 8px;
  padding-top: 1px;
  border-radius: 2px;
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._400white {
  margin-bottom: 6px;
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.search-input {
  height: 48px;
  padding-left: 62px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #222;
}

.search-input:hover {
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
}

.search-input::-webkit-input-placeholder {
  color: #686868;
}

.search-input:-ms-input-placeholder {
  color: #686868;
}

.search-input::-ms-input-placeholder {
  color: #686868;
}

.search-input::placeholder {
  color: #686868;
}

.image-38 {
  position: absolute;
  left: 18px;
  top: 11px;
  height: 26px;
  opacity: 0.45;
}

.helpt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-bottom: 24px;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.helpt.variantbox {
  width: 32%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
}

.helpt.variantbox:hover {
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.helpt.variantbox.tagname {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
  color: #000;
  font-size: 18px;
}

.helpt.variantbox.tagname:hover {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
}

.helpt.w100 {
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8f9fa;
  background-image: none;
}

.helpt.w100.nmc {
  margin-left: 24px;
}

.helpt.w100.nmc.javascriptv {
  background-image: url('../images/variants.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.helpt.w100.nmc.privacy1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 249, 250, 0.24)), to(rgba(248, 249, 250, 0.24))), url('../images/gdpr.jpg');
  background-image: linear-gradient(180deg, rgba(248, 249, 250, 0.24), rgba(248, 249, 250, 0.24)), url('../images/gdpr.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  font-size: 14px;
  line-height: 26px;
}

.helpt.w100.nmc.blog1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 249, 250, 0.24)), to(rgba(248, 249, 250, 0.24))), url('../images/blog.jpg');
  background-image: linear-gradient(180deg, rgba(248, 249, 250, 0.24), rgba(248, 249, 250, 0.24)), url('../images/blog.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  font-size: 14px;
  line-height: 26px;
}

.helpt.w100.generator1 {
  padding-bottom: 108px;
  background-image: url('../images/thisone.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.helpt.w100.chatbot1 {
  margin-bottom: 24px;
  background-image: url('../images/chatbot.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.helpt.w100.events1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 249, 250, 0.24)), to(rgba(248, 249, 250, 0.24))), url('../images/blog.jpg');
  background-image: linear-gradient(180deg, rgba(248, 249, 250, 0.24), rgba(248, 249, 250, 0.24)), url('../images/blog.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  font-size: 14px;
  line-height: 26px;
}

.helpt.w100.api1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 249, 250, 0.24)), to(rgba(248, 249, 250, 0.24))), url('../images/coding.jpg');
  background-image: linear-gradient(180deg, rgba(248, 249, 250, 0.24), rgba(248, 249, 250, 0.24)), url('../images/coding.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  font-size: 14px;
  line-height: 26px;
}

.helpt.w100.support1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 249, 250, 0.24)), to(rgba(248, 249, 250, 0.24))), url('../images/call-center.jpg');
  background-image: linear-gradient(180deg, rgba(248, 249, 250, 0.24), rgba(248, 249, 250, 0.24)), url('../images/call-center.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  font-size: 14px;
  line-height: 26px;
}

.helpt.w100.addons {
  background-image: url('../images/wordpress.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  min-width: 240px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}

.div-block-103 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.01);
}

.rich-text-block {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.smallgrey {
  position: relative;
  top: -2px;
  color: #686868;
  font-size: 14px;
}

.borderbottomlikeflex {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search-result-item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.regulartxt {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}

.marginbottom24 {
  margin-bottom: 24px;
}

.div-block-104 {
  margin: 24px -36px -24px;
  padding: 20px 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.suboverridemargin {
  margin-top: -28px;
  margin-bottom: 36px;
}

.navcircle {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-right: 12px;
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 100px;
  opacity: 0.56;
}

._24icon {
  height: 24px;
  margin-right: 12px;
}

.smallerh4 {
  margin-bottom: 20px;
  color: #222;
  font-weight: 400;
}

.mainhonmobile {
  color: #080808;
  font-size: 68px;
  line-height: 74px;
}

.lead-p-marginbottom56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
  color: #444;
}

.footnotes {
  padding-top: 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footenote {
  position: relative;
  left: 4px;
  top: -4px;
  display: inline;
  color: #888;
  font-size: 13px;
}

.smalllink {
  margin-left: 4px;
  font-size: 14px;
}

.fithis {
  width: 50%;
  height: 370px;
  margin-top: 36px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.fithis.taller-small {
  width: 52%;
  height: 405px;
}

.conditionlist {
  position: relative;
  right: 10%;
  width: 60%;
  height: 450px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
}

.conditionlist.taller-big {
  width: 54%;
  height: 470px;
}

.conditionlist.regularwidth {
  position: static;
  display: block;
  width: auto;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
}

.smallfeature-mb {
  width: 28px;
}

.tab-link-tab-2-3 {
  padding: 12px 14px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  text-align: center;
}

.tab-link-tab-2-3:hover {
  background-color: rgba(2, 137, 112, 0.04);
}

.tab-link-tab-2-3.w--current {
  border-bottom-color: #028970;
  background-color: transparent;
}

.tab-link-tab-2-3.w--current:hover {
  background-color: rgba(2, 137, 112, 0.04);
}

.arrowtopconditions {
  width: 28px;
  height: 28px;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  line-height: 20px;
}

.tabs-menu-5 {
  margin-right: 31px;
  margin-bottom: 22px;
  margin-left: 31px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.tabs-menu-5.noflex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.difrent {
  left: -14px;
  margin-top: 56px;
  background-color: transparent;
}

.difrent.move-36left {
  margin-right: -39px;
  margin-left: -16px;
}

.tabs-content-3 {
  padding-right: 32px;
  padding-left: 32px;
}

.marginbottom46 {
  margin-bottom: 48px;
}

.lastpfootnote {
  display: inline;
}

._1img {
  position: absolute;
  left: 0%;
  top: -5%;
  overflow: hidden;
  width: 108px;
  height: 108px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

._1img._2img {
  left: auto;
  top: auto;
  right: -5%;
  bottom: -5%;
  width: 92px;
  height: 92px;
}

._1img._3img {
  left: auto;
  top: 5%;
  right: 5%;
  bottom: 0px;
  width: 82px;
  height: 82px;
}

._1img._4img {
  left: 30%;
  top: auto;
  bottom: 20%;
  width: 124px;
  height: 124px;
}

._1img._5img {
  left: auto;
  top: auto;
  right: 15%;
  bottom: 30%;
  width: 64px;
  height: 64px;
}

._1img._6img {
  left: 35%;
  top: 15%;
  width: 56px;
  height: 56px;
}

._1img._7img {
  left: 5%;
  top: auto;
  bottom: 5%;
  width: 82px;
  height: 82px;
}

.conditionimage {
  margin: 25%;
}

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

.image-41 {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.div-block-107 {
  position: absolute;
  left: 0px;
  top: 12px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/ui-gmail-screen.png');
  background-position: 0px 0px;
  background-size: contain;
}

.conditionambt {
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.div-block-108 {
  position: absolute;
  top: -24px;
  right: -24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 25%;
  padding: 18px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.div-block-112.leftparam {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-113 {
  position: absolute;
  left: 17px;
  bottom: -38px;
  z-index: 1;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.12);
}

.div-block-113.btht {
  left: auto;
  right: -38px;
  bottom: -61px;
}

.smallimginspect {
  position: relative;
  top: 2px;
  height: 18px;
  margin-right: 12px;
  -webkit-filter: saturate(0%) brightness(73%);
  filter: saturate(0%) brightness(73%);
}

.toptitle {
  padding: 8px 8px 8px 16px;
  background-color: #028970;
  color: #fff;
}

.image-42 {
  position: absolute;
  right: -28px;
  bottom: 30%;
  width: 128px;
  height: 128px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.24);
}

.relativez1 {
  position: relative;
  z-index: 1;
}

.bottomimg {
  position: relative;
  margin-top: 68px;
  margin-bottom: 56px;
}

.thiscomponent {
  position: absolute;
  top: -19px;
  right: 18px;
  width: 128px;
  height: 128px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.24);
}

.image-44 {
  height: 46px;
}

.smallerh-another {
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
}

.flex-expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-114 {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.smallerh-h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: forma-djr-display, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

.div-block-115 {
  overflow: hidden;
  margin-top: 56px;
  margin-right: -68px;
  margin-left: -68px;
  padding-right: 48px;
  padding-bottom: 56px;
  padding-left: 48px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.bigshadowbottom {
  width: 100%;
  margin-bottom: -68px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.featureshere {
  padding: 4px 30px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  background-color: #f8f9fa;
}

.max680 {
  max-width: 720px;
}

.max680.centertxt.margincenter {
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.5%;
  margin-bottom: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.signupmodule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 108px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bridge.png');
  background-position: 50% 50%;
  background-size: contain;
  color: #fff;
}

.div-block-118 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 13px;
}

.landingp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.nav-link-2 {
  padding-bottom: 19px;
  font-size: 13px;
  text-align: center;
}

.div-block-119 {
  display: none;
}

.div-block-120 {
  margin-right: 48px;
}

.min5 {
  max-width: 70%;
  min-width: 70%;
}

.image-45 {
  height: 24px;
  margin-top: 4px;
  margin-right: 18px;
  opacity: 0.27;
}

.marginbottom4 {
  color: #222;
}

.planname {
  margin-top: 24px;
  margin-bottom: 18px;
  font-weight: 400;
}

.fulltextfield {
  height: 45px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  font-size: 12.5px;
}

.fulltextfield::-webkit-input-placeholder {
  color: #888;
}

.fulltextfield:-ms-input-placeholder {
  color: #888;
}

.fulltextfield::-ms-input-placeholder {
  color: #888;
}

.fulltextfield::placeholder {
  color: #888;
}

.fulltextfield.nomarginbottom {
  position: relative;
  bottom: -6px;
}

.plandetails {
  margin-bottom: 28px;
  padding: 1px 24px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
}

.halffullw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 92vh;
  padding-top: 64px;
}

.hw2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 98px 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  color: #666;
  text-align: left;
}

.div-block-121 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
  padding-bottom: 38px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.73)), color-stop(54%, transparent)), url('../images/AdobeStock_219701581---Copy.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.73), transparent 54%), url('../images/AdobeStock_219701581---Copy.jpeg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  color: #fff;
  line-height: 27px;
}

.div-block-121.signup1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.73)), color-stop(54%, transparent)), url('../images/AdobeStock_168891176-1.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.73), transparent 54%), url('../images/AdobeStock_168891176-1.jpeg');
  background-position: 0px 0px, 0px 50%;
}

.image-46 {
  height: 48px;
  margin-top: 24px;
}

.image-47 {
  width: 48px;
  height: 48px;
  margin-right: 18px;
  border-radius: 100px;
}

.weight500 {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.w20 {
  width: 25%;
  padding-top: 16px;
  padding-right: 28px;
  padding-bottom: 6px;
}

.div-block-124 {
  max-width: 50%;
  padding-right: 34px;
}

.text-block-35 {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px;
  border-radius: 2px;
  background-color: #262626;
  color: #fff;
  text-align: center;
}

.div-block-125 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
}

.div-block-125:hover {
  margin-top: -25px;
  padding-bottom: 75px;
  opacity: 1;
}

.div-block-126 {
  position: absolute;
  bottom: -5px;
  width: 18px;
  height: 18px;
  background-color: #262626;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-block-2 {
  position: absolute;
  top: 20px;
  right: 0px;
  display: none;
}

.link-block-2.left {
  left: 0px;
  right: auto;
}

.image-50 {
  position: absolute;
  left: -16px;
  top: 20px;
  height: 118px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
}

.image-50.leftres {
  left: auto;
  top: 22px;
  right: 4px;
  height: 182px;
}

.div-block-127 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-127-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-127-copy.specialmodule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.w100.flexcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.marginbottomoverride {
  max-width: 50%;
}

.smallcontent1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 56px;
  padding: 44px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.03);
  background-color: #f8f9fa;
}

.div-block-129 {
  width: 45%;
}

.text-block-37 {
  margin-top: -8px;
  margin-bottom: 4px;
  color: #8f8f8f;
  font-size: 18px;
  text-decoration: line-through;
}

.relativecneter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-left: 10px;
}

.uppercase {
  font-family: forma-djr-micro, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.whitebr {
  background-color: #fff;
}

.div-block-138 {
  padding: 6px 12px 4px;
  background-color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
  text-align: left;
}

.text-block-42 {
  width: 100%;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.38);
}

.dropdown-3 {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.24);
}

.dropdown-toggle-2 {
  padding: 0px;
}

.marginbottom38 {
  margin-bottom: 24px;
}

.image-54 {
  height: 28px;
  margin-top: 18px;
  margin-right: 18px;
}

.slider-2 {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide {
  padding: 24px 18px;
}

.slide.noinside {
  padding-bottom: 0px;
  background-image: url('../images/AdobeStock_143629503.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.noinside.mallbg1 {
  background-image: url('../images/thismall.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-56 {
  margin-top: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
}

.image-56.noshadoworborder {
  border-style: none;
  box-shadow: none;
}

.image-56.gs {
  max-width: 65%;
  margin-top: 0px;
  border-style: none;
  border-radius: 2px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.image-56.blurryone {
  margin-top: 28px;
  margin-bottom: 24px;
  border-style: none;
  border-radius: 2px;
  -webkit-filter: brightness(82%);
  filter: brightness(82%);
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
}

.image-57 {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-color: #fff;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.div-block-144.noborder {
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 0px;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-145.this123 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.topresults {
  position: absolute;
  top: -12px;
  right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98px;
  height: 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.text-block-44 {
  margin-bottom: -2px;
  color: #028970;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
}

.image-58 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 82px;
  height: 82px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.18);
}

.image-58._2img {
  position: absolute;
  left: -8px;
  top: auto;
  bottom: -8px;
  width: 64px;
  height: 64px;
}

.image-58.sjdksl {
  left: auto;
  top: auto;
  right: -12px;
  bottom: -12px;
}

.image-58._3rdthis {
  top: auto;
  bottom: 0px;
}

.image-59 {
  width: 218px;
  height: 218px;
  border-radius: 10000px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.56);
}

.image-59.smallerimg {
  width: 148px;
  height: 148px;
}

.image-59.thisim {
  width: 182px;
  height: 182px;
}

.image-59.smalone {
  width: 182px;
  height: 182px;
}

.image-59.bigone {
  width: 300px;
  height: 300px;
}

.openingsolution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.paddingright12 {
  width: 25%;
  padding-right: 12px;
}

.boxhadowmarignleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
}

.novisigninside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.novisignstand {
  max-width: 50%;
  margin-top: 36px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
}

.image-60 {
  width: 42px;
  height: 42px;
  margin-right: 16px;
  border-radius: 100px;
  background-color: #fff;
}

.marginright12 {
  margin-right: 12px;
}

.borderbottom1 {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.alldata {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  padding: 12px 0px 2px 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
}

.alldata.thisright {
  left: auto;
  right: 50%;
}

.alldata.thistop {
  top: auto;
  bottom: 50%;
}

.smallerh5 {
  margin-top: -8px;
  margin-bottom: 12px;
  font-size: 15px;
}

.bottomdesc {
  margin-top: 30px;
  margin-right: 54px;
  margin-left: 54px;
  font-size: 11.5px;
  line-height: 22px;
  text-align: center;
}

.mainarticle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.mainarticleimg {
  width: 750px;
  height: 400px;
  margin-right: 24px;
}

.secondpostimg {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}

.heading {
  margin-top: 4px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link-block-3:hover {
  background-color: #fafafa;
}

.image-61 {
  width: 360px;
  height: 260px;
  min-width: 360px;
  border-radius: 2px;
}

.socialicon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 4px;
}

.max580 {
  max-width: 580px;
}

.div-block-146 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background-color: rgba(248, 249, 250, 0.92);
  color: #222;
  font-size: 14px;
  line-height: 22px;
}

.smalllink13 {
  font-size: 14px;
  line-height: 26px;
}

.div-block-147 {
  padding: 18px 0px 0px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.div-block-147.smallerone {
  max-width: 65%;
}

.image-62 {
  width: 46px;
  height: 46px;
  margin-left: 18px;
  padding: 8px;
  border-radius: 100px;
  -webkit-transition: all 80ms ease;
  transition: all 80ms ease;
  cursor: pointer;
}

.image-62:hover {
  background-color: #ebebeb;
}

.image-63 {
  height: 24px!important;
  margin-right: 16px;
}

.image-63.bigimg {
  height: 48px;
  margin-right: 18px;
}

.image-63.yetbigger {
  height: 28px;
}

.div-block-148 {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 0px;
  padding-left: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.div-block-149 {
  position: absolute;
  left: 36px;
  top: -11px;
  z-index: 58;
  width: 22px;
  height: 22px;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-149.abitleft {
  left: 28px;
}

.paragraph {
  color: #444;
}

.image-64 {
  max-height: 650px;
}

.researchdata {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 8px 2px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
  font-family: Lato, sans-serif;
  font-size: 15px;
  letter-spacing: -0.01rem;
}

.small13 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0rem;
}

.thisone1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -14px;
  padding: 12px 16px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px solid #dedede;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  font-family: Lato, sans-serif;
}

.text-block-46 {
  margin-top: -12px;
  margin-bottom: 8px;
  color: #000;
}

.text-block-47 {
  width: 125%;
  margin: -12px -16px 12px;
  padding: 8px 16px;
  border-bottom: 1px solid #dedede;
  background-color: #f7f7f7;
  color: #000;
}

.bigpopup {
  position: absolute;
  top: 18%;
  z-index: 1;
  padding: 12px 18px 18px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.text-block-48 {
  font-family: forma-djr-display, sans-serif;
  font-size: 36px;
  line-height: 32px;
}

.text-block-49 {
  font-family: forma-djr-micro, sans-serif;
  color: #888;
  font-size: 12px;
}

.lineline {
  width: 18px;
  height: 4px;
  border-radius: 100px;
  background-color: #028970;
}

.lineline.controlgroup {
  background-color: #0073e3;
}

.text-block-50 {
  margin-right: 4px;
  margin-left: 8px;
}

.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.change {
  margin-left: 6px;
  font-family: forma-djr-micro, sans-serif;
  color: #028970;
  font-size: 12px;
}

.minwidth50 {
  min-width: 90px;
}

.marginright8 {
  margin-right: 8px;
}

.image-65 {
  max-width: 300px;
}

.youtube {
  overflow: hidden;
  height: 680px;
  border-radius: 4px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
}

.div-block-152 {
  height: 280px;
  margin-top: 14px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.21);
}

.w66 {
  width: 64%;
}

.slidebg {
  background-color: #fff;
}

.variantimage {
  width: 92px;
  height: 92px;
  margin-right: 26px;
  border-radius: 8px;
}

.variantimage1 {
  margin: -16px -24px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.objecttfit100 {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.width280 {
  min-width: 256px;
  margin-left: 36px;
}

.variant-tag {
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 6px 24px;
  border-radius: 100px;
  background-color: #eee;
  color: #000;
  font-size: 14px;
}

.variant-review {
  width: 48%;
  margin-bottom: 24px;
  padding: 22px 24px 8px;
  border-radius: 4px;
  background-color: #f8f9fa;
}

.reviewtotal {
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
  font-family: forma-djr-display, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 72px;
}

.nolist {
  padding-left: 0px;
  list-style-type: none;
}

.text-field-4 {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.18);
  font-size: 14px;
}

.text-field-4.marginbottom12 {
  margin-bottom: 12px;
}

.text-field-4.variantcode {
  min-height: 256px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Inconsolata, monospace;
}

.text-field-4.transbg {
  background-color: transparent;
}

.shareimg {
  height: 24px;
  opacity: 0.36;
}

.footerlist {
  padding-left: 0px;
  list-style-type: none;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

._28h {
  height: 28px;
  margin-bottom: 12px;
}

.strikethrough {
  margin-bottom: 6px;
  text-decoration: line-through;
}

.mb6 {
  margin-bottom: 6px;
}

.endedev {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  padding: 6px 12px 8px;
  border-radius: 2px;
  background-color: #fbe739;
  color: #000;
  text-align: center;
}

.heightmax {
  overflow: auto;
  max-height: 260px;
  margin-bottom: 24px;
}

.image-66 {
  height: 48px;
  margin-right: 12px;
}

.div-block-154 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.84);
}

.div-block-155 {
  width: 76.875rem;
}

.video-2 {
  box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.64);
}

.image-67 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 36px;
  margin-top: 24px;
  margin-right: 24px;
}

.boldme {
  font-size: 16px;
}

.textalignleft {
  text-align: left;
}

.progressbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  height: 8px;
  background-color: #e0e0e0;
}

.realprogress {
  width: 33%;
  height: 100%;
  background-color: #028970;
}

.realprogress.step2 {
  width: 66%;
}

.first-templates {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.template-image {
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.image-68 {
  height: 42px;
  margin-bottom: 6px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.popup-itself {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  background-color: transparent;
  box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.18);
}

.customizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 18px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
}

.customizer.w--current {
  background-color: rgba(2, 137, 112, 0.1);
}

.customizer.donebutton {
  background-color: #028970;
  color: #fff;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 26px;
}

.tabs-menu-6 {
  position: relative;
  z-index: 1;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.08), 2px 0 8px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  text-align: center;
}

.customizer-tab {
  width: 256px;
  height: 100%;
  padding-top: 18px;
  padding-right: 18px;
  padding-left: 24px;
  background-color: #fff;
}

.tabs-content-4 {
  border-right: 1px solid #d6d6d6;
  box-shadow: 4px -4px 25px 0 rgba(0, 0, 0, 0.08), 1px 0 3px 0 rgba(0, 0, 0, 0.18);
}

.image-70 {
  width: 48px;
  float: right;
}

.relativepopup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-field {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.18);
  background-color: #fff;
}

.radio-button {
  margin-top: 6px;
}

.radio-button-field {
  color: #737373;
}

.paragraph-2 {
  display: none;
}

.biggerh2 {
  font-size: 48px;
  line-height: 54px;
}

.w100right {
  width: 100%;
  min-width: 900px;
}

.primary-color {
  color: #028970;
}

.popupsnippet {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.73);
  color: #fff;
}

.popupsnippet.specialm {
  display: none;
}

.snippetcode {
  overflow: auto;
  max-height: 280px;
  margin-bottom: 24px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #f8f9fa;
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.quickcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
  background-color: #f8f9fa;
}

.controlsof {
  position: absolute;
  left: -82px;
  max-height: 420px;
  min-height: 420px;
}

.controlsof.rightcontrols {
  left: auto;
  right: -82px;
}

._100flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-71 {
  width: 20px;
  height: 20px;
  margin-top: -4px;
  opacity: 0.64;
  cursor: help;
}

.marginleft8 {
  margin-left: 8px;
}

.marginleft8.inlinetext.relative {
  background-image: none;
}

.div-block-160 {
  position: absolute;
  left: -52px;
  top: 32px;
  display: none;
  width: 120px;
  padding: 8px;
  border-radius: 2px;
  background-color: #282828;
  color: #fff;
  text-align: center;
}

.div-block-161 {
  position: absolute;
  top: 26px;
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #282828;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.margintop12 {
  margin-top: 12px;
}

.div-block-164 {
  display: none;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
}

._12font {
  font-size: 12px;
  line-height: 24px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
}

.image-72 {
  height: 10px;
}

.containerwidth {
  width: 940px;
}

.div-block-167 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 24px 18px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 5px 25px 0 rgba(0, 0, 0, 0.04);
}

.text-block-51 {
  max-width: 440px;
  margin-bottom: 18px;
  padding: 12px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  background-color: #eee;
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-168.notleft {
  margin-top: 2px;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-52 {
  padding: 12px 18px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #028970;
  cursor: pointer;
}

.text-block-52:hover {
  background-color: #f0f0f0;
}

.text-block-52.rightoneblock {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.text-block-52.leftoneb {
  border-left-style: solid;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #028970;
  color: #fff;
}

.text-block-52.leftoneb.notselected {
  background-color: #fff;
  color: #444;
}

.button-2 {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #028970;
  text-align: center;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #028970;
  border-radius: 6px;
}

.submit-button {
  height: 54px;
  padding-right: 18px;
  padding-left: 18px;
  background-color: #028970;
}

.text-field-5 {
  height: 54px;
  margin-bottom: 0px;
  padding-right: 14px;
  padding-left: 14px;
  border: 1px none #000;
  font-size: 16px;
}

.text-field-5.buttonofme {
  text-align: center;
}

.text-field-5.buttonofme::-webkit-input-placeholder {
  color: #444;
}

.text-field-5.buttonofme:-ms-input-placeholder {
  color: #444;
}

.text-field-5.buttonofme::-ms-input-placeholder {
  color: #444;
}

.text-field-5.buttonofme::placeholder {
  color: #444;
}

.chatbot-oneb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.form-block-2.leftme1 {
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slide-2 {
  background-color: #fff;
}

.cardchat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.5%;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding: 12px 18px 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.image-73 {
  height: 44px;
  margin-right: 18px;
  opacity: 0.36;
}

.div-block-169 {
  position: relative;
  left: -45px;
  width: 105%;
  margin-top: -8px;
  margin-bottom: 4px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.div-block-169.btndiv {
  position: relative;
  left: -62px;
  width: auto;
  min-width: 320px;
}

.div-block-169.inpudev {
  position: relative;
  left: 48px;
  width: auto;
}

.div-block-170 {
  color: #000;
}

@media (max-width: 991px) {
  .section {
    padding-right: 18px;
    padding-bottom: 48px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(73%, rgba(0, 0, 0, 0.54))), url('../images/stockbg.jpg');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.54) 73%), url('../images/stockbg.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    color: #fff;
    text-align: center;
  }
  ._1440px {
    width: 100%;
  }
  .button.navbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button.navbtn.tpbtn {
    width: auto;
    margin-top: 0px;
    margin-right: 12px;
    margin-left: 0%;
    padding: 6px 16px;
  }
  .relative.reverserelative {
    max-width: 100%;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .expanddiv {
    width: 48%;
    padding: 28px;
  }
  .div-block-15 {
    width: 20%;
  }
  .div-block-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flexpuresides.v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maincontent {
    margin-bottom: 34px;
    padding: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .maincontent.halfcontent {
    margin-right: 14px;
    margin-left: 14px;
  }
  .maincontent.centercont.revernsecent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maincontent.smallermaincontent {
    overflow: hidden;
    margin-bottom: 28px;
    padding-bottom: 56px;
  }
  .maincontent.smallermaincontent.reverseontablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .maincontent.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .maincontent.reversem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .regularsection.biggerpadding {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .regularsection.first48 {
    padding-top: 56px;
  }
  .regularsection.blogpost {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .regularsection._100vh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-29 {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 36px;
  }
  .navbar {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .nav-link {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    background-color: #fff;
  }
  .nav-link:hover {
    background-color: #ebebeb;
  }
  .nav-link.signinlink {
    margin-bottom: 18px;
  }
  .nav-link.signinlink:hover {
    border-bottom-color: #028970;
  }
  .nav-link.paginav {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-style: none;
    background-color: transparent;
  }
  .navmenu {
    left: auto;
    top: 59px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: -4px;
    padding-left: 0px;
    border-radius: 2px;
  }
  .twomaincontents {
    margin-right: -14px;
    margin-left: -14px;
  }
  .marginbottomneg {
    bottom: -34px;
    margin-top: 57px;
  }
  .lead.marginbottom56 {
    margin-bottom: 34px;
  }
  .lead.quotelead {
    color: #484848;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
  }
  .logo {
    height: 32px;
  }
  .quotediv {
    padding: 34px;
  }
  .div-block-32 {
    margin: -34px -34px -34px 34px;
  }
  .div-block-33 {
    width: 200px;
  }
  .entiredemo {
    height: 510px;
  }
  .websitebox {
    height: 186px;
  }
  .objectfitc {
    height: 140px;
  }
  .max640 {
    max-width: 100%;
  }
  .max640.centeralign {
    font-size: 15px;
    line-height: 28px;
  }
  .introheader {
    padding-top: 64px;
    padding-right: 24px;
    padding-bottom: 56px;
  }
  .introheader.genericbackground {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .introheader.genericbackground.dashboardimg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .introheader.studentpage {
    padding-top: 64px;
    padding-bottom: 56px;
  }
  ._940px {
    width: 100%;
  }
  ._940px.centertxtmain {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block-49 {
    max-width: 50%;
    min-width: 50%;
  }
  .div-block-49.evaluate {
    max-width: 50%;
    min-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .flexleft.w50 {
    width: 100%;
    padding-right: 8px;
    padding-bottom: 2px;
  }
  .mainheading {
    margin-bottom: 12px;
    font-size: 54px;
    line-height: 68px;
  }
  .signupdiv {
    padding: 18px 24px 28px;
  }
  .marginright24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reg1440 {
    max-width: 100%;
  }
  .div-block-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-61 {
    width: 100%;
    margin-bottom: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
  }
  .div-block-62 {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #f8f8f8;
  }
  .div-block-62:hover {
    background-color: #ececec;
  }
  .link-2 {
    display: block;
    margin-top: -19px;
    margin-bottom: -19px;
  }
  .link-2:hover {
    border-bottom-style: none;
  }
  .link-2.w--current {
    border-bottom-color: transparent;
  }
  .link-2.signinbutton {
    position: relative;
    top: 4px;
    width: 45%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 9px;
    border: 1px solid #d3d3d3;
    color: #028970;
    text-align: center;
  }
  .tabs-menu {
    display: block;
    width: 100%;
    margin-top: -8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tab-link-tab-1 {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-link-tab-1.activetab {
    border-bottom-color: #028970;
  }
  .pureml.justpure {
    margin-top: 56px;
    margin-left: 0px;
  }
  .pureml.justpure.reversejustpure {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
  }
  .pureml.shadowpure {
    min-width: 100%;
    margin-left: 0px;
  }
  .pureml.nocolorshad {
    min-width: 100%;
    margin-left: 0px;
  }
  .pureml.nocolorshad.conditionpure {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .pureml.nocolorshad.lastone {
    margin-right: 0px;
  }
  .pureml.nocolorshad.centerme {
    max-width: 100%;
    min-width: 100%;
    padding-top: 56px;
    padding-bottom: 0px;
  }
  .pureml.nocolorshad.tt2 {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pureml.overridethis {
    min-width: 100%;
    margin-left: 0px;
  }
  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.84);
  }
  .featuresummary.leftalign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexcenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .simplyrelative.imgsm {
    top: 0px;
    right: auto;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .simplyrelative.thisbt1 {
    top: 0px;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .simplyrelative.firstim2 {
    top: 0px;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdown {
    width: 100%;
  }
  .div-block-82 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.24);
  }
  .div-block-82._242424 {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .div-block-83 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overallwebox {
    width: 300px;
    min-width: auto;
  }
  .solutiondiv {
    width: 49%;
  }
  .halfcolimg {
    display: block;
    height: 300px;
    min-width: 100%;
    margin: 34px -36px 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .halfcolimg.blankother {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .halfcolimg.lastoneright {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .halfcolimg.lastoneright.novisignright {
    max-width: 100%;
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .halfcolimg.mallbg {
    height: auto;
    margin-right: -36px;
    margin-bottom: -34px;
    margin-left: -36px;
  }
  .halfcolimg.gdprim1 {
    margin-right: 0px;
    margin-left: -15px;
  }
  .sidebar {
    display: none;
  }
  .marginbottom24.w30tab {
    min-width: 30%;
    margin-right: 1.65%;
    margin-left: 1.65%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mainhonmobile {
    color: #fff;
    font-size: 48px;
    line-height: 54px;
  }
  .lead-p-marginbottom56 {
    color: #fff;
  }
  .div-block-112 {
    min-width: 50%;
  }
  .div-block-113 {
    bottom: 22px;
  }
  .div-block-113.btht {
    right: 28px;
    bottom: 28px;
  }
  .bottomimg {
    margin-top: 56px;
  }
  .flex-expand.centertxt.rightone1 {
    border-left: 1px solid #e0e0e0;
  }
  .div-block-115 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pricing_mobile.sd1 {
    display: none;
  }
  .div-block-117 {
    margin-bottom: 48px;
  }
  .div-block-119 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .halffullw {
    min-height: auto;
    padding-top: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hw2 {
    width: 100%;
  }
  .div-block-121 {
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-121.signup1 {
    padding-bottom: 0px;
  }
  .w20 {
    width: 50%;
  }
  .marginbottomoverride {
    max-width: 75%;
    margin-top: 30px;
  }
  .smallcontent1 {
    margin-bottom: 34px;
    padding: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-129 {
    width: 100%;
  }
  .marginbottom38 {
    margin-bottom: 18px;
  }
  .div-block-145.this123 {
    margin-top: 0px;
    margin-bottom: 90px;
  }
  .image-59 {
    width: 100%;
    height: 70%;
    border-radius: 0px;
  }
  .image-59.smallerimg {
    width: 100%;
    height: 70%;
  }
  .image-59.thisim {
    width: 100%;
    height: 70%;
  }
  .openingsolution {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  }
  .paddingright12 {
    width: 50%;
  }
  .alldata.thisright {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 100%;
    padding: 10px 8px 0px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: none;
  }
  .alldata.thistop {
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    padding: 10px 8px 0px 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }
  .smallerh5 {
    margin-top: -10px;
    font-size: 13px;
    line-height: 22px;
  }
  .mainarticleimg {
    width: 50%;
  }
  .unordered-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph {
    color: #fff;
  }
  .minimum660 {
    min-height: 660px;
  }
  .youtube {
    height: auto;
  }
  .width280 {
    margin-top: 48px;
    margin-left: 0px;
  }
  .variant-review {
    width: 48%;
  }
  .customizer {
    border-right: 1px solid rgba(0, 0, 0, 0.18);
  }
  .tabs-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-158 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .customizer-tab {
    width: 100%;
  }
  .relativepopup {
    width: 100%;
    padding: 15px 15px 24px;
  }
  .customizer-container-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.65%;
    margin-left: -1.65%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-164 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
  }
  .dropdown-list-3 {
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
  }
  .dropdown-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
  }
  .div-block-165 {
    width: 100%;
  }
  .containerwidth.flexsides.flexcenter {
    width: 100%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 42px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  a {
    font-size: 16px;
    line-height: 26px;
  }
  .section {
    min-height: auto;
  }
  .button.navbtn {
    width: 46%;
  }
  .button.navbtn.nomarginleft {
    width: auto;
  }
  .button.ctabtn {
    width: 100%;
  }
  .button.cps {
    width: 100%;
    margin-top: 24px;
    margin-left: 0px;
  }
  .margintop36.flexcenter {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .marginbottom36.slider-2 {
    max-width: 94vw;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-10 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .transperantbg {
    left: 0px;
    height: 420px;
  }
  .expanddiv {
    padding: 18px 24px 8px;
  }
  .expanddiv.nobg {
    width: 100%;
    margin-left: 0px;
  }
  .div-block-15 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .flexsides.pricingtop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flexsides.wrapflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flexsides.wrapflex.marginbottom36 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexsides.studentplan {
    margin-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexsides.marginbottom24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerbg {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .flexpuresides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._300px {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .maincontent {
    margin-bottom: 24px;
  }
  .maincontent.halfcontent {
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .maincontent.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .regularsection {
    padding-top: 34px;
    padding-bottom: 10px;
  }
  .regularsection._100vh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navmenu {
    left: 0px;
    width: 100%;
  }
  .twomaincontents {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lead {
    font-size: 14px;
    line-height: 26px;
  }
  .logo.loginlogo {
    height: 28px;
  }
  .maincontentallwidth.ctabg {
    margin-top: 0px;
  }
  .maincontentallwidth.thisquote.marginbottom82 {
    height: 600px;
    margin-bottom: 0px;
  }
  .maincontentallwidth.travelbg {
    margin-top: 0px;
  }
  .maincontentallwidth.ecombg {
    margin-top: 0px;
  }
  .maincontentallwidth.financebg {
    margin-top: 0px;
  }
  .maincontentallwidth.gaminbg {
    margin-top: 0px;
  }
  .maincontentallwidth.mediabg {
    margin-top: 0px;
  }
  .maincontentallwidth.businessbg1 {
    margin-top: 0px;
  }
  .maincontentallwidth.blogdiv {
    margin-top: 0px;
  }
  .maincontentallwidth.marketingbg {
    margin-top: 0px;
  }
  .maincontentallwidth.researchbg {
    margin-top: 0px;
  }
  .quotediv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quotediv.greybg24 {
    bottom: 0px;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .div-block-32 {
    margin-top: 34px;
    margin-left: -34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-left-style: none;
  }
  .div-block-33 {
    width: auto;
    height: 100%;
    max-width: 50%;
    min-width: 50%;
    padding: 18px;
  }
  .learnmorequote {
    padding: 18px;
  }
  .div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-10 {
    width: 100%;
    height: auto;
    margin-top: 36px;
    margin-left: 0px;
  }
  .entiredemo {
    height: 450px;
  }
  .websitebox {
    height: 115px;
  }
  .objectfitc {
    height: 70px;
  }
  .max640.centeralign {
    font-size: 16px;
    line-height: 28px;
  }
  .introheader {
    max-height: auto;
    min-height: auto;
  }
  .marginbottom56 {
    margin-bottom: 42px;
  }
  .flexleft.flexcenter.studentleft {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flexleft.w50 {
    padding-right: 0px;
  }
  .div-block-51 {
    margin-top: 64px;
    padding-top: 56px;
  }
  .mainheading {
    margin-bottom: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  .mainheading.smallermain {
    font-size: 28px;
    line-height: 42px;
  }
  .smallerh {
    margin-bottom: 12px;
  }
  .smallerh.marginbottom36 {
    margin-bottom: 24px;
  }
  .w33.makem100 {
    width: 100%;
  }
  .pureml.shadowpure {
    height: 490px;
  }
  .pureml.nocolorshad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pureml.nocolorshad.conditionpure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pureml.nocolorshad.reverspurm {
    margin-right: 0px;
    margin-left: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .pureml.nocolorshad._48width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pureml.nocolorshad.tt2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pureml.overridethis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .simplyrelative {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .mainh {
    font-size: 30px;
    line-height: 36px;
  }
  .socialsignup.expand4 {
    -webkit-filter: none;
    filter: none;
  }
  .image-30 {
    margin-right: 14px;
  }
  .loginh.smallerog {
    font-size: 28px;
    line-height: 42px;
  }
  .div-block-85 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: none;
    background-color: transparent;
    box-shadow: none;
  }
  .div-block-86 {
    width: 50%;
    padding: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: transparent;
  }
  .div-block-86:hover {
    box-shadow: none;
  }
  .overallwebox {
    margin-bottom: 36px;
    margin-left: 0px;
  }
  .boldtxt._424 {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .demobigdiv.smallerdiv {
    background-image: none;
  }
  .demobigdiv.thirddem {
    padding-top: 108px;
  }
  .demobigdiv.bottomstuff {
    padding-top: 148px;
  }
  .div-block-94 {
    width: 100%;
    margin-bottom: 36px;
  }
  .helpt.w100.nmc {
    margin-left: 0px;
  }
  .marginbottom24.w30tab {
    width: 48%;
    margin-bottom: 18px;
  }
  .lead-p-marginbottom56 {
    margin-bottom: 42px;
  }
  .fithis.taller-small {
    margin-top: -3px;
    margin-bottom: 0px;
  }
  .conditionlist.taller-big {
    right: 6%;
  }
  .tab-link-tab-2-3 {
    max-width: 12.5%;
  }
  .tabs-menu-5 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .difrent {
    left: 0px;
  }
  .div-block-115 {
    margin-top: 38px;
  }
  .div-block-116 {
    width: 100%;
  }
  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .div-block-119 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-120 {
    margin-right: 0px;
  }
  .min5 {
    max-width: 100%;
    min-width: 100%;
  }
  .hw2 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .marginbottomoverride {
    position: static;
    left: auto;
    right: auto;
    bottom: 0px;
    max-width: 75%;
    margin-top: 24px;
  }
  .smallcontent1 {
    margin-bottom: 24px;
    padding: 18px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div-block-129 {
    width: 100%;
  }
  .div-block-135 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-block-42 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .boxhadowmarignleft {
    margin-top: 12px;
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .image-61 {
    display: none;
  }
  .minimum660 {
    min-height: 460px;
  }
  .w66.flexleft {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customizer {
    width: 50%;
  }
  .customizer.donebutton {
    width: 100%;
  }
  .tabs-menu-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customizer-tab {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 18px;
  }
  .customizer-container-form {
    margin-top: -12px;
  }
}

@media (min-width: 1179px) and (max-width: 1399px) {
  .w-tab-menu .image-68 {
    height: 28px;
    margin-bottom: 4px;
}

a.customizer {
    padding: 10px 14px 10px;
}
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2 {
    margin-top: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 25px;
  }
  a {
    font-weight: 500;
  }
  .section {
    padding-top: 138px;
    padding-bottom: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), color-stop(60%, rgba(0, 0, 0, 0.83))), url('../images/stockbg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.83) 60%), url('../images/stockbg.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }
  .button {
    padding-right: 18px;
    padding-left: 18px;
    font-weight: 400;
  }
  .button.navbtn {
    margin-right: 20px;
    margin-left: 0%;
  }
  .button.navbtn.borderbtn {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom-style: none;
    font-weight: 400;
  }
  .button.navbtn.tpbtn {
    margin-right: 0px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.borderwhite.nothingtotheleft {
    margin-left: 0px;
  }
  .button.cps {
    margin-top: 8px;
  }
  .margintop36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
  }
  .margintop36.lineabs {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 24px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .margintop36.flexcenter {
    margin-top: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .marginbottom36.slider-2 {
    max-width: 88vw;
  }
  .relative.reverserelative {
    display: block;
    max-width: 100%;
    margin-left: 0px;
  }
  .div-block-10 {
    position: relative;
    display: block;
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .transperantbg {
    height: 140px;
  }
  .arrowright {
    width: 28px;
    height: 28px;
    margin-top: 1px;
    margin-bottom: auto;
    border-style: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
  }
  .expanddiv {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
  }
  .div-block-15 {
    width: 33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .div-block-16 {
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .flexsides.margintop36 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexsides.thisbox {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexsides.c222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .marginbottom18-16px {
    margin-bottom: 12px;
  }
  .greylink {
    font-weight: 400;
  }
  .flexpuresides._444 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-20 {
    padding-top: 18px;
  }
  .footerlogo {
    height: 36px;
    margin-bottom: 12px;
  }
  ._300px {
    width: 50%;
    margin-bottom: 24px;
    padding-right: 36px;
    padding-bottom: 12px;
  }
  .maincontent {
    padding: 24px 18px 18px;
  }
  .maincontent.halfcontent {
    position: relative;
    padding-top: 18px;
    padding-bottom: 56px;
  }
  .maincontent.centercont {
    padding-bottom: 36px;
  }
  .maincontent.marginbottomstill {
    position: relative;
    padding-bottom: 98px;
  }
  .regularsection.greybg1.thiscolum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .regularsection.biggerpadding {
    padding-top: 36px;
    padding-bottom: 48px;
  }
  .regularsection.first48 {
    padding-top: 34px;
  }
  .regularsection.first48.u21 {
    padding-top: 76px;
  }
  .regularsection.blogpost {
    padding-top: 76px;
    padding-bottom: 48px;
  }
  .navbar {
    padding-right: 0px;
    padding-bottom: 3px;
  }
  .navbar.pagib {
    display: none;
  }
  .nav-link {
    font-weight: 400;
  }
  .nav-link.w--current {
    border-bottom-width: 3px;
    border-bottom-color: transparent;
    background-color: rgba(2, 137, 112, 0.06);
  }
  .nav-link.signinlink {
    display: none;
    margin-bottom: 10px;
  }
  .navmenu {
    margin-top: 0px;
    border-top: 1px solid #d3d3d3;
  }
  .marginbottomneg {
    bottom: -18px;
    margin-top: 48px;
  }
  .lead {
    font-size: 13px;
  }
  .lead.quotelead {
    font-size: 13px;
    line-height: 28px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
/*    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
  }
  .text-field {
    width: auto;
    max-width: auto;
    min-width: 100%;
    margin-bottom: 12px;
  }
  .maincontentallwidth {
    height: auto;
    max-width: 100%;
    margin-left: -18px;
    padding-top: 130px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url('../images/AdobeStock_122172932-1.jpeg');
    background-position: 50% 0px;
    background-size: contain;
  }
  .maincontentallwidth.ctabg {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.aboutdiv.becomepartner {
    margin-top: 48px;
    padding-top: 128px;
    background-color: #000;
    background-position: 0px 0px;
    background-size: contain;
  }
  .maincontentallwidth.thisquote.marginbottom82 {
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .maincontentallwidth.partnerquote {
    height: auto;
    background-image: url('../images/AdobeStock_128665971.jpg'), -webkit-gradient(linear, left top, right top, from(#c28f56), to(#2c1f16));
    background-image: url('../images/AdobeStock_128665971.jpg'), linear-gradient(90deg, #c28f56, #2c1f16);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.contactdiv {
    margin-top: 54px;
    margin-left: 0px;
    padding: 0px;
  }
  .maincontentallwidth.travelbg {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.ecombg {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.financebg {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.gaminbg {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.mediabg {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.businessbg1 {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.blogdiv {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.marketingbg {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .maincontentallwidth.researchbg {
    background-image: url('../images/AdobeStock_147943138.jpg'), -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(#8d3f08));
    background-image: url('../images/AdobeStock_147943138.jpg'), linear-gradient(90deg, #0c0c0c, #8d3f08);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .quotediv {
    padding: 24px;
    box-shadow: none;
  }
  .div-block-32 {
    margin-right: -24px;
    margin-left: -24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-33 {
    max-width: 100%;
    min-width: 100%;
  }
  .div-block-34 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-10 {
    margin-bottom: 24px;
  }
  .entiredemo {
    height: 730px;
  }
  .websitebox {
    margin-bottom: 18px;
  }
  .websitebox.topb {
    margin-bottom: 0px;
  }
  .div-block-41 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .max640.centeralign {
    font-size: 14px;
    line-height: 28px;
  }
  .introheader.openingsec {
    padding: 38px 18px 36px;
  }
  .introheader.genericbackground {
    font-size: 14px;
  }
  .text-block-21 {
    font-size: 28px;
  }
  .inlinetext {
    font-weight: 400;
  }
  .inlinetext.biggertext {
    font-size: 18px;
  }
  .div-block-49 {
    max-width: 100%;
    min-width: 100%;
    padding: 28px;
  }
  .div-block-49.evaluate {
    display: none;
  }
  .flexleft.flexcenter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flexleft.flexcenter.vc2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexleft.flexcenter.margintop24 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flexleft.w50 {
    padding-bottom: 0px;
  }
  .div-block-51 {
    margin-top: 36px;
    padding-top: 24px;
  }
  .blacktxt.marginbottom12 {
    width: 100%;
  }
  .mainheading.smallermain {
    font-size: 24px;
    line-height: 36px;
  }
  .div-block-56._2442 {
    padding: 18px 18px 8px;
  }
  .signupdiv {
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .signupdiv.colthis {
    box-shadow: none;
  }
  .marginright24 {
    margin-bottom: 35px;
  }
  .reg1440 {
    width: 100%;
  }
  .reg1440.flexsidescenter {
    display: block;
  }
  .text-field-3 {
    width: 100%;
    margin-top: 8px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .text-field-3.special1 {
    margin-top: 0px;
  }
  .div-block-60 {
    background-color: #fff;
  }
  .link-2 {
    padding-top: 18px;
    padding-bottom: 17px;
    font-weight: 400;
  }
  .link-2.signinbutton {
    position: static;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 17px;
    border-top-style: none;
    border-bottom-style: none;
  }
  .nomarginbottom {
    margin-bottom: 4px;
  }
  .nomarginbottom.marginmobile {
    margin-bottom: 28px;
  }
  .w33 {
    width: 100%;
    margin-bottom: 24px;
  }
  .w33.makem100 {
    margin-bottom: 0px;
  }
  .div-block-66 {
    margin-bottom: 28px;
  }
  .tab-link-tab-1 {
    font-weight: 400;
  }
  .thistext {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 22px;
  }
  .pureml.justpure {
    margin-top: 36px;
  }
  .pureml.justpure.reversejustpure {
    margin-top: 86px;
  }
  .pureml.shadowpure {
    height: 770px;
  }
  .pureml.nocolorshad.reverspurm {
    margin-top: 68px;
  }
  ._50w {
    text-align: left;
  }
  ._50w.this100 {
    width: 100%;
  }
  ._50w.minheight256 {
    width: 100%;
    margin-bottom: 24px;
  }
  .tab-link-tab-2 {
    border-right-style: none;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-71 {
    margin-bottom: 24px;
  }
  .toppost {
    margin-bottom: 24px;
  }
  .div-block-72 {
    margin-bottom: 18px;
  }
  .marginbottom2._18onmobile {
    margin-bottom: 24px;
  }
  .menu-button {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featuresummary {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featureimg {
    height: 68px;
  }
  .flexcenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productonc {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-80 {
    min-width: auto;
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .simplyrelative.thisoneproduct {
    margin-right: 0px;
    margin-bottom: 118px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .simplyrelative.thisoneproduct.rightone {
    display: none;
  }
  .mainh {
    font-size: 22px;
    line-height: 32px;
  }
  .lightbox-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 180px;
    opacity: 0;
  }
  .socialsignup {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 18px;
  }
  .socialsignup.expand4 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-bottom-style: none;
  }
  .loginmodule {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .popuplogin {
    max-width: auto;
    min-width: 100%;
    padding: 18px;
  }
  .loginh.smallerog {
    font-size: 24px;
    line-height: 36px;
  }
  .flexcolumn {
    padding-bottom: 18px;
  }
  .flexcolumn._44 {
    margin: 18px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-82 {
    padding-top: 12px;
    padding-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-82._242424 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-83 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .bv {
    padding-left: 0px;
  }
  .div-block-85.moreshadow {
    left: 0px;
  }
  .div-block-86 {
    width: 100%;
  }
  .overallwebox {
    width: 95%;
  }
  .nomargindemo {
    margin-bottom: 8px;
  }
  .solutiondiv {
    width: 100%;
  }
  .halfcolimg {
    height: 150px;
    margin-top: -24px;
    margin-bottom: 24px;
  }
  .halfcolimg.blankother {
    margin: 24px 0px 0px;
  }
  .halfcolimg.lastoneright {
    height: auto;
    max-width: 100%;
    margin: 0px;
  }
  .halfcolimg.lastoneright.novisignright {
    height: 360px;
  }
  .halfcolimg.lastoneright.thistop {
    margin-top: 48px;
  }
  .halfcolimg.mallbg {
    margin: 24px 0px -24px;
  }
  .halfcolimg.gdprimg {
    margin-bottom: 0px;
  }
  .halfcolimg.gdprim1 {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .div-block-97.nomarginbottom {
    margin-top: -18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .helpt {
    width: 100%;
    margin-bottom: 18px;
  }
  .helpt.variantbox {
    width: 100%;
  }
  .helpt.variantbox.tagname {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .helpt.w100 {
    margin-bottom: 24px;
  }
  .marginbottom24.w30tab {
    width: 100%;
  }
  .mainhonmobile {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -0.02rem;
  }
  .lead-p-marginbottom56 {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 25px;
  }
  .fithis {
    height: 200px;
    margin-top: 0px;
  }
  .fithis.taller-small {
    height: 200px;
  }
  .conditionlist {
    height: 300px;
  }
  .conditionlist.taller-big {
    right: 0%;
    width: auto;
    height: 300px;
    min-width: 60%;
  }
  .tab-link-tab-2-3 {
    display: inline-block;
    max-width: 20%;
    min-width: 20%;
    padding: 10px 12px 18px;
  }
  .tabs-menu-5 {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .difrent {
    height: auto;
    max-height: auto;
  }
  .difrent.move-36left {
    margin-right: -16px;
    margin-bottom: -46px;
  }
  .marginbottom46 {
    margin-bottom: 36px;
  }
  .div-block-112 {
    min-width: 40%;
    padding: 12px 18px;
  }
  .div-block-112.leftparam {
    min-width: 60%;
  }
  .div-block-113 {
    display: none;
  }
  .image-42 {
    right: 0px;
    bottom: 6%;
    width: 108px;
    height: 108px;
  }
  .bottomimg {
    margin-bottom: 36px;
  }
  .image-44 {
    margin-bottom: 18px;
  }
  .flex-expand {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block-114 {
    margin-top: 0px;
    padding-top: 0px;
    border-top-style: none;
  }
  .smallerh-h3 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01rem;
  }
  .div-block-115 {
    margin-top: 0px;
    padding-bottom: 36px;
  }
  .featureshere {
    padding: 0px;
    border-style: none;
  }
  .signupmodule {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-118 {
    height: 56px;
    padding-left: 18px;
  }
  .landingp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-2 {
    padding: 0px 6px;
    font-size: 11.5px;
  }
  .nav-link-2.smallernav1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-119 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fulltextfield {
    width: 100%;
    margin-top: 8px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .halffullw {
    padding: 68px 15px 15px;
    background-image: linear-gradient(135deg, #efefef, #dedede);
  }
  .hw2 {
    padding-top: 36px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  }
  .div-block-121 {
    display: none;
    height: 120px;
  }
  .div-block-121.signup1 {
    display: none;
  }
  .w20 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-124 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .marginbottomoverride {
    overflow: visible;
    max-width: 100%;
    margin-top: 18px;
  }
  .marginbottomoverride._1ofme {
    position: relative;
    right: -18px;
    margin-top: 36px;
  }
  .smallcontent1 {
    padding: 15px;
  }
  .smallcontent1.nopadd0 {
    padding-top: 18px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .marginbottom38 {
    margin-bottom: 10px;
  }
  .slider-2.topme {
    margin-top: -38px;
  }
  .slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-56.gs {
    max-width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  }
  .image-57 {
    height: 42px;
    border-radius: 4px;
  }
  .div-block-144 {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .div-block-145.this123 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-59.smalone {
    display: none;
  }
  .image-59.bigone {
    width: 100%;
    height: auto;
  }
  .openingsolution {
    display: none;
    width: 100%;
  }
  .paddingright12 {
    width: 100%;
  }
  .borderbottom1 {
    width: 240px;
  }
  .alldata.thisright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bottomdesc {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mainarticle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mainarticleimg {
    width: 100%;
    height: 200px;
    margin-top: 24px;
    margin-right: 0px;
  }
  .secondpostimg {
    margin-top: 24px;
    margin-bottom: 0px;
    padding-bottom: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .link-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-61 {
    width: 100%;
    margin-top: 18px;
  }
  .div-block-146 {
    padding: 18px;
    font-size: 11.5px;
    line-height: 23px;
  }
  .smalllink13 {
    font-size: 11.5px;
  }
  .image-62 {
    float: right;
  }
  .paragraph {
    color: #fff;
  }
  .researchdata {
    bottom: -228px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .thisone1 {
    position: relative;
    z-index: 1;
    display: none;
    overflow: hidden;
    width: 80%;
    margin-top: -24px;
    margin-right: 24px;
    margin-left: 24px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
  }
  .bigpopup {
    top: 0%;
    width: 100%;
    border: 1px solid #d7d7d7;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24);
  }
  .image-65 {
    max-width: 100%;
  }
  .researchthis {
    height: 500px;
  }
  .minimum660 {
    min-height: 380px;
  }
  .hideonmobile1 {
    display: none;
  }
  .slide-nav {
    display: none;
  }
  .slider-3 {
    height: 740px;
  }
  .variantimage {
    width: 64px;
    margin-right: 0px;
    margin-bottom: 18px;
  }
  .variant-review {
    width: 100%;
  }
  .customizer {
    font-weight: 400;
  }
  .tabs-menu-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customizer-container-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .biggerh2 {
    font-size: 36px;
    line-height: 44px;
  }
  .w100right {
    min-width: 100%;
  }
  .popupsnippet {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .quickcta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .controlsof {
    left: 0px;
    max-height: 125%;
    min-height: 125%;
  }
  .controlsof.rightcontrols {
    right: 0px;
  }
  .div-block-164 {
    border-bottom: 1px solid #cfcfcf;
  }
  .dropdown-list-3 {
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.18);
  }
  .dropdown-link-2 {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
  }
  .div-block-168 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .text-block-52 {
    margin-top: 4px;
    margin-bottom: 4px;
    border-style: solid;
    border-radius: 6px;
  }
  .text-block-52.rightoneblock {
    border-style: solid;
  }
  .cardchat {
    max-width: 88vw;
  }
  .div-block-169.btndiv {
    width: 100%;
    min-width: auto;
  }
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-398ad99a831c-ad7300ba {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-75f7e8f8061e-e37300c2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-69d5f005b1c1-7b7300ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-69d5f005b1c2-7b7300ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-69d5f005b1ee-7b7300ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-69d5f005b1f0-7b7300ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-69d5f005b1f2-7b7300ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e1b044cfb8d9-d57300d4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e1b044cfb8da-d57300d4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e1b044cfb910-d57300d4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e1b044cfb912-d57300d4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e1b044cfb914-d57300d4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9789e3a14d1a-f8d41f26 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9789e3a14d1b-f8d41f26 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9789e3a14d33-f8d41f26 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae03-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d469b713ae04-e27d0dca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-32cc2e736bd5-e27d0dca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

.popup-half-column.multiple-products {
  min-width: -webkit-fill-available !important;
}

.chatbotpage .centertxt {
  text-align: center !important;
  display: block;
}

.chatbotpage .smallcontent1.nopadd0.whitebg {
  background: white;
}

@media (min-width: 767px) {
  .chatbotpage .smallcontent1.nopadd0.whitebg {
  padding-bottom: 0;
  padding-right: 0;
}
}

.chatbotpage .max640.centertxt {
  margin-left: auto;
  margin-right: auto;
}

.introheader.chatbotheader {
  max-height: none;
}

.chatbotpage .button.borderwhite {
  margin-left: 16px;
}
.a-flex-container{
  display: flex;
}
@media screen and (max-width: 767px){
  .mainarticle.w-inline-block a.a-flex-container {display: block;}
}
.mt-100{
  margin-top:100px;
}