@font-face {
  font-family: Josefinsans Variablefont Wght;
  src: url('../fonts/JosefinSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Josefinsans Variablefont Wght;
  src: url('../fonts/JosefinSans-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype"), url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype"), url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Italic.ttf') format("truetype"), url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype"), url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype"), url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary: #7a003c;
  --primary: #f8efeb;
  --body: 1rem;
  --accent: #473144;
  --h1: 2.986rem;
  --h3: 2.074rem;
  --smallbody: .833rem;
  --h5: 1.44rem;
  --linecolor: #47314433;
  --h6: 1.2rem;
  --h2: 2.488rem;
  --h4: 1.728rem;
  --label: .694rem;
}

a {
  color: var(--secondary);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--secondary);
  text-decoration-color: var(--secondary);
  font-style: italic;
  font-weight: 700;
}

.navbar-logo-left {
  z-index: 9999;
  background-color: var(--primary);
  border-bottom: 1px solid #0000;
  max-width: none;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  border-bottom: 1px solid #0003;
  width: 100%;
  max-width: 1276px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand.w--current {
  max-width: none;
}

.nav-menu-wrapper {
  display: none;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  font-family: Lato, Arial, sans-serif;
  font-size: var(--body);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.herowrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  padding: 112px 60px;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  max-width: 1276px;
  height: auto;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: var(--secondary);
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-menu-desktop {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-cta-desktop {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-left {
  width: 50%;
  min-width: 450px;
}

.hero-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.h1 {
  color: var(--accent);
  font-size: var(--h1);
  font-weight: 900;
  line-height: 120%;
  position: relative;
}

.primarybutton {
  background-color: var(--secondary);
  font-size: var(--body);
  border-radius: 8px;
  padding: 12px 48px;
  font-weight: 700;
  text-decoration: none;
}

.primarybutton.pbwhite.pb-margin {
  color: var(--secondary);
  background-color: #fff;
  font-style: normal;
}

.primarybutton.pb-hero {
  font-style: normal;
}

.primarybutton.pb-margin {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  font-style: normal;
  display: flex;
}

.secondarybutton {
  border: 2px solid var(--secondary);
  color: var(--secondary);
  font-size: var(--body);
  background-color: #fff0;
  border-radius: 8px;
  padding: 12px 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.hero-btn-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.hero-stat-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 4rem;
  display: flex;
}

.hero-stat-title {
  color: var(--secondary);
  font-size: var(--h5);
  font-weight: 700;
  line-height: 120%;
}

.hero-stat-subtitle {
  color: var(--accent);
  font-size: var(--body);
  max-width: 40ch;
  line-height: 140%;
}

.hero-stat-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-divider {
  background-color: var(--linecolor);
  width: 3px;
  height: 70px;
}

.hero-divider.divider-1 {
  display: none;
}

.hero-photo {
  z-index: 3;
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  transform: rotate(7deg);
}

.hero-card {
  z-index: -5;
  background-color: var(--secondary);
  border-radius: 16px;
  width: 400px;
  height: 550px;
  position: relative;
  transform: rotate(4deg);
}

.hero-card.card1 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: rotate(12deg);
}

.hero-card.card2 {
  z-index: 2;
  background-color: var(--accent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: rotate(1deg);
}

.hero-card-wrapper {
  width: 80%;
  position: relative;
}

.text-span {
  color: var(--secondary);
  background-image: url('../images/Vector-10.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  position: relative;
}

.text-span-2 {
  color: var(--secondary);
  background-image: url('../images/Vector-11.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.cert-banner-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, #64183d, #7a003c);
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 64px 48px;
  display: flex;
}

.image, .image-2 {
  min-width: 0;
  max-width: 100%;
  min-height: 30px;
  max-height: 70px;
  display: block;
}

.image-3 {
  min-width: 0;
  min-height: 30px;
  max-height: 70px;
  display: block;
}

.image-4 {
  min-width: 0;
  max-width: 100%;
  min-height: 30px;
  max-height: 70px;
  display: block;
}

.image-5 {
  flex: 0 auto;
  min-width: 0;
  min-height: 30px;
  max-height: 70px;
  display: block;
}

.stat-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, #64183d, #7a003c);
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.section-3 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.section-4 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.section-5 {
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.section-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.section-7 {
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, #64183d, #7a003c);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.section-8 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tq-wrapper, .gbp-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  max-width: 1276px;
  padding: 112px 60px;
  display: flex;
}

.testimonials-wrapper {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1276px;
  padding: 112px 60px;
  display: flex;
  overflow: visible;
}

.services-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1276px;
  padding: 112px 60px;
  display: flex;
}

.ptw-wrapper {
  justify-content: center;
  align-items: center;
  padding: 112px 60px;
  display: flex;
}

.iti-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1276px;
  padding: 112px 60px;
  display: flex;
}

.benefits-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1276px;
  padding: 24px 60px 112px;
  display: flex;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1276px;
  padding: 112px 60px;
  display: flex;
}

.tq-left, .gbp-right {
  width: 50%;
}

.accordion1-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion1-wrapper.accordion2-wrapper {
  margin-top: 24px;
}

.accordion1-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #0000004d;
  border-bottom-style: solid;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion1-block.accordion2 {
  border-style: none none none solid;
  border-left-width: 2px;
  padding: 0 16px;
}

.accordion1-heading, .accordion1-heading.accordion2-heading {
  font-size: var(--h5);
  font-weight: 900;
}

.accordion1-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion1-content {
  overflow: hidden;
}

.accordion1-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion1-arrow {
  width: 40px;
  height: auto;
}

.accordion1-icons {
  width: 30px;
}

.tq-imgwrapper {
  border-radius: 16px;
  height: 500px;
  overflow: hidden;
}

.image-6 {
  object-fit: scale-down;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 29px;
}

.section-heading {
  color: var(--accent);
  font-size: var(--h2);
  text-align: left;
  font-weight: 900;
}

.section-heading.sh-white {
  color: var(--primary);
}

.section-heading.sh-center {
  text-align: center;
}

.section-heading.white {
  color: #fff;
}

.section-paragraph {
  color: var(--accent);
  font-size: var(--h6);
  font-weight: 400;
  line-height: 140%;
}

.section-paragraph.sp-white {
  color: var(--primary);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-paragraph.sp-center {
  text-align: center;
  max-width: 80ch;
  line-height: 140%;
}

.section-paragraph.white {
  color: #fff;
  font-weight: 300;
}

.section-titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-titles.st-centered {
  justify-content: flex-start;
  align-items: center;
}

.section-label {
  color: var(--secondary);
  font-size: var(--smallbody);
  font-weight: 900;
  line-height: 0;
}

.section-label.wl-white {
  color: var(--primary);
}

.section-label.white {
  color: #fff;
}

.section-label-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-title-wrapper.stw-center {
  justify-content: flex-start;
  align-items: center;
}

.accordion1-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gbp-left {
  width: 50%;
}

.accordion2-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion2-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #0000004d;
  border-left: 2px solid #0000004d;
  flex-flow: column;
  width: 100%;
  padding: 20px 16px;
  display: flex;
}

.accordion2-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion2-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion2-arrow {
  width: 40px;
  height: auto;
}

.accordion2-content {
  overflow: hidden;
}

.accordion1-block-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #0000004d;
  border-bottom-style: solid;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion2-heading {
  font-size: var(--h6);
}

.image-7 {
  border-radius: 16px;
}

.slider {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.slide {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 24px;
  padding-left: 16px;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  height: 250px;
  padding: 32px 24px 16px;
  display: flex;
}

.slide-nav {
  width: 100%;
  margin-top: 15px;
  top: 259px;
}

.left-arrow-2 {
  margin-top: 15px;
  top: 80%;
  left: 25%;
}

.right-arrow {
  margin-top: 15px;
  top: 80%;
  right: 25%;
}

.mask {
  overflow: visible;
}

.slide-2 {
  margin-left: 24px;
}

.avatar-circle {
  background-color: var(--primary);
  background-image: url('../images/Avatar1.jpeg');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #473144;
  border-radius: 600px;
  width: 80px;
  height: 80px;
  margin-bottom: -60px;
  position: absolute;
  top: -57px;
}

.avatar-circle.ac2 {
  background-image: url('../images/Avatar2.jpeg');
}

.avatar-circle.ac3 {
  background-image: url('../images/Avatar3.jpeg');
}

.avatar-circle.ac4 {
  background-image: url('../images/avatar4.jpg');
}

.avatar-circle.ac5 {
  background-image: url('../images/avatar5.jpeg');
}

.avatar-circle.ac6 {
  background-image: url('../images/ac6.jpeg');
}

.avatar-circle.ac7 {
  background-image: url('../images/ac7.jpeg');
}

.avatar-circle.ac8 {
  background-image: url('../images/ac8.jpeg');
}

.avatar-circle.ac9 {
  background-image: url('../images/ac9.jpeg');
}

.testimonial-text {
  font-size: 14px;
  line-height: 140%;
}

.testimonial-divider {
  background-color: #0000004d;
  height: 2px;
}

.testimonial-name {
  font-family: Lato, Arial, sans-serif;
  font-size: var(--h6);
  font-style: italic;
  font-weight: 900;
}

.testimonial-company {
  font-size: var(--smallbody);
}

.testimonial-btm-half {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.slide-3 {
  width: 100%;
  margin-right: 32px;
}

.tab-link-tab-1 {
  color: #929292;
  background-color: #c8c8c800;
  border-bottom: 2px solid #0000004d;
  width: 33.3%;
}

.tab-link-tab-1.w--current {
  border-bottom: 3px solid var(--secondary);
  color: #000;
  background-color: #0000;
  width: auto;
}

.tab-link-tab-2 {
  color: #929292;
  background-color: #ddd0;
  border: 1px #000;
  border-bottom: 2px solid #0000004d;
  width: auto;
}

.tab-link-tab-2.w--current {
  border-style: none none solid;
  border-width: 2px 2px 3px;
  border-color: var(--secondary);
  color: #000;
  background-color: #92696900;
  border-radius: 0;
}

.tab-link-tab-3 {
  color: #929292;
  background-color: #ddd0;
  border: 1px #000;
  border-bottom: 2px solid #0000004d;
  width: auto;
}

.tab-link-tab-3.w--current {
  border-bottom: 3px solid var(--secondary);
  color: #000;
  background-color: #94898900;
}

.tabs-title {
  font-size: var(--h6);
  text-align: center;
  font-style: normal;
}

.tq-right {
  width: 50%;
}

.tabs-menu {
  z-index: 10000;
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.tabs {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  min-width: auto;
  max-width: none;
  display: block;
}

.testimonial-slider {
  background-color: #ddd0;
  width: 100%;
}

.testimonial-slider-wrapper {
  background-color: #e4090900;
  width: 100%;
}

.div-block-2 {
  z-index: 5;
  background-color: #f000;
  background-image: linear-gradient(135deg, #0000004d, #78787800 47%, #0000004d);
  width: 200vw;
  height: 100%;
  position: absolute;
  top: -57px;
  left: -50vw;
  right: auto;
  overflow: hidden;
}

.mobile-slider {
  display: none;
}

.mobiile-slider {
  background-color: #ddd0;
  width: 100%;
  display: none;
}

.mobile-testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 33%;
  height: auto;
  padding: 24px 24px 16px;
  display: flex;
}

.mobile-left-arrow, .mobile-right-arrow {
  top: 80%;
}

.mobile-slide-nav {
  width: 100%;
  top: 259px;
}

.mobile-slide {
  width: 100%;
  margin-right: 32px;
}

.mobile-mask {
  overflow: visible;
}

.testimonial-card-copy {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 33%;
  height: auto;
  padding: 24px 24px 16px;
  display: flex;
}

.text-block {
  max-width: 60ch;
}

.tabs-subtitle {
  font-size: var(--h5);
  font-weight: 700;
}

.tabs-paragraph {
  font-size: var(--h6);
  text-align: left;
  max-width: none;
  padding-left: 0;
  font-weight: 300;
  line-height: 140%;
}

.tab-pane-tab-1 {
  width: auto;
  max-width: none;
  padding-top: 28px;
}

.tabs-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  width: auto;
  padding-top: 28px;
}

.tabs-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--secondary);
  background-color: #fcfcfc;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 20px 30px;
  display: flex;
}

.tabs-card-head {
  color: var(--accent);
  font-size: var(--h5);
  text-align: left;
  font-weight: 700;
}

.tabs-card-body {
  text-align: left;
  width: auto;
  line-height: 140%;
}

.tabs-card-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  max-width: none;
  margin-top: 32px;
  display: grid;
}

.tabs-card-row2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.tabs-subtext {
  color: var(--secondary);
  font-size: var(--smallbody);
  max-width: 80ch;
  margin-top: 24px;
  margin-left: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
}

.tabs-content {
  width: auto;
}

.tabs-card2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--secondary);
  background-color: #fcfcfc;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-height: 110px;
  padding: 20px 30px;
  display: flex;
}

.tabs-card-row3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.tabs-card3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fcfcfc;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 20px 30px;
  display: flex;
}

