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

body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  color: #21413c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: #302f2f;
  margin-top: 10px;
  text-decoration: none;
}

.body {
  height: 70px;
  min-height: 70px;
  min-width: auto;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.nav-bar {
  height: 70px;
  min-width: 65%;
  background-color: #000;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-container {
  height: 100%;
  flex: 1;
  order: -1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.global-link-button {
  height: 70px;
  max-height: 0%;
  max-width: NaN% ;
  min-height: 100%;
  text-align: left;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.navbar-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  text-decoration: none;
}

.navbar-line {
  width: auto;
  height: 2px;
  max-width: none;
  color: #1bac91;
  background-color: #1bac91;
  margin-top: 45px;
  margin-bottom: -25px;
}

.navbar-menu {
  width: 40%;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-text-block {
  justify-content: center;
  display: block;
}

.navbar {
  z-index: 1000;
  width: 100%;
  height: auto;
  min-width: 0;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  left: auto;
}

.nav-logo {
  height: 40px;
  object-fit: scale-down;
  margin-top: auto;
  margin-bottom: auto;
}

.section-hero {
  z-index: auto;
  height: 60vh;
  min-height: auto;
  min-width: auto;
  float: none;
  clear: none;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: rgba(7, 126, 133, .85);
  background-image: linear-gradient(rgba(7, 126, 133, .75), rgba(7, 126, 133, .75)), url('../images/bg-hero.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-left: 0;
  font-weight: 400;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.hero-head {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 100%;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-p {
  max-width: 80%;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  column-count: auto;
  flex-flow: column wrap;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: block;
}

.hero-btn {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 4px;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 12px 20px 10px;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.container {
  max-width: 960px;
  min-height: 0%;
  min-width: 0%;
  text-align: left;
  flex-flow: column;
  flex: 1;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.about-paragraph {
  min-width: 0;
  opacity: 1;
  color: #333;
  text-align: center;
  order: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.about-heading {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.5;
}

.about-block-bullet {
  width: auto;
  height: auto;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 8px 0;
  display: flex;
}

.about-icon-img {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  flex: none;
  order: -1;
  margin-right: 10px;
  display: block;
}

.about-block-title {
  width: 100%;
  min-width: 0%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.about-block-text {
  min-width: 0%;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section.section-bg-light {
  padding-left: 0;
}

.section.section-bg-img {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bg-section-video.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.top {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.section.bottom {
  padding-top: 15px;
  padding-bottom: 50px;
}

.section.section-pw {
  background-color: #fff;
  background-image: linear-gradient(rgba(230, 255, 233, .75), rgba(230, 255, 233, .75)), url('../images/bg-printwizard.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.section.section-eng {
  background-image: linear-gradient(rgba(7, 126, 133, .9), rgba(7, 126, 133, .9)), url('../images/bg-components.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.section.section-mxf {
  background-image: url('../images/Maxflo_bg2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section.intro {
  padding-bottom: 40px;
}

.benefits-bk {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.benefits-bk-icon {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.benefits-bk-head {
  width: auto;
  max-width: none;
  min-width: 100%;
  color: #1bac91;
  text-align: center;
  flex: none;
  order: 0;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.benefits-bk-p {
  width: 100%;
  color: #303030;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.section-bg-light {
  background-color: #f2f9f8;
}

.benefits-head {
  color: #303030;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

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

.heading {
  color: #303030;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.media-p {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.5;
}

.benefits-sub {
  color: #1fac91;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.heading {
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.2;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px #000;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
}

.order-bk {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #cacaca;
  border-color: #a8a8a8 #cacaca #cacaca #7a7a7a;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.order-bk.border-s1 {
  border-bottom-style: solid;
  border-right-style: solid;
}

.order-bk.order-border-s2 {
  border-bottom-style: solid;
}

.order-bk.order-border-s3 {
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-color: #cacaca;
}

.order-bk.order-border-s4 {
  border-top-style: none;
  border-right-style: solid;
}

.order-bk.order-border-s6 {
  border-left-style: solid;
  border-left-color: #cacaca;
}

.order-bk-title {
  width: auto;
  max-width: none;
  min-width: 100%;
  color: #303030;
  text-align: left;
  flex: none;
  order: 0;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.order-bk-p {
  width: 100%;
  color: #7c7a7a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.order-bk-step {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.order-step {
  width: auto;
  max-width: none;
  min-width: 0%;
  color: #1bac91;
  text-align: left;
  flex: none;
  order: 0;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.order-icon {
  width: 15%;
  height: auto;
  max-width: none;
  margin-right: 5px;
}

.quote-sub {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.accordian-item {
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  overflow: hidden;
}

.hero-bk {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-bk {
  color: #141414;
  background-color: rgba(56, 54, 54, .48);
  border: 2px solid #4c4c4c;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  display: flex;
}

.container-bk {
  padding-left: 0;
  padding-right: 0;
}

.accordian-toggle {
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e6e1e1;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
}

.accordian-toggle:hover, .accordian-toggle:active {
  background-color: rgba(0, 0, 0, 0);
}

.accordian-toggle:focus-visible {
  background-color: #beffe7;
}

.accordian-toggle[data-wf-focus-visible] {
  background-color: #beffe7;
}

.dropdown-list {
  background-color: #beffe7;
  padding: 10px 20px;
  display: block;
  position: static;
}

.dropdown-list:hover, .dropdown-list:active {
  background-color: #beffe7;
}

.faq {
  width: 100%;
  color: #aaa;
  text-transform: uppercase;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.faq:hover {
  color: #333;
}

.paragraph {
  font-size: 16px;
  line-height: 1.5;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-content: space-between;
}

.media-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 30px;
}

.grid-contact {
  width: 100%;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.grid-bk-shadow {
  width: 100%;
  padding: 20px;
  box-shadow: 1px 1px 7px #ebebeb;
}

.contact-bk {
  width: auto;
  height: auto;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 0;
  display: flex;
}

.contact-details-1 {
  width: 100%;
  min-width: 0%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.contact-sub {
  color: #333;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-footer {
  width: 100%;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .5fr minmax(115px, .35fr);
  margin-top: 20px;
  margin-bottom: 60px;
}

.footer-p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 2;
}

.container-footer {
  max-width: 65%;
  min-height: 0%;
  min-width: 0%;
  text-align: left;
  flex-flow: column;
  flex: 1;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-bk-link {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.footer-link-p {
  width: auto;
  min-width: 100%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-links {
  margin-top: 0;
  margin-bottom: 9px;
  text-decoration: none;
}

.footer-bk-contact {
  margin-left: 0;
  padding-left: 0;
}

.contact-details-3, .contact-details-2 {
  width: 100%;
  min-width: 0%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.contact-icon-img {
  width: 75%;
  height: 75%;
  max-height: none;
  max-width: none;
  min-height: 0;
  flex: none;
  order: -1;
  margin-right: 10px;
  display: block;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown-toggle {
  display: none;
}

.gallery-slider {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ss02 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/ssr02.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
}

.ss08 {
  background-image: url('../images/ssr08.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss03 {
  background-image: url('../images/ssr03.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-description {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #077e85;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ss05 {
  background-image: url('../images/ssr05.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss09 {
  background-image: url('../images/ssr09.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss10 {
  background-image: url('../images/ssr10.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav {
  display: none;
}

.media-action {
  max-width: 100%;
  background-color: rgba(0, 0, 0, .53);
  margin-bottom: 10px;
}

.style-ligatures {
  display: none;
}

.overlay-terms {
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(7, 126, 133, .85);
  display: none;
  position: fixed;
}

.content-privacy {
  z-index: 1;
  width: 40vw;
  height: 70vh;
  background-color: #fff;
  border-radius: 12px;
  margin: 80px auto auto;
  padding: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.terms {
  direction: ltr;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  white-space: normal;
  object-fit: none;
  object-position: 0% 0%;
  margin-bottom: 5px;
  padding-left: 0;
  overflow: visible;
}

.terms-heading {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
}

.close-icon {
  width: 70%;
  height: 70%;
  max-width: none;
  margin: 0;
  display: block;
  position: relative;
}

.p-returns {
  direction: ltr;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  white-space: normal;
  object-fit: none;
  object-position: 0% 0%;
  padding-left: 0;
  overflow: visible;
}

.footer-modal {
  color: #fff;
  cursor: pointer;
  margin-bottom: 9px;
}

.inner-privacy {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 20px 22px;
  display: block;
  overflow: scroll;
}

.p-indent {
  direction: ltr;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  white-space: normal;
  object-fit: none;
  object-position: 0% 0%;
  margin-bottom: 8px;
  padding-left: 10px;
  overflow: visible;
}

.close-privacy, .close-terms {
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.overlay-privacy {
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(7, 126, 133, .85);
  display: none;
  position: fixed;
}

.content-terms {
  z-index: 1;
  width: 40vw;
  height: 70vh;
  background-color: #fff;
  border-radius: 12px;
  margin: 80px auto auto;
  padding: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.inner-terms {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 20px 22px;
  display: block;
  overflow: scroll;
}

.hero-subhead {
  color: #fff;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 100%;
}

.grid-5 {
  grid-template: "Area Area-2"
  / 1fr 1fr 1fr 1fr;
}

.header-image {
  text-align: center;
}

.bold-text {
  font-weight: 300;
}

.pw-logo {
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-pw {
  font-size: 18px;
}

.ss11 {
  background-image: url('../images/ssr11.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss12 {
  background-image: url('../images/ssr12.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss14 {
  background-image: url('../images/ssr14.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss15 {
  background-image: url('../images/ssr15.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss16 {
  background-image: url('../images/ssr16.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss17 {
  background-image: url('../images/ssr17.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss18 {
  background-image: url('../images/ssr18.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss19 {
  background-image: url('../images/ssr19.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.strapline {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.strapline.section-bg-dark {
  color: #11883f;
  background-color: #1bad92;
  padding-top: 5px;
  padding-bottom: 5px;
}

.strapline.section-bg-light {
  padding-top: 0;
  padding-bottom: 0;
}

.strapline.promo {
  background-color: rgba(230, 230, 230, .83);
  padding-top: 10px;
  padding-bottom: 10px;
}

.strapline-heading {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.bold-text-2 {
  font-weight: 400;
}

.lightbox-title {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.about-paragraph-eng {
  min-width: 0;
  opacity: 1;
  color: #fff;
  text-align: center;
  order: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.about-heading-eng {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5;
}

.section-header {
  background-color: rgba(27, 172, 145, .83);
}

.about-header-eng {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.5;
}

.image-4 {
  margin-bottom: 20px;
}

.lightbox-link {
  position: static;
}

.hero-logo {
  width: 25%;
  height: 25%;
  margin-bottom: 25px;
}

.logo {
  max-width: 60%;
  margin-bottom: 20px;
}

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

.media-heading {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}

.media-para {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ss01 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/ssr01.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
}

.grid-bk-light {
  color: #141414;
  background-color: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  display: flex;
}

.media-para-dark {
  color: #000;
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.about-paragraph-mxf {
  min-width: 0;
  opacity: 1;
  color: #000;
  text-align: center;
  order: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.logo-mxf {
  margin-bottom: 20px;
}

.strapline-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-2 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

.promo-head {
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-2-copy {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

.strap-promo {
  padding-left: 40px;
}

.promo-para {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.strapline-promo-heading {
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.ss20 {
  background-image: url('../images/ssr20.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.ss21 {
  background-image: url('../images/ssr21.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ss22 {
  background-image: url('../images/ssr22.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.social {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-top: 40px;
  margin-bottom: 30px;
  position: static;
}

.link-block {
  background-color: #b46262;
}

.image-7, .link-block-2 {
  cursor: pointer;
}

.link-block-3 {
  margin-top: 0;
}

.linkedin {
  cursor: pointer;
  margin-top: 0;
}

.grid-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 10px;
  margin-bottom: 20px;
}

.features-bk {
  text-align: center;
  background-color: #fff;
  border: 2px solid rgba(27, 172, 145, .83);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.features-bk-icon {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.features-bk-head {
  width: auto;
  max-width: none;
  min-width: 100%;
  color: #1bac91;
  text-align: center;
  flex: none;
  order: 0;
  align-self: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.features-bk-p {
  width: 100%;
  color: #303030;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.features-bk-shadow {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  padding: 20px;
  display: block;
  box-shadow: 1px 1px 7px rgba(213, 229, 230, .85);
}

.features-divider {
  width: auto;
  height: 2px;
  background-color: rgba(103, 233, 209, .83);
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: block;
}

.media-intro {
  max-width: 85%;
  background-color: rgba(0, 0, 0, .53);
  margin-bottom: 30px;
}

.about-paragraph-copy {
  min-width: 0;
  opacity: 1;
  color: #333;
  text-align: center;
  order: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.about-sub-paragraph {
  min-width: 0;
  opacity: 1;
  color: #333;
  text-align: center;
  order: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

.about-benefits {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .global-link-button {
    height: auto;
    min-height: 0;
    min-width: 0;
  }

  .global-link-button.w--current {
    width: 0;
    height: 0;
    min-height: auto;
    min-width: auto;
    flex: none;
    position: relative;
  }

  .navbar-line {
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .navbar-menu {
    width: 100%;
    height: 70px;
    flex-direction: row;
    justify-content: flex-start;
    display: block;
    position: relative;
  }

  .section-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-head {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 100%;
  }

  .hero-p {
    max-width: 100%;
    text-align: center;
  }

  .hero-btn {
    font-size: 14px;
  }

  .container {
    max-width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .about-paragraph {
    min-width: 0%;
    text-align: center;
    line-height: 1.5;
  }

  .about-heading {
    max-width: 90%;
    min-width: 0%;
    text-align: center;
    padding-right: 0;
  }

  .about-block-bullet {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .about-icon-img {
    margin-right: 0;
  }

  .about-block-title {
    min-width: 100%;
    text-align: center;
    font-size: 20px;
  }

  .about-block-text {
    margin-top: 10px;
    font-size: 18px;
  }

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

  .section.section-bg-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.section-mxf {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .benefits-bk {
    padding: 10px 15px;
  }

  .benefits-head {
    font-size: 18px;
  }

  .about-img {
    margin-top: 0;
  }

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

  .heading {
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .media-p {
    max-width: 95%;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .benefits-sub {
    font-size: 17px;
    line-height: 1.2;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
  }

  .grid {
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, .5fr);
    grid-template-columns: 1fr 1fr;
  }

  .order-bk.order-border-s3 {
    border-left-style: none;
    border-right-style: solid;
  }

  .order-bk.order-border-s4 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .order-bk.order-border-s5 {
    border-right-style: solid;
  }

  .order-bk.order-border-s6 {
    border-left-style: none;
  }

  .order-bk-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .quote-sub {
    min-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .grid-bk {
    width: 100%;
    align-items: center;
  }

  .container-bk {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .accordian-toggle {
    height: 80px;
    text-align: center;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: visible;
  }

  .faq {
    text-align: center;
    white-space: break-spaces;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
  }

  .paragraph {
    text-align: center;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .media-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid-contact {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-bk-shadow {
    width: 100%;
    padding: 10px;
  }

  .contact-bk {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .contact-details-1 {
    min-width: 0;
    text-align: left;
    font-size: 16px;
  }

  .contact-sub {
    max-width: 80%;
    min-width: 553px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
  }

  .grid-footer {
    grid-column-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
  }

  .container-footer {
    max-width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .footer-bk-contact {
    margin-left: 0;
    padding-left: 0;
  }

  .image {
    max-width: 90%;
  }

  .contact-details-3 {
    min-width: 0%;
    text-align: left;
    font-size: 16px;
  }

  .contact-details-2 {
    width: 100%;
    min-width: 0;
    text-align: left;
    font-size: 16px;
  }

  .contact-icon-img {
    width: 50%;
    height: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .dropdown {
    flex: 0 auto;
    display: block;
  }

  .dropdown-link {
    z-index: auto;
    width: 150px;
    float: none;
    clear: none;
    color: #fff;
    text-align: right;
    background-color: #1bac91;
    border-top: 1px #000;
    border-bottom: 1px solid rgba(255, 255, 255, .83);
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 0%;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: hidden;
  }

  .dropdown-link.w--current {
    color: #acff05;
    cursor: pointer;
    text-decoration: none;
  }

  .dropdown-toggle {
    height: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 15px 0;
    display: flex;
  }

  .dropdown-toggle.w--open {
    background-color: #000;
    justify-content: flex-start;
  }

  .div-block {
    width: 40px;
    height: 40px;
  }

  .dropdown-list-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-list-2.w--open {
    float: right;
    object-fit: none;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: hidden;
  }

  .gallery-slider {
    width: 100%;
    height: 400px;
  }

  .slide-description {
    font-size: 20px;
    line-height: 16px;
  }

  .hero-subhead {
    text-align: center;
    font-size: 36px;
  }

  .grid-5 {
    display: none;
  }

  .pw-logo {
    width: 90%;
  }

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

  .strapline-heading {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
  }

  .about-paragraph-eng {
    min-width: 0%;
    text-align: center;
    line-height: 1.5;
  }

  .about-heading-eng, .about-header-eng {
    max-width: 100%;
    min-width: 0%;
    text-align: center;
  }

  .media-para {
    font-size: 18px;
  }

  .grid-bk-light {
    width: 100%;
    align-items: center;
  }

  .media-para-dark {
    margin-top: 5px;
    padding-top: 0;
    font-size: 18px;
  }

  .about-paragraph-mxf {
    min-width: 0%;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.5;
  }

  .strapline-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-5 {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .promo-head {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .image-6 {
    display: none;
  }

  .strap-promo {
    padding-left: 0;
  }

  .promo-para {
    text-align: center;
    font-size: 28px;
    line-height: 120%;
  }

  .strapline-promo-heading {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
  }

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

  .features-bk {
    padding: 10px 15px;
  }

  .features-bk-head {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-bk-p {
    margin-bottom: 10px;
  }

  .features-bk-shadow {
    width: 100%;
    padding: 10px;
  }

  .about-paragraph-copy {
    min-width: 0%;
    text-align: center;
    line-height: 1.5;
  }

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

  .about-sub-paragraph {
    min-width: 0%;
    text-align: center;
    line-height: 1.5;
  }

  .about-benefits {
    max-width: 90%;
    min-width: 0%;
    text-align: center;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    max-width: 95%;
  }

  .nav-container {
    max-width: none;
    flex: 1;
    padding-left: 0;
  }

  .hero-btn {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .about-paragraph {
    font-size: 22px;
    line-height: 1.4;
  }

  .about-heading {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 1.4;
  }

  .benefits-bk {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-bk-icon {
    margin-top: 5px;
  }

  .benefits-bk-head {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .heading {
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .order-bk {
    padding: 10px;
  }

  .order-bk-title {
    font-size: 20px;
  }

  .quote-sub {
    max-width: 80%;
    min-width: 0;
    margin-bottom: 20px;
  }

  .accordian-toggle {
    height: 80px;
    padding: 0;
  }

  .faq {
    direction: ltr;
    text-align: center;
    white-space: break-spaces;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    padding-right: 50px;
    font-size: 16px;
  }

  .paragraph {
    text-align: center;
  }

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

  .contact-details-1 {
    min-width: 0%;
    font-size: 18px;
  }

  .contact-sub {
    max-width: 100%;
    min-width: 0;
  }

  .grid-footer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-top: 20px;
  }

  .footer-p {
    text-align: center;
  }

  .footer-bk-link {
    align-items: center;
  }

  .contact-details-3, .contact-details-2 {
    min-width: 0%;
    font-size: 18px;
  }

  .dropdown-toggle {
    min-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle.w--open {
    width: 100%;
    padding-right: 0;
  }

  .gallery-slider {
    height: 300px;
  }

  .slide-description {
    height: auto;
    font-size: 18px;
    line-height: 12px;
  }

  .grid-5 {
    display: none;
  }

  .bold-text {
    font-size: 20px;
    line-height: 1.3;
  }

  .pw-logo {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .strapline-heading {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .about-paragraph-eng {
    line-height: 1.3;
  }

  .about-heading-eng {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.3;
  }

  .about-header-eng {
    max-width: 100%;
  }

  .media-para {
    margin-bottom: 15px;
  }

  .promo-head, .promo-para {
    font-size: 24px;
  }

  .strapline-promo-heading {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .features-bk-p {
    padding-bottom: 10px;
  }

  .features-bk-shadow {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-paragraph-copy {
    font-size: 20px;
    line-height: 1;
  }

  .about-sub-paragraph {
    font-size: 20px;
    line-height: 20px;
  }

  .about-benefits {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-container {
    flex: 1;
    padding-left: 0;
    position: relative;
  }

  .section-hero {
    height: 50vh;
    background-color: rgba(7, 126, 133, .85);
  }

  .hero-head {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-p {
    width: 90%;
    font-size: 16px;
    line-height: 1.3;
  }

  .hero-btn {
    display: none;
  }

  .hero-btn.w--current {
    display: block;
  }

  .container {
    justify-content: center;
    margin-bottom: auto;
  }

  .about-paragraph {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
  }

  .about-heading {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .about-heading.subheader {
    margin-bottom: 10px;
  }

  .about-icon-img {
    display: none;
    overflow: visible;
  }

  .about-block-title {
    font-size: 18px;
  }

  .about-block-text {
    font-size: 16px;
  }

  .section.section-bg-light {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .section.bottom {
    padding-bottom: 20px;
  }

  .section.section-mxf {
    background-color: #1bad92;
    background-image: url('../images/Maxflo_bg.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .section.intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .benefits-bk {
    padding: 5px 10px;
  }

  .benefits-bk-head {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .benefits-bk-p {
    font-size: 14px;
    line-height: 1.3;
  }

  .benefits-head {
    font-size: 16px;
    line-height: 1.3;
  }

  .about-img {
    margin-top: 0;
  }

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

  .heading {
    width: 90%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .media-p {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .grid {
    grid-template-rows: minmax(148px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr);
    grid-template-columns: 1fr;
  }

  .order-bk.border-s1, .order-bk.order-border-s3 {
    border-right-style: none;
  }

  .order-bk.order-border-s5 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .order-bk.order-border-s6 {
    border-bottom-style: solid;
  }

  .order-bk-title {
    margin-bottom: 0;
  }

  .order-bk-p {
    margin-bottom: 0;
    line-height: 1.3;
  }

  .quote-sub {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero-bk {
    justify-content: flex-end;
    margin-top: 20px;
  }

  .grid-bk {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .accordian-toggle {
    height: 80px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }

  .faq {
    width: 100%;
    max-height: none;
    max-width: none;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    position: relative;
  }

  .paragraph {
    text-align: center;
    margin-top: 10px;
    padding-top: 0;
    line-height: 1.3;
  }

  .media-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .faq-toggle-icon {
    margin: 0 0 -12px;
    padding-bottom: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .contact-bk {
    flex-direction: column;
    justify-content: center;
  }

  .contact-details-1 {
    text-align: center;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .contact-sub {
    line-height: 1.3;
  }

  .grid-footer {
    text-align: center;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .footer-p {
    width: 100%;
    text-align: center;
    display: block;
  }

  .footer-bk-link {
    align-items: center;
  }

  .image-2 {
    padding-top: 5px;
  }

  .contact-details-3, .contact-details-2 {
    text-align: center;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .contact-icon-img {
    display: none;
    overflow: visible;
  }

  .dropdown {
    width: 100%;
    max-width: 50%;
    clear: none;
    text-align: right;
    flex: 0 auto;
  }

  .dropdown-link {
    width: 100%;
    min-width: 50%;
    color: #fff;
    text-align: right;
    background-color: #1bac91;
    border-top-style: none;
    margin-top: 0;
  }

  .dropdown-toggle {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-toggle.w--open {
    width: 100%;
    max-width: none;
    min-width: 0%;
    clear: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-2.w--open {
    width: auto;
  }

  .gallery-slider {
    height: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slide-description {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .ss10 {
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .media-action {
    margin-bottom: 8px;
  }

  .hero-subhead {
    font-size: 24px;
  }

  .grid-5 {
    display: none;
  }

  .pw-logo {
    width: 90%;
    margin-top: 10px;
  }

  .button-pw {
    margin-top: 0;
  }

  .ss11, .ss12, .ss14, .ss15 {
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .ss16 {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .ss17, .ss18, .ss19 {
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .strapline.section-bg-dark {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .strapline.section-bg-light {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .strapline-heading {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .about-paragraph-eng {
    font-size: 16px;
    line-height: 1.3;
  }

  .about-heading-eng {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .about-header-eng {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.3;
  }

  .hero-logo {
    width: 60%;
  }

  .logo {
    width: 90%;
    max-width: 90%;
    margin-bottom: 10px;
  }

  .media-logo {
    margin-bottom: 10px;
  }

  .media-heading {
    margin-top: 10px;
  }

  .media-para {
    line-height: 20px;
  }

  .grid-bk-light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .media-para-dark {
    margin-bottom: 0;
    line-height: 120%;
  }

  .about-paragraph-mxf {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .strapline-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 90%;
    margin-right: 0;
    padding: 0;
  }

  .promo-head {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .image-6 {
    display: none;
  }

  .promo-para {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    overflow: visible;
  }

  .strapline-promo-heading {
    width: 90%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 16px;
  }

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

  .features-bk {
    padding: 5px 10px;
  }

  .features-bk-head {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .features-bk-p {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .features-divider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .media-intro {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .image-8 {
    display: none;
  }

  .about-paragraph-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
  }

  .header-logo {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .about-sub-paragraph {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
  }

  .about-benefits {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .about-benefits.subheader {
    margin-bottom: 10px;
  }
}

#w-node-_0bb7e598-a0dc-7341-f787-9170a4973435-c037ac49 {
  grid-area: Area;
}

#w-node-_032b82c5-cf6b-d265-86bc-cd60b4a59521-c037ac49 {
  align-self: center;
  justify-self: center;
}

#w-node-_6032a3c9-de3a-055b-8d3d-af76a986b2b3-c037ac49, #w-node-d73288d3-71a6-aebe-917e-0436e57b6d16-c037ac49, #w-node-_71802415-db3b-95ca-47ea-e26e6ca0770a-c037ac49, #w-node-_2776876a-de5c-7a99-04cb-a482abb1648d-c037ac49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_574c06ae-be37-30fb-fd00-7b9fdebbac6b-c037ac49 {
  align-self: stretch;
}

#w-node-_574c06ae-be37-30fb-fd00-7b9fdebbac72-c037ac49, #w-node-_574c06ae-be37-30fb-fd00-7b9fdebbac75-c037ac49, #w-node-_574c06ae-be37-30fb-fd00-7b9fdebbac77-c037ac49, #w-node-_574c06ae-be37-30fb-fd00-7b9fdebbac78-c037ac49, #w-node-_574c06ae-be37-30fb-fd00-7b9fdebbac7b-c037ac49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_880ae1d2-77e5-cefb-35a0-d290f4cecdd4-c037ac49 {
  align-self: stretch;
}

#w-node-ecb26907-f8c0-0495-7351-224b301dd8ec-c037ac49, #w-node-_1f18552b-0f3b-06a2-ac7a-7895a5e27cfd-c037ac49, #w-node-c705957b-ac76-06ce-088c-c2616d6decc2-c037ac49, #w-node-_4b1ba25e-838b-9db5-b828-cd3551f4b465-c037ac49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dcf3f1d-a836-c3fd-d894-c83ae7271376-c037ac49 {
  align-self: start;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3dcf3f1d-a836-c3fd-d894-c83ae7271376-c037ac49 {
    align-self: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3dcf3f1d-a836-c3fd-d894-c83ae7271376-c037ac49 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6032a3c9-de3a-055b-8d3d-af76a986b2b3-c037ac49 {
    align-self: center;
    justify-self: center;
  }

  #w-node-d73288d3-71a6-aebe-917e-0436e57b6d16-c037ac49 {
    justify-self: center;
  }

  #w-node-_71802415-db3b-95ca-47ea-e26e6ca0770a-c037ac49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_3dcf3f1d-a836-c3fd-d894-c83ae7271376-c037ac49 {
    justify-self: center;
  }
}


