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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 110px 55px;
  -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/main-hero.png'), linear-gradient(327deg, #20193a, #5a49d6);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
}

.heading {
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 85px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  max-width: 550px;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #e9e9e9;
  font-size: 21px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px none #000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(32, 25, 58, 0.21);
}

.button-wrap {
  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;
}

.btn-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 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;
  border-radius: 4px;
  background-color: #5748c5;
  font-family: 'Gt walsheim', sans-serif;
  font-weight: 500;
  text-align: center;
}

.btn-hero:hover {
  border: 1px none #fff;
}

.btn-hero.btn-hero2 {
  margin-left: 30px;
  border: 1px solid #5748c5;
  background-color: transparent;
  color: #fff;
}

.heading-2 {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.heading-2.heading-black {
  padding-left: 10px;
  color: #20193a;
}

.paragraph-small {
  max-width: 590px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: left;
}

.section-main {
  display: none;
  padding: 110px 5%;
}

.menu-card {
  min-height: 240px;
  min-width: 200px;
  padding: 25px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.menu-card:hover {
  border-color: #5748c5;
  box-shadow: 1px 1px 13px 2px rgba(87, 72, 197, 0.16);
}

.text-block {
  margin-top: 18px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.row-2 {
  margin-bottom: 20px;
}

.nav-link {
  font-family: 'Gt walsheim', sans-serif;
  font-size: 16px;
}

.nav-link.w--current {
  color: #5748c5;
}

.nav-link.cool-link {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.cool-link {
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-size: 14px;
  text-decoration: none;
}

.nav-link.cool-link:hover {
  border-bottom: 3px none #d1007d;
  color: #d1007d;
}

.nav-link.cool-link.w--current {
  color: #d1007d;
}

.nav-link.cool-link.w--current:hover {
  padding-bottom: 5px;
  border-bottom: 3px none #d1007d;
  border-radius: 0px;
  text-decoration: none;
}

.brand {
  line-height: 10px;
}

.navbar-3 {
  height: 85px;
  background-color: #fff;
}

.nav-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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: #f0f0f0;
}

.nav-link-5 {
  height: 100%;
  min-height: 85px;
  padding: 34px 29px 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #20193a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-5:hover {
  background-color: #5748c5;
  color: #fff;
}

.nav-link-5.w--current {
  color: #31414e;
  font-weight: 700;
}

.logo-mid {
  margin-right: 35px;
  margin-left: 35px;
  font-family: 'Varela Round', sans-serif;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20%;
  padding-bottom: 0px;
  padding-left: 20%;
  -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;
  font-family: Rubik, sans-serif;
  font-size: 12px;
}

.text-span {
  color: hsla(0, 0%, 100%, 0.18);
  font-size: 15px;
}

.paragraph-2 {
  font-family: 'Gt walsheim', sans-serif;
}

.nav-menu {
  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;
}

.button {
  margin-top: 60px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: transparent;
  font-family: Rubik, sans-serif;
  color: #d1007d;
  font-weight: 400;
}

.button:hover {
  border: 1px none #fff;
  background-color: transparent;
}

.button.button-d {
  background-color: #f5f6f8;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  color: #4f5e78;
  font-weight: 500;
}

.button.button-d:hover {
  border-style: none;
  background-color: #e2e4e7;
}

.button.button-d.hvr-float {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #d1007d;
  color: #fff;
  font-size: 16px;
}

.button.button-d.hvr-float.hero-button {
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button.button-d.hvr-float.hero-button.bodybutton {
  margin-top: 0px;
  padding-left: 15px;
  background-color: transparent;
  color: #d1007d;
  font-size: 16px;
}

.button.button-advert {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2rem;
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button.button-advert:hover {
  background-color: #5748c5;
}

.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.menu-left {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  padding-left: 0px;
  background-color: #f4f5f7;
}

.text-span-2 {
  margin-right: 8px;
  font-family: 'Fontawesome webfont 2', sans-serif;
}

.text-span-3 {
  margin-left: 8px;
  font-family: 'Fontawesome webfont 2', sans-serif;
  font-size: 15px;
}

.link {
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-weight: 500;
  text-decoration: none;
}

.info-wrap {
  margin-bottom: 120px;
  padding: 5px 5px 30px;
}

.nav-bar-wrap {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-3 {
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.body {
  background-color: #fafafa;
}

.navbar-1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}

.nav-menu-2 {
  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;
}

.nav-btn {
  margin-left: 25px;
  border-radius: 4px;
  background-color: #5748c5;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navbar-2 {
  min-height: 80px;
  padding-top: 0px;
  padding-right: 35px;
  padding-bottom: 0px;
  background-color: #f0f0f0;
}

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 80px;
  -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: #5748c5;
}

.nav-link-4 {
  font-family: Montserrat, sans-serif;
  color: #20193a;
  font-weight: 600;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 80px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  margin-left: 18px;
  font-family: 'Fontawesome webfont 2', sans-serif;
  color: #20193a;
  font-size: 17px;
  text-decoration: none;
}

.logo-text {
  margin-top: 10px;
  font-family: 'Gt walsheim', sans-serif;
  color: #20193a;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.brand-4 {
  height: 100%;
}

.heading-5 {
  margin-top: 10px;
  color: #5748c5;
  font-size: 30px;
  line-height: 25px;
}

.div-block-4 {
  width: 100%;
  height: 3px;
  background-color: #5748c5;
}

.split-line {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
  background-color: rgba(79, 94, 120, 0.15);
}

.split-line.menu-split-line {
  margin-bottom: 35px;
}

.info-text {
  display: block;
  float: left;
  font-family: Roboto, sans-serif;
  color: rgba(79, 94, 120, 0.4);
  text-decoration: none;
}

.navbar-6 {
  display: block;
  height: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.navbar6-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 35px;
  padding-left: 35px;
  -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: #f0f0f0;
}

.burger-wrapper {
  position: relative;
  z-index: 201;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 15px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.line-1 {
  width: 27px;
  height: 2px;
  background-color: #000;
}

.line-2 {
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #20193a;
}

.line-3 {
  width: 27px;
  height: 2px;
  background-color: #20193a;
}

.navmenu-6 {
  width: 100%;
  height: 80px;
}

.navbar6-logo {
  text-decoration: none;
}

.footer-1-inbox {
  border-right: 1px none #000;
  border-radius: 4px 0px 0px 4px;
}

.textlinks {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-1-copywrite {
  margin-top: auto;
  margin-bottom: 25px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.3px;
}

.footer-1-s-link {
  display: block;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
}

.footer-1-s-link.tac {
  display: none;
}

.footer-1-link {
  margin-top: 85px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 20px;
  font-weight: 500;
}

.form-2 {
  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;
}

.submit-button-3 {
  margin-bottom: 10px;
  border-left: 1px none #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5748c5;
  font-family: 'Fontawesome webfont 2', sans-serif;
}

.footer-1-col {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Rubik, sans-serif;
}

.footer-1-para {
  max-width: 233px;
  margin-top: 38px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.link-5 {
  display: none;
  color: rgba(255, 111, 0, 0.55);
  text-decoration: none;
}

.footer-1-legal {
  margin-top: 80px;
}

.footer-1-wrapper {
  display: block;
  max-width: 1140px;
  margin-right: 0px;
  margin-left: 0px;
}

.footer {
  position: static;
  display: block;
  padding: 90px 20% 30px;
  float: none;
  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;
  background-color: #560847;
}

.footer.personal {
  padding-top: 51px;
}

.footer-3-para {
  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;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  line-height: 23px;
  font-weight: 500;
  text-align: right;
}

.footer-3-link {
  margin-right: 20px;
  margin-left: 19px;
  font-family: Montserrat, sans-serif;
  color: #5748c5;
  font-weight: 600;
  text-decoration: none;
}

.footer-3-col-2 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-3-copywrite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  font-weight: 500;
}

.footer-3-col {
  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: 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;
}

.row-5 {
  display: block;
  height: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-3-links {
  margin-right: -20px;
  margin-bottom: 20px;
  padding-right: 0px;
}

.footer-3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

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

.footer-3 {
  padding: 60px 5% 10px;
  background-color: #ebebeb;
}

.footer-3-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(79, 94, 120, 0.23);
}

.footer-4 {
  padding: 15px;
  background-color: #20193a;
}

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

.footer-container.fb-footer {
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.footer-col {
  padding: 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 78%, 0.09);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #afafaf;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.fb-footer-wrapper {
  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;
  color: #8b8b8b;
  text-align: right;
}

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

.fb-footer-link {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #8b8b8b;
  text-decoration: none;
}

.icon.fb-footer-link {
  font-family: 'Fontawesome webfont 2', sans-serif;
  color: #d8d8d8;
}

.div-block-5 {
  padding: 12px;
  background-color: #372e57;
}

.right-content {
  width: 80%;
  margin-left: 20%;
  padding-top: 0px;
  background-color: #f1efef;
}

.text-block-2 {
  float: left;
  font-family: 'Gt walsheim', sans-serif;
  color: #20193a;
  font-size: 16px;
  font-weight: 500;
}

.menu-link-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding: 18px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: rgba(79, 94, 120, 0.1);
}

.menu-link-bg:focus {
  background-color: #5748c5;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 30%;
  padding-right: 25px;
  padding-left: 25px;
  -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;
}

.column-3 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.drop-menu {
  display: none;
  margin-top: 8px;
  padding: 10px 10px 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 1px 1px 13px 0 rgba(79, 94, 120, 0.26);
  opacity: 0;
}

.container-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.div-block-16 {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 55px;
  border-radius: 8px;
  background-color: #5748c5;
}

.heading-8 {
  margin-top: 10px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 40px;
  margin-right: 35px;
  padding-left: 13px;
  -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-radius: 4px;
  background-color: #fff;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: rgba(79, 94, 120, 0.84);
}

.logo_text {
  margin-top: 10px;
  font-family: 'Gt walsheim', sans-serif;
  color: #5748c5;
  font-style: normal;
  font-weight: 500;
}

.menu-link {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-container-white {
  width: 100%;
  padding: 120px 35px 80px;
  background-color: #fff;
}

.button-3 {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 50px;
  background-color: #5748c5;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button-3.button-3-d {
  background-color: #f5f6f8;
  color: #4f5e78;
}

.button-3.button-3-w {
  background-color: #ffab00;
}

.text-span-4 {
  margin-right: 7px;
  font-family: 'Fontawesome webfont 2', sans-serif;
  font-size: 14px;
}

.text-span-5 {
  margin-left: 8px;
  font-family: 'Fontawesome webfont 2', sans-serif;
}

.navbar-6-2 {
  background-color: #5748c5;
}

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

.logo-2 {
  display: block;
  width: 52px;
  margin: 14px;
  padding-bottom: 0px;
  float: left;
}

.nav-menu-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}

.nav-link-6 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-6:hover {
  color: #8a8a8a;
}

.nav-link-6.w--current {
  color: #8b8b8b;
}

.login-button {
  padding: 5px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

.content-container {
  width: 100%;
  padding: 80px 35px;
  background-color: #fff;
}

.card-wrap-bg {
  position: relative;
  min-height: 560px;
  padding: 126px 15% 40px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/img-card-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/img-card-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.arrow-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: hsla(0, 0%, 100%, 0.8);
}

.arrow-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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.19);
  background-color: hsla(0, 0%, 100%, 0.8);
}

.heading-14 {
  font-family: Roboto, sans-serif;
  color: #f3f3f3;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.column-7 {
  padding: 10px;
}

.paragraph-4 {
  font-family: 'Gt walsheim', sans-serif;
  color: hsla(0, 0%, 100%, 0.94);
  line-height: 24px;
  font-weight: 300;
}

.card-cta {
  position: relative;
  min-height: 250px;
  padding: 10% 15%;
  border-radius: 2px;
  background-color: #5748c5;
}

.card-cta-tag {
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #fff;
}

.card-cta-tag.card-cta-tag-2 {
  background-color: #5748c5;
}

.card-cta-tag.card-cta-tag-small {
  left: 1rem;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #5748c5;
}

.card-cta-tag.card-cta-tag-small.card-cta-colour2 {
  background-color: #4bb14b;
}

.card-cta-text {
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-2 {
  color: #fff;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-size: 12px;
}

.card-cta-heading {
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}

.cards-social-bottom {
  position: absolute;
  left: 1.2rem;
  right: 0px;
  bottom: 1.2rem;
  z-index: 130;
}

.social-card-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 11px;
  float: left;
  -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: hsla(0, 0%, 100%, 0.12);
}

.social-card-base.social-card-padding {
  margin-left: 8px;
}

.image {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-7 {
  margin-left: 13px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  box-shadow: 3px 3px 13px 0 rgba(79, 94, 120, 0.14);
}

.div-block-22 {
  position: relative;
  z-index: 99;
  width: 50%;
  min-height: 230px;
  background-image: url('../images/img-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/img-1.jpg');
  background-image: url('../images/img-4.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/img-1.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 230px;
  padding: 15px 28px 15px 23px;
  -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;
  background-color: #fff;
}

.paragraph-5 {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #20193a;
}

.link-8 {
  position: static;
  top: 13px;
  right: 0px;
  bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #5748c5;
  text-decoration: none;
}

.column-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 10%;
  -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;
  background-color: #5748c5;
}

.text-block-4 {
  margin-right: 13px;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
}

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

.card-advert-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding: 80px 35px 35px;
  -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;
  border-radius: 4px;
  background-image: url('../images/bg-img-3.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-tag {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  display: block;
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -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-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5748c5;
  text-align: center;
}

.top-tag.top-tag-large {
  max-width: 170px;
  background-color: #20193a;
}

.link-9 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.heading-16 {
  font-family: 'Gt walsheim pro', sans-serif;
  color: #20193a;
  text-align: center;
}

.text-block-5 {
  font-family: 'Gt walsheim', sans-serif;
  color: #4f5e78;
  font-size: 14px;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 55px 15px;
  -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: 8px;
  background-color: rgba(79, 94, 120, 0.24);
}

.info-button-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  cursor: pointer;
}

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

.button-social {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 4px;
  background-color: #5748c5;
  font-family: 'Fontawesome webfont 2', sans-serif;
  font-size: 16px;
}

.button-social.mid {
  margin-right: 5px;
  margin-left: 5px;
}

.button-social.social-round {
  border-radius: 100px;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -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.58);
}

.info-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  min-height: 400px;
  padding: 15px;
  -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;
  border-radius: 4px;
  background-color: #5748c5;
}

.heading-20 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-weight: 600;
}

.paragraph-8 {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.77);
  font-size: 8px;
  line-height: 15px;
  text-align: center;
}

.div-block-30 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.x-close {
  padding: 5px 13px 13px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.section-3 {
  display: none;
  padding: 70px;
}

.overlay-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -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.58);
}

