:root {
  --black: black;
  --white: white;
  --almostwhite: #e6f4fa;
  --color: white;
  --midnight-blue: #0c2c4a;
  --iv-purple: #541876;
  --iv-red: #c9297b;
  --iv-blue: #164f82;
  --iv-cyan: #0cabdc;
  --cogrey: #6e6e6e;
  --color-3: #f7ac3b;
  --font-family: Montserrat, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #2d3958;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.slider-left {
  color: var(--black);
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.tab-button {
  color: #7540ee;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7540ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 35px;
  text-decoration: none;
  display: flex;
}

.tab-button.w--current {
  color: var(--white);
  background-color: #7540ee;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  overflow: hidden;
}

.slides {
  width: 100%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-tab {
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.load-bar-base {
  background-color: rgba(255, 255, 255, .2);
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-content {
  text-align: center;
  display: block;
  overflow: visible;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.paragraph {
  color: #7b88a8;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.heading {
  color: #02044a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.homepageslider {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.tabs {
  width: 100%;
  display: block;
}

.slider-base {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider-background {
  background-image: url('../images/Introvein-Front-product-onlySM.png'), linear-gradient(#96cee5 35%, #52718c);
  background-position: 50% 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 75%, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(163deg, var(--almostwhite), rgba(0, 0, 0, .1) 35%, rgba(0, 0, 0, .6)), url('../images/Clinician-Patinet-prepare-loactions2SM.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-background.background-03 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/Nurse-patient-insert-Catheter.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto 127%;
  background-image: linear-gradient(163deg, var(--almostwhite), rgba(0, 0, 0, .1) 35%, rgba(0, 0, 0, .6)), url('../images/Clinician-Patinet-prepare-loactions2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-background.background4 {
  background-image: linear-gradient(rgba(0, 0, 0, .1) 20%, rgba(22, 29, 57, .6)), url('../images/Nurse-patient-insert-CatheterCLOSE.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-background.background5 {
  background-image: linear-gradient(rgba(0, 0, 0, .1) 35%, rgba(22, 29, 57, .6)), url('../images/HospitalNurses-100.jpg');
  background-size: auto, cover;
}

.slider-heading {
  z-index: 99;
  color: var(--color);
  text-align: center;
  letter-spacing: -.03em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 722px;
  margin-top: 259px;
  font-family: Open Sans, sans-serif;
  font-size: 2.9em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-heading._4 {
  color: var(--color);
  margin-top: 84px;
}

.slider-heading._3 {
  margin-top: 0;
}

.slider-heading._2 {
  max-width: 764px;
  margin-top: -9px;
}

.text-span {
  color: var(--midnight-blue);
  text-align: left;
}

.navigation-flowbase {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 2%;
  display: flex;
  box-shadow: 34px 34px 74px rgba(56, 50, 124, .08);
}

.navigation-link-flowbase {
  align-items: center;
  display: flex;
}

.container-flowbase {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon {
  margin-right: 0;
}

.logo-mark-flowbase {
  width: 45px;
  margin-right: 16px;
}

.column-grey-flowbase {
  background-color: #f9f9fa;
  padding: 20px 16px 14px;
}

.navigation-menu-flowbase {
  white-space: nowrap;
  align-items: center;
  width: auto;
  display: flex;
}

.html-embed {
  height: 320px;
}

.toggle-flowbase {
  color: #fff;
  padding: 10px 20px 10px 10px;
}

.toggle-flowbase.w--open {
  color: #fff;
}

.nav-grid-flowbase {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.dropdown-list-flowbase {
  min-width: 254px;
}

.dropdown-list-flowbase.w--open {
  background-color: #fff;
  min-width: 440px;
  top: 72px;
  box-shadow: 37px 37px 62px -23px rgba(32, 26, 61, .08);
}

.text-link-flowbase {
  color: #8687a8;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.text-link-flowbase:hover {
  color: #212350;
}

.column-flowbase {
  padding: 20px 16px;
}

.button-clone-flowbase {
  color: #fff;
  text-align: center;
  background-color: #7839f3;
  border-radius: 10px;
  width: 100%;
  margin-left: 10px;
  padding: 14px 24px;
  font-size: 14px;
  transition: all .3s;
}

.button-clone-flowbase:hover {
  transform: translate(0, -2px);
}

.dropdown-flowbase {
  background-color: #7839f3;
  border-radius: 10px;
  padding: 2px 7px 2px 2px;
}

.clone-button {
  background-color: #7839f3;
  border-radius: 500px;
  margin-top: 32px;
  padding: 20px 38px;
  transition: all .35s;
}

.clone-button:hover {
  transform: translate(0, -4px);
}

.flowbase-banner {
  height: 64px;
}

.brand {
  z-index: 999;
  background-image: url('../images/Introvein_Brand_k.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 96%;
  width: 237px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-2 {
  color: var(--iv-purple);
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--iv-red);
}

.link {
  margin-top: 10px;
  margin-bottom: 0;
}

.link:hover {
  color: #ff6778;
}

.footergrid {
  background-color: var(--iv-blue);
  grid-template-rows: auto;
  height: 340px;
  margin-top: 0;
  padding-top: 25px;
}

.sociaicon {
  background-image: url('../images/SOCIAL-YouTube_1SOCIAL-YouTube.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 75px;
  height: 75px;
}

.sociaicon:hover {
  opacity: .57;
}

.sociaicon._2 {
  background-image: url('../images/SOCIAL-InstagramIcon_1SOCIAL-InstagramIcon.png');
}

.sociaicon._3 {
  background-image: url('../images/SOCIAL-Twitter_1SOCIAL-Twitter.png');
}

.sociaicon._4 {
  background-image: url('../images/SOCIAL-mail_1SOCIAL-mail.png');
}

.div-block-9 {
  flex-direction: column;
  margin-top: 11px;
  padding-left: 53px;
  display: flex;
}

.footertext {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.div-block-10 {
  background-image: url('../images/Introvein_Brand_w.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  height: 25px;
  margin-top: 11px;
  margin-bottom: 20px;
  margin-left: 19px;
  display: flex;
}

.socialmedia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 71px 71px 71px 71px;
  align-content: end;
  justify-content: center;
  height: 120px;
  margin-left: 60px;
  margin-right: 100px;
}

.sociaicon-crunchbase {
  background-image: url('../images/crunchbase.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 75px;
  height: 75px;
}

.sociaicon-crunchbase:hover {
  opacity: .57;
}

.sociaicon-wefunder {
  background-image: url('../images/WeFunder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 75px;
  height: 75px;
}

.sociaicon-wefunder:hover {
  opacity: .57;
}

.spaced {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  padding-left: 10px;
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.spaced.footer {
  color: #fff;
  margin-right: 0;
  font-family: Merriweather Sans, sans-serif;
}

.sociaicon-linkedin {
  background-image: url('../images/LinkedIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 75px;
  height: 75px;
}

.sociaicon-linkedin:hover {
  opacity: .57;
}

.div-block-11 {
  padding-left: 20px;
}

.text-field-box {
  color: #333;
  border: 1px solid #5a94eb;
  border-radius: 12px;
  height: auto;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.radio-button-field-4 {
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.radio-button-label-3 {
  color: #4e3e59;
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 400;
  display: block;
}

.text-field-6 {
  color: #333;
  border: 1px solid #5a94eb;
  border-radius: 12px;
  height: 45px;
  margin-bottom: 20px;
}

.form-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.div-block-63 {
  padding-left: 10px;
  padding-right: 10px;
}

.field-label-7 {
  color: #333;
  margin-bottom: 8px;
  margin-left: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-field-7 {
  outline-offset: 0px;
  color: #333;
  border: 1px solid #5a94eb;
  border-radius: 12px;
  outline: 3px #d9d9d9;
  height: 45px;
  margin-bottom: 20px;
}

.text-field-5 {
  color: #333;
  border: 1px solid #5a94eb;
  border-radius: 12px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.submit-button-4 {
  background-color: var(--iv-blue);
  border-radius: 12px;
  align-self: center;
  width: 100%;
  height: 47px;
  margin-top: 20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 20px;
}

.contactmodal {
  z-index: 9999;
  color: rgba(57, 57, 57, .42);
  background-color: rgba(57, 57, 57, .74);
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.field-label-5 {
  color: #333;
  -webkit-text-stroke-color: #333;
  margin-bottom: 8px;
  margin-left: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.radio-button-3 {
  width: 31px;
  height: 31px;
  margin-left: 0;
  font-size: 14px;
  display: block;
}

.closebutton {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/CloseButton.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contactmodalframe-2 {
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, var(--almostwhite), white);
  opacity: .88;
  border: 1px solid #5d524d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 641px;
  height: auto;
  margin: auto;
  padding: 40px 20px 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 8px 8px 18px 2px #393939;
}

.navbarmaster {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-self: center;
  justify-items: stretch;
  width: 1000px;
  margin-top: 20px;
  margin-left: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.nav-link-2.m {
  border: 1px solid var(--iv-blue);
  color: var(--iv-blue);
  text-align: center;
  border-radius: 14px;
  justify-content: center;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  transition: all .2s;
}

.nav-link-2.brit {
  opacity: .76;
  background-image: url('../images/UnuionJack_1UnuionJack.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 74%;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px 15px;
}

.nav-link-2.brit:hover {
  opacity: .64;
  background-position: 50%;
  background-size: 80%;
}

.nav-link-2.m {
  opacity: .54;
  color: #042544;
  text-align: center;
  border: 1px solid #042544;
  border-radius: 14px;
  justify-content: center;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  transition: all .2s;
}

.nav-link-2.m:hover {
  color: #f5f3f2;
  border-width: 2px;
  border-color: #fff;
}

.brandicon {
  background-image: url('../images/FERMIA-Brand.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 200px;
  height: 32px;
  display: flex;
}

.brandicon.w {
  background-image: url('../images/FERMIANAMEWHITE.svg');
}

.tagline {
  background-image: url('../images/MedicalAssistant_tag.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 203px;
  height: 24px;
  margin-top: 5px;
  margin-left: 17px;
  font-size: 14em;
  display: flex;
}

.brand-3 {
  z-index: 999;
  transform-style: preserve-3d;
  background-image: url('../images/Introvein_Brand_k.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 38px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.brand-3:hover {
  opacity: .72;
  filter: blur(1px);
  transform: translate(0);
}

.brand-3.w--current {
  justify-content: center;
  margin-top: 10px;
  position: static;
}

.brand-3.w--current:hover {
  opacity: .71;
  filter: blur(1px);
  transform: scale3d(1, 1, 1.4);
}

.nav-menu-5 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loginlink {
  justify-content: flex-end;
  width: 139px;
  display: flex;
}

.loginlink:hover {
  color: #ff6778;
}

.navbartext {
  color: #29033f;
  padding-top: 10px;
  font-size: 1.4em;
  font-weight: 300;
  display: flex;
}

.navbartext:hover {
  color: #ff6778;
}

.navbartext.h {
  color: var(--iv-blue);
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.navbartext.h {
  color: #042544;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s;
}

.navbartext.h:hover {
  color: var(--iv-red);
  font-weight: 500;
}

.div-block-53 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.home-container {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  display: flex;
  position: relative;
}

.pagecontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 857px;
  padding-top: 40px;
  padding-left: 0;
  display: grid;
}

.text {
  flex-flow: column;
  width: auto;
  margin-top: 74px;
  margin-left: -257px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-2 {
  color: var(--iv-blue);
  letter-spacing: -.5px;
  width: 600px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-span-6 {
  color: var(--iv-red);
}

.diagram {
  object-fit: none;
  width: 550px;
  min-width: 550px;
  height: 675px;
  min-height: 675px;
  margin-bottom: 58px;
  margin-left: 117px;
  position: relative;
  overflow: hidden;
}

.diagramtop {
  object-fit: fill;
  background-image: url('../images/Segment_top_mag-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 550px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.diagrammiddle {
  background-image: url('../images/SEGment_middle_purple-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 550px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.diagrambottom {
  background-image: url('../images/SEGment_bottom_cyan-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 550px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pagesectors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  height: 857px;
  padding-top: 40px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.diagramone {
  background-image: url('../images/SEGS-ONE-optimized.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagramtwo {
  background-image: url('../images/SEGS-TWOFinal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagramthree {
  background-image: url('../images/SEGSBLUE-ORANGE_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagramfour {
  z-index: 999;
  background-image: url('../images/SEGS-FOUR-ER_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagramfive {
  background-image: url('../images/SEGS-Five-senior_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagramsix {
  background-image: url('../images/SEGS-LAst.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-cost {
  width: 63%;
  margin-top: -39px;
  margin-left: 82px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-block {
  color: var(--midnight-blue);
  width: auto;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6em;
}

.brandcallout {
  flex-direction: column;
  width: 260px;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.div-block-64 {
  background-image: url('../images/TopLevelMessage.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 110px;
  margin-top: 35px;
}

.logotmark {
  background-image: url('../images/Introvein_Brand_k.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 249px;
  height: 58px;
}

.section {
  background-image: linear-gradient(to bottom, var(--almostwhite), var(--almostwhite)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-66 {
  background-image: url('../images/IntroveinPackShadsubtle.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sectorsfour {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 578px;
  padding-top: 0;
  padding-left: 0;
  display: grid;
  position: relative;
}

.order-copy {
  width: auto;
  margin-top: 115px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.references {
  border: 2px none var(--color);
  width: 340px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 17%;
  left: auto;
  right: 2%;
}

.cost-benefit-button {
  border: 7px solid var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 278px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 19px;
  padding: 11px 11px 11px 19px;
  transition: border-color .2s, border-width .2s;
  display: flex;
  transform: translate(0);
}

.cost-benefit-button:hover {
  border-width: 7px;
  border-color: var(--iv-cyan);
  border-radius: 20px;
}

.text-block-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-3 {
  color: #333;
  margin-left: 16px;
  font-weight: 400;
  transition: color .2s;
}

.text-block-3:hover {
  color: var(--iv-red);
  font-weight: 400;
}

.bold-text {
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.sectorfive {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  justify-items: center;
  height: 700px;
  padding-top: 88px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.featureimage {
  background-image: url('../images/UltrasoundTech_INtrovein_clinician.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 23px;
  width: 360px;
  height: 205px;
}

.feature-heading {
  color: var(--iv-purple);
  text-align: center;
  width: 84%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.feature-copy {
  text-align: center;
  width: 70%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.callto-action {
  color: #333;
  margin-top: 10px;
  margin-right: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.featurecallout {
  background-color: var(--almostwhite);
  color: #f2f2ec;
  text-align: center;
  background-image: linear-gradient(#e6f4fa, #e6f4fa);
  border-radius: 0 0 60px 60px;
  flex-direction: column;
  align-items: center;
  height: 55%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featurecallout._2 {
  background-image: linear-gradient(to top, var(--almostwhite), white 71%);
}

.featurecallout._3 {
  background-image: linear-gradient(346deg, var(--almostwhite), white);
}

.product-title {
  color: #042544;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}

.more-button {
  background-image: url('../images/MoreIcon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 87px;
  height: 34px;
  margin-top: 20px;
  display: none;
}

.subbutton {
  opacity: .84;
  background-image: url('../images/startAiConsult.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  height: 55px;
  padding-top: 0;
  transition: opacity .1s;
  display: flex;
}

.subbutton:hover {
  opacity: .43;
}

.paragraphsubhead {
  z-index: 999;
  color: #042544;
  text-align: center;
  width: 67%;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4em;
  position: relative;
}

.paragraphsubhead.product {
  z-index: 99;
  color: var(--cogrey);
  width: 84%;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

.handfreecallout {
  z-index: 99;
  background-image: url('../images/UltrasoundTech_INtrovein_clinician.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 60px 60px 61px 61px;
  width: 397px;
  height: 500px;
  position: relative;
}

.handfreecallout.nose {
  background-image: url('../images/Male-Plastic-Surgery_Mr-Mark-Gittos_Best-Plastic-Surgeon_UK-1.jpg');
  background-position: 37% 75%;
}

.arrow {
  color: red;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2em;
}

.procedure-wrinklesmo {
  z-index: 999;
  background-color: #8c807b;
  background-image: url('../images/ProcedureMO.png');
  background-position: 50% 73%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-radius: 60px 60px 61px 61px;
  width: 336px;
  height: 336px;
  padding-top: 125px;
  display: block;
  position: relative;
  overflow: visible;
}

.pressurebettercallout {
  z-index: 99;
  background-image: url('../images/Introvein_guide_by_pressure_diag.png');
  background-position: 50% -23%;
  background-repeat: no-repeat;
  background-size: 109%;
  border-radius: 60px 60px 61px 61px;
  width: 400px;
  height: 500px;
  position: relative;
}

.pressurebettercallout.nose {
  background-image: url('../images/Male-Plastic-Surgery_Mr-Mark-Gittos_Best-Plastic-Surgeon_UK-1.jpg');
  background-position: 37% 75%;
}

.doublepuncturecallout {
  z-index: 99;
  background-image: url('../images/FOUR.png');
  background-position: 50% -59%;
  background-repeat: no-repeat;
  background-size: 163%;
  border-radius: 60px 60px 61px 61px;
  width: 400px;
  height: 500px;
  position: relative;
}

.doublepuncturecallout.nose {
  background-image: url('../images/Male-Plastic-Surgery_Mr-Mark-Gittos_Best-Plastic-Surgeon_UK-1.jpg');
  background-position: 37% 75%;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--iv-red);
}

.c-faq-q-text {
  z-index: 999;
  color: var(--iv-purple);
  flex: 1;
  padding: 10px 10px 10px 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.c-faq-q {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  align-items: center;
  height: 79px;
  display: flex;
}

.c-faq-q:hover {
  background-color: rgba(225, 231, 245, .56);
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: rgba(108, 206, 248, .06);
  border: 1px solid rgba(0, 0, 0, 0);
  overflow: hidden;
}

.c-faq-a-text {
  padding: 20px 10px 20px 20px;
  display: flex;
}

.c-faq-a-text.lib {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: .9em;
  line-height: 1.4em;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.6em;
}

._w-faq-icon {
  background-image: url('../images/PLUSicon.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
  position: relative;
}

.faq-a-text {
  color: #274068;
  margin-left: 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

.faq-a-text.lib {
  z-index: 999;
  color: #042544;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: .9em;
  line-height: 1.4em;
  position: relative;
}

.div-block-14 {
  display: flex;
}

.faq1 {
  background-color: #fff;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-67 {
  display: flex;
}

.section-2 {
  background-image: url('../images/HospitalNurses-100.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

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

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

.text-span-12 {
  color: var(--iv-red);
}

.text-span-13 {
  color: var(--iv-cyan);
}

.text-span-14 {
  color: var(--iv-red);
}

.productslider {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.handsferee-callout {
  z-index: 99;
  background-image: url('../images/UltrasoundTech_INtrovein_clinician.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 60px 60px 61px 61px;
  width: 400px;
  height: 500px;
  position: relative;
}

.handsferee-callout.nose {
  background-image: url('../images/Male-Plastic-Surgery_Mr-Mark-Gittos_Best-Plastic-Surgeon_UK-1.jpg');
  background-position: 37% 75%;
}

.text-span-15 {
  color: var(--midnight-blue);
}

.text-span-16 {
  color: var(--iv-red);
}

.referencelink {
  text-decoration: none;
}

.referencelink:hover {
  color: var(--midnight-blue);
  font-weight: 700;
}

.new-navbar-home {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 1200px;
  margin-top: 20px;
  margin-left: 0;
  display: grid;
  position: absolute;
}

.nav-menu-6 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loginlink-2 {
  justify-content: flex-end;
  width: 139px;
  display: flex;
}

.loginlink-2:hover {
  color: #ff6778;
}

.div-block-68 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.diagram-copy {
  object-fit: none;
  height: 700px;
  min-height: 700px;
  margin-bottom: 42px;
  margin-left: 65px;
  position: relative;
  overflow: hidden;
}

.loginmodal {
  z-index: 9999;
  color: rgba(57, 57, 57, .42);
  background-color: rgba(57, 57, 57, .74);
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-7 {
  color: var(--midnight-blue);
  font-size: 23px;
}

.loginmodalframe {
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, var(--almostwhite), white);
  opacity: .88;
  border: 1px solid #5d524d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 641px;
  height: 450px;
  margin: auto;
  padding: 46px 30px 33px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 8px 8px 18px 2px #393939;
}

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

@media screen and (max-width: 991px) {
  .slider-left, .tab-button {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-background {
    background-size: 110%, auto;
  }

  .slider-heading {
    max-width: 500px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2.6em;
  }

  .slider-heading._3 {
    max-width: 552px;
    font-size: 2.6em;
  }

  .slider-heading._2 {
    max-width: 577px;
    font-size: 2.4em;
  }

  .container-flowbase {
    min-height: auto;
    position: relative;
  }

  .footergrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    height: 474px;
    padding-top: 52px;
    padding-bottom: 40px;
  }

  .div-block-9 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .footertext {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-10 {
    margin-left: 0;
  }

  .socialmedia {
    grid-template-rows: auto;
    justify-content: center;
    justify-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .spaced {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .spaced.footer {
    text-align: center;
    height: auto;
    margin-right: 0;
    display: block;
  }

  .div-block-11 {
    padding-left: 0;
  }

  .contactmodal {
    opacity: 1;
    width: 80vw;
    height: auto;
    display: none;
    position: fixed;
  }

  .navbarmaster {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .menu-button-2 {
    font-size: 15px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    font-size: 55px;
  }

  .icon-4 {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 49px;
    display: flex;
  }

  .nav-link-2.brit {
    background-image: url('../images/UnuionJack_1UnuionJack.png');
    background-size: 72%;
    justify-content: center;
    margin-right: 0;
  }

  .nav-link-2.m {
    justify-content: center;
    margin-left: 0;
    margin-right: 20px;
  }

  .brandicon {
    align-self: flex-start;
    width: 160px;
    margin-left: 0;
  }

  .tagline {
    align-self: flex-start;
    width: 166px;
    margin-top: 0;
    margin-left: 0;
  }

  .brand-3 {
    justify-content: center;
    width: 200px;
    margin-top: 20px;
    margin-left: 10px;
    left: 10%;
  }

  .brand-3.w--current {
    margin-left: 15px;
  }

  .nav-menu-5 {
    opacity: 1;
    color: #29033f;
    object-fit: fill;
    background-color: rgba(51, 51, 51, .89);
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 94vw;
    height: 279px;
    margin-top: 100px;
    margin-left: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .loginlink {
    justify-content: center;
    width: 300px;
    display: none;
  }

  .navbartext {
    color: #29033f;
    background-color: #fff;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    display: flex;
  }

  .navbartext.h {
    background-color: var(--iv-purple);
    color: #f5f3f2;
    background-color: rgba(126, 137, 155, .45);
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-size: 1.8em;
  }

  .pagecontent {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    position: relative;
  }

  .text {
    flex-flow: column;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 2.5em;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 1.2em;
  }

  .diagram {
    width: 348px;
    min-width: 348px;
    height: 416px;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 60px;
  }

  .diagramtop, .diagrammiddle {
    width: 348px;
  }

  .diagrambottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    width: 348px;
    display: grid;
  }

  .pagesectors {
    grid-row-gap: 20px;
    grid-template-rows: .5fr 1fr auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .diagramfour {
    position: absolute;
  }

  .text-cost {
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-block {
    font-size: 1.1em;
  }

  .brandcallout {
    width: 230px;
    height: auto;
    margin-top: 0;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-64 {
    height: 96px;
    margin-top: 20px;
  }

  .logotmark {
    width: 100%;
  }

  .section {
    margin-top: 64px;
  }

  .div-block-66 {
    background-position: 50%;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 220px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .sectorsfour {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .order-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: -69px;
    font-size: 10px;
    display: flex;
  }

  .references {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 220px;
    display: flex;
    left: 0%;
  }

  .cost-benefit-button {
    width: 219px;
    margin-top: 20px;
    padding-left: 11px;
  }

  .bold-text {
    font-size: 1.9em;
  }

  .sectorfive {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 20px;
  }

  .feature-heading {
    color: var(--iv-cyan);
    font-size: 1.7em;
  }

  .callto-action {
    font-size: 1.1em;
  }

  .featurecallout._2 {
    background-image: linear-gradient(to bottom, var(--iv-blue), var(--iv-blue));
  }

  .featurecallout._3 {
    background-color: var(--iv-blue);
    background-image: linear-gradient(to bottom, var(--iv-blue), var(--iv-blue));
  }

  .paragraphsubhead {
    font-size: 1em;
  }

  .paragraphsubhead.product {
    color: var(--almostwhite);
    width: 90%;
    font-size: 1.1em;
  }

  .handfreecallout {
    width: 290px;
    height: 300px;
  }

  .procedure-wrinklesmo {
    width: 290px;
    height: 300px;
    display: none;
  }

  .pressurebettercallout {
    background-size: 101%;
    width: 500px;
    height: 500px;
  }

  .doublepuncturecallout {
    background-position: 50% -105%;
    background-size: 144%;
    width: 500px;
    height: 500px;
  }

  .faq-a-text {
    font-size: .8em;
  }

  .faq-a-text.lib {
    margin-left: 20px;
    font-size: .9em;
  }

  .section-2 {
    background-color: var(--almostwhite);
    background-image: none;
    background-size: auto;
  }

  .handsferee-callout {
    background-position: 50% -49%;
    background-size: 564px;
    width: 500px;
    height: 500px;
  }

  .new-navbar-home {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .icon-5 {
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    font-size: 49px;
    display: flex;
  }

  .nav-menu-6 {
    opacity: 1;
    color: #29033f;
    background-color: rgba(51, 51, 51, .89);
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 90vw;
    height: 260px;
    margin-top: 100px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .loginlink-2 {
    justify-content: center;
    width: 300px;
    display: none;
  }

  .diagram-copy {
    justify-content: center;
    align-items: baseline;
    width: 100%;
    height: 365px;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .section-3 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    display: flex;
  }

  .loginmodal {
    opacity: 1;
    display: none;
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    bottom: 5%;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-background {
    background-position: 50% 26%, 0 0;
    background-size: 106%, auto;
  }

  .slider-heading {
    margin-top: 124px;
    font-size: 1.9em;
  }

  .socialmedia {
    grid-column-gap: 10px;
  }

  .contactmodal {
    display: none;
  }

  .contactmodalframe-2 {
    width: 98vw;
    padding-left: 20px;
  }

  .navbarmaster {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-button-2 {
    margin-top: 5px;
    margin-right: 20px;
  }

  .nav-link-2.brit {
    margin-left: 10px;
    margin-right: 0;
  }

  .nav-link-2.m {
    margin-left: 20px;
    margin-right: 0;
  }

  .tagline {
    width: 162px;
  }

  .brand-3 {
    align-items: center;
    width: 180px;
    margin-top: 27px;
    margin-left: 20px;
    left: 0%;
  }

  .nav-menu-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .loginlink {
    display: none;
  }

  .navbartext {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-container {
    width: auto;
  }

  .pagecontent {
    grid-template-columns: 1fr;
    height: auto;
  }

  .heading-2 {
    text-align: center;
    font-size: 2.2em;
  }

  .paragraph-2 {
    width: auto;
  }

  .diagram {
    justify-content: flex-start;
    align-items: flex-start;
    width: 348px;
    min-width: 348px;
    min-height: 416px;
    display: flex;
  }

  .diagramtop, .diagrammiddle, .diagrambottom {
    background-position: 0 0;
    justify-content: flex-start;
    align-items: flex-end;
    width: 348px;
    display: flex;
  }

  .pagesectors {
    justify-content: center;
  }

  .text-cost {
    font-size: 13px;
    line-height: 17px;
  }

  .order-copy {
    margin-top: 0;
  }

  .references {
    align-items: center;
    width: 330px;
    margin-bottom: 20px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cost-benefit-button {
    width: 300px;
    margin-top: 10px;
    padding-left: 11px;
  }

  .feature-heading {
    color: var(--iv-cyan);
    width: 90%;
    font-size: 1.6em;
  }

  .featurecallout._2, .featurecallout._3 {
    background-image: linear-gradient(to bottom, var(--iv-blue), var(--iv-blue));
    padding-bottom: 20px;
  }

  .paragraphsubhead.product {
    color: var(--almostwhite);
    width: 80%;
    padding-bottom: 0;
    line-height: 1.3em;
    overflow: scroll;
  }

  .pressurebettercallout, .doublepuncturecallout {
    width: 80%;
  }

  .c-faq-a {
    position: relative;
  }

  .c-faq-a-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-faq-a-text.lib {
    align-items: center;
    position: relative;
  }

  .faq-a-text.lib {
    font-size: .9em;
  }

  .productslider {
    display: none;
  }

  .handsferee-callout {
    width: 80%;
    height: 488px;
  }

  .new-navbar-home {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    width: 100vw;
    height: 100px;
    margin-top: 40px;
    padding-top: 10px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-5 {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu-6 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .loginlink-2, .div-block-68 {
    display: none;
  }

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

  .loginmodal {
    display: none;
  }

  .loginmodalframe {
    width: 98vw;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .tabs-menu {
    bottom: 2%;
  }

  .tabs-content {
    padding-top: 0;
  }

  .text-block {
    font-size: 14px;
  }

  .slider-background {
    background-position: 50% 17%, 0 0;
    background-size: 117%, auto;
  }

  .slider-background.background-02 {
    background-position: 0 0, 50%;
    background-size: auto, auto 100%;
  }

  .slider-heading {
    max-width: 360px;
    margin-top: 25px;
    font-size: 28px;
    line-height: 33px;
  }

  .slider-heading._4 {
    font-size: 23px;
    line-height: 31px;
  }

  .slider-heading._3 {
    font-size: 2em;
    line-height: 31px;
  }

  .slider-heading._2 {
    font-size: 1.8em;
    line-height: 30px;
  }

  .text-link-flowbase, .dropdown-flowbase, .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .footertext {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .socialmedia {
    display: none;
  }

  .spaced {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contactmodal {
    width: auto;
    display: none;
  }

  .closebutton {
    width: 30px;
    height: 30px;
  }

  .contactmodalframe-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .navbarmaster {
    background-color: rgba(0, 0, 0, 0);
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
    height: 100px;
    margin-top: 0;
  }

  .icon-4 {
    font-size: 42px;
  }

  .nav-link-2.brit {
    display: none;
  }

  .nav-link-2.m {
    flex-direction: row;
    align-items: center;
    width: 100px;
    height: auto;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .brandicon {
    align-self: flex-start;
    align-items: flex-start;
    width: 123px;
    height: 27px;
    margin-top: 10px;
    display: flex;
  }

  .tagline {
    width: 127px;
  }

  .brand-3 {
    width: 144px;
    margin-top: 10px;
  }

  .brand-3.w--current {
    width: 147px;
    margin-top: 0;
  }

  .nav-menu-5 {
    z-index: 999;
    background-color: rgba(51, 51, 51, .75);
    margin-top: 100px;
  }

  .loginlink {
    width: 120px;
  }

  .navbartext.h {
    font-size: 1.4em;
  }

  .navbartext.h:hover {
    color: #9cc7d3;
  }

  .home-container {
    justify-content: center;
    align-items: center;
  }

  .text {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 1.8em;
  }

  .paragraph-2 {
    font-size: .9em;
  }

  .diagram {
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    min-width: auto;
    height: 320px;
    min-height: 320px;
    margin-left: 0;
  }

  .diagramtop {
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
  }

  .diagrammiddle, .diagrambottom {
    width: 300px;
  }

  .pagesectors {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: start;
    justify-content: center;
    align-items: start;
    justify-items: center;
  }

  .text-cost {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: 300px;
    display: flex;
  }

  .paragraph-block {
    text-align: center;
    font-size: 1em;
    line-height: 1.4em;
  }

  .brandcallout {
    justify-content: flex-start;
    align-items: center;
    height: 200px;
    display: flex;
    position: relative;
    top: 0%;
  }

  .div-block-64 {
    width: 75%;
    height: 86px;
    margin-top: 0;
  }

  .sectorsfour {
    height: 500px;
    margin-top: 220px;
  }

  .references {
    width: 320px;
  }

  .sectorfive {
    align-items: baseline;
    margin-top: 20px;
  }

  .sectionwhite {
    height: auto;
  }

  .feature-heading {
    width: auto;
    margin-top: 20px;
    font-size: 1.4em;
  }

  .featurecallout._2 {
    height: 300px;
    margin-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featurecallout._3 {
    height: 300px;
    margin-top: 200px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .more-button {
    height: 35px;
  }

  .paragraphsubhead {
    width: 84%;
    font-size: .9em;
  }

  .paragraphsubhead.product {
    width: auto;
    font-family: Merriweather Sans, sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
    display: flex;
    overflow: scroll;
  }

  .pressurebettercallout {
    background-size: 132%;
    width: 85%;
    height: 500px;
  }

  .doublepuncturecallout {
    background-size: 180%;
    width: 85%;
    height: 340px;
  }

  .c-faq-q-text {
    padding-right: 10px;
    font-size: .8em;
    line-height: 1.2em;
  }

  .c-faq-q {
    background-color: #fff;
    border-top: 3px solid #26a8df;
    border-radius: 0;
  }

  .c-faq-a-text {
    padding-left: 10px;
  }

  .faq-a-text {
    font-size: .6em;
  }

  .faq-a-text.lib {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: .7em;
  }

  .handsferee-callout {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    height: 500px;
    margin-bottom: 20px;
    display: flex;
  }

  .new-navbar-home {
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: end;
    justify-items: stretch;
    height: 100px;
    margin-top: 34px;
    padding-top: 40px;
    position: absolute;
  }

  .icon-5 {
    font-size: 42px;
  }

  .nav-menu-6 {
    z-index: 999;
    background-color: rgba(51, 51, 51, .75);
    margin-top: 100px;
  }

  .loginlink-2 {
    width: 120px;
  }

  .diagram-copy {
    height: 208px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 14px;
  }

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

  .loginmodal {
    display: none;
  }

  .loginmodalframe {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 700px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}

#w-node-_09c3f3ea-b187-3898-b4f3-336657344ae7-286b6567 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_09c3f3ea-b187-3898-b4f3-336657344aec-286b6567 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-cf4ccd97-7b88-010d-7fd7-69f4e9124bf3-286b6567 {
  align-self: center;
}

#w-node-b0e7569f-2c7c-0786-2ab7-b3968552c0df-286b6567 {
  align-self: end;
  justify-self: start;
}

#w-node-_292b7cbb-c5fd-e66e-0efb-9e6b5e1307f4-286b6567 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_909188ca-70bd-9d7f-70cd-5949493a51d1-286b6567 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_909188ca-70bd-9d7f-70cd-5949493a51db-286b6567 {
  align-self: end;
}

#w-node-fba4327c-e943-9f56-5abb-aba8aded2413-286b6567 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_8213341e-6003-a76b-ad03-4e6d15c0883e-286b6567, #w-node-_8213341e-6003-a76b-ad03-4e6d15c0883f-286b6567 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8213341e-6003-a76b-ad03-4e6d15c0884e-286b6567 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8213341e-6003-a76b-ad03-4e6d15c0884f-286b6567 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: end;
}

#w-node-_8213341e-6003-a76b-ad03-4e6d15c08855-286b6567 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_09c3f3ea-b187-3898-b4f3-336657344aea-286b6567 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-_09c3f3ea-b187-3898-b4f3-336657344aec-286b6567 {
    grid-column: 2 / 3;
  }

  #w-node-cf4ccd97-7b88-010d-7fd7-69f4e9124bf3-286b6567 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b0e7569f-2c7c-0786-2ab7-b3968552c0df-286b6567 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_14799405-99a5-7190-99f9-47c4e7e9a92f-286b6567 {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_292b7cbb-c5fd-e66e-0efb-9e6b5e1307f4-286b6567 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_909188ca-70bd-9d7f-70cd-5949493a51d1-286b6567 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_909188ca-70bd-9d7f-70cd-5949493a51db-286b6567 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fba4327c-e943-9f56-5abb-aba8aded2412-286b6567 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-fba4327c-e943-9f56-5abb-aba8aded2413-286b6567 {
    grid-column: 1 / 2;
    grid-row-start: 2;
    justify-self: center;
  }

  #w-node-_8213341e-6003-a76b-ad03-4e6d15c0883e-286b6567 {
    justify-self: center;
  }

  #w-node-_8213341e-6003-a76b-ad03-4e6d15c0884e-286b6567 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_8213341e-6003-a76b-ad03-4e6d15c0884f-286b6567 {
    grid-row: 1 / 2;
    grid-column-end: 5;
    align-self: start;
    justify-self: center;
  }

  #w-node-_8213341e-6003-a76b-ad03-4e6d15c08855-286b6567 {
    grid-row: span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09c3f3ea-b187-3898-b4f3-336657344ae7-286b6567 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_09c3f3ea-b187-3898-b4f3-336657344aea-286b6567 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-cf4ccd97-7b88-010d-7fd7-69f4e9124bf3-286b6567 {
    grid-column-end: 2;
    justify-self: center;
  }

  #w-node-b0e7569f-2c7c-0786-2ab7-b3968552c0df-286b6567 {
    align-self: end;
    justify-self: center;
  }

  #w-node-_14799405-99a5-7190-99f9-47c4e7e9a92f-286b6567 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-fba4327c-e943-9f56-5abb-aba8aded2413-286b6567 {
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_09c3f3ea-b187-3898-b4f3-336657344ae7-286b6567 {
    grid-column: 1 / 2;
  }

  #w-node-_09c3f3ea-b187-3898-b4f3-336657344aea-286b6567 {
    grid-column: 2 / 3;
  }

  #w-node-_09c3f3ea-b187-3898-b4f3-336657344aec-286b6567 {
    grid-column: 1 / 2;
    align-self: center;
  }

  #w-node-_292b7cbb-c5fd-e66e-0efb-9e6b5e1307f4-286b6567 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_909188ca-70bd-9d7f-70cd-5949493a51d1-286b6567 {
    grid-column-end: 2;
  }

  #w-node-_909188ca-70bd-9d7f-70cd-5949493a51db-286b6567 {
    grid-row: 2 / 3;
  }

  #w-node-_1a366b0c-38d4-881c-b095-3125bdba7ab2-286b6567 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_6f71dc7a-bb49-fce1-4bea-34aea3b6a12c-286b6567 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e457465d-4ff3-ac38-ce17-d69a276b9168-286b6567 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}