:root {
  --color: #0d1717;
  --grey: #3d3d3d;
  --white: white;
  --font-family: Poppins, sans-serif;
  --color-2: #6ae5e2;
  --font-vw-2\<deleted\|variable-a94c3046-7d48-e9e3-e5f2-9d0a3d4baddd\>: 2vw;
  --font-vh-2\<deleted\|variable-e683c900-f998-f396-11aa-05ad3d05c803\>: 2vh;
  --black: black;
  --color-3: rgba(204, 204, 204, .23);
  --size-h3-mobile\<deleted\|variable-041d5f3c-b0d5-f519-69a0-7f701e19a710\>: 2em;
  --font-vw-1\<deleted\|variable-139e2eb2-6010-6f3b-a61e-46d460b9a996\>: 1vw;
  --font-vh-3\<deleted\|variable-32af8d94-0d15-ab53-69bf-b6f61cce9d53\>: 3vh;
  --height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>: 1em;
  --title-span: #100355;
  --size-paragraph\<deleted\|variable-51107089-a304-ec5e-b8ee-58055ec77490\>: 1.2em;
  --size-paragraph-2\<deleted\|variable-834df681-a41a-9c12-c4a1-c1e887c510de\>: .9em;
  --size-paragraphe-mobile\<deleted\|variable-7823c04b-d0b3-2ec4-7ecd-91602c38fbf9\>: .75em;
  --size-h2-mobile\<deleted\|variable-faf2bf65-6748-f5c7-db10-77aaebf606ef\>: 1em;
  --header-bg: rgba(0, 0, 0, .86);
  --color-three: #9ee1f0;
  --light-green: #274d51;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  border-style: none;
  border-width: 0 0 2px;
  border-color: var(--color);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: auto;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  border-radius: 30px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-menu {
  color: var(--grey);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 0;
  font-weight: 500;
  display: flex;
}

.logo {
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/2150693316.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-wrap {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-left: 100px;
  display: flex;
}

.section-1 {
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.wrap-1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.column-1 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px 15px;
  padding: 20px;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.heading-1 {
  color: var(--white);
  white-space: normal;
  flex: 0 auto;
  align-self: auto;
  margin-top: 100px;
  margin-bottom: 40px;
  margin-left: 40px;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}

.subhead-1 {
  font-family: var(--font-family);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  margin: auto 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.paragraph-3 {
  flex: none;
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
}

.icon {
  -webkit-text-fill-color: inherit;
  background-color: #0d1717;
  background-clip: border-box;
  flex: none;
  width: auto;
  height: 125px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.nav-link, .nav-link:visited {
  color: var(--white);
}

.nav-link.w--current, .nav-link.w--current:visited {
  color: var(--color-2);
}

.hero-left {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 40px;
  padding-right: 0;
  font-size: 3vw;
  display: flex;
  position: relative;
}

.button {
  color: var(--color);
  font-size: var(--font-vw-2\<deleted\|variable-a94c3046-7d48-e9e3-e5f2-9d0a3d4baddd\>);
  line-height: var(--font-vh-2\<deleted\|variable-e683c900-f998-f396-11aa-05ad3d05c803\>);
  background-color: #fff;
  border-radius: 5px;
  flex: none;
  margin-top: 20px;
  padding: 15px 25px;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: 0 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.class {
  color: #fff;
  background-color: #3b79c3;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.class-section {
  pointer-events: auto;
  color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  margin: 40px auto;
  padding: 0;
  display: flex;
}

.wrap-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.wrap-2.a, .wrap-2.b {
  margin-bottom: 0;
  padding: 0;
}

.logos-section {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logos-wrap {
  opacity: .75;
  background-color: #0d1717;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  display: flex;
}

.left-1 {
  width: 50%;
  padding: 20px 20px 20px 60px;
}

.right-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-1-title {
  flex: none;
  margin-bottom: 20px;
}

.left-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  margin-left: 0;
  display: flex;
}

.right-2 {
  text-align: left;
  width: 50%;
  padding: 20px 20px 20px 60px;
}

.footer-top {
  color: #fff;
  background-color: #6b6b6b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-wrap {
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.footer-bottom {
  background-color: #111;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-bottom-wrap {
  flex: none;
  width: 80%;
}

.legal {
  color: #777;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  font-size: 1vw;
  line-height: 2vh;
  display: block;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap-3 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.column-wrap-1 {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.subhead-3 {
  color: var(--white);
  text-align: center;
  flex: none;
  width: 90%;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.column-wrap-2 {
  flex: none;
  justify-content: center;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-4 {
  flex: none;
}

.heading-4 {
  color: var(--white);
  flex: none;
  margin-top: 30px;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-5 {
  flex: none;
}

.heading-2 {
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.screenshot {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 1500px;
  margin-top: 220px;
  padding-right: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.paragraph-2 {
  font-family: var(--font-family);
  color: var(--white);
  font-size: var(--font-vw-1\<deleted\|variable-139e2eb2-6010-6f3b-a61e-46d460b9a996\>);
  line-height: var(--font-vh-3\<deleted\|variable-32af8d94-0d15-ab53-69bf-b6f61cce9d53\>);
}

.caption-2 {
  color: #777;
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.footer-logo {
  flex: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 50px;
  text-decoration: none;
}

.hero-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.caption-1 {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  flex: none;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.customers-logo {
  flex: 1;
  width: 100px;
  max-width: 80px;
  margin: 10px auto;
}

.caption-4 {
  color: #777;
  text-align: center;
  flex: none;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.caption-3 {
  color: #777;
  flex: none;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.body {
  background-color: var(--white);
  color: var(--white);
  max-width: 1920px;
  font-family: Poppins, sans-serif;
}

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

.bold-text {
  color: var(--white);
  font-size: 1vw;
  line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
  margin-left: 10px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.image {
  z-index: auto;
  opacity: .5;
  object-fit: fill;
  flex: 0 auto;
  margin-top: -600px;
  margin-bottom: 0;
  margin-left: 850px;
  padding-left: 0;
  position: absolute;
}

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

.image-solution {
  border: 5px none var(--color);
  cursor: pointer;
  border-radius: 20px;
  width: 60%;
  padding-top: 0;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, .2);
}

.image-3, .image-4 {
  border-radius: 20px;
  width: 80%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

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

.image-5 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), var(--color-3) 5%, var(--color) 40%);
  width: auto;
  max-width: none;
  height: 500px;
}

.text-span-4 {
  color: var(--color-2);
  margin-right: 20px;
  font-size: 30px;
  font-weight: 700;
}

.text-span-5 {
  color: var(--title-span);
  font-weight: 500;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.footer-dark {
  border-bottom: .5px none var(--color-3);
  background-color: rgba(0, 0, 0, 0);
  padding: 50px 30px 10px;
  position: relative;
}

.footer-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.footer-link-2-copy {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2-copy:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.heading-6 {
  color: var(--white);
  text-align: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  display: none;
  position: relative;
  top: 3617.36px;
}

.text-block {
  color: var(--color-3);
  display: none;
  position: absolute;
  top: 3749.38px;
}

.image-6 {
  margin-top: 5vh;
}

.div-block-2 {
  background-image: linear-gradient(rgba(54, 56, 51, .23), rgba(54, 56, 51, .23));
  border-radius: 20px;
  width: 80%;
  height: 0%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px 40px;
  position: relative;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, .2);
}

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

.heading-8 {
  color: var(--color-3);
}

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

.image-7 {
  margin-left: 60px;
}

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

.section-4 {
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

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

.paragraph-6 {
  text-align: center;
}

.div-block-3 {
  background-image: url('../images/view-archeological-underwater-building-ruins-with-sea-creature.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 350px;
  min-height: 0;
  display: flex;
}

.div-block-4 {
  text-align: center;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.paragraph-7 {
  color: #949494;
  text-align: center;
}

.heading-9 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
}

.image-8 {
  clear: none;
  width: 250px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-10 {
  text-align: left;
  object-fit: fill;
  font-size: 1.5em;
  line-height: 1em;
}

.cell {
  border-right: 2px solid var(--white);
  border-left: 2px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-2, .cell-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--grey);
  font-size: var(--size-paragraph\<deleted\|variable-51107089-a304-ec5e-b8ee-58055ec77490\>);
  line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
  text-align: center;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  justify-items: stretch;
  width: 65%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  display: grid;
}

.text-block-2 {
  pointer-events: auto;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  display: block;
}

.text-block-2:hover {
  color: var(--white);
}

.image-9 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-2), #294747 26%, rgba(255, 255, 255, 0) 71%, var(--color));
  width: 50%;
  max-width: 1000px;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 5%;
  padding: 20px;
  position: static;
}

.image-9.floating {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-2), rgba(41, 71, 71, 0) 57%, rgba(255, 255, 255, 0) 71%, var(--color));
}

.div-block-6 {
  flex: 0 auto;
  display: flex;
}

.image-10 {
  position: absolute;
}

.cell-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-5 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-6 {
  border-right: 2px solid var(--white);
  border-left: 2px solid var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 85%;
}

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

.div-block-8 {
  background-color: var(--white);
  border-radius: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
}

.heading-11 {
  line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
  font-weight: 600;
}

.heading-12 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-8 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.div-block-9 {
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-11, .image-12, .image-13 {
  background-color: var(--color-2);
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.cell-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.image-14 {
  width: 100px;
  max-width: none;
}

.quick-stack-3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.cell-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.image-15 {
  width: 100%;
  max-width: none;
}

.bold-text-2 {
  font-size: 1em;
  line-height: 1.2em;
}

.nav-2 {
  background-color: var(--header-bg);
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  outline-offset: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 #274d51;
  border-radius: 0;
  outline: 3px #fff;
  justify-content: center;
  width: auto;
  height: 70px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-16 {
  width: 125px;
  max-width: none;
}

.nav-menu-2 {
  color: #3d3d3d;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 0;
  font-weight: 500;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  font-weight: 400;
}

.nav-link-2:visited, .nav-link-2.w--current {
  color: #fff;
}

.nav-link-2.w--current:visited {
  color: #6ae5e2;
}

.text-span-9 {
  font-weight: 700;
}

.paragraph-10 {
  text-align: center;
  margin: 20px 60px;
  padding: 20px;
  font-size: 18px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1em;
}

.text-span-10 {
  font-weight: 700;
}

.quick-stack-5 {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-2 {
  color: #274d51;
  object-fit: fill;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 11px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: static;
  box-shadow: 0 0 10px 6px rgba(202, 200, 200, .56);
}

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

.cell-13 {
  background-color: rgba(12, 30, 31, .5);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.cell-19 {
  justify-content: center;
  align-items: center;
}

.div-block-12 {
  margin-top: 60px;
}

.hero-section-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hero-bg.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1200px;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text-span-11 {
  font-weight: 700;
}

.image-17 {
  clear: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 200px;
  margin-left: 742px;
  margin-right: 0;
  display: block;
  position: absolute;
}

.image-17.floating {
  width: 300px;
  margin-top: -190px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-11 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(rgba(29, 28, 28, .13), rgba(29, 28, 28, .13));
  border-radius: 10px;
  margin: 0 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

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

.text-block-3 {
  color: #274d51;
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
}

.quick-stack-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-15 {
  font-size: 1.1em;
  line-height: 1.5em;
}

.section-5 {
  color: #3d3d3d;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-13 {
  border: 2px rgba(131, 128, 128, .67);
  width: 100%;
  height: auto;
  min-height: 325px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-101 {
  color: #274d51;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.cell-15 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.service-heading {
  clear: none;
  color: #000;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: static;
}

.quick-stack-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.service-image {
  object-fit: cover;
  width: 90px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

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

.service-text {
  text-align: left;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.pricing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.section-services {
  color: #000;
  border-bottom: 0 #fff;
  padding: 10px 30px 60px;
  position: relative;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-6 {
  color: #000;
  background-image: url('../images/spaceman-standing.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.quick-stack-8 {
  height: 300px;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.cell-16 {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
}

.heading-103 {
  font-size: 26px;
  font-weight: 600;
}

.paragraph-12 {
  color: #b8b8b8;
  font-size: 18px;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.button-3 {
  color: #274d51;
  object-fit: fill;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 11px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: static;
  box-shadow: 0 0 10px 6px rgba(202, 200, 200, .56);
}

.cell-18 {
  justify-content: center;
  align-items: center;
}

.paragraph-13 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 18px;
  font-weight: 500;
}

.home-intro-wrapper {
  z-index: -1;
  color: #9a9da3;
  width: 40%;
  margin-left: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.home-intro-wrapper.mid {
  z-index: 10;
  float: none;
  clear: none;
  width: auto;
  margin-left: 0;
  display: block;
  position: static;
  top: -56px;
  left: 200px;
  overflow: visible;
}

.home-intro-wrapper.right {
  z-index: -1;
  width: 40%;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.heading-109 {
  font-weight: 500;
}

.image-18 {
  text-align: left;
  width: 40px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link.w--current {
  background-color: var(--light-green);
  color: var(--white);
  border-radius: 30px;
  font-weight: 700;
}

.text-span-13 {
  color: #274d51;
  text-transform: none;
  margin-right: 0;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.button-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-4:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.button-4.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.button-4.text-button:hover {
  background-color: #000;
}

.heading-106 {
  font-weight: 500;
}

.section-7 {
  float: none;
  color: #000;
  text-align: left;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.tabs-content {
  margin-bottom: 40px;
}

.text-block-4 {
  clear: none;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  font-size: 20px;
  display: block;
  position: static;
}

.heading-107, .heading-108 {
  font-weight: 500;
}

.container-8 {
  z-index: 5;
  margin-top: 40px;
  position: relative;
}

.container-8.home-intro-container, .container-8.home-intro-container-copy, .container-8.home-intro-container-copy {
  text-align: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 0;
}

.tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.intro-block-overlay {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  align-items: center;
  width: 0%;
  height: 100%;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .3);
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.heading-104 {
  text-align: center;
  font-weight: 600;
}

.home-intro-link-block {
  background-image: url('../images/logo1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block.logo2 {
  background-image: url('../images/logo2.svg');
  height: 200px;
}

.home-intro-link-block.logo3 {
  background-image: url('../images/logo3.svg');
  height: 200px;
}

.home-intro-link-block.visitcard1 {
  background-image: url('../images/visitcard1.svg');
  height: 350px;
}

.home-intro-link-block.visitcard3 {
  background-image: url('../images/visitcard3.svg');
  height: 350px;
}

.home-intro-link-block.logo1 {
  height: 200px;
}

.home-intro-link-block.website2 {
  background-image: url('../images/website2.png');
  height: 400px;
}

.home-intro-link-block.visitcard2 {
  background-image: url('../images/visitcard2.svg');
  height: 350px;
}

.home-intro-link-block._2 {
  box-sizing: border-box;
  clear: none;
  box-shadow: none;
  object-fit: fill;
  background-image: url('../images/logo2.svg');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.home-intro-link-block.website3 {
  background-image: url('../images/website3.png');
  height: 400px;
}

.home-intro-link-block.website1 {
  background-image: url('../images/website1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  height: 400px;
}

.home-intro-link-block._3 {
  box-shadow: none;
  background-image: url('../images/logo3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 300px;
  padding-left: 0;
}

.div-block-17 {
  flex-flow: column;
  margin-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.heading-110 {
  color: #3d3d3d;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.paragraph-14 {
  color: #000;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.button-5 {
  color: #fff;
  background-color: #274d51;
  border-radius: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 0 10px 6px rgba(39, 77, 81, .66);
}

.button-5:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.cell-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.image-24 {
  background-color: #6ae5e2;
}

.footer-dark-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/footer-bg.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  border-bottom: .5px rgba(204, 204, 204, .23);
  padding: 100px 30px 10px;
  position: relative;
}

.cell-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.cell-22 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.container-9 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 40px 0;
  display: flex;
}

.legal-2 {
  color: #777;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  font-size: 1vw;
  line-height: 2vh;
  display: block;
}

.image-25 {
  background-color: #6ae5e2;
}

.cell-23 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 85%;
}

.image-26 {
  background-color: #6ae5e2;
}

.text-block-5 {
  pointer-events: auto;
  text-align: center;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  display: block;
}

.text-block-5:hover {
  color: #fff;
}

.text-span-14 {
  color: #6ae5e2;
}

.footer-link-3 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.heading-112 {
  text-align: left;
  object-fit: fill;
  font-size: 1.5em;
  line-height: 1em;
}

.div-block-18 {
  margin-top: 100px;
}

.icon-2 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex: none;
  width: auto;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.image-27 {
  margin-left: 0;
  margin-right: 100px;
}

.footer-content-2 {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.subhead-4 {
  color: #fff;
  text-align: center;
  flex: none;
  width: 90%;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-113 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.body-2 {
  color: var(--white);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
}

.body-3 {
  font-family: Poppins, sans-serif;
}

.section-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.quick-stack-10 {
  width: 100%;
  height: 100%;
}

.container-10 {
  background-color: var(--color);
  flex: 0 auto;
  width: 50%;
  max-width: none;
  height: auto;
  display: block;
}

.container-11 {
  pointer-events: auto;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/diver-sea-surrounded-by-wild-nature.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
}

.container-12 {
  cursor: pointer;
  background-image: url('../images/2151136131.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: none;
  height: 100vh;
  display: flex;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-testimonial-outline-fixed {
  color: #160042;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  max-width: 340px;
  padding: 32px;
  transition: box-shadow .2s, border-color .2s;
}

.f-testimonial-outline-fixed:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 29px 57px 140px -48px rgba(57, 59, 106, .12);
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

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

.f-h3-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.f-text-color-gray-500 {
  color: #6b7094;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, rgba(255, 255, 255, .64) 51%, rgba(255, 255, 255, 0));
  width: 140px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, rgba(255, 255, 255, .73) 60%, rgba(255, 255, 255, 0));
  width: 140px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.button-6 {
  color: #274d51;
  object-fit: fill;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 11px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: static;
  box-shadow: 0 0 10px 6px rgba(202, 200, 200, .56);
}

.f-feature-card-divider {
  background-color: #f3f5fb;
  width: 1px;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
}

.f-margin-bottom-49 {
  margin-bottom: 16px;
}

.f-sub-heading-large {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: #f7f9fd;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-feature-card-row {
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large.f-text-weight-bold {
  font-weight: 700;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-team-image-square {
  border-radius: 8px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.f-margin-bottom-65, .f-team-name-wrapper {
  margin-bottom: 16px;
}

.f-line-regular {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-team-title-wrapper-left {
  max-width: 500px;
  margin-bottom: 48px;
}

.f-margin-bottom-66 {
  margin-bottom: 8px;
}

.f-team-regular {
  text-decoration: none;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-team-content-wrapper {
  color: #160042;
  margin-top: 24px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-600 {
  color: #525f75;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.text-color-orange {
  color: #fe5b25;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.feature-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-bold {
  font-weight: 700;
}

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

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

.feature-card-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid #d5d9e2;
  border-radius: 16px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px rgba(35, 39, 46, .08);
}

.feature-card-grid-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

.f-margin-bottom-67 {
  margin-bottom: 16px;
}

.f-margin-bottom-68 {
  margin-bottom: 48px;
}

.f-team-title-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-team-card-outline-large {
  color: #160042;
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  transition: box-shadow .3s;
  display: flex;
}

.f-team-card-outline-large:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-team-socials-wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-team-social-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-team-icon-link {
  color: #160042;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: color .3s;
  display: flex;
}

.f-team-icon-link:hover {
  color: #642eff;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-team-avatar-large {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-margin-bottom-69 {
  margin-bottom: 32px;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.section-header {
  align-items: center;
  padding: 100px 5% 140px;
  display: flex;
  position: relative;
}

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.header-image {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary:hover {
  background-color: #1237a5;
}

.header-logo-card {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.paragraph-regular-2 {
  color: #818a9c;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.header-card-title {
  color: #07090d;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.header-grid {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.navigation-button {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: #c74e38;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.menu-button {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button:hover {
  color: #1457ff;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-image-graphic {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.navigation-link {
  color: #586174;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link.w--current {
  color: #642eff;
}

.header-card {
  background-color: #fff;
  border: 4px solid #edeff2;
  border-radius: 8px;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: -10%;
  right: auto;
  overflow: hidden;
}

.button-arrow-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-icon {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
}

.hero-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
}

.button-secondary-arrow {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary-arrow:hover {
  color: #fff;
  background-color: #07090d;
}

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

.container-13 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.header-icon-block {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/linkedin-2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.logo-2 {
  width: 124px;
}

.span-primary {
  color: #1457ff;
}

.header-card-subtitle {
  margin-bottom: 20px;
}

.text-block-6 {
  color: var(--grey);
}

.text-block-7 {
  font-weight: 600;
}

.form-wrap {
  background-color: #fff;
  border-radius: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-field-large {
  border: 1px solid #c4cee8;
  border-radius: 9px;
  min-height: 150px;
}

.text-field-large:hover {
  border-width: 2px;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.display-normal {
  color: #02044a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap-right {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.form-section-touch {
  background-color: #effaf8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 196px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button {
  color: #fff;
  background-color: #02044a;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #5f30e2;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.field-wrap {
  margin-bottom: 24px;
}

.text-field {
  border: 1px solid #c4cee8;
  border-radius: 9px;
  min-height: 56px;
  transition: all .2s;
}

.text-field:hover {
  border-width: 2px;
}

.text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.f-footer-link {
  color: #160042;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-divider {
  background-color: #f3f5fb;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-regular {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 -1.4px 4px rgba(0, 0, 0, .094), 0 -3.4px 8.7px rgba(0, 0, 0, .106), 0 -8.2px 17.2px rgba(0, 0, 0, .118);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-footer-logo {
  flex: none;
}

.f-footer-title {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-social {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.avatar-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-detail-regular {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-card-large {
  grid-row-gap: 40px;
  color: #07090d;
  text-align: center;
  border: 1px solid #edeff2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.testimonial-card-large:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 45px 45px 140px -48px rgba(7, 9, 13, .08);
}

.title-wrapper-regular {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
}

.avatar-role {
  color: #818a9c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.section-testimonial {
  background-color: #fff;
  padding: 80px 5% 140px;
  position: relative;
  overflow: hidden;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.avatar-large {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-15 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-114 {
  color: var(--white);
  font-weight: 600;
}

.image-32, .image-33 {
  width: 400px;
  max-width: none;
}

.button-7, .button-8 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
}

.text-span-18 {
  font-weight: 500;
}

.section-9 {
  padding-left: 100px;
  padding-right: 100px;
}

.pricing-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-number-wrapper {
  grid-column-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.pricing-header {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

.pricing-feature {
  grid-column-gap: 12px;
  color: #818a9c;
  align-items: center;
  display: flex;
}

.button-white {
  grid-column-gap: 8px;
  color: #07090d;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-white:hover {
  color: #fff;
  background-color: #07090d;
}

.pricing-card-dark {
  color: #fff;
  background-color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 12px;
  padding: 40px;
  transition: all .3s;
}

.pricing-feature-text {
  font-size: 14px;
  line-height: 1.5;
}

.pricing-line-dark {
  background-color: #232a39;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-detail-white {
  color: #f0f5ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-secondary {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #07090d;
}

.pricing-line {
  background-color: #edeff2;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing-feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.section-pricing {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-icon {
  color: var(--light-green);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-detail {
  color: var(--light-green);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-type {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.container-16 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-card {
  color: #07090d;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 12px;
  padding: 40px 10px 40px 20px;
  transition: all .3s;
}

.pricing-feature-white {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.pricing-period {
  color: #acb4c3;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-icon-white {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.price-feature-block-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.price-feature {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-feature-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1.5px solid #e6e6e6;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature-2.striked {
  opacity: .3;
  text-decoration: line-through;
}

.paragraph-small-2 {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-2.text-weight-semibold {
  font-weight: 600;
}

.price-content {
  width: 100%;
  overflow: visible;
}

.price-tab-menu {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e6e6e6;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.pricing-button {
  width: 100%;
}

.pricing-icon-2 {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.pricing-icon-2.pricing-blue-icon {
  color: #4255bd;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #4255bd;
  border: 1px solid #4255bd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  color: #4255bd;
  background-color: #fff;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.badge-beta-blue {
  color: #8e99d7;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.price-text-large {
  color: #4255bd;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.badge-pricing-secondary {
  color: #4255bd;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.title-wrapper-regular-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-card-line {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.pricing-grid-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.price-tab-link {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  color: #f7f7f7;
  background-color: #4255bd;
  box-shadow: 1px 8px 20px rgba(141, 155, 190, .16);
}

.h1-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.price-card-line-blue {
  border: 2px solid #4255bd;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.wrap-v-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.button-outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4255bd;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #6070c8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-outline:hover {
  color: #fff;
  background-color: #4255bd;
}

.price-feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.badge-pricing {
  color: #1a1a1a;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.badge-beta {
  color: gray;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

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

.heading-detail {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-small-medium {
  font-weight: 500;
  line-height: 24px;
}

.wrap-h-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.wrap-h-xx-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.price-feature-grid {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr;
}

.pricing-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-type {
  color: gray;
  font-size: 16px;
  line-height: 24px;
}

.price-text {
  color: #1a1a1a;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.paragraph-regular-3 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-3.text-weight-semibold {
  font-weight: 600;
}

.tabs {
  flex-flow: wrap;
  display: flex;
}

.tabs-2 {
  margin-top: 40px;
}

.tabs-menu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tabs-content-2 {
  margin-bottom: 40px;
}

.container-8-2 {
  z-index: 5;
  margin-top: 40px;
  position: relative;
}

.container-8-2.home-intro-container {
  text-align: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 0;
}

._106 {
  font-weight: 500;
}

.tab-link-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-2.w--current {
  background-color: var(--light-green);
  color: var(--white);
  border-radius: 30px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .nav {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-container {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: .5px rgba(255, 255, 255, .44);
    border-radius: 0;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .nav-menu {
    padding-right: 0;
  }

  .hero-section {
    background-image: url('../images/2150693316.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0 auto;
    padding: 140px 100px;
    display: flex;
    position: relative;
  }

  .hero-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    margin-left: 60px;
  }

  .heading-1 {
    text-align: center;
    white-space: nowrap;
    margin: 140px 0 20px;
    font-size: 3em;
    font-weight: 300;
    line-height: 1.2em;
    position: relative;
  }

  .subhead-1 {
    margin-right: 100px;
  }

  .hero-left {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 50%;
    margin-left: 0;
    padding-right: 0;
  }

  .class-section {
    border-top: 0px none var(--white);
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-2.a, .wrap-2.b {
    padding: 20px;
  }

  .logos-wrap {
    position: relative;
  }

  .right-2 {
    padding-top: 0;
  }

  .footer-bottom {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .footer-bottom-wrap {
    padding-top: 0;
  }

  .legal {
    clear: none;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .subhead-3 {
    text-align: center;
    width: 80%;
    font-weight: 600;
  }

  .heading-4 {
    font-size: 2em;
    line-height: 1.2em;
  }

  .heading-2 {
    font-family: var(--font-family);
    color: var(--white);
    font-weight: 600;
  }

  .screenshot {
    flex: 0 auto;
    align-self: flex-end;
    max-width: 1000px;
    margin-top: 220px;
    display: block;
    position: relative;
    top: 16%;
  }

  .paragraph-2 {
    color: var(--white);
    margin-left: 45px;
  }

  .customers-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    background-color: var(--white);
    margin-top: 0;
  }

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

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

  .image-5 {
    width: auto;
    height: 0;
    min-height: 600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .text-span-4 {
    color: var(--color-2);
    text-align: left;
    margin-right: 20px;
    font-size: 45px;
    font-weight: 700;
  }

  .text-span-5 {
    color: var(--title-span);
    font-weight: 500;
  }

  .container {
    width: 90%;
    max-width: none;
  }

  .container-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 90%;
  }

  .div-block {
    width: 80%;
  }

  .footer-dark {
    background-color: rgba(0, 0, 0, 0);
    border-top: 0 #000;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .footer-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer-link-2 {
    color: #fff;
  }

  .text-span-6 {
    color: var(--color-2);
    margin-right: 10px;
  }

  .footer-link-2-copy {
    color: #fff;
  }

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

  .image-7 {
    margin-left: 20px;
  }

  .div-block-3 {
    background-image: url('../images/view-archeological-underwater-building-ruins-with-sea-creature.jpg');
    height: 350px;
    min-height: 0;
  }

  .div-block-4 {
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-5 {
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    justify-items: stretch;
    width: 55%;
  }

  .text-block-2 {
    color: var(--white);
    text-align: center;
  }

  .image-9 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 50%;
    max-width: none;
    margin: auto auto auto 5%;
    padding-top: 20px;
    display: block;
  }

  .image-9.floating {
    flex: none;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .div-block-8 {
    width: 25px;
    height: 25px;
  }

  .paragraph-9 {
    margin-left: auto;
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .quick-stack-2 {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .cell-7 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
  }

  .image-14 {
    width: 100px;
    max-width: none;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-10 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-2 {
    background-color: var(--header-bg);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  }

  .image-16 {
    flex: 0 auto;
    width: 125px;
    max-width: none;
  }

  .nav-menu-2 {
    padding-right: 0;
  }

  .nav-link-2 {
    color: var(--white);
  }

  .nav-link-2.w--current {
    color: var(--color-three);
    text-transform: none;
    text-decoration: none;
  }

  .heading-13 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 300;
  }

  .quick-stack-5 {
    margin-top: 40px;
  }

  .hero-section-2 {
    justify-content: center;
    align-items: center;
    height: 1300px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .div-block-10 {
    margin-top: 220px;
    margin-bottom: 100px;
  }

  .image-21, .image-20, .image-22 {
    width: 100%;
  }

  .service-heading {
    font-size: 20px;
  }

  .service-image {
    width: 115px;
  }

  .service-text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .quick-stack-8 {
    height: 350px;
    padding-left: 180px;
    padding-right: 180px;
  }

  .heading-103 {
    font-size: 32px;
  }

  .paragraph-12 {
    font-size: 22px;
    line-height: 30px;
  }

  .home-intro-wrapper {
    width: 50%;
    margin-left: -130px;
  }

  .home-intro-wrapper.right {
    width: 50%;
    margin-left: auto;
    margin-right: -130px;
  }

  .tab-link.w--current {
    background-color: var(--light-green);
    color: var(--white);
    border-radius: 30px;
  }

  .text-span-13 {
    color: #274d51;
    text-align: left;
    margin-right: 0;
    font-size: 45px;
    font-weight: 700;
  }

  .section-7 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-block-4 {
    text-align: left;
    flex: none;
    display: block;
  }

  .div-block-15 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .home-intro-link-block.website2, .home-intro-link-block.website3, .home-intro-link-block.website1 {
    height: 500px;
  }

  .div-block-17 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .footer-dark-2 {
    background-color: rgba(0, 0, 0, 0);
    border-top: 0 #000;
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-top: 40px;
    padding-top: 140px;
  }

  .container-9 {
    width: 70%;
    max-width: none;
    margin-top: 220px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .legal-2 {
    clear: none;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .text-block-5 {
    text-align: center;
  }

  .text-span-14 {
    color: #6ae5e2;
    margin-right: 10px;
  }

  .footer-link-3 {
    color: #fff;
    white-space: nowrap;
  }

  .div-block-18 {
    margin-top: 140px;
  }

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

  .subhead-4 {
    text-align: center;
    width: 80%;
    font-weight: 600;
  }

  .body-2 {
    max-width: none;
  }

  .container-11 {
    background-image: linear-gradient(to bottom, null, null), url('../images/diver-sea-surrounded-by-wild-nature.jpg');
    cursor: pointer;
    background-position: 0 0, 50%;
    max-width: none;
  }

  .container-11:hover {
    width: 75vw;
  }

  .container-12 {
    cursor: pointer;
    max-width: none;
  }

  .container-12:hover {
    width: 75vw;
  }

  .f-h3-heading {
    color: var(--white);
  }

  .text-span-15 {
    font-weight: 500;
  }

  .f-sub-heading-large {
    color: var(--color-three);
  }

  .f-feature-icon-wrapper {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Plan-de-travail-27.png');
    background-position: 50%;
    background-size: cover;
  }

  .f-feature-card-row {
    border-style: none;
  }

  .f-paragraph-large {
    color: var(--black);
  }

  .f-section-large-2 {
    border: 1px solid var(--grey);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    margin-top: 140px;
  }

  .f-margin-bottom-65 {
    text-align: center;
  }

  .f-h3-heading-2 {
    color: var(--black);
    text-align: left;
    font-weight: 600;
  }

  .f-team-title-wrapper-left {
    max-width: 800px;
  }

  .f-grid-three-column {
    padding-bottom: 40px;
  }

  .f-section-large-3 {
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .h2-heading, .paragraph-large-bg.text-weight-bold {
    color: var(--black);
  }

  .section-small {
    padding: 40px 100px;
  }

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

  .section-header {
    padding: 40px 100px;
  }

  .header-card-title {
    margin-bottom: 10px;
  }

  .header-card {
    padding: 20px;
  }

  .header-icon-block {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/linkedin-2.png');
    background-position: 0 0;
    background-size: cover;
  }

  .header-card-subtitle {
    margin-bottom: 20px;
  }

  .text-block-6 {
    color: var(--grey);
  }

  .text-block-7 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .form-section-touch {
    background-color: rgba(0, 0, 0, 0);
    flex-flow: row;
    padding: 40px 100px;
  }

  .container-14 {
    width: 50%;
    max-width: none;
  }

  .image-31 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .f-footer-regular {
    padding: 20px 100px 10px;
  }

  .section-testimonial {
    padding: 40px 100px;
  }

  .text-span-17 {
    color: var(--title-span);
  }

  .text-span-18 {
    font-weight: 500;
  }

  .section-9 {
    color: var(--black);
    padding-left: 100px;
    padding-right: 100px;
  }

  .pricing-grid-large {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-number-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .pricing-icon, .pricing-detail {
    color: var(--light-green);
  }

  .pricing-type {
    font-size: 32px;
  }

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

  .price-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tabs {
    flex-flow: wrap;
    display: flex;
  }

  .tab-link-2.w--current {
    background-color: var(--light-green);
    color: var(--white);
    border-radius: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .nav {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-container {
    border-radius: 30px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .hero-section {
    background-image: url('../images/2150693316.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 220px 60px 140px;
  }

  .heading-1 {
    color: #ebebeb;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 3.5em;
    font-weight: 300;
    display: block;
  }

  .subhead-1 {
    text-align: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 220px;
    padding-right: 220px;
  }

  .class-section {
    color: var(--black);
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logos-section {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-top: 220px;
    margin-bottom: 0;
    margin-left: -60px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .logos-wrap {
    background-color: var(--color-3);
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  .text-span {
    color: var(--white);
    font-weight: 600;
  }

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

  .text-span-5 {
    color: var(--title-span);
    font-weight: 500;
  }

  .footer-dark {
    background-color: var(--color);
  }

  .div-block-3 {
    background-image: url('../images/view-archeological-underwater-building-ruins-with-sea-creature.jpg');
    height: 400px;
    min-height: 0;
  }

  .div-block-4 {
    width: auto;
  }

  .paragraph-7 {
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
  }

  .heading-9 {
    color: var(--white);
    padding-left: 100px;
    padding-right: 100px;
    font-size: 40px;
    font-weight: 500;
    line-height: 42px;
  }

  .div-block-5, .text-block-2 {
    color: var(--black);
  }

  .image-9.floating {
    width: 350px;
  }

  .paragraph-8 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-8 {
    display: flex;
  }

  .image-15 {
    width: 700px;
  }

  .cell-10 {
    justify-content: center;
    align-items: flex-end;
  }

  .nav-2 {
    background-color: var(--header-bg);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--white);
  }

  .nav-link-2 {
    color: var(--white);
    font-weight: 400;
  }

  .nav-link-2.w--current {
    font-weight: 400;
  }

  .tab-link.w--current {
    background-color: var(--light-green);
    color: var(--white);
    border-radius: 30px;
  }

  .text-span-13 {
    color: var(--light-green);
  }

  .heading-106.current {
    font-size: 14px;
  }

  .tabs-content {
    display: block;
  }

  .div-block-17 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .button-5 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-dark-2 {
    flex-flow: column;
    display: flex;
  }

  .footer-link-3:hover {
    color: var(--color-2);
  }

  .footer-content-2 {
    grid-column-gap: 100px;
  }

  .subhead-4 {
    font-weight: 500;
  }

  .container-11 {
    background-image: linear-gradient(to bottom, null, null), url('../images/diver-sea-surrounded-by-wild-nature.jpg');
    background-position: 0 0, 50%;
  }

  .container-12 {
    max-width: none;
  }

  .f-container-regular {
    text-align: center;
  }

  .f-h3-heading, .f-paragraph-small {
    color: var(--white);
  }

  .f-paragraph-regular.f-text-color-gray-500 {
    color: var(--black);
  }

  .f-section-large {
    overflow: visible;
  }

  .button-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-span-15 {
    font-weight: 600;
  }

  .f-sub-heading-large {
    color: #9ee1f0;
    -webkit-text-stroke-color: var(--color-three);
  }

  .f-feature-card-row {
    border-style: none;
    border-color: var(--color);
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .f-paragraph-large, .f-paragraph-large.f-text-weight-bold {
    color: var(--black);
  }

  .f-section-large-2 {
    border: 1px solid var(--grey);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 0;
    margin-top: 140px;
  }

  .f-h3-heading-2 {
    color: var(--black);
    text-align: left;
    font-weight: 600;
  }

  .f-team-title-wrapper-left {
    text-align: left;
    max-width: 800px;
  }

  .f-grid-three-column, .f-section-large-3 {
    padding-bottom: 40px;
  }

  .paragraph-17 {
    font-size: 18px;
    line-height: 32px;
  }

  .h2-heading, .paragraph-large-bg.text-weight-bold, .paragraph-large-bg.text-weight-bold:hover {
    color: var(--black);
  }

  .feature-card {
    color: var(--black);
    cursor: pointer;
  }

  .feature-card:hover {
    color: var(--white);
    background-color: #e4edff;
  }

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

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

  .section-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-card-title {
    margin-bottom: 10px;
  }

  .header-icon-block {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/linkedin-2.png');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .header-card-subtitle {
    margin-bottom: 20px;
  }

  .text-block-6 {
    color: var(--grey);
    font-weight: 600;
  }

  .text-block-7 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .form-section-touch {
    background-color: rgba(0, 0, 0, 0);
    flex-flow: row;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-14 {
    width: 50%;
    max-width: none;
    overflow: visible;
  }

  .image-28 {
    border-radius: 0;
    width: 500px;
  }

  .image-29, .image-30 {
    overflow: visible;
  }

  .image-31 {
    width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .f-footer-regular {
    box-shadow: none;
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .f-footer-title {
    font-weight: 700;
  }

  .f-footer-detail {
    color: var(--grey);
  }

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

  .avatar-image {
    object-fit: cover;
  }

  .section-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span-17 {
    color: var(--title-span);
  }

  .section-9 {
    color: var(--black);
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-20 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-21, .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-23 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-25 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .pricing-grid-large {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-number-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .pricing-icon {
    color: var(--light-green);
    -webkit-text-stroke-color: var(--color);
  }

  .pricing-detail {
    color: var(--light-green);
  }

  .pricing-type {
    font-size: 32px;
  }

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

  .price-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .tabs-content-2 {
    display: block;
  }

  .tab-link-2.w--current {
    background-color: var(--light-green);
    color: var(--white);
    border-radius: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    box-shadow: none;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    text-align: justify;
    border-bottom-style: none;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    height: 100px;
    margin: 40px 100px auto;
    padding: 20px 0;
    bottom: 0%;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 30px;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 60px;
    display: block;
  }

  .nav-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5em;
    line-height: 1em;
  }

  .logo {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .hero-section {
    flex-flow: column;
    max-width: 1920px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 365px;
  }

  .hero-wrap {
    align-self: flex-end;
    width: auto;
  }

  .heading-1 {
    float: none;
    font-family: var(--font-family);
    color: var(--white);
    text-transform: none;
    white-space: nowrap;
    word-break: normal;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 90%;
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 4em;
    line-height: 1em;
    display: block;
    position: static;
  }

  .subhead-1 {
    color: var(--white);
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.1em;
  }

  .hero-left {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .class-section {
    flex-flow: column;
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .logos-section {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .legal {
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    font-size: 1em;
    line-height: 1em;
  }

  .heading-3 {
    font-size: 3.5em;
    line-height: 1em;
  }

  .subhead-3 {
    font-size: 1.5em;
  }

  .heading-4 {
    font-size: 3em;
    line-height: 1em;
  }

  .heading-2 {
    text-align: center;
    font-size: 5em;
    line-height: 1em;
  }

  .screenshot {
    width: auto;
    max-width: none;
    max-height: 500px;
    margin-top: 0;
    top: 0%;
    right: 0%;
  }

  .paragraph-2 {
    font-size: 1.75em;
    line-height: 1.2em;
  }

  .hero-right {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .customers-logo {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    clear: none;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text {
    font-size: 1em;
    line-height: 1em;
  }

  .image-5 {
    background-image: radial-gradient(circle closest-side at 50% 50%, var(--color-3), var(--color-3) 27%, var(--color) 89%);
    mix-blend-mode: normal;
    width: 100%;
    max-width: none;
    height: 700px;
  }

  .text-span-4 {
    margin-right: 40px;
    font-size: 60px;
  }

  .footer-dark {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    display: flex;
  }

  .title-small, .footer-link-2 {
    font-size: 18px;
  }

  .div-block-2 {
    width: 75%;
    margin-top: 20px;
  }

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

  .div-block-3 {
    border: 2px solid #000;
    width: 80%;
    height: 600px;
    box-shadow: 10px 10px 11px rgba(0, 0, 0, .2);
  }

  .div-block-5 {
    width: 50%;
  }

  .text-block-2 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .image-9 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: auto;
    max-width: none;
    max-height: 350px;
    margin: auto;
    padding: 0;
    display: block;
    position: static;
  }

  .image-9.floating {
    width: 325px;
    margin-left: 20%;
  }

  .div-block-8 {
    width: 30px;
    height: 30px;
  }

  .heading-12 {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 40px;
    font-size: 3em;
    line-height: 1em;
  }

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

  .paragraph-9 {
    clear: none;
    font-family: var(--font-family);
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-9 {
    flex-flow: column;
    width: 80%;
    margin-bottom: 40px;
    display: flex;
  }

  .image-11, .image-12, .image-13 {
    background-color: var(--color-2);
    border-radius: 5px;
  }

  .quick-stack-2 {
    width: 100%;
    max-width: 1920px;
    margin-top: 0;
    padding: 60px 0 0 60px;
  }

  .cell-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-14 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: 150px;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: static;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-15 {
    width: 700px;
  }

  .nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    max-width: 4000px;
    height: 70px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-16 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: 150px;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
    position: static;
  }

  .nav-menu-2 {
    box-sizing: border-box;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    font-size: 1.5em;
    line-height: 1em;
    display: flex;
  }

  .nav-link-2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraph-10 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-13 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    font-size: 55px;
    line-height: 1em;
  }

  .paragraph-11 {
    font-size: 22px;
    line-height: 28px;
  }

  .cell-13 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hero-section-2 {
    background-image: url('../images/hero-bg.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1500px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .image-17.floating {
    width: 400px;
    margin-top: -287px;
    margin-left: 1201px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 338px;
    margin-bottom: 140px;
  }

  .paragraph-16, .paragraph-15 {
    font-size: 20px;
  }

  .section-5 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .section-services {
    padding-top: 60px;
  }

  .section-6 {
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .quick-stack-8 {
    height: 450px;
  }

  .paragraph-13 {
    color: var(--black);
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .text-span-13 {
    margin-right: 40px;
    font-size: 60px;
  }

  .section-7 {
    margin-top: 100px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .text-block-4 {
    clear: none;
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .heading-104 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .heading-110 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 42px;
  }

  .paragraph-14 {
    font-size: 18px;
    line-height: 28px;
  }

  .button-5 {
    padding: 20px 60px;
    font-size: 24px;
  }

  .image-24 {
    background-color: #6ae5e2;
    border-radius: 5px;
  }

  .footer-dark-2 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .title-small-2 {
    white-space: nowrap;
    font-size: 18px;
  }

  .container-9 {
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .legal-2 {
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    font-size: 1em;
    line-height: 1em;
  }

  .image-25, .image-26 {
    background-color: #6ae5e2;
    border-radius: 5px;
  }

  .text-block-5 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .footer-link-3 {
    word-break: keep-all;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-18 {
    text-align: left;
    align-self: auto;
    margin-top: 220px;
    font-size: 14px;
  }

  .icon-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-27 {
    width: 200px;
    max-width: none;
    margin-left: auto;
  }

  .footer-content-2 {
    grid-column-gap: 200px;
  }

  .subhead-4 {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-113 {
    font-size: 3.5em;
    line-height: 1em;
  }

  .body-2 {
    -webkit-text-stroke-color: transparent;
    max-width: 4000px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    background-image: linear-gradient(to bottom, null, null), url('../images/diver-sea-surrounded-by-wild-nature.jpg');
    background-position: 0 0, 50%;
    flex: 0 auto;
    max-width: none;
  }

  .container-12 {
    pointer-events: auto;
    max-width: none;
  }

  .f-feature-icon-wrapper {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Plan-de-travail-27.png');
    background-position: 50%;
    background-size: cover;
  }

  .text-span-18 {
    font-weight: 500;
  }

  .section-9 {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-container {
    margin-left: 0;
  }

  .nav-menu {
    background-color: var(--color);
    color: var(--white);
  }

  .hero-section {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .hero-wrap {
    margin-right: 100px;
  }

  .heading-1 {
    text-align: left;
    white-space: nowrap;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 30px;
    font-size: 2em;
  }

  .subhead-1 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-left: 60px;
    margin-right: 20px;
    font-size: .8em;
  }

  .icon {
    height: 70px;
    padding: 20px;
  }

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

  .hero-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .class-section {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wrap-2, .wrap-2.a {
    margin-bottom: 20px;
  }

  .wrap-2.b {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .logos-section {
    margin-top: 40px;
  }

  .logos-wrap {
    justify-content: center;
  }

  .left-1 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .right-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-2 {
    justify-content: center;
    align-items: center;
  }

  .right-2 {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .column-wrap-1 {
    flex-direction: column;
    flex: none;
    display: block;
  }

  .heading-3 {
    font-size: var(--size-h3-mobile\<deleted\|variable-041d5f3c-b0d5-f519-69a0-7f701e19a710\>);
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .subhead-3 {
    width: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1em;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .column-2 {
    flex: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-4 {
    color: var(--white);
    margin-top: 20px;
    font-size: 1.1em;
  }

  .heading-2 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 2.25em;
    line-height: 1.2em;
  }

  .screenshot {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    width: 0;
  }

  .paragraph-2 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .hero-right {
    display: none;
  }

  .customers-logo {
    width: 75px;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    font-size: .5em;
    font-weight: 400;
    line-height: 1em;
  }

  .image-solution {
    width: 55%;
  }

  .image-5 {
    align-self: center;
  }

  .text-span-4 {
    font-size: var(--size-paragraph\<deleted\|variable-51107089-a304-ec5e-b8ee-58055ec77490\>);
    line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
  }

  .container {
    max-width: 728px;
    display: block;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 20px;
  }

  .div-block-2 {
    background-image: linear-gradient(180deg, var(--color-3), transparent);
    border: 1px solid #000;
    border-radius: 20px;
    width: auto;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 40px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, .2);
  }

  .heading-8 {
    color: var(--color-3);
  }

  .paragraph-5 {
    text-align: left;
    font-size: .9em;
    line-height: 1.2em;
  }

  .image-7 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-3 {
    height: 250px;
    min-height: 0;
  }

  .div-block-4 {
    width: auto;
  }

  .paragraph-7 {
    font-size: var(--size-paragraphe-mobile\<deleted\|variable-7823c04b-d0b3-2ec4-7ecd-91602c38fbf9\>);
    line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
  }

  .heading-9 {
    font-size: var(--size-h2-mobile\<deleted\|variable-faf2bf65-6748-f5c7-db10-77aaebf606ef\>);
    line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
  }

  .image-8 {
    display: none;
  }

  .heading-10 {
    font-size: var(--size-h2-mobile\<deleted\|variable-faf2bf65-6748-f5c7-db10-77aaebf606ef\>);
    line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
    text-transform: uppercase;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
  }

  .text-block-2 {
    color: var(--color-3);
    font-size: var(--size-paragraph-2\<deleted\|variable-834df681-a41a-9c12-c4a1-c1e887c510de\>);
    line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
    text-align: center;
  }

  .image-9 {
    flex: 0 auto;
    order: 0;
    width: 70%;
    display: block;
  }

  .quick-stack {
    width: 90%;
  }

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

  .paragraph-8 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
  }

  .paragraph-9 {
    font-size: 1em;
    line-height: 1.4em;
  }

  .quick-stack-2 {
    padding-left: 0;
  }

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

  .image-14 {
    max-width: none;
  }

  .cell-9 {
    display: none;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .nav-2 {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .image-16 {
    max-width: none;
  }

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

  .nav-link-2 {
    color: #fff;
  }

  .paragraph-10 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-13 {
    text-align: center;
    font-size: 2.25em;
    line-height: 1.2em;
  }

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0;
  }

  .button-2 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    box-shadow: 0 0 10px 4px rgba(202, 200, 200, .56);
  }

  .paragraph-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .cell-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-19 {
    justify-content: center;
    align-items: center;
  }

  .hero-section-2 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 875px;
  }

  .image-17.floating {
    width: 150px;
    margin-left: 562px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .image-23 {
    text-align: left;
    flex: 0 auto;
  }

  .heading-111 {
    font-size: 20px;
  }

  .div-block-11 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-16 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .quick-stack-6 {
    padding: 0;
  }

  .paragraph-15 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .section-5 {
    margin-top: 40px;
  }

  .div-block-13 {
    border-style: none;
  }

  .heading-101 {
    font-size: 16px;
    line-height: 20px;
  }

  .service-heading {
    font-size: 12px;
    line-height: 18px;
  }

  .service-image {
    width: 60px;
    max-width: none;
  }

  .container-6 {
    max-width: 728px;
  }

  .service-text {
    font-size: 10px;
    line-height: 14px;
  }

  .pricing-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-services {
    padding: 0 60px 20px;
  }

  .quick-stack-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 250px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-103 {
    font-size: 22px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .button-3 {
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 12px;
    box-shadow: 0 0 10px 4px rgba(202, 200, 200, .56);
  }

  .paragraph-13 {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-intro-wrapper.mid {
    left: 181px;
  }

  .text-span-13 {
    font-size: 1.2em;
    line-height: 1em;
  }

  .button-4.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .heading-106.current {
    text-align: center;
    white-space: nowrap;
  }

  .section-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-108 {
    text-align: center;
    white-space: nowrap;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-intro-link-block.logo2 {
    height: 150px;
  }

  .home-intro-link-block.logo3 {
    height: 125px;
  }

  .home-intro-link-block.logo1 {
    height: 150px;
  }

  .home-intro-link-block.website2, .home-intro-link-block.website3, .home-intro-link-block.website1 {
    height: 250px;
  }

  .div-block-17 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .button-5 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .footer-dark-2 {
    background-size: 960px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .title-small-2 {
    font-size: 12px;
  }

  .container-9 {
    max-width: 728px;
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .legal-2 {
    font-size: 1.5vw;
  }

  .quick-stack-9 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-link-3 {
    font-size: 12px;
  }

  .heading-112 {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
  }

  .icon-2 {
    height: 70px;
    padding: 20px;
  }

  .image-27 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer-content-2 {
    grid-column-gap: 20px;
  }

  .subhead-4 {
    width: auto;
    margin-bottom: 40px;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 1em;
  }

  .heading-113 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
  }

  .container-12 {
    max-width: none;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .button-6 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0;
  }

  .f-feature-card-row {
    flex-direction: column;
  }

  .f-grid-three-column, .feature-card-grid-top, .feature-card-grid-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .menu-button.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

  .navigation-link {
    width: 100%;
  }

  .header-card {
    left: 32px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation {
    position: relative;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .heading-114 {
    font-size: 30px;
  }

  .image-33 {
    width: 325px;
  }

  .section-9 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-grid-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .pricing-feature-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .section-pricing {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
  }

  .pricing-detail {
    font-size: 13px;
  }

  .pricing-type {
    font-size: 30px;
  }

  .pricing-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-period {
    font-size: 15px;
  }

  .tabs {
    justify-content: center;
    align-items: center;
  }

  .menu-button-2 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
  }

  .tabs-menu-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-container {
    padding-top: 10px;
  }

  .logo {
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .hero-section {
    height: auto;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
    margin-left: 60px;
    margin-right: 60px;
  }

  .wrap-1 {
    text-align: center;
  }

  .heading-1 {
    font-size: 1.8em;
    line-height: 1.2em;
    position: relative;
  }

  .subhead-1 {
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    line-height: 1.2em;
  }

  .hero-left {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .class-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .wrap-2.a {
    flex-direction: column-reverse;
  }

  .logos-section {
    margin-left: auto;
    margin-right: auto;
  }

  .left-1 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .legal {
    font-size: 1.5vw;
  }

  .heading-3 {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6em;
  }

  .subhead-3 {
    text-align: center;
    flex-flow: row;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
    font-weight: 400;
    display: flex;
  }

  .heading-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8em;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-right {
    width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .customers-logo {
    max-width: 50px;
  }

  .bold-text {
    font-size: .5em;
    line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
    flex: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 300;
  }

  .image-5 {
    height: 300px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .footer-block {
    clear: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-small {
    font-size: var(--size-paragraph-2\<deleted\|variable-834df681-a41a-9c12-c4a1-c1e887c510de\>);
  }

  .footer-link-2 {
    font-size: var(--size-paragraph-2\<deleted\|variable-834df681-a41a-9c12-c4a1-c1e887c510de\>);
    line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
    align-self: flex-start;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 10px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-link-2-copy:hover {
    color: rgba(26, 27, 31, .75);
  }

  .image-6 {
    margin-top: 0;
  }

  .div-block-2 {
    border-style: none;
    margin: 10px auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-5 {
    font-size: .75em;
  }

  .image-7 {
    clear: none;
    text-align: left;
    object-fit: fill;
    margin-bottom: 0;
  }

  .div-block-3 {
    min-height: 0;
  }

  .div-block-4 {
    width: auto;
  }

  .paragraph-7 {
    font-size: .7em;
    line-height: 1em;
  }

  .heading-9 {
    padding-left: 0;
    padding-right: 0;
    font-size: .7em;
    line-height: 1.2em;
  }

  .text-block-2 {
    color: var(--white);
    font-size: .75em;
    line-height: 1em;
  }

  .div-block-8 {
    width: 10px;
    height: 10px;
  }

  .heading-12 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .div-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cell-10 {
    display: none;
  }

  .bold-text-2 {
    font-size: .8em;
  }

  .nav-2 {
    background-color: var(--header-bg);
    border-radius: 0;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-13 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cell-13 {
    padding-bottom: 20px;
  }

  .div-block-12 {
    margin-top: 100px;
  }

  .hero-section-2 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-17.floating {
    display: none;
    overflow: clip;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-16 {
    font-size: .7em;
  }

  .quick-stack-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-15 {
    font-size: .7em;
  }

  .section-5 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    min-height: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-101 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .service-heading {
    margin-top: 0;
    font-size: .8em;
    line-height: 1em;
  }

  .service-image {
    width: 40px;
    height: 40px;
  }

  .container-6 {
    max-width: none;
  }

  .service-text {
    margin-bottom: 0;
    font-size: .7em;
    line-height: 1em;
  }

  .pricing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
  }

  .section-services {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0 0 10px;
  }

  .button-3 {
    padding-left: 20px;
  }

  .paragraph-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .home-intro-wrapper {
    clear: none;
    width: 30%;
    margin-right: auto;
    position: static;
  }

  .home-intro-wrapper.mid {
    width: 30%;
  }

  .home-intro-wrapper.right {
    width: 30%;
    height: auto;
    position: static;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-4.text-button {
    display: inline-block;
  }

  .heading-106.current {
    font-size: 12px;
  }

  .section-7 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .tabs-content {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-108 {
    font-size: 14px;
  }

  .container-8 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .container-8.home-intro-container, .container-8.home-intro-container-copy, .container-8.home-intro-container-copy {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 12px;
  }

  .home-intro-link-block {
    height: 300px;
  }

  .home-intro-link-block.logo2 {
    height: 125px;
  }

  .home-intro-link-block.visitcard1, .home-intro-link-block.visitcard3 {
    height: 200px;
  }

  .home-intro-link-block.logo1 {
    text-align: center;
    height: 125px;
  }

  .home-intro-link-block.website2 {
    height: 150px;
  }

  .home-intro-link-block.visitcard2 {
    height: 200px;
  }

  .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block.website3 {
    height: 150px;
  }

  .home-intro-link-block.website1 {
    width: 100%;
    height: 150px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .heading-110 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-14 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-dark-2 {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 960px;
    height: auto;
    margin-bottom: 0;
    padding: 60px 10px 0;
  }

  .title-small-2 {
    font-size: 14px;
  }

  .container-9 {
    max-width: none;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .legal-2 {
    margin-top: 60px;
    font-size: 11px;
  }

  .quick-stack-9 {
    padding: 10px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 1em;
  }

  .footer-link-3 {
    align-self: flex-start;
    font-size: 12px;
    line-height: 1em;
  }

  .footer-link-3:hover {
    color: rgba(26, 27, 31, .75);
  }

  .heading-112 {
    font-size: 14px;
  }

  .div-block-18 {
    margin-top: 140px;
  }

  .image-27 {
    clear: none;
    text-align: left;
    object-fit: fill;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .subhead-4 {
    text-align: center;
    flex-flow: row;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
  }

  .heading-113 {
    text-align: center;
    margin: 20px auto 10px;
    font-size: 30px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular, .f-section-large, .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-card-grid-top, .feature-card-grid-bottom {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-team-card-outline-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navigation-secondary {
    display: none;
  }

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

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

  .heading-114 {
    font-size: 30px;
  }

  .image-33 {
    width: 250px;
  }

  .text-span-18 {
    font-weight: 600;
  }

  .section-9 {
    margin-bottom: 20px;
  }

  .pricing-grid-large {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding-left: 60px;
  }

  .price-tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .pricing-icon-2 {
    color: #1a1a1a;
  }

  .pricing-grid-wide {
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tabs-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 12px;
  }

  .tabs-content-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .container-8-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .container-8-2.home-intro-container {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .tab-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    background-color: rgba(0, 0, 0, 0);
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-1 {
    text-align: center;
    margin: 10px auto;
    font-size: .9em;
  }

  .subhead-1 {
    text-align: left;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    font-size: .5em;
  }

  .icon {
    height: 50px;
    padding: 10px 20px;
  }

  .hero-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
  }

  .class-section {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .logos-section {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left-1 {
    padding-bottom: 0;
  }

  .right-1 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .left-2 {
    margin-top: 10px;
    padding-top: 0;
  }

  .right-2 {
    padding-bottom: 0;
  }

  .footer-top-wrap {
    flex-direction: column;
    flex: none;
    align-items: center;
    padding-bottom: 33px;
  }

  .legal {
    margin-top: 0;
    font-size: .5em;
    line-height: 1em;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .subhead-3 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .5em;
  }

  .column-wrap-2 {
    flex-direction: column;
  }

  .column-2 {
    flex: none;
    width: 100%;
  }

  .heading-4 {
    margin-top: 0;
    font-size: .9em;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .screenshot {
    flex: 0 auto;
    align-self: auto;
    overflow: hidden;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: .6em;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-right {
    width: 0%;
  }

  .customers-logo {
    max-width: 20px;
  }

  .bold-text {
    margin-left: 0;
    margin-right: 0;
  }

  .image-solution {
    width: 60%;
  }

  .image-5 {
    height: 150px;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .footer-dark {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .title-small {
    font-size: .6em;
    line-height: 1em;
  }

  .footer-link-2 {
    margin-top: 5px;
    font-size: .55em;
    line-height: 1em;
  }

  .footer-social-block {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px 10px;
  }

  .heading-7 {
    font-size: .9em;
    line-height: 1.2em;
  }

  .heading-8 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .paragraph-5 {
    text-align: center;
    font-size: .6em;
  }

  .image-7 {
    margin-left: 0;
  }

  .div-block-3 {
    height: 150px;
    min-height: 0;
  }

  .div-block-4 {
    width: auto;
  }

  .paragraph-7 {
    font-size: .4em;
    line-height: var(--height-txt\<deleted\|variable-e7fe84d8-bbfc-2e84-344d-971a22ceeb6e\>);
  }

  .heading-9 {
    flex: 0 auto;
    font-size: .5em;
  }

  .heading-10 {
    flex: 0 auto;
    font-size: .7em;
    font-weight: 400;
    line-height: 1em;
  }

  .cell {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .div-block-5 {
    width: 90%;
  }

  .text-block-2 {
    font-size: .5em;
  }

  .cell-6 {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .quick-stack {
    width: 100%;
    padding: 10px 0;
  }

  .heading-12 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1em;
  }

  .paragraph-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-9 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
  }

  .div-block-9 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-7 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-14 {
    width: 70px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: .6em;
    line-height: 1em;
  }

  .nav-2 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-16 {
    width: 70px;
  }

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

  .heading-13 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .quick-stack-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    padding: 10px;
    font-size: 12px;
  }

  .paragraph-11 {
    font-size: 10px;
    line-height: 15px;
  }

  .cell-13 {
    padding: 10px;
  }

  .div-block-12 {
    margin-top: 60px;
  }

  .hero-section-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-17.floating {
    margin-left: 0;
    display: none;
    overflow: visible;
  }

  .div-block-10 {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .heading-111 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .paragraph-15 {
    text-align: left;
  }

  .section-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-13 {
    min-height: auto;
  }

  .heading-101 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .quick-stack-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 10px;
  }

  .container-6 {
    max-width: none;
  }

  .service-text {
    font-size: .7em;
  }

  .pricing-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .section-services {
    margin-top: 20px;
  }

  .pricing-card-three {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-8 {
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-13 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 16px;
  }

  .home-intro-wrapper {
    width: 30%;
  }

  .home-intro-wrapper.mid {
    margin-left: auto;
  }

  .home-intro-wrapper.right {
    width: 30%;
  }

  .heading-109 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .image-18 {
    width: 20px;
  }

  .tab-link {
    margin-top: 10px;
    padding: 0 5px;
  }

  .tab-link.w--current {
    padding: 10px;
  }

  .button-4 {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .heading-106.current {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .section-7 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-107, .heading-108 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .container-8 {
    margin-top: 0;
    display: flex;
  }

  .container-8.home-intro-container, .container-8.home-intro-container-copy, .container-8.home-intro-container-copy {
    flex-flow: row;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .home-intro-link-block.logo2, .home-intro-link-block.logo3 {
    height: 100px;
  }

  .home-intro-link-block.visitcard1, .home-intro-link-block.visitcard3 {
    height: 150px;
  }

  .home-intro-link-block.logo1 {
    height: 100px;
  }

  .home-intro-link-block.website2 {
    height: 125px;
  }

  .home-intro-link-block.visitcard2 {
    height: 150px;
  }

  .home-intro-link-block.website3, .home-intro-link-block.website1 {
    height: 125px;
  }

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

  .heading-110 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-14 {
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 16px;
  }

  .footer-dark-2 {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 960px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-small-2 {
    font-size: .65em;
    line-height: 1em;
  }

  .cell-22 {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .container-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .cell-23 {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding: 10px;
  }

  .text-block-5 {
    font-size: .45em;
  }

  .footer-link-3 {
    font-size: .7em;
  }

  .heading-112 {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .7em;
  }

  .icon-2 {
    height: 35px;
    padding: 10px;
  }

  .image-27 {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .footer-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, .44);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .subhead-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .4em;
  }

  .heading-113 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .section-8 {
    flex-flow: column;
  }

  .container-11 {
    background-image: linear-gradient(to bottom, null, null), url('../images/diver-sea-surrounded-by-wild-nature.jpg');
    background-position: 0 0, 50%;
    width: 100vw;
    height: 50vh;
  }

  .container-12 {
    background-position: 50%;
    width: 100vw;
    height: 50vh;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .f-team-card-outline-large {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .f-team-avatar-large {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .navigation-secondary {
    display: none;
  }

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

  .button-primary {
    width: 100%;
  }

  .paragraph-regular-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .header-card-title {
    font-size: 16px;
  }

  .navigation-button {
    display: none;
  }

  .header-icon-wrapper {
    font-size: 28px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 62px;
  }

  .button-secondary-arrow {
    width: 100%;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-wrapper-regular {
    text-align: center;
  }

  .section-testimonial {
    overflow: hidden;
  }

  .heading-114 {
    font-size: 22px;
  }

  .image-33 {
    width: 200px;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-grid-large {
    grid-template-columns: 1fr;
  }

  .pricing-header {
    font-size: 44px;
    line-height: 62px;
  }

  .button-white {
    width: 100%;
  }

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

  .pricing-title-wrapper {
    text-align: center;
  }

  .button-secondary {
    width: 100%;
  }

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

  .price-tab-menu {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .price-card-line-blue {
    padding: 24px 14px;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .container-8-2 {
    margin-top: 0;
    display: flex;
  }

  .container-8-2.home-intro-container {
    flex-flow: row;
  }

  .tab-link-2 {
    margin-top: 10px;
    padding: 0 5px;
  }

  .tab-link-2.w--current {
    padding: 10px;
  }
}

#w-node-_2548c8cf-15fd-5312-df4b-031319bbf125-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5881290d-4db4-b80b-7faa-b131814cc58f-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_87c300af-429a-8146-3266-37d50b306ced-49741c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87c300af-429a-8146-3266-37d50b306cee-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_87c300af-429a-8146-3266-37d50b306cf6-49741c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87c300af-429a-8146-3266-37d50b306cf7-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_87c300af-429a-8146-3266-37d50b306cff-49741c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87c300af-429a-8146-3266-37d50b306d00-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_87c300af-429a-8146-3266-37d50b306d09-49741c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87c300af-429a-8146-3266-37d50b306d0a-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_87c300af-429a-8146-3266-37d50b306d12-49741c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87c300af-429a-8146-3266-37d50b306d13-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_87c300af-429a-8146-3266-37d50b306d1b-49741c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87c300af-429a-8146-3266-37d50b306d1c-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ba059084-c484-c7eb-80e1-f61a3eb75373-49741c92 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
}

#w-node-_958f08b4-8137-26f0-2cd0-2697c0f46bad-49741c92 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_958f08b4-8137-26f0-2cd0-2697c0f46bde-49741c92, #w-node-_958f08b4-8137-26f0-2cd0-2697c0f46bf3-49741c92, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cbc-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cc3-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cca-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cd2-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cd9-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461ce0-3d763332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5c55b52-02dc-72e6-a896-7bd3a65a335e-3d763332 {
  align-self: center;
  justify-self: center;
}

#w-node-c5c55b52-02dc-72e6-a896-7bd3a65a336b-3d763332, #w-node-c5c55b52-02dc-72e6-a896-7bd3a65a336d-3d763332, #w-node-c5c55b52-02dc-72e6-a896-7bd3a65a336f-3d763332, #w-node-c5c55b52-02dc-72e6-a896-7bd3a65a3371-3d763332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cbc-3d763332 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cca-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461ce0-3d763332, #w-node-_09dde9b3-b3e3-5e05-fbf4-279544a0f961-3d763332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2548c8cf-15fd-5312-df4b-031319bbf125-49741c92, #w-node-ba059084-c484-c7eb-80e1-f61a3eb75373-49741c92 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5881290d-4db4-b80b-7faa-b131814cc58f-49741c92, #w-node-ba059084-c484-c7eb-80e1-f61a3eb75373-49741c92 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_958f08b4-8137-26f0-2cd0-2697c0f46bad-49741c92 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cbc-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cca-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461cd2-3d763332, #w-node-_7f76a3cd-4bfe-2191-6e57-d4443d461ce0-3d763332 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