.overlay-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 10px;
  -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.58);
}

.overlay-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -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.58);
}

.overlay-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -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.58);
}

.link-10 {
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.quote-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 20px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #f5f6f8;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.22);
}

.text-block-8 {
  float: left;
  font-family: 'Gt walsheim', sans-serif;
  color: #5748c5;
  font-size: 12px;
  font-weight: 500;
}

.quote-container {
  width: 100%;
  padding-top: 40px;
}

.heading-21 {
  overflow: visible;
  font-family: Oswald, sans-serif;
  color: rgba(32, 25, 58, 0.04);
  font-size: 13rem;
}

.div-block-32 {
  position: absolute;
  left: 27px;
  top: 95px;
}

.heading-22 {
  position: static;
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-size: 28px;
  line-height: 36px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -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;
}

.image-3 {
  border-radius: 100px;
}

.div-block-34 {
  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;
}

.text-block-9 {
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-weight: 500;
}

.text-name-under {
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-size: 12px;
  line-height: 17px;
}

.div-block-35 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.column-13 {
  padding-left: 15px;
}

.quote-card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-radius: 4px;
  background-color: #f5f6f8;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.22);
}

.news-item-image {
  width: 100%;
  min-height: 160px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/img3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-37 {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.heading-23 {
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-size: 19px;
  text-align: left;
}

.para-mid {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #20193a;
  text-align: left;
}

.overlay-6 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -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.58);
}

