:root {
  --blue: #3776ac;
  --dark-violet: #7420bc;
  --dark-grey: #636363;
  --white-smoke: #ccc;
  --indian-red: #bf7064;
  --white: white;
  --orange: #eda120;
  --medium-purple: #948fe7;
  --zaza-1: #c30323;
  --black: black;
  --snow: #eee;
  --matte-black: #111;
  --dim-grey: #333233;
  --light-grey: #afafaf;
}

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

body {
  font-family: Inter, Trebuchet MS, sans-serif;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.488em;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.728em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.44em;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.ss_container {
  padding-top: 40px;
}

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

.button_sm {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 1.2em 1.5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  box-shadow: 7px 7px 15px -3px #0000001a;
}

.button_sm:hover {
  color: #191919;
  background-color: #fff;
  border: 1px solid #191919;
}

.button_sm.b1 {
  background-color: #6700eb;
  border-color: #6700eb;
}

.button_sm.b1:hover, .button_sm.b1.ol {
  color: #6700eb;
  background-color: #fff;
}

.button_sm.b1.ol:hover {
  color: #fff;
  background-color: #6700eb;
}

.button_sm.b5 {
  background-color: #fda82a;
  border-color: #fda82a;
}

.button_sm.b5:hover, .button_sm.b5.ol {
  color: #fda82a;
  background-color: #fff;
}

.button_sm.b5.ol:hover {
  color: #fff;
  background-color: #fda82a;
}

.button_sm.ol {
  color: #191919;
  background-color: #fff;
  border: 1px solid #191919;
}

.button_sm.ol:hover {
  color: #fff;
  background-color: #191919;
}

.button_sm.b6 {
  background-color: #2360ff;
  border-color: #2360ff;
}

.button_sm.b6:hover, .button_sm.b6.ol {
  color: #2360ff;
  background-color: #fff;
}

.button_sm.b6.ol:hover {
  color: #fff;
  background-color: #2360ff;
}

.button_sm.b2 {
  color: #191919;
  background-color: #d9e829;
  border-color: #d9e829;
}

.button_sm.b2:hover, .button_sm.b2.ol {
  color: #d9e829;
  background-color: #fff;
}

.button_sm.b2.ol:hover {
  color: #fff;
  background-color: #d9e829;
}

.button_sm.b3 {
  color: #191919;
  background-color: #adeced;
  border-color: #adeced;
}

.button_sm.b3:hover, .button_sm.b3.ol {
  color: #adeced;
  background-color: #fff;
}

.button_sm.b3.ol:hover {
  color: #fff;
  background-color: #adeced;
}

.button_sm.b4 {
  background-color: #ec3e1e;
  border-color: #ec3e1e;
}

.button_sm.b4:hover, .button_sm.b4.ol {
  color: #ec3e1e;
  background-color: #fff;
}

.button_sm.b4.ol:hover {
  color: #fff;
  background-color: #ec3e1e;
}

.c5 {
  color: var(--dark-violet);
}

.small {
  color: var(--dark-grey);
  font-size: .8rem;
}

.nc4 {
  background-color: #636363;
  background-image: linear-gradient(#636363, #636363);
}

.ko {
  font-weight: 700;
}

.ss_section {
  background-color: #fff;
  border-radius: 4px;
  min-height: 45px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.nc6 {
  background-color: #000;
  background-image: linear-gradient(#000, #000);
}

.nc2 {
  background-color: #ccc;
  background-image: linear-gradient(#ccc, #ccc);
}

.ss_divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.nc1 {
  background-color: #eee;
  background-image: linear-gradient(#eee, #eee);
}

.center {
  text-align: center;
}

.xlp-ko {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.4;
}

.insta-img {
  max-height: 100%;
  transition: transform .2s;
}

.insta-img:hover {
  filter: brightness(102%);
  transform: scale(1.25);
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 1.5em 2em;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  box-shadow: 7px 7px 15px -3px #0000001a;
}

.button:hover {
  color: #191919;
  background-color: #fff;
  border: 1px solid #191919;
}

.button.b1 {
  background-color: #6700eb;
  border-color: #6700eb;
}

.button.b1:hover {
  color: #6700eb;
  background-color: #fff;
}

.button.b1.ol {
  color: #6700eb;
  background-color: #0000;
}

.button.b1.ol:hover {
  color: #fff;
  background-color: #6700eb;
}

.button.b4 {
  background-color: #ec3e1e;
  border-color: #ec3e1e;
}

.button.b4:hover, .button.b4.ol {
  color: #ec3e1e;
  background-color: #fff;
}

.button.b4.ol:hover {
  color: #fff;
  background-color: #ec3e1e;
}

.button.ol {
  color: #191919;
  background-color: #fff;
  border: 1px solid #191919;
}

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

.button.b5 {
  background-color: #fda82a;
  border-color: #fda82a;
}

.button.b5:hover, .button.b5.ol {
  color: #fda82a;
  background-color: #fff;
}

.button.b5.ol:hover {
  color: #fff;
  background-color: #fda82a;
}

.button.b6 {
  background-color: #2360ff;
  border-color: #2360ff;
}

.button.b6:hover, .button.b6.ol {
  color: #2360ff;
  background-color: #fff;
}

.button.b6.ol:hover {
  color: #fff;
  background-color: #2360ff;
}

.button.b2 {
  color: #191919;
  background-color: #d9e829;
  border-color: #d9e829;
}

.button.b2:hover, .button.b2.ol {
  color: #d9e829;
  background-color: #fff;
}

.button.b2.ol:hover {
  color: #fff;
  background-color: #d9e829;
}

.button.b3 {
  color: #191919;
  background-color: #adeced;
  border-color: #adeced;
}

.button.b3:hover, .button.b3.ol {
  color: #adeced;
  background-color: #fff;
}

.button.b3.ol:hover {
  color: #fff;
  background-color: #adeced;
}

.type-column-1 {
  padding-right: 20px;
}

.light-grey {
  color: var(--white-smoke);
}

.c4 {
  color: var(--indian-red);
}

.cc5 {
  background-color: var(--dark-violet);
  background-image: linear-gradient(to bottom, var(--dark-violet), var(--dark-violet));
  flex: none;
}

.white {
  color: var(--white);
}

.insta-link {
  min-width: 150px;
  max-width: 16.6667%;
  padding: 5px;
}

.insta-link:hover {
  background-color: #f8f5f2;
}

.style_buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-bottom: 40px;
}

.cc3 {
  background-color: var(--orange);
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
}

.super-h1 {
  z-index: 5;
  letter-spacing: -.0625rem;
  margin-top: 10px;
  font-size: 2.986em;
  font-weight: 700;
  line-height: 1.3;
}

.ss_wrapper {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.nc5 {
  background-color: #333;
  background-image: linear-gradient(#333, #333);
}

.c3 {
  color: var(--orange);
}

.lp {
  text-indent: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.6;
}

.dark-grey {
  color: var(--dark-grey);
}

.nc3 {
  background-color: #afafaf;
  background-image: linear-gradient(#afafaf, #afafaf);
}

.c6 {
  color: var(--medium-purple);
}

.ss_label {
  color: #ef654f;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-family: IBM Plex Mono;
  font-size: 10px;
  font-weight: 400;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.ss_caption {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 10px;
  line-height: 1;
}

.ss_caption.cc-box {
  justify-content: space-between;
  display: flex;
}

.cc1 {
  background-image: linear-gradient(to bottom, var(--zaza-1), var(--zaza-1));
}

.xlp {
  font-size: 1.75em;
}

.black {
  color: var(--black);
}

.cc4 {
  background-color: var(--indian-red);
  background-image: linear-gradient(to bottom, var(--indian-red), var(--indian-red));
}

.cc6 {
  background-color: var(--medium-purple);
  background-image: linear-gradient(to bottom, var(--medium-purple), var(--medium-purple));
}

.c1 {
  color: var(--zaza-1);
}

.c2 {
  color: var(--blue);
}

.lp-ko {
  font-size: 1.25em;
  font-weight: 700;
}

.xpad72 {
  margin-bottom: 4.5em;
}

.xpad8 {
  margin-bottom: .5em;
}

.inner-div-example {
  text-align: center;
  background-color: #f3faff;
  border: 1px solid #c0e5ff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.emp {
  color: #4daaec;
}

.container {
  z-index: 5;
  width: 1170px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.xpad48 {
  margin-bottom: 3em;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.absolute {
  position: absolute;
}

.row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.align-start {
  align-items: flex-start;
}

.row.row-example {
  background-color: #f7f4ff;
  min-height: 175px;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-end {
  align-items: flex-end;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-center {
  align-items: center;
}

.col {
  flex: 1;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col.col-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.self-start {
  align-self: flex-start;
}

.col.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.order-first {
  order: -1;
}

.col.col-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.col-8 {
  flex-basis: 62%;
  max-width: 66.6667%;
}

.col.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col.order-last {
  order: 1;
}

.col.self-end {
  align-self: flex-end;
}

.col.col-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-4 {
  flex-basis: 32%;
  max-width: 33.3333%;
}

.col.col-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.self-center {
  align-self: center;
}

.col.col-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col.col-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.relative {
  position: relative;
}

.xpad96 {
  margin-bottom: 6em;
}

.xpad24 {
  margin-bottom: 1.5em;
}

.grid-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-section.fade {
  background-color: #f8fcff;
}

.xpad12 {
  margin-bottom: .75em;
}

.nav-logo {
  position: static;
  inset: 0% auto 0% 0%;
}

.header-top-phone {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 30px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.header-top-phone:hover {
  color: #7540ee;
}

.nav-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-top {
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
  min-height: 30px;
}

.nav-button {
  background-color: var(--zaza-1);
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  max-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav-button:hover {
  color: #fff;
  background-color: #3776ac;
}

.header-top-icon {
  width: 15px;
  margin-right: 10px;
}

.nav-links {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.header-top-wrapper {
  background-color: var(--snow);
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.header {
  background-color: #fff;
  flex: 1;
  align-items: center;
  min-height: 80px;
  display: block;
  box-shadow: 14px 14px 40px #767ead14;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 3%;
  display: flex;
}

.header-top-email {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 30px;
  transition: all .25s;
  display: flex;
}

.header-top-email:hover {
  color: #7540ee;
}

.header-top-contacts {
  min-width: 200px;
  height: 100%;
  font-weight: 500;
  display: flex;
}

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2em;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--zaza-1);
}

.header-contact-link {
  color: var(--matte-black);
  font-size: 12px;
  text-decoration: none;
}

.header-contact-link:hover {
  color: var(--zaza-1);
}

.hh-slider-arrow-left {
  opacity: .25;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.hh-slider-arrow-left:hover {
  opacity: 1;
}

.hh-slide-subtitle {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
}

.hh-button {
  background-color: var(--zaza-1);
  color: #fff;
  border-radius: 100px;
  margin-right: auto;
  padding: 1em 2em;
  font-weight: 500;
  transition: all .25s ease-in;
}

.hh-button:hover {
  background-color: var(--matte-black);
}

.hh-slide-h1 {
  text-transform: uppercase;
  max-width: 66.66%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.2;
}

.hh-slide-container {
  color: var(--white);
  text-shadow: 1px 1px 20px #00000042;
  flex-direction: column;
  flex: 1;
  width: 95%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hh-slider-arrow-right {
  opacity: .25;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.hh-slider-arrow-right:hover {
  opacity: 1;
}

.hh-slide-text {
  margin-bottom: 30px;
  display: block;
}

.home-hero-slider {
  background-color: #f8fcff;
  justify-content: center;
  align-items: center;
  min-height: 45vw;
  display: block;
  position: relative;
}

.hh-slide-1 {
  background-image: linear-gradient(#1111111f, #1111111f), url('../images/Depositphotos_262875424_xl-2015.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hh-slide-base {
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body {
  font-size: 16px;
}

.hh-slide-2 {
  background-image: linear-gradient(#1113, #1113), url('../images/warren-wong-SYHsBaRDWBQ-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hh-slide-3 {
  background-image: linear-gradient(#11111159, #11111159), url('../images/annie-gray-WEWTGkPUVT0-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hh-slide-4 {
  background-image: linear-gradient(#11111159, #11111159), url('../images/happy-family-taking-selfie-in-their-house-XMN9UPE.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c02_check_text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.section {
  background-color: #fff;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.section.b1 {
  background-color: var(--snow);
  overflow: hidden;
}

.section.home-s1 {
  padding-bottom: 150px;
}

.c02_block {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.c02_button_text {
  margin-right: 8px;
}

.check-icon {
  width: 20px;
  margin-right: 12px;
}

.main-button {
  background-color: var(--zaza-1);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 50px;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.main-button:hover, .main-button.blue {
  background-color: var(--blue);
}

.c02_check_wrap {
  margin-bottom: 30px;
}

.c02_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.section-h3 {
  color: var(--zaza-1);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
}

.rt {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.rt p {
  margin-bottom: 15px;
}

.rt h4 {
  color: var(--zaza-1);
}

.rt li {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: .9em;
  line-height: 1.4;
}

.rt h2 {
  color: var(--zaza-1);
}

.footer-button {
  color: var(--zaza-1);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 48px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: .8em;
  font-weight: 700;
  line-height: 2;
  display: inline-block;
}

.footer-button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.f03_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.f03_h4 {
  color: #fff;
  text-align: left;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 38px;
  display: block;
}

.footer-text {
  color: #ffffffb0;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-text:hover {
  color: #fff;
}

.footer-col-title {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 700;
}

.f03_container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f03_footer_wrap {
  padding-top: 35px;
}

.footer-brand {
  float: none;
  margin-bottom: 30px;
  display: block;
}

.f03_top_wrap {
  border-bottom: 1px solid #ffffff40;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.footer {
  background-color: var(--zaza-1);
  margin: 15px;
  padding: 100px 5%;
  position: relative;
}

.f03_title_wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-right: auto;
}

.page-hero {
  background-color: var(--zaza-1);
  background-image: url('../images/flowbase_wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.cta-header {
  color: #f5f7fd;
  line-height: 41px;
}

.divider {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.services-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.credential-item {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.service-image {
  margin-bottom: 15px;
}

.credential-title {
  font-size: 1rem;
  font-weight: 700;
}

.service-rt {
  font-size: 1em;
}

.service-rt p {
  margin-bottom: 15px;
}

.service-rt h4 {
  color: var(--zaza-1);
  margin-bottom: 15px;
}

.service-rt li {
  color: var(--dim-grey);
  margin-bottom: 10px;
  line-height: 1.4;
}

.service-rt ul {
  list-style-type: disc;
}

.service-rt h2 {
  color: var(--zaza-1);
  font-size: 1.44em;
}

.service-item {
  flex-direction: row;
  flex: 0 32%;
  justify-content: center;
  align-items: flex-start;
  padding: 1.7em;
  transition: background-color .2s;
}

.service-item:hover {
  background-color: #fafafa;
}

.cta {
  background-color: var(--zaza-1);
  color: var(--white);
  text-align: center;
  background-image: url('../images/flowbase_wave.png');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.5em;
  display: flex;
}

.cta-title {
  text-align: center;
  margin-bottom: 30px;
}

.footer-info {
  color: #ffffffb0;
  margin-bottom: 30px;
  font-size: .9em;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-info:hover {
  color: #fff;
}

.faq-wrapper {
  margin-bottom: 15px;
}

.faq-title {
  cursor: pointer;
  border-bottom: 1px solid #ebecf0;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-question.noselect {
  font-size: 1em;
}

.faq-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto 5% auto auto;
}

.faq-body {
  padding-top: 15px;
  overflow: hidden;
}

.faq-answer {
  color: var(--dim-grey);
  margin-left: 30px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.faq-tag {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 3px;
  margin-right: 15px;
  padding: 6px;
  font-size: 10px;
  font-weight: 700;
}

.div-block-2 {
  position: sticky;
  top: 40px;
}

.t-text {
  color: var(--dim-grey);
  margin-bottom: 30px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.8;
}

.t-text p {
  margin-bottom: 0;
}

.section-subtitle {
  margin-bottom: -10px;
}

.t-right-arrow {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  inset: 0% 0% auto auto;
}

.t-slider-nav {
  opacity: .05;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% -20%;
}

.t-slider-mask {
  width: 66.66%;
  top: 100px;
  overflow: visible;
}

.t04_slider_arrow {
  width: 8px;
}

.t-item {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 350px;
  padding: 35px 40px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px #c3c6d517;
}

.t-left-arrow {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  inset: 0% 75px auto auto;
}

.t-slide {
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.t-slide.alt {
  width: auto;
}

.t-slider {
  background-color: #0000;
  height: 100%;
  margin-top: -75px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 100px;
}

.t-author-wrap {
  flex-direction: row;
  align-items: flex-start;
}

.t05_name {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.t05_job_title {
  color: #c1c7d0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.t-quote {
  margin-top: 0;
  margin-bottom: -45px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 5em;
}

.footer-copyright {
  opacity: .7;
  color: var(--white);
  text-align: center;
  margin-top: 75px;
  font-size: .66em;
}

.pop-up-form {
  z-index: 99;
  background-color: #111111d9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image {
  position: sticky;
  top: 40px;
}

.credntials-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 45px;
  display: grid;
}

.credentials-image {
  margin-bottom: 15px;
}

.image-2 {
  width: 30%;
  max-width: 300px;
  margin-bottom: -35px;
  margin-left: -40px;
}

@media screen and (max-width: 991px) {
  .lp, .lp-ko {
    font-size: 1.25em;
  }

  .col.col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-m-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-m-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-m-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-m-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-m-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-m-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-m-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-m-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .header-top-phone {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-wrapper {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-button {
    display: none;
  }

  .nav-links {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px #767ead14;
  }

  .header-top-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-burger-icon {
    color: #4e5d78;
  }

  .header-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-top-email {
    border-right-style: none;
    padding-left: 0;
    padding-right: 15px;
  }

  .nav-link {
    flex: 0 auto;
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
  }

  .hh-slide-h1 {
    max-width: 100%;
  }

  .home-hero-slider {
    min-height: 60vw;
  }

  .hh-slide-1 {
    background-image: linear-gradient(#1116, #1116), url('../images/Depositphotos_262875424_xl-2015.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .body {
    font-size: 13.33px;
  }

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

  .section.home-s1 {
    padding-bottom: 175px;
  }

  .c02_block {
    width: 100%;
  }

  .main-button {
    position: relative;
  }

  .c02_check_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    column-count: 2;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer {
    margin: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-header {
    font-size: 34px;
    line-height: 43px;
  }

  .services-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .service-item {
    flex-basis: 48%;
    padding: 20px;
  }

  .footer-info {
    font-size: 1em;
  }

  .footer-info p {
    margin-bottom: 5px;
  }

  .faq-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq-title {
    padding: 10px;
  }

  .faq-question.noselect {
    margin-right: 60px;
  }

  .faq-answer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .faq-tag {
    white-space: nowrap;
  }

  .t-text {
    font-size: .9em;
  }

  .t-item {
    padding: 25px;
  }

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

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

  .image-2 {
    max-width: 35%;
    margin-bottom: -10px;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    justify-content: space-between;
    align-items: center;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .nav-button {
    display: none;
  }

  .hh-button {
    margin-left: auto;
    margin-right: auto;
  }

  .hh-slide-container {
    text-align: center;
  }

  .home-hero-slider {
    min-height: 75vw;
  }

  .body {
    font-size: 11.11px;
  }

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

  .section.home-s1 {
    padding-bottom: 200px;
  }

  .c02_block {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .f03_top_wrap {
    flex-wrap: wrap;
  }

  .footer {
    margin: 7px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f03_title_wrap {
    margin-bottom: 45px;
  }

  .services-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .service-item {
    padding: 15px;
  }

  .faq-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .faq-tag {
    color: var(--blue);
    background-color: #0000;
    padding: 0;
  }

  .t-slide {
    width: 100%;
  }

  .image {
    width: 50%;
  }

  .credntials-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image-2 {
    max-width: 50%;
    margin-bottom: -7px;
  }
}

@media screen and (max-width: 479px) {
  .row {
    flex-wrap: wrap;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .header-top {
    display: none;
  }

  .home-hero-slider {
    min-height: 100vw;
  }

  .c02_check_wrap {
    column-count: 1;
  }

  .footer-button {
    width: 100%;
  }

  .f03_h4 {
    font-size: 22px;
    line-height: 33px;
  }

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

  .footer-col-title {
    margin-bottom: 10px;
  }

  .services-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .credential-item {
    text-align: center;
  }

  .service-item {
    flex-basis: 100%;
  }

  .cta {
    display: none;
  }

  .faq-answer {
    margin-left: 15px;
  }

  .faq-tag {
    background-color: var(--white);
    color: var(--blue);
    padding: 0;
  }

  .t-right-arrow {
    display: none;
  }

  .t-slider-mask {
    width: 95%;
  }

  .t-left-arrow {
    display: none;
  }

  .t-quote {
    margin-bottom: -30px;
  }

  .image {
    width: 75%;
  }

  .credntials-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .image-2 {
    max-width: 75%;
  }
}

#w-node-_4c2e3ee3-3681-7cdd-d183-e2ffb40fe7a0-b40fe781, #w-node-_4c2e3ee3-3681-7cdd-d183-e2ffb40fe7b8-b40fe781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd43a151-be19-2fc8-fb0f-56a6f58916e6-d333048b, #w-node-bd43a151-be19-2fc8-fb0f-56a6f58916f9-d333048b, #w-node-bd43a151-be19-2fc8-fb0f-56a6f589170c-d333048b, #w-node-bd43a151-be19-2fc8-fb0f-56a6f589171f-d333048b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light-BETA.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}