.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-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5f7f7;
  box-shadow: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 29px 65px 10px 70px;
  font-family: Brandon;
  color: #fff;
  font-size: 52px;
  line-height: 66px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.58);
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Brandon;
  color: #363a3d;
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 8px;
  margin-bottom: 85px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Proximanova, sans-serif;
  color: #81878c;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.nav-backing {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 1px none #dce1e3;
  border-bottom: 1px none #dfe8eb;
  border-left: 1px none #dce1e3;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
}

.nav-backing.home {
  position: absolute;
  border-bottom-style: none;
  background-color: transparent;
  box-shadow: none;
}

.nav-backing.hero {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: none;
}

.nav-link {
  margin: 21px 18px 19px;
  padding: 0px;
  font-family: Brandon;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #d8e0e3;
}

.nav-link.w--current {
  margin-top: 21px;
  margin-bottom: 19px;
  color: #00b27f;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.order-btn {
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 13px;
  padding: 9px 20px 7px;
  border: 1px none #ffbb0d;
  border-radius: 3px;
  background-color: #21cf83;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.nav-link.order-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #292731;
}

.nav-link.order-btn.w--current {
  margin-top: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.9);
  border-radius: 200px;
  background-color: transparent;
  box-shadow: none;
  font-family: Proximanova, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.nav-link.order-btn.w--current:hover {
  background-color: #fff;
  color: #282c31;
}

.nav-link.whitenav {
  display: block;
  margin: 0px 0px 0px 20px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 20px;
  border-left: 1px solid #c2d0db;
  font-family: Averta, sans-serif;
  color: #596d72;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.nav-link.whitenav:hover {
  color: #ffbb0d;
  font-size: 16px;
  letter-spacing: 0px;
}

.logo-font {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #00b27f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  text-decoration: none;
}

.logo-font.innerpages {
  font-family: Averta, sans-serif;
  color: #ffbb0d;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0px;
}

.nav-link-menu {
  margin-right: 20px;
  font-size: 15px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px none #dae0e0;
  background-color: transparent;
  box-shadow: none;
}

.brand-box {
  margin-top: 10px;
  margin-left: 20px;
}

.brand-box.w--current {
  position: static;
  margin-left: 70px;
  float: left;
}

.brand-box.responsive {
  margin-left: 0px;
}

.modal-backing {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  background-color: rgba(87, 105, 117, 0.8);
}

.modal-container {
  margin-top: 60px;
}

.modal-div-white {
  margin-right: 150px;
  margin-left: 150px;
  padding: 0px 50px 38px;
  border-radius: 2px;
  background-color: #fff;
}