.overlay-last {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -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.58);
}

.info-block {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 5px;
}

.link-11 {
  color: hsla(0, 0%, 100%, 0.35);
}

.button-grey {
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  background-color: #f5f6f8;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-weight: 500;
  cursor: pointer;
}

.button-grey:hover {
  border: 1px none #fff;
  background-color: #e0e0e0;
}

.button-yellow {
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  background-color: #ffab00;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button-yellow:hover {
  border: 1px none #fff;
  background-color: #c58910;
}

.info-button-container-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 14px;
  -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;
  cursor: pointer;
}

.text-block-10 {
  margin-left: 7px;
  font-family: 'Gt walsheim', sans-serif;
}

.link-12 {
  color: #5748c5;
  text-decoration: none;
}

.bold-text {
  margin-right: 5px;
  font-family: 'Fontawesome webfont 2', sans-serif;
}

.hero-1-sub {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 16px;
}

.compontents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.left-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
  height: 100%;
  padding-top: 129px;
  padding-left: 25px;
  background-color: #b9c6dd;
}

.right-content-2 {
  width: 85%;
  min-height: 400px;
  padding-top: 150px;
  padding-right: 25px;
  padding-left: 25px;
}

.heading-25 {
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-weight: 700;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  max-width: 110px;
  padding: 6px;
  -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: #ffab00;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
}

.link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  max-width: 110px;
  margin-bottom: 25px;
  padding: 6px;
  -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: #5748c5;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
}

.bottom-container {
  min-height: 800px;
  margin-bottom: 120px;
}

.hero-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5748c5;
}

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

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding: 12px 38px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 70px;
  background-color: #10db83;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: left;
}

.image-6 {
  margin-left: 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-1-header {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 63px;
  line-height: 68px;
  font-weight: 500;
}

.nav-link-bold {
  font-family: 'Gt walsheim', sans-serif;
  font-size: 16px;
}

.nav-link-bold.w--current {
  color: #5748c5;
}

.nav-link-bold.cool-link {
  font-weight: 700;
}

.product-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 19px;
}

.link-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-link {
  display: block;
  color: #5b3acc;
  font-weight: 500;
}

.avatar-t {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-right: 8px;
}

.rounded-link-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-title {
  margin-bottom: 8px;
  color: #5b3acc;
  font-size: 17px;
  font-weight: 500;
}

.round-link-symbol-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  -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: 100px;
  background-color: #5b3acc;
}

.rounded-link-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  max-width: 100px;
  min-height: 35px;
  padding: 4px;
  float: right;
  -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-radius: 100px;
  background-color: #e9ebf9;
}

.rounded-link-wrap.button-space-2 {
  margin-left: 12px;
}

.t-name {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
}

.norde-block {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 540px;
  margin-bottom: 15px;
  margin-left: 15px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.11);
}

.rounded-link-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  max-width: 117px;
  min-height: 35px;
  padding: 4px;
  float: right;
  -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-radius: 100px;
  background-color: #e9ebf9;
}

.product-links-wrap {
  display: block;
  width: 50%;
  min-height: 40%;
  padding-top: 10px;
}

.product-card-name-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  padding-top: 8px;
  -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;
}

.exit-t {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 7px 7px;
  cursor: pointer;
}

.success-text {
  color: #201b3d;
}

.button-send {
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #5b3acc;
  font-size: 15px;
  font-weight: 500;
}

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

.mail-list-form {
  margin-top: 25px;
}