.tabs-quote {
  font-size: var(--smallbody);
  text-align: left;
  width: 100%;
  max-width: none;
  padding-left: 0;
  font-weight: 700;
  line-height: 120%;
}

.tabs-text3 {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-paragraph3 {
  font-size: var(--h6);
  text-align: left;
  width: 100%;
  max-width: none;
  padding-left: 0;
  font-weight: 300;
  line-height: 140%;
}

.ptw-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  max-width: 1276px;
  padding: 48px 60px;
  display: flex;
}

.ptw-left, .ptw-right {
  width: 50%;
}

.ptw-img-wrap {
  border-radius: 16px;
  height: 500px;
  overflow: hidden;
}

.ptw-img {
  border-radius: 16px;
  width: 100%;
  position: relative;
}

.iti-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-end;
  align-items: center;
  max-width: 1276px;
  max-height: 700px;
  padding: 48px 60px 24px;
  display: flex;
}

.iti-left {
  object-fit: fill;
  width: 50%;
  height: auto;
  position: static;
  left: -407px;
}

.iti-right {
  width: 50%;
}

.iti-img-wrap {
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 300px;
  margin-left: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iti-img {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 16px;
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.benefits-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefits-card1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: var(--h5);
  text-align: center;
  font-weight: 700;
}

.benefits-text {
  font-size: var(--body);
  text-align: center;
  max-width: 40ch;
  line-height: 140%;
}

.cta-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-end;
  align-items: center;
  max-width: 1276px;
  max-height: 700px;
  padding: 48px 60px;
  display: flex;
}