.modal-header {
  font-family: Averta, sans-serif;
  color: #383d41;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.form-wrapper {
  margin-top: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.field-label {
  margin-bottom: 2px;
  font-family: Proximanova, sans-serif;
  color: #47535a;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.form-block {
  height: 46px;
  margin-bottom: 30px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  background-color: #fcfcfc;
  font-family: Proximanova, sans-serif;
  color: #576975;
  font-size: 13px;
  font-weight: 200;
}

.form-block.message-content {
  height: 150px;
  color: #576975;
  font-size: 13px;
}

.contact-btn {
  padding: 14px 60px;
  border-radius: 4px;
  background-color: #ffbb0d;
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}

.contact-btn:hover {
  background-color: #f0b00e;
}

.close-icon {
  display: inline-block;
  margin-top: 19px;
  margin-right: -38px;
  margin-bottom: 18px;
  float: right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: Proximanova, sans-serif;
  color: #95adbd;
  font-size: 38px;
  line-height: 4px;
  font-weight: 200;
  text-decoration: none;
}

.close-icon:hover {
  color: #80909c;
}

.success-msg {
  padding-top: 20px;
  background-color: #15c95d;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.error-msg {
  margin-top: 27px;
  padding-top: 14px;
  border-radius: 2px;
  background-color: #e86161;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.hero-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  -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;
  background-color: #42474d;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(0, 0, 0, 0.9)), color-stop(62%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url('../images/call-centre.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0.6) 62%, rgba(0, 0, 0, 0.2)), url('../images/call-centre.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  text-align: center;
}

.hero-home.faq {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(45deg, rgba(35, 36, 39, 0.45), rgba(45, 56, 66, 0.73)), url('../images/salon.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.home-headline {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 74px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.home-subhead {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 0px;
  font-family: Averta, sans-serif;
  color: #ffbb0d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.home-subhead.mid {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cta {
  margin-top: 20px;
  padding: 19px 90px;
  float: left;
  border-radius: 20px;
  background-color: #ffbb0d;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.cta:hover {
  background-color: #f2ff00;
  color: #000;
}

.cta.middle {
  padding-right: 140px;
  padding-left: 140px;
}

.section-three {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/photo-1454165804606-c3d57bc86b40.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/photo-1454165804606-c3d57bc86b40.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph {
  margin-top: 35px;
  margin-bottom: 39px;
  font-family: Averta, sans-serif;
  color: #4b535a;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.paragraph.middle {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph.middle.white {
  width: 100%;
  color: #fff;
  font-size: 20px;
}

.paragraph.middle.white.left {
  width: 50%;
  margin-left: 0px;
  line-height: 28px;
  text-align: left;
}

.body {
  background-color: #fff;
}

.left-price-div {
  position: static;
  left: 34px;
  display: inline-block;
  width: 40%;
  margin-top: 0px;
  margin-right: 2.5%;
  padding-top: 30px;
  padding-bottom: 40px;
  float: none;
  border-style: none;
  border-width: 1px;
  border-color: rgba(182, 195, 201, 0.37);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 26px 2px rgba(59, 67, 71, 0.11), 0 2px 3px 0 rgba(195, 205, 209, 0.42);
  text-align: center;
}

.left-price-div._2 {
  position: relative;
  left: 0px;
  z-index: 1002;
  display: block;
  width: 110%;
  margin-top: 64px;
  padding-top: 174px;
  padding-bottom: 174px;
  float: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #15143f;
}

.hero-div {
  width: auto;
  margin: 0px 5% 0px 12%;
  float: none;
}

.section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12%;
  margin-bottom: 40px;
  margin-left: 12%;
  -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;
}

.section-body.hiw {
  margin-bottom: 110px;
}

.first-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 50px;
}

.heading {
  display: inline-block;
  margin-top: 0px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #e0e0e0;
  font-family: Averta, sans-serif;
  color: #383d41;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.heading.normal {
  font-family: Averta, sans-serif;
  color: #2c3338;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.heading.lighter {
  color: #fff;
}

.heading.white {
  margin-bottom: 28px;
  color: #fff;
}

.heading.larger {
  margin-bottom: 0px;
  color: #2c3338;
  font-size: 48px;
  line-height: 54px;
}

.heading.larger.white {
  color: #fff;
}

.split-section-1 {
  display: none;
}

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

.image-split-section {
  margin-top: 0px;
  padding-top: 236px;
  padding-bottom: 236px;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.column-3 {
  padding-right: 0px;
}

.price-text {
  margin-bottom: 0px;
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.div-block {
  display: block;
  width: 15%;
  float: none;
  clear: left;
  border-top: 3px solid #e8eff3;
}

.div-block.shape {
  display: block;
  width: auto;
  margin-right: 45%;
  margin-left: 45%;
  clear: none;
}

.div-block.shape.normal {
  display: block;
  width: 15%;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
}

.column-8 {
  padding-left: 0px;
  text-align: left;
}

.get-started {
  margin-top: 30px;
  padding: 14px 72px;
  border-radius: 2px;
  background-color: #4312e3;
  font-family: Proximanova, sans-serif;
  font-weight: 500;
}

.get-started:hover {
  background-color: #370ebd;
}

.get-started.left-button {
  margin-top: 71px;
}

.get-started.left-button:hover {
  background-color: #370ebd;
}

.div-block-4 {
  position: relative;
  z-index: 1004;
  width: 105%;
  margin-top: 0px;
  padding: 60px 40px 30px 80px;
  float: none;
  background-color: #f5f8fa;
  box-shadow: none;
}

.div-block-4.right {
  width: 100%;
  padding-bottom: 60px;
  float: none;
  background-color: #272b30;
  background-image: linear-gradient(135deg, #191f27 22%, #102b3a);
}

.column-11 {
  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;
  background-color: transparent;
}

.benefit-section-2 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-column-div {
  width: 85%;
  float: right;
}

.social-icon {
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.75;
  text-align: left;
}

.social-icon:hover {
  opacity: 1;
}

.text-block-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  color: #ffbb0d;
  font-size: 12px;
  font-weight: 500;
}

.feature-text-pricing {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-right: 15px;
  padding-left: 0px;
  font-family: Averta, sans-serif;
  color: hsla(0, 0%, 100%, 0.83);
  font-size: 15px;
  font-weight: 300;
}

.boldtext {
  font-weight: 500;
}

.pricing-box-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.right-pricing-div {
  display: inline-block;
  width: 40%;
  margin-left: 2.5%;
  padding-top: 30px;
  padding-bottom: 40px;
  float: none;
  border-radius: 2px;
  box-shadow: 0 0 28px 2px rgba(47, 53, 56, 0.12), 0 2px 3px 0 rgba(195, 205, 209, 0.42);
}

.monthly-text {
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  color: #818f99;
  font-size: 15px;
  font-weight: 200;
}

.country-selectors {
  display: block;
  margin-top: 40px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.currency-button {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: none;
  border: 1px solid #4312e3;
  border-radius: 200px;
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #4312e3;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
}

.currency-button:hover {
  background-color: #4312e3;
  color: #fff;
}

.currency-button.selected {
  background-color: #4312e3;
  color: #fff;
  font-size: 11px;
}

.gbp-div {
  display: none;
}

.faq-container {
  display: block;
  text-align: center;
}

.faq-question {
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.faq-paragraph {
  margin-top: 4px;
  font-family: Proximanova, sans-serif;
  color: rgba(233, 248, 252, 0.77);
  font-weight: 200;
  text-align: left;
}

.faq-content {
  margin-top: 40px;
}

.faq-row {
  margin-bottom: 30px;
}

.faq-column {
  padding-right: 12px;
  padding-left: 12px;
}

.paragraph-2 {
  font-weight: 400;
}

.social-icons-div {
  text-align: center;
}

.copyright-text {
  margin-top: 20px;
  font-family: Proximanova, sans-serif;
  color: rgba(210, 242, 250, 0.33);
  font-weight: 200;
}

.responsive-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  margin-top: 0px;
  padding-top: 10px;
  background-color: transparent;
}

.featured-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 42px;
  padding-bottom: 42px;
  -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: 1px solid #e3e9eb;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(137, 158, 163, 0.15);
}

.image-4 {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.right-image {
  width: 40%;
  margin-top: 30px;
  float: right;
  box-shadow: 0 0 6px 0 #fff;
}

.right-image.left {
  width: 90%;
  margin-left: -25px;
  float: left;
}

.right-image.shadow {
  box-shadow: 0 0 22px 3px rgba(130, 149, 155, 0.29);
}

.body-button {
  display: block;
  width: 80%;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #14d8a9;
  border-radius: 4px;
  background-color: transparent;
  font-family: Averta, sans-serif;
  color: #14d8a9;
  font-weight: 600;
  text-align: center;
}

.body-button:hover {
  background-color: #14d8a9;
  color: #fff;
}

.body-button.pricing {
  width: 60%;
  margin-top: 40px;
  border-color: #ffbb0d;
  background-color: #ffbb0d;
  color: #fff;
  text-align: center;
}

.body-button.mid {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}

.left-block {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/56c6fd4d5e6fb84471a68eb1_small-biz.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-block {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  background-color: #d0dce4;
}

.header-image {
  display: none;
  width: auto;
  margin-right: 0%;
  float: right;
}

.responsive-section {
  display: none;
  margin-right: 12%;
  margin-bottom: 110px;
  margin-left: 12%;
}

.large-non-responsive {
  margin-right: 12%;
  margin-bottom: 110px;
  margin-left: 12%;
}

.testimonial-div {
  width: 16%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 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;
  background-color: #fff;
}

.nav-link-2 {
  position: relative;
  padding: 16px 40px 18px;
  -webkit-transition: color 225ms ease, opacity 150ms ease;
  transition: color 225ms ease, opacity 150ms ease;
  font-family: Proximanova, sans-serif;
  color: #0f0f0f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #ffbb0d;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.centred-logo-container {
  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;
}

.nav-menu-2 {
  position: relative;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link-4 {
  margin: 21px 18px 19px;
  padding: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-4:hover {
  color: #d8e0e3;
}

.nav-link-4.w--current {
  margin-top: 21px;
  margin-bottom: 19px;
  color: #00b27f;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-4.whitenav {
  display: block;
  margin: 0px 0px 0px 20px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 20px;
  border-left: 1px solid #c2d0db;
  color: #596d72;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.nav-link-4.whitenav:hover {
  color: #ffbb0d;
  font-size: 16px;
  letter-spacing: 0px;
}

.nav-link-menu-2 {
  margin-right: 20px;
  font-size: 15px;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.centred-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon_wrap {
  overflow: hidden;
}

.section_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0%;
  -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;
}

.paragraph-3 {
  color: #898ab1;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-3.space-below {
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  color: #000;
}

.h1_example {
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Averta, sans-serif;
  color: #000;
  font-size: 41px;
  line-height: 46px;
  text-align: left;
  text-shadow: none;
}

.button-b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 50px;
  min-width: 240px;
  padding: 11px 20px;
  -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(23, 48, 73, 0.18);
  border-radius: 20px;
  background-color: #ffbb0d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button-b1:hover {
  background-color: #ff0;
  color: #000;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 35px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -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;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -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_features {
  font-family: Proximanova, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  text-decoration: none;
}

.container_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -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;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(255, 187, 13, 0.14);
  color: #000;
  text-decoration: none;
}

.text-block-22 {
  margin-right: 8px;
  font-family: Averta, sans-serif;
}

.h1_features-2 {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Averta, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.text-co2 {
  max-width: 560px;
  margin-bottom: 0px;
  color: #767ead;
  font-size: 17px;
  line-height: 25px;
}

.image-13 {
  width: 15px;
  margin-right: 12px;
}

.content-left-co2 {
  position: relative;
  width: 50%;
  padding-right: 55px;
}

.content-right-co2 {
  width: 50%;
}

.container-co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_01-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 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;
}

.image-14 {
  margin-right: auto;
  margin-left: auto;
}

.h1_example-2 {
  margin-bottom: 10px;
  color: #342869;
  font-size: 41px;
  line-height: 46px;
}

.button-b1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  min-height: 50px;
  min-width: 140px;
  padding: 11px 20px;
  -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(23, 48, 73, 0.18);
  border-radius: 5px;
  background-color: #6165ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button-b1-2:hover {
  background-color: #5b56e0;
}

.check-co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-23 {
  margin-right: 8px;
}

.text-block-26 {
  display: block;
  color: #fff;
  font-size: 16px;
}

.text-link-footer {
  display: block;
  margin-bottom: 11px;
  color: hsla(0, 0%, 100%, 0.69);
  text-decoration: none;
}

.div-block-3 {
  padding-top: 35px;
}

.link-header {
  margin-bottom: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.f03_column_right {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f03 {
  min-height: 400px;
  padding: 55px 5%;
  background-color: #161616;
}

.social-icon-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 8px;
  -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: 50%;
  background-color: #fff;
}

.social-icon-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.f03_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 150px;
  padding-right: 28px;
  padding-left: 28px;
  -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: 40px;
  background-color: #fff;
  color: #5d3eff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.container-3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-3 {
  position: absolute;
}

.heading-4 {
  display: block;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
}

.footer-top-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.image-15 {
  width: 60%;
  margin-left: 73px;
}

.columns-2 {
  margin-top: 234px;
}

.coloumsimgleft {
  margin-top: 234px;
}

.columright {
  background-color: transparent;
  text-align: left;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.columns-3 {
  margin-top: 250px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sectionleftadj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12%;
  margin-bottom: 40px;
  margin-left: 12%;
  -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;
  text-align: center;
}

.sectionleftadj.hiw {
  margin-bottom: 110px;
}

.lottie-animation {
  width: 50%;
}

.lottie-animation-2 {
  width: 50%;
}

.lottie-animation-3 {
  width: 50%;
}

.lottie-animation-4 {
  width: 70%;
}

.nav-menu-3 {
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-button {
  margin-left: 22px;
  padding: 20px;
  border-radius: 20px;
  background-image: linear-gradient(45deg, #fbc50e, #ebb500 31%, #ffd548 78%, #d5a400);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  font-weight: 700;
}

.header-button:hover {
  background-color: #fbc50e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2));
}

.nav-link-5 {
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Averta, sans-serif;
  color: #000;
  font-size: 20px;
}

.nav-link-5:hover {
  color: #fbc50e;
}

.nav-link-5.w--current {
  color: #000;
}

.nav-link-5.w--current:hover {
  color: #fbc50e;
}

.brand-container {
  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;
}

.social-icon-block {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icon-2 {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon-2.twitter {
  background-image: url('../images/5ab38c94ba7db877109f5b00_instagram-icon-white.svg');
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 135px;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.logo {
  width: 176px;
  height: 58px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.pura {
  width: 120px;
  height: 100px;
  padding-bottom: 0px;
  background-image: url('../images/logocondensed.png');
  background-size: contain;
}

.logo.pura.w--current {
  background-image: url('../images/GH_white.png');
}

.navbar-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 135px;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.heading-5 {
  margin-top: 0px;
  font-family: Averta, sans-serif;
  color: #000;
  text-shadow: none;
}

.div-block-5 {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0px;
}

.fullimage-card {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 0px;
  border-radius: 8px;
  background-image: none;
  background-size: auto;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.fullimage-card:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.fullimage-label {
  padding-bottom: 8px;
  font-family: Averta, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.column-12 {
  padding-right: 5%;
  padding-left: 5%;
}

.column-6 {
  padding-right: 5%;
  padding-left: 5%;
}

.fullimage-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.paragraph-4 {
  margin-right: 10%;
  margin-bottom: 3%;
  margin-left: 10%;
  font-family: Averta, sans-serif;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}

.jacinta {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  background-image: url('../images/Sunny_Ghuman.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(51%, transparent));
  background-image: url('../images/Sunny_Ghuman.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 51%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.fullimage-headline-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.content-stuff {
  display: block;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.section-2 {
  margin-top: 5%;
  padding-top: 35px;
  padding-bottom: 56px;
}

.div-block-6 {
  margin-top: 39px;
}

.dee {
  width: 100%;
  height: 400px;
  padding-left: 0%;
  border-radius: 8px;
  background-image: url('../images/Stephen_tamayo.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(51%, transparent));
  background-image: url('../images/Stephen_tamayo.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 51%);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
}

.fullimage-gradient {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  background-image: url('../images/Danny-Da-Rocha.jpeg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(51%, transparent));
  background-image: url('../images/Danny-Da-Rocha.jpeg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 51%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.column-4 {
  padding-right: 5%;
  padding-left: 5%;
}

.arnoldpacker {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Arnold-packer.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(51%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Arnold-packer.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 51%);
  background-position: 0px 0px, 50% 10%, 0px 0px;
  background-size: auto, auto, auto;
}

.headline {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 16px;
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.paragraph-5 {
  margin-top: 24px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.content-holder {
  width: 50%;
  margin-right: 0%;
  margin-left: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-div-holder-2 {
  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;
}

.hero-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6dde1;
  background-image: url('../images/pattern-common-1.png'), linear-gradient(180deg, #0e0b33, #0e0b33), linear-gradient(135deg, #f25f8a, #fa4261 32%, #b3539c 69%, #4b6cf5);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: contain, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.hero-2.inner {
  height: auto;
  padding-top: 136px;
  padding-bottom: 136px;
  background-image: url('../images/pattern-common-1.png'), linear-gradient(180deg, #161616, #161616), linear-gradient(135deg, #f25f8a, #fa4261 32%, #b3539c 69%, #4b6cf5);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: contain, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.image-16 {
  position: absolute;
  left: -26%;
  top: auto;
  right: auto;
  bottom: -11%;
  z-index: 2;
  opacity: 0.24;
}

.image-16.process {
  left: auto;
  top: auto;
  right: -12%;
  bottom: -31%;
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.image-16.process.hero-shape-1 {
  bottom: -36%;
  z-index: 0;
}

.image-16.process.hero-shape-1.inner {
  bottom: -67%;
}

.white-heading-2 {
  margin: 0px 0px 20px;
  font-size: 72px;
  line-height: 82px;
  font-weight: 600;
  text-align: left;
  text-shadow: none;
}

.white-heading-2.inner {
  margin-top: 67px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 72px;
  text-align: left;
}

.body-paragraphy-2 {
  line-height: 24px;
}

.body-paragraphy-2.light {
  color: #e0e7f0;
}

.body-paragraphy-2.light.inner-subhead {
  width: 80%;
  font-size: 20px;
  line-height: 30px;
}

.cta-button-2 {
  margin-top: 30px;
  padding: 16px 45px;
  border: 3px solid #ff0;
  border-radius: 200px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
}

.cta-button-2:hover {
  background-color: #ff0;
  color: #000;
}

.faq-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), url('../images/photo-1454165804606-c3d57bc86b40.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../images/photo-1454165804606-c3d57bc86b40.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.text-block {
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.full-texture {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/wavy.svg'), -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff)), none, none;
  background-image: url('../images/wavy.svg'), linear-gradient(0deg, transparent, #fff), none, none;
  background-position: 50% 101%, 0px 0px, 0px 0px, 100% 50%;
  background-size: contain, auto, 10px, 6000px;
  background-repeat: no-repeat, repeat, repeat, repeat;
  opacity: 0.2;
}

.paragraph-6 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.success-message-2 {
  border-radius: 20px;
  background-color: #ff0;
}

.textfieldcontact {
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.85);
  font-family: Averta, sans-serif;
}

.container-4 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container-4.faq-container {
  max-width: 900px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
}

.error-message {
  border-radius: 20px;
  background-color: #ff0;
}

.contactmessagebutton {
  display: block;
  width: 50%;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #ff0;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Averta, sans-serif;
  color: #ff0;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contactmessagebutton:hover {
  border-radius: 20px;
  background-color: #ff0;
  color: #000;
}

.textfieldcomment {
  padding-top: 16px;
  padding-bottom: 174px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.formlabel {
  position: static;
  margin-top: 15px;
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 15px;
}

.heading-6 {
  position: static;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Averta, sans-serif;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 700;
}

.footer-flex-col {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.error-message-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #7ba083;
  background-image: linear-gradient(27deg, #00ff7b, #00a210);
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.step-paginator {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -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;
}

.footer-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
}

.checkbox-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -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;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.image-12-copy {
  margin-top: 10px;
  margin-left: 0px;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.35);
}

.footerbutton {
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 20px;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  font-weight: 700;
}

.footerbutton:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.footer-logo {
  float: left;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-logo:hover {
  opacity: 1;
}

.footer-flex-row {
  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;
}

.checkbox {
  display: block;
  margin-top: 22px;
  margin-left: 23px;
}

.text-block-5 {
  font-family: Averta, sans-serif;
  font-size: 1.5em;
  line-height: 2em;
}

.sub-heading {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  font-family: Averta, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.footer-section {
  padding: 50px 25px;
  border-top: 1px solid #ececec;
  background-color: #465356;
}

.next {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.step {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #f0f1f3;
}

.collaborate-wrap {
  min-height: 100vh;
  padding-bottom: 0px;
  background-color: #6c33da;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/team.jpg'), linear-gradient(135deg, #6c33da, #af4dfd);
  background-position: 0px 0px, 50% 0%, 0px 0px;
  background-size: auto, cover, auto;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 100px 0px 75px;
  -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 rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.success-message {
  padding: 50px;
  border-radius: 20px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.footercontent {
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 20px;
}

.checkbox-wrapper-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper-2:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper-2:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.hero-collaborate {
  padding-top: 200px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #6c33da;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.field:focus {
  border-color: #f1c319;
  color: #000;
  font-weight: 600;
}

.social {
  margin-top: 150px;
  padding-bottom: 50px;
  text-align: center;
}

.footer-link {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #8181ca;
}

.next-button {
  padding: 15px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #fbc50e;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
}

.next-button:hover {
  background-color: #fbc50e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.form-section-title {
  margin-bottom: 10px;
  font-family: Averta, sans-serif;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 600;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  border-radius: 3px;
  background-color: #000;
}

.submit-button-copy {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #fbc50e;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Averta, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-button-copy:hover {
  background-color: #b88e00;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.form-content {
  width: 60%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-top: 20px;
}

.container-5 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  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;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.hero-home-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  -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;
  background-color: #42474d;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(0, 0, 0, 0.9)), color-stop(62%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url('../images/photo-1560264280-88b68371db39.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0.6) 62%, rgba(0, 0, 0, 0.2)), url('../images/photo-1560264280-88b68371db39.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-home-copy.faq {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(45deg, rgba(35, 36, 39, 0.45), rgba(45, 56, 66, 0.73)), url('../images/salon.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.columsss {
  margin-top: 250px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

@media screen and (max-width: 991px) {
  body {
    box-shadow: none;
  }
  h1 {
    margin-left: 45px;
  }
  h5 {
    margin-bottom: 70px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .nav-backing {
    padding-bottom: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .nav-backing.hero {
    display: none;
  }
  .nav-link {
    margin-top: 21px;
    margin-bottom: 15px;
    color: #48545c;
  }
  .nav-link:hover {
    color: #def0fc;
  }
  .nav-link.order-btn {
    margin-top: 30px;
    margin-right: 280px;
    margin-bottom: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    text-align: center;
  }
  .logo-font {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link-menu {
    position: relative;
    display: block;
    margin-top: 64px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    float: none;
    background-color: hsla(0, 0%, 100%, 0.95);
    font-family: Proximanova, sans-serif;
    color: #363c40;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 25px;
    border-top-color: #bed1d1;
    box-shadow: none;
  }
  .brand-box {
    margin-top: 19px;
    margin-bottom: 22px;
    margin-left: 45px;
  }
  .brand-box.responsive {
    margin-bottom: 18px;
  }
  .menu-button {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Proximanova, sans-serif;
    color: #bbc2c7;
    font-size: 40px;
    line-height: 40px;
  }
  .menu-button.w--open {
    background-color: rgba(255, 0, 0, 0);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #dce0e3;
  }
  .modal-backing {
    display: none;
  }
  .modal-container {
    margin-top: 30px;
  }
  .modal-div-white {
    margin-right: 50px;
    margin-left: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .close-icon {
    margin-top: 19px;
  }
  .hero-home {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 50% 100%;
  }
  .home-headline {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 60px;
    line-height: 78px;
    text-align: center;
  }
  .home-subhead {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .home-subhead.price {
    padding-left: 0px;
    text-align: center;
  }
  .cta {
    display: inline-block;
    margin-bottom: 45px;
    padding-right: 117px;
    padding-left: 117px;
    float: none;
  }
  .section-three {
    padding: 60px 2%;
  }
  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .paragraph.middle.white.left {
    width: 100%;
  }
  .left-price-div {
    width: 45%;
  }
  .hero-div {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section-body {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-body.hiw {
    margin-right: 4%;
    margin-left: 4%;
  }
  .first-section {
    padding-bottom: 10px;
    text-align: center;
  }
  .heading.normal {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .div-block.shape.normal {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .column-8 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .div-block-4 {
    width: 100%;
  }
  .div-block-4.right {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .benefit-section-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .right-column-div {
    display: none;
  }
  .right-pricing-div {
    width: 45%;
  }
  .faq-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .responsive-nav {
    position: static;
    display: block;
    padding-top: 0px;
  }
  .image-4 {
    margin-top: 8px;
  }
  .image-7 {
    margin-top: 2px;
  }
  .image-8 {
    margin-top: 2px;
  }
  .image-9 {
    margin-top: 2px;
  }
  .right-image {
    width: 40%;
    float: none;
  }
  .body-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .left-block {
    width: 100%;
    padding-top: 159px;
    padding-bottom: 159px;
  }
  .right-block {
    width: 100%;
  }
  .responsive-section {
    display: block;
    margin-right: 4%;
    margin-left: 4%;
  }
  .large-non-responsive {
    display: none;
  }
  .testimonial-div {
    width: 14%;
    margin-right: 2%;
  }
  .testimonial-div.last {
    margin-right: 0%;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    background-color: #fff;
  }
  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .centred-logo-container {
    display: block;
  }
  .burger-icon {
    color: #ffbb0d;
  }
  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -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;
    background-color: #fff;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: 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;
  }
  .nav-link-4 {
    margin-top: 21px;
    margin-bottom: 15px;
    color: #48545c;
  }
  .nav-link-4:hover {
    color: #def0fc;
  }
  .nav-link-menu-2 {
    position: relative;
    display: block;
    margin-top: 64px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    float: none;
    background-color: hsla(0, 0%, 100%, 0.95);
    color: #363c40;
  }
  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .columns {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -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;
  }
  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .section_01 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .col_40 {
    width: 100%;
  }
  .card_row {
    padding-left: 0px;
  }
  .card_col_2 {
    padding-right: 0px;
  }
  .container_p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-left-co2 {
    width: 100%;
  }
  .content-right-co2 {
    width: 100%;
  }
  .section_01-2 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .coloumsimgleft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .columright {
    text-align: center;
  }
  .column-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .columns-3 {
    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;
  }
  .sectionleftadj {
    margin-right: 10px;
    margin-left: 10px;
  }
  .sectionleftadj.hiw {
    margin-right: 4%;
    margin-left: 4%;
  }
  .nav-menu-3 {
    margin-top: -20px;
    padding-left: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 20px;
    background-color: #fff;
    color: #020202;
  }
  .header-button {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 15px 40px;
    font-size: 14px;
  }
  .menu-icon-2 {
    margin-left: 20px;
    background-color: #444;
    color: #fff;
    font-size: 40px;
  }
  .nav-link-5 {
    margin-top: 29px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    color: #000;
  }
  .menu-icon-container {
    padding: 0px;
  }
  .menu-icon-container.w--open {
    background-color: transparent;
  }
  .brand-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .social-icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar {
    padding-right: 80px;
    padding-left: 80px;
  }
  .navbar-copy {
    padding-right: 80px;
    padding-left: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .content-stuff {
    max-width: 90%;
  }
  .section-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .fullimage-gradient {
    height: 400px;
    background-position: 50% 50%, 0px 0px;
  }
  .content-holder {
    width: 100%;
    margin-left: 0%;
  }
  .hero-div-holder-2 {
    margin-right: 10%;
    margin-left: 10%;
    -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;
  }
  .hero-div-holder-2.inner {
    margin-right: 6%;
    margin-left: 6%;
  }
  .hero-2 {
    height: auto;
    padding-top: 95px;
    padding-bottom: 70px;
  }
  .hero-2.inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .image-16 {
    left: -54%;
    bottom: -28%;
    z-index: 2;
  }
  .image-16.process.hero-shape-1 {
    right: -33%;
  }
  .white-heading-2.inner {
    font-size: 50px;
  }
  .body-paragraphy-2.light.inner-subhead {
    width: 90%;
  }
  .heading-6 {
    font-size: 2.7em;
    line-height: 1.2em;
  }
  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }
  .image-12-copy {
    margin-left: 0px;
  }
  .footerbutton {
    padding: 10px;
    font-size: 14px;
  }
  .checkbox {
    display: block;
    margin-top: 16px;
  }
  .sub-heading {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .collaborate-form-step {
    min-height: 565px;
  }
  .checkbox-wrapper-2 {
    width: 80%;
    height: 50px;
  }
  .form-content.final {
    margin-top: 20px;
  }
  .hero-home-copy {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 50% 100%;
  }
  .columsss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
  }
  h1 {
    margin-right: 45px;
  }
  h2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  h5 {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-backing {
    position: absolute;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-link.order-btn {
    margin-right: 200px;
  }
  .nav-link.whitenav {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    color: #3a4b52;
  }
  .nav-link.whitenav:hover {
    color: #253035;
  }
  .logo-font {
    margin-top: 0px;
    margin-left: 0px;
  }
  .logo-font.innerpages {
    font-size: 26px;
  }
  .brand-box {
    margin-top: 18px;
    margin-left: 20px;
    padding-left: 0px;
  }
  .brand-box.w--current {
    margin-left: 45px;
  }
  .brand-box.responsive {
    margin-top: 19px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 0px;
  }
  .menu-button {
    margin-bottom: 5px;
  }
  .modal-container {
    margin-top: 20px;
  }
  .modal-div-white {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
  }
  .close-icon {
    margin-right: -29px;
  }
  .hero-home {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 70px;
    background-position: 50% 100%;
  }
  .hero-home.faq {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-headline {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-subhead {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-three {
    padding: 65px 2% 40px;
  }
  .paragraph.middle {
    width: 90%;
  }
  .left-price-div {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .section-body.hiw {
    margin-bottom: 90px;
  }
  .first-section {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .heading.lighter {
    line-height: 48px;
  }
  .div-block-4 {
    width: 100%;
  }
  .right-column-div {
    display: none;
    width: 100%;
  }
  .pricing-box-div {
    display: block;
  }
  .right-pricing-div {
    width: 100%;
    margin-left: 0%;
  }
  .faq-paragraph {
    margin-bottom: 20px;
  }
  .faq-row {
    margin-bottom: 0px;
  }
  .menu-icon {
    color: #fff;
  }
  .menu-icon.w--open {
    background-color: hsla(0, 0%, 100%, 0.99);
    color: #4312e3;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 100%, 0.99);
  }
  .featured-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-4 {
    margin-top: 4px;
  }
  .image-7 {
    margin-top: 30px;
  }
  .image-8 {
    margin-top: 30px;
  }
  .image-9 {
    margin-top: 30px;
    float: none;
  }
  .body-button.mid {
    width: 80%;
  }
  .header-image {
    margin-top: 20px;
  }
  .responsive-section {
    margin-bottom: 70px;
  }
  .testimonial-div {
    width: 30%;
  }
  .nav-link-4.whitenav {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    color: #3a4b52;
  }
  .nav-link-4.whitenav:hover {
    color: #253035;
  }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .centred-logo {
    display: inline-block;
    margin-left: 30px;
  }
  .col_60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_40 {
    padding-right: 0px;
  }
  .card_row {
    width: 100%;
    padding-right: 0px;
  }
  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }
  .content-left-co2 {
    margin-bottom: 55px;
    padding-right: 0px;
  }
  .container-co2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top-wrap-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sectionleftadj.hiw {
    margin-bottom: 90px;
  }
  .fullimage-card {
    height: 320px;
  }
  .fullimage-headline {
    font-size: 18px;
    line-height: 22px;
  }
  .jacinta {
    height: 320px;
  }
  .fullimage-headline-copy {
    font-size: 18px;
    line-height: 22px;
  }
  .dee {
    height: 320px;
  }
  .fullimage-gradient {
    height: 320px;
  }
  .arnoldpacker {
    height: 320px;
  }
  .headline {
    font-size: 18px;
    line-height: 22px;
  }
  .hero-div-holder-2 {
    margin-right: 8%;
    margin-left: 8%;
  }
  .hero-2.inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .image-16 {
    left: -79%;
    bottom: -19%;
  }
  .image-16.process.hero-shape-1.inner {
    bottom: -75%;
  }
  .white-heading-2 {
    font-size: 58px;
    line-height: 78px;
  }
  .contactmessagebutton {
    width: 90%;
  }
  .heading-6 {
    font-size: 2.2em;
    line-height: 1.4em;
  }
  .footer-flex-col {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .image-12-copy {
    display: block;
  }
  .footer-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox {
    display: block;
  }
  .sub-heading {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .collaborate-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footercontent {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .checkbox-wrapper-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero-collaborate {
    margin-top: 93px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .form-content {
    width: 90%;
  }
  .form-content.final {
    margin-top: 20px;
  }
  .hero-home-copy {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 70px;
    background-position: 50% 100%;
  }
  .hero-home-copy.faq {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
  }
  h1 {
    margin-top: 70px;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 38px;
    line-height: 54px;
    text-align: left;
  }
  h2 {
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    font-size: 38px;
  }
  h5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav-backing {
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  }
  .nav-link.order-btn {
    margin-right: 20px;
    margin-left: 20px;
  }
  .logo-font {
    margin-left: 0px;
  }
  .logo-font.innerpages {
    font-size: 20px;
  }
  .nav-link-menu {
    position: relative;
  }
  .footer {
    box-shadow: none;
  }
  .menu-button {
    margin-bottom: 5px;
  }
  .modal-container {
    margin-top: 0px;
  }
  .modal-div-white {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
  }
  .form-wrapper {
    margin-top: 15px;
  }
  .form-block {
    margin-bottom: 20px;
  }
  .contact-btn {
    padding-right: 75px;
    padding-left: 75px;
  }
  .close-icon {
    margin-right: -16px;
  }
  .hero-home {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(0, 0, 0, 0.9)), color-stop(62%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url('../images/call-centre.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0.6) 62%, rgba(0, 0, 0, 0.2)), url('../images/call-centre.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }
  .hero-home.faq {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-headline {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 46px;
    line-height: 52px;
  }
  .home-subhead {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 19px;
  }
  .home-subhead.price {
    width: 100%;
    margin-bottom: 20px;
  }
  .cta {
    margin-bottom: 40px;
    padding-right: 73px;
    padding-bottom: 19px;
    padding-left: 73px;
  }
  .cta.middle {
    padding-right: 40px;
    padding-left: 40px;
  }
  .paragraph.middle {
    width: 90%;
  }
  .hero-div {
    width: 90%;
  }
  .heading.normal {
    font-size: 35px;
  }
  .heading.larger {
    font-size: 42px;
    line-height: 50px;
  }
  .column-8 {
    padding-right: 0px;
  }
  .div-block-4 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .social-icon {
    margin-bottom: 20px;
  }
  .featured-div {
    padding: 30px 5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .image-6 {
    margin-top: 30px;
  }
  .image-7 {
    margin-top: 30px;
  }
  .right-image {
    width: 100%;
  }
  .body-button.mid {
    width: 100%;
  }
  .testimonial-div {
    width: 35%;
    margin-right: 0%;
  }
  .nav-bar {
    position: relative;
  }
  .nav-link-menu-2 {
    position: relative;
  }
  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .content-right-co2 {
    padding-top: 0px;
  }
  .f03_btn {
    width: 100%;
  }
  .heading-4 {
    font-size: 22px;
    line-height: 33px;
  }
  .column-left {
    padding-right: 0px;
  }
  .nav-menu-3 {
    padding-left: 20px;
  }
  .social-icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .social-icon-2 {
    width: 20px;
    height: 20px;
  }
  .navbar {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-copy {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .fullimage-card {
    height: auto;
  }
  .column-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-6 {
    padding-bottom: 20px;
  }
  .paragraph-4 {
    font-size: 25px;
  }
  .dee {
    padding-left: 0px;
  }
  .fullimage-gradient {
    background-image: url('../images/Danny-Da-Rocha.jpeg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(51%, transparent));
    background-image: url('../images/Danny-Da-Rocha.jpeg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 51%);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .column-4 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-holder {
    margin-top: 80px;
  }
  .hero-div-holder-2 {
    margin-right: 7%;
    margin-left: 7%;
  }
  .hero-2 {
    padding-top: 70px;
  }
  .hero-2.inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .image-16 {
    left: -74%;
    bottom: -9%;
  }
  .image-16.process.hero-shape-1 {
    bottom: -23%;
  }
  .image-16.process.hero-shape-1.inner {
    right: -53%;
    bottom: -48%;
  }
  .white-heading-2 {
    font-size: 34px;
    line-height: 48px;
  }
  .white-heading-2.inner {
    font-size: 34px;
    line-height: 50px;
  }
  .body-paragraphy-2.light.inner-subhead {
    width: 100%;
    margin-left: 0px;
  }
  .cta-button-2 {
    position: relative;
    z-index: 1;
  }
  .success-message-2 {
    border-radius: 20px;
    background-color: #ff0;
    font-family: Exo, sans-serif;
    color: #000;
    font-size: 18px;
  }
  .contactmessagebutton {
    border-radius: 20px;
  }
  .textfieldcomment {
    padding-top: 18px;
    padding-bottom: 144px;
  }
  .heading-6 {
    margin-bottom: 14px;
    font-size: 1.9em;
    text-align: center;
  }
  .error-message-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #3cd3ad;
  }
  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }
  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }
  .image-12-copy {
    margin-left: 10px;
  }
  .footerbutton {
    display: block;
    padding: 10px;
  }
  .checkbox {
    margin-top: 5%;
    margin-left: 11px;
    padding-top: 0%;
  }
  .text-block-5 {
    line-height: 1.2em;
  }
  .sub-heading {
    font-size: 1em;
    line-height: 1.4em;
  }
  .mask {
    position: static;
    height: 100%;
  }
  .next {
    margin-bottom: 50px;
  }
  .collaborate-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }
  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }
  .footercontent {
    margin-bottom: 0px;
    margin-left: 16px;
    padding-left: 0px;
    font-size: 10px;
  }
  .checkbox-wrapper-2 {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }
  .hero-collaborate {
    padding-top: 165px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-wrapper-2 {
    padding: 0px;
  }
  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }
  .submit-button-copy {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }
  .form-content {
    width: 100%;
  }
  .form-content.final {
    margin-top: 10px;
  }
  .hero-home-copy {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 0px 0px;
  }
  .hero-home-copy.faq {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Extrathin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Extra-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}