.container-flex-v {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.text-field-long-2 {
  width: 420px;
  min-height: 48px;
  margin-right: 10px;
  margin-bottom: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1.5px none #e2e4e9;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.14);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-field-long-2:focus {
  border-color: #9b9eb8;
}

.text-field-long-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-long-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-long-2::-ms-input-placeholder {
  color: #fff;
}

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

.heading-mail {
  margin-top: 5px;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}

.text-block-13 {
  display: inline-block;
  color: #9b9eb8;
  font-size: 16px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message-2 {
  padding: 45px 61px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/pattern.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/pattern.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-cta {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  padding: 110px 25px;
  background-color: #f8faff;
  background-image: url('../images/shapes.png'), -webkit-gradient(linear, left top, left bottom, from(#5b3acc), to(#5b3acc));
  background-image: url('../images/shapes.png'), linear-gradient(180deg, #5b3acc, #5b3acc);
  background-position: -379px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.text-block-14 {
  display: inline-block;
  color: #9b9eb8;
  font-size: 18px;
}

.section-cta-2 {
  padding: 110px 25px;
  border-top: 3px solid #fffdfd;
  background-color: #f8faff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b3acc), to(#5b3acc));
  background-image: linear-gradient(180deg, #5b3acc, #5b3acc);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

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

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

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rubik, sans-serif;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #d1007d;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.flowbase-exit {
  background-color: transparent;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.flowbase-clone-button {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 50px;
  background-color: #560847;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 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;
  border-radius: 6px;
  background-color: #560847;
}

.flowbase-author {
  display: inline-block;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.flowbase-title {
  margin-bottom: 4px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -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;
}

.hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-right: 20%;
  padding-left: 20%;
  -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-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;
  background-image: url('../images/Group-1.png');
  background-position: 0% 100%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.hero.hero-mini {
  height: 50vh;
}

.herotext {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 92px;
  font-weight: 400;
}

.herotext.hero-text-2 {
  font-size: 72px;
  line-height: 85px;
}

.herotext.hero-text-home {
  font-size: 68px;
  line-height: 68px;
}

.heading-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
}

.container-3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-4 {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.hero-paragraph {
  width: 650px;
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}

.image-7 {
  padding-left: 0px;
}

.section-4 {
  padding-top: 30px;
}

.image-8 {
  width: 100px;
  margin-top: 40px;
}

.image-9 {
  position: static;
  display: inline-block;
  margin-bottom: -64px;
  float: right;
}

.content {
  padding-top: 40px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.footer-branding {
  margin-bottom: 20px;
}

.clients2 {
  padding: 80px 20%;
}

.clients2.the-new {
  padding-bottom: 100px;
}

.clients2.clients {
  overflow: hidden;
  margin-top: auto;
  padding-top: 80px;
  padding-right: 20%;
  padding-bottom: 90px;
  background-color: transparent;
}

.homegrid2 {
  margin-bottom: 125px;
  padding: 40px 0% 200px;
  grid-auto-rows: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 60px auto;
  grid-template-rows: 60px auto;
}

.homegrid2.homegrid {
  padding-top: 20px;
  padding-bottom: 0px;
  grid-auto-rows: 10px;
  grid-row-gap: 16px;
}

.homegrid2.newgrid {
  margin-bottom: 300px;
}

.homegrid2.newgrid2 {
  margin-bottom: auto;
  padding-bottom: 140px;
}

.homegrid2.the-last {
  margin-bottom: auto;
  padding-right: 20%;
  padding-left: 20%;
}

.homedescription {
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: Rubik, sans-serif;
  color: #d1007d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.homedescription.companyover {
  padding-top: 0px;
  padding-bottom: 40px;
}

.heading-27 {
  font-family: Rubik, sans-serif;
  color: #560847;
  font-size: 68px;
  line-height: 68px;
  font-weight: 400;
}

.heading-28 {
  margin-top: 40px;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 500;
}

.heading-28.chem {
  margin-top: 40px;
  padding-top: 0px;
}

.heading-28.new-class-home {
  margin-top: 40px;
}

.heading-29 {
  margin-top: 40px;
  padding-top: 0px;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 500;
}

.headingservices {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 500;
}

.paragraph-10 {
  font-family: Rubik, sans-serif;
  color: #d1007d;
}

.paragraph-11 {
  font-family: Rubik, sans-serif;
}

.paragraph-12 {
  font-family: Rubik, sans-serif;
}

.bold-text-2 {
  color: #d1007d;
  font-weight: 500;
}

.bold-text-3 {
  color: #d1007d;
  font-weight: 500;
}

.paragraph-13 {
  padding-top: 0px;
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  color: #560847;
}

.paragraph-14 {
  padding-top: 0px;
  padding-right: 40px;
  float: none;
  font-family: Rubik, sans-serif;
  color: #560847;
  -webkit-column-count: auto;
  column-count: auto;
}

.paragraph-15 {
  font-family: Rubik, sans-serif;
  color: #560847;
}

.paragraph-15.final-para {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 0px;
}

.paragraph-16 {
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 400;
}

.paragraph-17 {
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  color: #560847;
}

.paragraph-18 {
  font-family: Rubik, sans-serif;
  color: #560847;
}

.paragraph-18.last-para {
  padding-top: 20px;
  padding-right: 40px;
}

.new-section {
  padding: 80px 20% 90px;
  background-color: #560847;
}

.heading-31 {
  padding-right: 0%;
  padding-bottom: 60px;
  color: #d1007d;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.heading-31.new-heading {
  margin-top: auto;
  padding-bottom: 0px;
}

.column-15 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8%;
  padding-right: 0px;
  padding-bottom: 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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.paragraph-19 {
  margin-bottom: auto;
  padding-top: 20px;
  font-family: Rubik, sans-serif;
  color: #fff;
}

.image-10 {
  position: static;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-16 {
  position: static;
}

.image-11 {
  margin-top: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-32 {
  padding-bottom: 60px;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-size: 22px;
  font-weight: 500;
}

.columns {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress {
  width: 100vw;
  height: 1px;
  margin-top: 60px;
  background-color: #cacaca;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-40 {
  width: 60px;
  height: 4px;
  margin-left: 20%;
  border-radius: 20px;
  background-color: #d1007d;
  color: #d1007d;
}

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

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

.column-19 {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.column-21 {
  padding-right: 10px;
  padding-left: 10px;
}

.image-12 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-13 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-14 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-2.images {
  padding-top: 100px;
}

.columns-2.images.new {
  padding-top: 40px;
}

.heading-33 {
  margin-top: 80px;
  padding-bottom: 40px;
}

.heading-33.contact {
  padding-bottom: 20px;
}

.section-5 {
  padding-right: 20%;
  padding-left: 20%;
  border: 1px none #000;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.columns-3 {
  padding-right: 20%;
  padding-bottom: 60px;
  padding-left: 20%;
}

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

.column-23 {
  padding-right: 0%;
  padding-left: 0px;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.heading-34 {
  margin-top: 0px;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 500;
}

.heading-34.service {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 10px;
}

.paragraph-20 {
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 400;
}

.heading-35 {
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 500;
}

.paragraph-21 {
  color: #560847;
}

.column-24 {
  position: relative;
  margin-top: auto;
  padding-right: 0px;
  clear: none;
}

.image-15 {
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-left: 35px;
  float: right;
  clear: none;
}

.image-15.newimage {
  margin-top: 15px;
  margin-bottom: 120px;
}

.image-16 {
  margin-top: 140px;
  padding-top: 0px;
  padding-right: 30px;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px) scale(2);
  transform: perspective(0px) scale(2);
}

.image-16.pump {
  position: relative;
  display: block;
  margin-top: 160px;
  margin-left: -15px;
  padding-top: 0px;
  padding-right: 40%;
  padding-left: 0%;
  float: left;
  -webkit-transform: perspective(0px) scale(3);
  transform: perspective(0px) scale(3);
}

.success-message-3 {
  background-color: transparent;
}

.submit-button-4 {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 20px;
  background-color: #d1007d;
}

.form-block {
  padding-right: 20%;
  padding-left: 20%;
}

.text-field {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d1007d;
  color: #560847;
}

.field-label {
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 500;
}

.field-label-2 {
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 500;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d1007d;
  font-family: Rubik, sans-serif;
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

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

.image-17 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footerbranding {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 300px;
  padding-bottom: 7px;
  float: right;
}

.text-span-6 {
  color: #d1007d;
}

.bold-text-6 {
  font-weight: 500;
}

.bold-text-7 {
  font-weight: 500;
}

.bold-text-8 {
  font-weight: 500;
}

.div-block-41 {
  width: 40px;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #d1007d;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.image-19 {
  margin-top: auto;
}

.bold-text-9 {
  font-weight: 500;
}

.bold-text-10 {
  font-weight: 500;
}

.bold-text-11 {
  font-weight: 500;
}

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

.field-label-3 {
  color: #560847;
  font-weight: 400;
}

.field-label-4 {
  margin-top: 10px;
  padding-bottom: 10px;
  color: #560847;
  font-weight: 400;
}

.field-label-5 {
  margin-top: 4px;
  padding-bottom: 20px;
  color: #560847;
  font-weight: 400;
}

.field-label-5.new-label {
  padding-top: 10px;
}

.text-field-3 {
  height: 150px;
  padding-bottom: 0px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.text-field-3._1 {
  height: 42px;
}

.text-field-4 {
  margin-bottom: 20px;
  border: 1px none transparent;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.text-field-5 {
  margin-bottom: 20px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.text-field-6 {
  margin-bottom: 20px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.text-field-7 {
  margin-bottom: 20px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.submit-button-5 {
  margin-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #d1007d;
  font-weight: 400;
}

.column-28 {
  padding: 40px 20px;
}

.column-29 {
  padding: 10px 20px;
}

.column-30 {
  padding: 28px 20px;
}

.column-31 {
  padding: 19px 20px;
}

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

.image-20 {
  padding-right: 10px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.image-21 {
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.image-22 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.div-block-42 {
  position: relative;
}

.columns-4 {
  margin-top: 60px;
}

.homecoloumn {
  padding-bottom: 0px;
}

.column-34 {
  padding-bottom: 40px;
}

.column-34:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.column-35 {
  padding-bottom: 40px;
}

.column-35:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.column-36 {
  padding-bottom: 40px;
}

.column-36:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.column-37 {
  padding-bottom: 40px;
}

.column-37:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.column-38 {
  padding-bottom: 40px;
}

.column-38:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.column-39:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-23 {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
}

.image-24 {
  margin-top: 20px;
}

.image-25 {
  margin-top: 20px;
}

.image-26 {
  margin-top: 20px;
}

.image-27 {
  margin-top: 20px;
}

.image-28 {
  margin-top: 20px;
}

.image-29 {
  margin-top: 20px;
}

.image-29.retail {
  display: block;
}

.columns-6 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.image-30 {
  margin-bottom: 10px;
}

.container-5 {
  padding-top: 30px;
}

.map {
  font-family: Rubik, sans-serif;
}

.columns-7 {
  margin-bottom: 20px;
}

.button-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 45px;
  min-width: auto;
  -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;
  font-family: Rubik, sans-serif;
  font-weight: 300;
}

.circle-contain {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  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;
}

.button-base {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -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: 50px;
  background-color: #d1007d;
}

.image-33 {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 0px;
}

.button-t {
  position: absolute;
  margin-left: auto;
  color: #560847;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.button-6 {
  border-radius: 20px;
  background-color: #d1007d;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.button-6.herobutton {
  margin-top: 40px;
  padding-top: 9px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 400;
}

.image-34 {
  padding-right: 0px;
}

.image-35 {
  display: block;
}

.image-36 {
  display: block;
}

.image-37 {
  display: block;
}

.plus {
  display: inline-block;
  margin-top: -15px;
  margin-right: 10px;
  margin-bottom: auto;
}

.about-plus-text {
  padding-left: 45px;
  font-family: Rubik, sans-serif;
  color: #560847;
}

.servicesicons {
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}

.column-44 {
  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;
}

.branding-mobile {
  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;
}

.petrol-tag {
  margin-top: 40px;
  font-family: Rubik, sans-serif;
  color: #560847;
  font-weight: 500;
}

.image-38 {
  margin-top: 55px;
}

.buttonicon {
  font-size: 28px;
}

.button-7 {
  display: block;
  margin-top: 36px;
  margin-bottom: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 5px;
}

.button-7:hover {
  background-color: #234a9c;
}

.button-7.close {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  color: #000;
}

.text-block-15 {
  display: block;
  padding-bottom: 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Rubik, sans-serif;
  color: #d1007d;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.text-block-16 {
  padding-bottom: 60px;
  font-family: Rubik, sans-serif;
  color: #d1007d;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.nav-link-wrapper {
  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-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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9001;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #560847;
}

.text-block-17 {
  display: block;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Rubik, sans-serif;
  color: #d1007d;
  font-weight: 400;
  text-align: center;
}

.text-block-18 {
  font-family: Rubik, sans-serif;
  color: #d1007d;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.nav-link-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  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;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #65a0b5;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-7:hover {
  background-color: #560847;
  color: #fff;
}

.burger-middlebar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vh;
  height: 1px;
  -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: #6e80a5;
}

.burger-bar3 {
  width: 3vh;
  height: 1px;
  background-color: #6e80a5;
}

.burger-top-wrap {
  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;
  font-family: Rubik, sans-serif;
}

.burger-middlebar-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 3vh;
  height: 1px;
}

.burger-bar1 {
  width: 3vh;
  height: 2px;
  background-color: #6e80a5;
}

.menu__wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 2.5vh;
  -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: 2px solid transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.burger {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1004;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vh;
  height: 5vh;
  margin: 2.5vh;
  padding: 0px;
  -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: 1px solid #6e80a5;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.burger.button.reversed {
  border-color: #d1007d;
}

.burger.button.reversed {
  margin-top: 2vh;
  border-style: none;
  background-color: transparent;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid transparent;
  background-color: #fff;
}

.menu__link-title {
  margin: 0px 1rem;
}

.menu-bkgd {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0vw;
  height: 0vh;
  padding: 2.5vh;
  -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: 2px solid transparent;
}

.burger-middlebar-base {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vh;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  -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: #6e80a5;
}

.menu-bkgd__wrapper {
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px none transparent;
  -webkit-transform: translate(-28.2px, 19.5px);
  -ms-transform: translate(-28.2px, 19.5px);
  transform: translate(-28.2px, 19.5px);
}

.menu-bkgd__circle {
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  background-color: #d1007d;
}

.menu__link {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
  padding: 2.5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  color: #fff;
  text-decoration: none;
}

.menu__link.right-align {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.menu__link.left-align {
  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: 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;
}

.burger-middlebar-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vh;
  height: 3px;
  -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: #d1007d;
}

.burger-middlebar-base-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vh;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  -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: #d1007d;
}

.burger-bar3-2 {
  width: 3vh;
  height: 3px;
  background-color: #d1007d;
}

.menu__inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid transparent;
}

.burger-middlebar-top-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 3vh;
  height: 3px;
}

.burger-bar1-2 {
  width: 3vh;
  height: 3px;
  background-color: #d1007d;
}

.menu-bkgd__circle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2vh;
  height: 2vh;
  -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%;
}

.menu-bkgd__circle-2:hover {
  background-color: transparent;
}

.paragraph-22 {
  display: block;
  font-family: Rubik, sans-serif;
  color: #d1007d;
  font-weight: 400;
}

.paragraph-23 {
  font-family: Rubik, sans-serif;
  color: #560847;
}

.paragraph-24 {
  font-family: Rubik, sans-serif;
}

.paragraph-25 {
  font-family: Rubik, sans-serif;
}

.paragraph-26 {
  font-family: Rubik, sans-serif;
}

.paragraph-27 {
  font-family: Rubik, sans-serif;
}

.text-span-7 {
  font-size: 18px;
  font-weight: 300;
}

.bodymovin-div {
  width: 100%;
  height: 100%;
}

.wrapper-div {
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 100%;
  margin-bottom: -5px;
}

.paragraph-99 {
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  color: #560847;
}

.link-13 {
  color: #560847;
  text-decoration: none;
}

.paragraph-98 {
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  color: #560847;
}

.link-block-3 {
  float: right;
}

.link-block-4 {
  float: right;
}

.link-block-5 {
  float: right;
}

.link-block-6 {
  float: right;
}

.text-span-8 {
  display: none;
}

.text-span-9 {
  display: none;
}

.lub3 {
  display: none;
}

.lub4 {
  display: none;
}

.lub6-1 {
  display: none;
}

.lub6-2 {
  display: none;
}

.list {
  padding-left: 15px;
  font-family: Rubik, sans-serif;
  color: #560847;
  list-style-type: disc;
}

.slide {
  background-image: url('../images/Client-Logos-04.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2500px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-46 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-47 {
  margin-right: 40px;
  margin-left: 40px;
}

.grid-3 {
  margin-right: -34px;
  margin-left: -38px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.section-6 {
  background-color: #560847;
}

.map-2 {
  display: block;
  width: 100vw;
}

.rich-text-block {
  padding-top: 60px;
  padding-right: 250px;
  padding-left: 250px;
  font-family: Rubik, sans-serif;
  color: #560847;
}

.the-link {
  color: #fff;
}

.paragraph-100 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: -99px;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1007d;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.text-span-10 {
  color: #fff;
  text-decoration: underline;
}

.section-7 {
  position: relative;
}

.bold-text-12 {
  color: #fff;
  font-weight: 400;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns-10 {
  display: none;
}

.form-block-2 {
  display: block;
}

.field-label-6 {
  color: #560847;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .nav-contain {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-container {
    padding-right: 10%;
    padding-left: 10%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .button {
    margin-top: 45px;
    background-color: transparent;
    font-family: Rubik, sans-serif;
    font-weight: 400;
  }

  .nav-menu-2 {
    background-color: #fcfcfc;
  }

  .textlinks {
    font-size: 14px;
    letter-spacing: 0.2px;
  }

  .footer-1-s-link.tac {
    display: none;
    margin-bottom: -40px;
    padding-top: 25px;
  }

  .footer-1-para {
    font-size: 22px;
  }

  .footer {
    display: inline-block;
    padding-right: 10%;
    padding-bottom: 0px;
    padding-left: 10%;
  }

  .row-5 {
    display: block;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0px;
  }

  .right-content {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-14 {
    height: 80px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #5748c5;
  }

  .div-block-15 {
    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;
  }

  .content-container-white {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-container {
    display: block;
  }

  .nav-menu-4 {
    max-height: 430px;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #5748c5;
  }

  .nav-link-6 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button {
    margin-top: 10px;
    color: #8b8b8b;
  }

  .menu-button.w--open {
    margin-top: 0px;
    background-color: #20193a;
  }

  .card-wrap-bg {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
  }

  .column-7 {
    padding: 5px;
  }

  .paragraph-4 {
    margin-bottom: 89px;
  }

  .card-cta {
    padding-right: 10%;
    padding-bottom: 15%;
    padding-left: 10%;
  }

  .card-cta-heading {
    margin-bottom: 75px;
  }

  .cards-social-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .social-card-base {
    margin-bottom: 6px;
  }

  .social-card-base.social-card-padding {
    margin-left: 4px;
  }

  .div-block-21 {
    margin-top: 13px;
  }

  .div-block-22 {
    height: 100%;
  }

  .div-block-23 {
    padding-left: 15px;
  }

  .column-10 {
    padding: 5px;
  }

  .nav-menu-5 {
    background-color: #f5f5f5;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .menu-button-2 {
    margin-top: 10px;
  }

  .icon-2 {
    color: #fff;
  }

  .quote-card {
    padding-bottom: 5px;
  }

  .column-13 {
    padding-top: 29px;
  }

  .div-block-37 {
    padding-bottom: 5px;
  }

  .left-nav {
    width: 22%;
  }

  .right-content-2 {
    width: 78%;
  }

  .hero-1-header {
    font-size: 51px;
    line-height: 62px;
  }

  .rounded-link-wrap.button-space-2 {
    margin-left: 12px;
    float: right;
  }

  .norde-block {
    display: block;
    width: 96%;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }

  .flowbase-tag {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }

  .hero {
    padding-right: 10%;
    padding-left: 10%;
  }

  .hero.hero-mini {
    padding-right: 10%;
    padding-left: 10%;
  }

  .herotext {
    font-size: 72px;
    line-height: 72px;
  }

  .hero-paragraph {
    width: auto;
  }

  .clients2 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .homedescription {
    padding-right: 0px;
    padding-bottom: 70px;
  }

  .paragraph-13 {
    padding-right: 10px;
    line-height: 22px;
  }

  .paragraph-14 {
    padding-top: 20px;
    padding-right: 10px;
    line-height: 22px;
  }

  .paragraph-15 {
    padding-right: 0px;
    line-height: 22px;
  }

  .paragraph-15.final-para {
    padding-right: 10px;
  }

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

  .paragraph-17 {
    padding-right: 20px;
  }

  .paragraph-18 {
    padding-right: 0px;
  }

  .paragraph-18.last-para {
    padding-right: 20px;
  }

  .new-section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .heading-31 {
    padding-right: 0%;
  }

  .column-15 {
    display: block;
    padding-top: 4%;
  }

  .image-10 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-40 {
    margin-left: 10%;
  }

  .columns-2.images {
    padding-top: 40px;
  }

  .section-5 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .columns-3 {
    padding-right: 10%;
    padding-left: 10%;
  }

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

  .column-24 {
    margin-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .image-16.pump {
    padding-right: 75px;
    -webkit-transform: perspective(0px) scale(2.5);
    transform: perspective(0px) scale(2.5);
  }

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

  .form-block {
    padding-right: 25%;
    padding-left: 10%;
  }

  .footerbranding {
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .columns-4 {
    margin-top: 60px;
  }

  .homecoloumn {
    padding-bottom: 20px;
  }

  .column-34 {
    padding-bottom: 20px;
  }

  .column-35 {
    padding-bottom: 20px;
  }

  .column-36 {
    padding-bottom: 20px;
  }

  .column-37 {
    padding-bottom: 20px;
  }

  .column-38 {
    padding-bottom: 20px;
  }

  .image-29.retail {
    margin-bottom: 10px;
  }

  .columns-6 {
    padding-top: 0px;
  }

  .image-31 {
    padding-bottom: 105px;
  }

  .image-32 {
    padding-bottom: 110px;
  }

  .column-40 {
    margin-top: 60px;
  }

  .column-41 {
    margin-top: 60px;
  }

  .column-42 {
    margin-top: 60px;
  }

  .button-7 {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
  }

  .button-7:hover {
    background-color: transparent;
  }

  .image-45 {
    margin-top: auto;
  }

  .lub5 {
    display: none;
  }

  .lub6-1 {
    display: none;
  }

  .lub6-2 {
    display: inline;
  }

  .grid-3 {
    margin-right: -95px;
    margin-left: -29px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .rich-text-block {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 25px;
    padding-left: 25px;
    background-size: auto, auto;
  }

  .heading {
    font-size: 5rem;
  }

  .paragraph {
    font-size: 1.3rem;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-card {
    margin-bottom: 35px;
  }

  .nav-link.cool-link {
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
  }

  .nav-link.cool-link.w--current {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
  }

  .nav-menu {
    padding-top: 10%;
    background-color: #560847;
  }

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

  .footer-1-copywrite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-1-s-link.tac {
    display: block;
    margin-bottom: 0px;
    padding-top: 30px;
  }

  .footer-1-link {
    margin-top: 20px;
  }

  .footer-1-col {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
  }

  .footer-1-para {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 24px;
    text-align: center;
  }

  .footer-1-legal {
    margin-top: 10px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-3-col-2 {
    display: none;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .footer-3-col {
    -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;
  }

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

  .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-container.fb-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fb-footer-wrapper {
    margin-top: 15px;
  }

  .card-cta {
    min-height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .social-card-base {
    margin-left: 1px;
  }

  .div-block-28 {
    margin-bottom: 16px;
  }

  .row-8 {
    margin-bottom: 0px;
  }

  .overlay {
    overflow: scroll;
  }

  .overlay-2 {
    overflow: scroll;
  }

  .overlay-3 {
    overflow: scroll;
  }

  .overlay-4 {
    overflow: scroll;
  }

  .overlay-5 {
    overflow: scroll;
  }

  .quote-card {
    max-width: 500px;
    margin-top: 28px;
  }

  .quote-card-2 {
    max-width: 500px;
    margin-top: 28px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-item-image {
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

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

  .overlay-6 {
    overflow: scroll;
  }

  .overlay-last {
    overflow: scroll;
  }

  .hero-1-header {
    font-size: 45px;
    line-height: 59px;
  }

  .norde-block {
    min-width: auto;
  }

  .product-links-wrap {
    width: 55%;
  }

  .product-card-name-title-wrap {
    width: 45%;
  }

  .mail-list-form {
    width: 100%;
  }

  .text-field-long-2 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-3 {
    width: 100%;
  }

  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }

  .flowbase-clone-button {
    margin-right: 15px;
  }

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

  .herotext.hero-text-home {
    font-size: 48px;
    line-height: 48px;
  }

  .hero-paragraph {
    font-size: 18px;
    line-height: 23px;
  }

  .section-4 {
    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;
  }

  .image-8 {
    display: inline-block;
  }

  .image-9 {
    padding-left: 10px;
  }

  .footer-branding {
    width: 70%;
  }

  .homegrid2.homegrid {
    -ms-grid-columns: minmax(auto, auto) minmax(auto, auto) auto;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto) auto;
  }

  .heading-27 {
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph-13 {
    padding-right: 0px;
  }

  .paragraph-14 {
    padding-right: 0px;
  }

  .paragraph-15 {
    padding-right: 0px;
  }

  .paragraph-16 {
    padding-right: 0px;
  }

  .paragraph-17 {
    padding-right: 0px;
  }

  .paragraph-18 {
    padding-right: 0px;
  }

  .new-section {
    padding-top: 20px;
  }

  .heading-31 {
    padding-right: 0%;
  }

  .image-10 {
    padding-top: 70px;
    padding-right: 40px;
    padding-left: 0px;
  }

  .div-block-40 {
    border-radius: 40px;
  }

  .image-16.pump {
    max-width: 80%;
    margin-top: 140px;
    padding: 20px 5% 40px 0%;
    -webkit-transform: perspective(0px) scale(1.5);
    transform: perspective(0px) scale(1.5);
  }

  .column-26 {
    margin-top: 20px;
  }

  .footerbranding {
    position: static;
    display: block;
    width: 260px;
    max-width: none;
    margin-top: 17px;
    margin-bottom: 40px;
    padding-left: 0%;
    float: none;
  }

  .text-field-3 {
    border-radius: 25px;
  }

  .column-28 {
    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;
  }

  .column-29 {
    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;
  }

  .column-30 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-31 {
    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;
  }

  .column-32 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .columns-4 {
    margin-top: 0px;
  }

  .column-39 {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .columns-5 {
    position: static;
    display: block;
    max-width: 200px;
    float: none;
  }

  .image-24 {
    padding-right: 100px;
  }

  .image-25 {
    display: block;
    padding-right: 100px;
  }

  .image-26 {
    display: block;
  }

  .image-27 {
    display: block;
    padding-right: 100px;
  }

  .image-28 {
    display: block;
    padding-right: 100px;
  }

  .image-29 {
    display: block;
    padding-right: 100px;
  }

  .plus {
    margin-top: -14px;
    padding-left: 5px;
  }

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

  .branding-mobile {
    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;
  }

  .image-38 {
    position: static;
    display: none;
    float: left;
  }

  .column-45 {
    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;
  }

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

  .menu__inner {
    max-width: 100%;
  }

  .menu__link {
    margin: 1vh;
    padding: 1vh;
  }

  .menu__inner-2 {
    max-width: 100%;
  }

  .paragraph-22 {
    display: inline-block;
    overflow: visible;
    color: #d1007d;
  }

  .paragraph-23 {
    display: inline-block;
    margin-left: 25px;
    padding-left: 0px;
  }

  .paragraph-24 {
    position: relative;
    display: inline-block;
  }

  .paragraph-27 {
    position: absolute;
    right: auto;
  }

  .column-46 {
    position: absolute;
    display: block;
    -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;
    font-family: Rubik, sans-serif;
  }

  .columns-9 {
    display: inline;
  }

  .column-47 {
    display: block;
  }

  .image-39 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-40 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-41 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-42 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-43 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-44 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-45 {
    margin-top: 35px;
  }

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

  .lub3 {
    display: inline;
  }

  .lub4 {
    display: inline;
  }

  .lub6 {
    display: none;
  }

  .lub6-2 {
    display: none;
  }

  .grid-3 {
    margin-right: -60px;
    margin-left: auto;
  }

  .rich-text-block {
    padding-right: 60px;
    padding-left: 60px;
  }

  .link-15 {
    color: #fff;
  }

  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 15px;
    padding-left: 15px;
    background-size: 250%, auto;
  }

  .heading {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 17vw;
  }

  .paragraph {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-hero {
    margin-bottom: 14px;
  }

  .btn-hero.btn-hero2.hvr-bounce-to-right {
    margin-left: 0px;
  }

  .nav-link.cool-link {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
  }

  .menu-container {
    padding-right: 10%;
    padding-left: 10%;
  }

  .text-span {
    display: none;
  }

  .nav-menu {
    padding-top: 25%;
  }

  .footer-1-copywrite {
    display: inline-block;
    text-align: center;
  }

  .footer-1-s-link.tac {
    padding-top: 20px;
  }

  .footer-1-col {
    margin-top: 20px;
  }

  .footer-1-para {
    max-width: 231px;
    margin-top: 40px;
    font-size: 20px;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .footer-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .fb-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-text {
    margin-bottom: 10px;
  }

  .card-wrap-bg {
    min-height: 530px;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .card-cta {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-22 {
    width: 100%;
    height: 100%;
  }

  .div-block-23 {
    width: 100%;
  }

  .div-block-33 {
    -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;
  }

  .image-3 {
    margin-bottom: 5px;
  }

  .div-block-37 {
    padding-bottom: 20px;
  }

  .heading-23 {
    line-height: 25px;
  }

  .hero-1-header {
    font-size: 42px;
    line-height: 48px;
  }

  .product-title-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .rounded-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    float: none;
  }

  .rounded-link-wrap.button-space-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    float: none;
  }

  .norde-block {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .rounded-link-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    float: none;
  }

  .product-links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .product-card-name-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .mail-list-form {
    width: 100%;
  }

  .container-flex-v {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-field-long-2 {
    width: 100%;
    margin-right: 0px;
  }

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

  .text-block-13 {
    font-size: 16px;
    line-height: 25px;
  }

  .form-3 {
    -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;
  }

  .section-cta {
    display: block;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 25px;
  }

  .section-cta-2 {
    display: block;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .flowbase-product-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .flowbase-clone-button {
    display: block;
    margin-top: 19px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .hero {
    background-position: 0% 100%;
  }

  .image-9 {
    width: 15%;
    margin-top: 10px;
    margin-bottom: -70px;
  }

  .homegrid2.homegrid {
    -ms-grid-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
    grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  }

  .homegrid2.newgrid2 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: minmax(auto, auto) auto minmax(auto, auto);
    grid-template-columns: minmax(auto, auto) auto minmax(auto, auto);
    -ms-grid-rows: 60px auto auto;
    grid-template-rows: 60px auto auto;
  }

  .heading-27 {
    font-size: 48px;
    line-height: 48px;
  }

  .image-10 {
    margin-bottom: 25px;
    padding-top: 70px;
  }

  .columns-2.images.new {
    padding-top: 0px;
  }

  .image-16.pump {
    margin-top: 100px;
    padding: 0px 0% 40px 10%;
    -webkit-transform: perspective(0px) scale(2);
    transform: perspective(0px) scale(2);
  }

  .footerbranding {
    width: 250px;
    padding-right: 0%;
  }

  .text-field-3 {
    border-radius: 30px;
  }

  .columns-4 {
    margin-top: 0px;
  }

  .image-24 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .image-25 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .image-26 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .image-27 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .image-28 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .image-29 {
    display: block;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .paragraph-22 {
    position: relative;
    display: inline;
    overflow: visible;
  }

  .paragraph-23 {
    display: inline-block;
  }

  .column-47 {
    display: inline;
  }

  .image-39 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-40 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-41 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-42 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-43 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-44 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-99 {
    font-family: Rubik, sans-serif;
    color: #560847;
  }

  .link-13 {
    color: #560847;
    text-decoration: none;
  }

  .lub3 {
    display: inline;
  }

  .lub2 {
    display: inline;
  }

  .lub5 {
    display: inline;
  }

  .lub6 {
    display: inline;
  }

  .lub3-2 {
    display: none;
  }

  .list {
    padding-left: 15px;
    font-family: Rubik, sans-serif;
    color: #560847;
  }

  .grid-3 {
    margin-right: -32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .rich-text-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .link-14 {
    color: #fff;
    text-decoration: none;
  }

  .link-15 {
    color: #fff;
    text-decoration: none;
  }
}

#w-node-188401eb3a72-174c3ac4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-188401eb3a62-174c3ac4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-188401eb3a66-174c3ac4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-188401eb3a6a-174c3ac4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-188401eb3a6e-174c3ac4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Gt walsheim pro';
  src: url('../fonts/GT-Walsheim-Pro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont 2';
  src: url('../fonts/fontawesome-webfont_2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}