.cta-left {
  object-fit: fill;
  width: 50%;
  height: auto;
  position: static;
  left: -407px;
}

.cta-right {
  width: 50%;
}

.cta-img-wrap {
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 320px;
  max-width: none;
  height: 300px;
  margin-left: 0%;
  margin-right: -90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-img {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 100% 0%;
  border-radius: 16px;
  flex: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.link-copy {
  color: var(--secondary);
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navbar-link {
  color: var(--secondary);
  font-style: normal;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.benefits-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gbp-mobile, .ptw-mobile {
  width: 50%;
  display: none;
}

.cta-mobile {
  object-fit: fill;
  width: 50%;
  height: auto;
  display: none;
  position: static;
  left: -407px;
}

.div-block-3.my-tabs {
  height: 0;
  display: block;
}

.image-11 {
  width: 300px;
  position: absolute;
  inset: 42% 0% 0%;
}

.heading-line {
  display: flex;
}

.accent-word {
  position: relative;
}

.emphasis {
  color: var(--secondary);
  font-size: var(--h1);
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 900;
  line-height: 120%;
  position: relative;
}

.whitelink {
  color: var(--primary);
  -webkit-text-decoration-color: var(--primary);
  text-decoration-color: var(--primary);
  font-style: normal;
}

.link-2, .link-3, .link-4, .link-5 {
  font-style: normal;
}

.image-12 {
  width: 50%;
  margin-top: 16px;
}

.image-13 {
  width: auto;
  max-height: 45px;
}

.tabs-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.image-14 {
  height: auto;
  max-height: 70px;
}

.image-15 {
  max-height: 70px;
}

.image-16 {
  max-height: 45px;
}

.tabs-card-multiimg {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-17 {
  max-height: 70px;
}

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

.btt-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1276px;
  padding: 16px 60px;
  display: flex;
}

.link-6 {
  font-style: normal;
}

.btt-wraplink {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btt-arrow {
  transform-style: preserve-3d;
  width: 30px;
  height: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.btt-link {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.invist {
  color: #3330;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.empty {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3, .text-block-4, .text-block-5 {
  line-height: 140%;
}

.tabs-card-row-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 32px;
  display: none;
}

.tabs-card-mobile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--secondary);
  background-color: #fcfcfc;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 20px 30px;
  display: flex;
}

.image-18, ._18 {
  max-height: 70px;
}

.image-19 {
  width: 80%;
  max-width: none;
}

.text-span-3 {
  font-size: var(--smallbody);
  font-style: italic;
}

.gbp-img-wrapper {
  border-radius: 16px;
  height: auto;
  overflow: clip;
}

.testimonial-card-tabs {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 24px 24px 16px;
  display: flex;
}

.avatar-circle-services {
  background-color: var(--primary);
  background-image: url('../images/lindsaywalton.jpeg');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #473144;
  border-radius: 600px;
  width: 80px;
  height: 80px;
  margin-bottom: -60px;
  position: relative;
  top: -80px;
}

.avatar-circle-services.ac2 {
  background-image: url('../images/Avatar2.jpeg');
}

.avatar-circle-services.ac3 {
  background-image: url('../images/Avatar3.jpeg');
}

.avatar-circle-services.ac4 {
  background-image: url('../images/avatar4.jpg');
}

.avatar-circle-services.ac5 {
  background-image: url('../images/avatar5.jpeg');
}

.avatar-circle-services.ac6 {
  background-image: url('../images/ac6.jpeg');
}

.avatar-circle-services.ac7 {
  background-image: url('../images/ac7.jpeg');
}

.avatar-circle-services.ac8 {
  background-image: url('../images/ac8.jpeg');
}

.avatar-circle-services.ac9 {
  background-image: url('../images/ac9.jpeg');
}

.mobiile-slider-copy, .mobiile-slider-h {
  background-color: #ddd0;
  width: 100%;
  display: none;
}

@media screen and (min-width: 1920px) {
  .primarybutton {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .primarybutton.pbwhite {
    color: var(--secondary);
    background-color: #fff;
  }

  .primarybutton.pb-hero {
    width: auto;
  }

  .primarybutton.pb-margin {
    margin-top: 24px;
  }

  .section-7 {
    justify-content: center;
    align-items: center;
  }

  .iti-img-wrap {
    min-width: auto;
    height: auto;
    margin-left: 0;
    position: static;
    overflow: visible;
  }

  .iti-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    position: static;
  }

  .cta-img-wrap {
    min-width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0%;
    position: static;
    overflow: visible;
  }

  .cta-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-bottom: 20px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .herowrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    padding: 64px 40px;
  }

  .section {
    min-height: 50vh;
  }

  .link {
    font-style: normal;
  }

  .nav-menu-desktop {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: none;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-cta-desktop {
    display: none;
  }

  .hero-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-right {
    width: 100%;
  }

  .h1 {
    text-align: center;
  }

  .hero-btn-wrap {
    justify-content: center;
    align-items: center;
  }

  .hero-stat-wrap {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 600px;
  }

  .hero-card-wrapper {
    width: 50%;
  }

  .cert-banner-wrapper {
    padding: 48px 24px;
  }

  .section-7 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .tq-wrapper {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gbp-wrapper {
    flex-flow: column;
  }

  .testimonials-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .services-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tq-left, .gbp-right {
    width: auto;
  }

  .image-6 {
    height: auto;
  }

  .section-paragraph.sp-center {
    text-align: left;
  }

  .section-title-wrapper.stw-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gbp-left {
    width: auto;
    display: none;
  }

  .avatar-circle {
    position: absolute;
    top: -56px;
  }

  .avatar-circle.ac8.m-act2 {
    background-image: url('../images/Avatar2.jpeg');
  }

  .testimonial-btm-half {
    width: 100%;
  }

  .testimonial-content {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .tab-link-tab-1 {
    width: 50%;
  }

  .tab-link-tab-1.w--current {
    text-align: left;
    width: 50%;
  }

  .tab-link-tab-2, .tab-link-tab-3 {
    width: 50%;
  }

  .tabs-title {
    text-align: left;
  }

  .tq-right {
    width: auto;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs {
    width: auto;
  }

  .testimonial-slider {
    display: none;
  }

  .testimonial-slider-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mobiile-slider {
    display: none;
  }

  .mobile-testimonial-card {
    width: 100%;
    height: 200px;
    padding-top: 32px;
  }

  .ptw-wrap {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ptw-left {
    display: none;
  }

  .ptw-right {
    width: auto;
  }

  .iti-wrap {
    padding-top: 12px;
  }

  .iti-img-wrap {
    margin-left: -80%;
  }

  .iti-img {
    left: 118px;
  }

  .gbp-mobile, .ptw-mobile {
    width: auto;
    display: block;
  }

  .emphasis {
    text-align: center;
  }

  .image-19 {
    width: 60%;
  }

  .avatar-circle-services.ac8.m-act2 {
    background-image: url('../images/Avatar2.jpeg');
  }

  .mobiile-slider-copy, .mobiile-slider-h {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .herowrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .link {
    font-style: normal;
  }

  .nav-menu-desktop {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .cert-banner-wrapper {
    width: 100%;
  }

  .tq-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .gbp-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonials-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .services-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .accordion1-content {
    width: 100%;
  }

  .section-heading.sh-center, .section-paragraph.sp-center {
    text-align: left;
  }

  .section-title-wrapper.stw-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion1-list {
    width: 100%;
  }

  .avatar-circle {
    position: absolute;
    top: -56px;
  }

  .testimonial-btm-half {
    width: 100%;
  }

  .testimonial-content {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .tab-link-tab-1 {
    width: 70%;
    padding-left: 0;
  }

  .tab-link-tab-1.w--current {
    width: 60%;
  }

  .tab-link-tab-2 {
    width: 70%;
    padding-left: 0;
  }

  .tab-link-tab-2.w--current {
    width: 70%;
  }

  .tab-link-tab-3, .tab-link-tab-3.w--current {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .mobiile-slider {
    display: none;
  }

  .mobile-testimonial-card {
    height: 220px;
    padding-top: 32px;
  }

  .tabs-paragraph, .tabs-paragraph3 {
    color: #000;
  }

  .ptw-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .iti-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 64px;
  }

  .iti-left {
    object-fit: fill;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .iti-right {
    width: 100%;
  }

  .iti-img-wrap {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: 0;
    display: block;
    overflow: visible;
  }

  .iti-img {
    height: auto;
    display: block;
    position: static;
    left: auto;
  }

  .text-block-5 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    z-index: 100000;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .body {
    overflow: visible;
  }

  .herowrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding: 48px 20px;
  }

  .section {
    overflow: hidden;
  }

  .link {
    font-style: normal;
  }

  .nav-menu-desktop {
    flex-direction: column;
    display: none;
  }

  .nav-cta-desktop {
    display: none;
  }

  .hero-left {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
  }

  .hero-right {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    overflow: visible;
  }

  .h1 {
    font-size: var(--h3);
    text-align: left;
  }

  .primarybutton {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primarybutton.pb-hero {
    font-size: var(--smallbody);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 45px;
    display: flex;
  }

  .primarybutton.pb-margin {
    font-size: var(--smallbody);
  }

  .secondarybutton {
    font-size: var(--smallbody);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 45px;
    display: flex;
  }

  .hero-btn-wrap {
    width: 100%;
    margin-bottom: 12px;
  }

  .hero-stat-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .hero-stat-title {
    font-size: 1.2rem;
  }

  .hero-stat-subtitle {
    text-align: left;
    font-size: .833rem;
  }

  .hero-stat-block {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-divider, .hero-divider.divider-1 {
    height: 50px;
    display: block;
  }

  .hero-photo {
    z-index: -2;
    border-radius: 0;
    height: auto;
    overflow: clip;
    transform: none;
  }

  .hero-card-wrapper {
    width: 100%;
    height: 200px;
    display: block;
  }

  .cert-banner-wrapper {
    flex-flow: wrap;
  }

  .image, .image-2, .image-3, .image-4, .image-5 {
    height: 40px;
    min-height: auto;
    max-height: none;
  }

  .stat-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-photo-wrapper {
    z-index: 5;
    border-radius: 16px;
    height: 200px;
    position: relative;
    overflow: hidden;
    transform: rotate(7deg);
  }

  .section-6 {
    width: 100%;
    overflow: visible;
  }

  .tq-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 64px 20px;
  }

  .gbp-wrapper {
    flex-flow: column;
    padding: 64px 20px;
  }

  .testimonials-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    width: 100%;
    padding: 64px 20px;
    overflow: hidden;
  }

  .services-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 64px 20px;
    overflow: visible;
  }

  .benefits-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 24px 20px 64px;
  }

  .tq-left, .gbp-right {
    width: 100%;
  }

  .accordion1-heading {
    line-height: 120%;
  }

  .accordion1-heading.accordion2-heading {
    font-size: var(--h6);
  }

  .accordion1-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .accordion1-arrow {
    width: 30px;
  }

  .accordion1-icons {
    width: 30px;
    height: auto;
  }

  .tq-imgwrapper {
    height: auto;
  }

  .image-6 {
    bottom: 0;
  }

  .section-heading, .section-heading.sh-white {
    font-size: var(--h3);
  }

  .section-heading.sh-center {
    text-align: left;
  }

  .section-paragraph {
    font-size: var(--body);
  }

  .section-paragraph.sp-center {
    text-align: left;
  }

  .section-title-wrapper.stw-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gbp-left {
    width: 100%;
    display: none;
  }

  .slider-2 {
    display: none;
  }

  .avatar-circle {
    width: 70px;
    height: 70px;
    top: -48px;
  }

  .avatar-circle.ac8.m-act2 {
    background-image: url('../images/Avatar2.jpeg');
  }

  .testimonial-btm-half {
    width: 100%;
  }

  .testimonial-content {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 8px;
  }

  .tab-link-tab-1 {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1.w--current {
    width: 70%;
    padding-right: 0;
  }

  .tab-link-tab-2 {
    width: 70%;
    padding-left: 0;
  }

  .tab-link-tab-2.w--current {
    width: 70%;
  }

  .tab-link-tab-3 {
    width: 70%;
    padding-left: 0;
  }

  .tab-link-tab-3.w--current {
    padding-left: 0;
  }

  .tabs-title {
    font-size: var(--body);
    text-align: left;
    width: auto;
  }

  .tq-right {
    width: 100%;
  }

  .tabs-menu {
    z-index: 9999;
    background-color: var(--primary);
    width: 100%;
    position: sticky;
    top: 92px;
  }

  .tabs {
    width: 100%;
  }

  .testimonial-slider {
    display: none;
  }

  .mobile-slider, .mobiile-slider {
    display: block;
  }

  .mobile-testimonial-card {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 250px;
    padding: 24px 12px 16px;
  }

  .mobile-left-arrow, .mobile-right-arrow {
    width: 40px;
    height: 40px;
    top: 102%;
  }

  .mobile-slide-nav {
    width: 100%;
    top: 311px;
  }

  .mobile-slide {
    height: auto;
  }

  .tabs-paragraph {
    color: #000;
  }

  .tabs-card {
    flex-flow: column;
  }

  .tabs-card-head {
    text-align: left;
    line-height: 120%;
  }

  .tabs-card-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-card-row2 {
    display: none;
  }

  .tabs-card2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-paragraph3 {
    color: #000;
  }

  .ptw-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 64px 20px 36px;
  }

  .ptw-left {
    width: 100%;
    display: none;
  }

  .ptw-right {
    width: 100%;
  }

  .ptw-img-wrap {
    height: auto;
  }

  .iti-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 36px 20px;
  }

  .iti-left, .iti-right {
    width: 100%;
  }

  .iti-img-wrap {
    min-width: auto;
    height: auto;
    margin-left: 0%;
    position: static;
  }

  .iti-img {
    position: static;
  }

  .benefits-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .benefits-card1 {
    flex-flow: wrap;
  }

  .text-block-2 {
    font-size: var(--h5);
  }

  .benefits-text {
    text-align: left;
  }

  .cta-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 64px 20px;
  }

  .cta-left {
    width: 100%;
    display: none;
  }

  .cta-right {
    width: 100%;
  }

  .cta-img-wrap {
    min-width: auto;
    height: auto;
    margin-right: 0%;
    position: static;
  }

  .cta-img {
    position: static;
  }

  .image-8 {
    width: 50px;
    height: auto;
  }

  .image-9, .image-10 {
    width: 50px;
  }

  .benefits-head {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gbp-mobile, .ptw-mobile, .cta-mobile {
    width: 100%;
    display: block;
  }

  .div-block-3 {
    height: 0;
    display: none;
  }

  .emphasis {
    font-size: var(--h3);
    text-align: left;
  }

  .image-12 {
    width: 80%;
  }

  .image-13 {
    max-height: 40px;
  }

  .image-14 {
    max-height: 50px;
  }

  .image-15 {
    max-height: 43px;
    margin-left: -7px;
  }

  .image-16 {
    max-height: 30px;
  }

  .tabs-card-multiimg {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .image-17 {
    max-height: 50px;
  }

  .btt-arrow {
    width: 30px;
  }

  .tabs-card-row-mobile {
    display: flex;
  }

  .tabs-card-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-4 {
    background-color: #0000004d;
    width: 70%;
    height: 2px;
  }

  ._18 {
    max-height: 50px;
  }

  .testimonial-card-tabs {
    width: 100%;
  }

  .avatar-circle-services {
    width: 70px;
    height: 70px;
    top: -65px;
  }

  .avatar-circle-services.ac8.m-act2 {
    background-image: url('../images/Avatar2.jpeg');
  }

  .mobiile-slider-copy {
    display: block;
  }

  .mobiile-slider-h {
    display: none;
  }
}


@font-face {
  font-family: 'Josefinsans Variablefont Wght';
  src: url('../fonts/JosefinSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans Variablefont Wght';
  src: url('../fonts/JosefinSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype'), url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype'), url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype'), url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}