:root {
  --dark-blue: #071b46;
  --text-gray: #4b5563;
  --blue: #29428b;
  --border-1: #e2e8f0;
  --button-2-grey: #f8fafc;
  --blue-bright: #06b6d4;
  --white: white;
  --background-blue-light: #f0fdff;
  --background-gray: #f2f5f9;
  --border-2-light: #f3f4f6;
  --cards: 12px;
  --green: #16a34a;
  --grey-text-dark: #d1d5db;
  --grey-light: #64748b;
}

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

.container {
  background-color: #afafaf00;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 60px;
  display: block;
}

.image {
  width: 40px;
  height: 40px;
}

.div-block {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

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

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.h1 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.h1.middle-text {
  color: var(--dark-blue);
  text-align: center;
  width: 1050px;
}

.h4 {
  color: var(--dark-blue);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.h4.h4mobile {
  color: var(--text-gray);
}

.h4.bold {
  font-weight: 700;
}

.h4.bold._10 {
  margin-bottom: 0;
}

.h4.h4bold {
  font-weight: 600;
}

.h4.h4bold._10 {
  margin-bottom: 0;
}

.button {
  background-color: var(--dark-blue);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

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

.button:active {
  background-color: var(--dark-blue);
  mix-blend-mode: normal;
  transform: translate(0, 1px);
}

.button.fix {
  width: 177.375px;
  height: 38px;
}

.button._100 {
  margin-left: 0;
  margin-right: 0;
}

.button.auto {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.button-2 {
  border: 1px solid var(--border-1);
  background-color: var(--button-2-grey);
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  transition: all .25s;
}

.button-2:hover {
  border-color: var(--blue-bright);
  background-color: var(--white);
  color: var(--blue-bright);
}

.button-2:active {
  background-color: var(--background-blue-light);
  color: var(--blue-bright);
}

.div-block-5 {
  background-color: var(--background-gray);
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  overflow: clip;
}

.navbar {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff03;
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2 {
  color: var(--dark-blue);
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.h2.black {
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-2-light);
  border-radius: var(--cards);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 24px;
  display: flex;
}

.div-block-7.border-1 {
  border-color: var(--border-1);
  justify-content: flex-start;
  align-items: flex-start;
}

.h3 {
  color: var(--dark-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h3.white-color, .h3.black {
  color: var(--white);
}

.h5 {
  border-radius: var(--cards);
  color: var(--text-gray);
  text-align: left;
  max-width: 750px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.h5.inthemiddle {
  text-align: center;
}

.h5.italic {
  font-weight: 300;
}

.h5.darkblue {
  color: var(--dark-blue);
  font-weight: 400;
}

.h5.bold {
  color: var(--dark-blue);
  font-weight: 700;
}

.div-block-8 {
  background-color: var(--background-gray);
  width: 36px;
  height: 36px;
}

.div-block-9 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  background-color: var(--background-gray);
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.text-block-4 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-1);
  border-radius: var(--cards);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 294px;
  padding: 32px;
  display: flex;
}

.div-block-11.left {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.image-2 {
  width: 36px;
  height: 36px;
}

.button-3 {
  color: var(--blue-bright);
  background-color: #3898ec00;
  width: 318px;
  height: 40px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.image-3 {
  width: 16px;
  height: 16px;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-13 {
  border-radius: var(--cards);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-14 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-2-light);
  border-radius: var(--cards);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 24px;
  display: flex;
}

.div-block-15.border-1 {
  border-color: var(--border-1);
}

.div-block-16 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.image-4 {
  color: #faa9a9;
  width: 16px;
  height: 16px;
}

.link-block-arrow-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--blue-bright);
  justify-content: flex-start;
  align-items: center;
  width: 318px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-block-arrow-1:hover {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--dark-blue);
  font-weight: 600;
}

.text-block-5 {
  color: var(--blue-bright);
  text-decoration: none;
  -webkit-text-decoration-color: var(--blue-bright);
  text-decoration-color: var(--blue-bright);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-17 {
  background-color: var(--background-gray);
  border-radius: 9999px;
  padding: 4px 12px;
  display: block;
}

.div-block-17.cases {
  background-color: var(--blue-bright);
  color: var(--white);
}

.div-block-18 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 200%;
  display: flex;
}

.text-block-6 {
  font-family: Inter, sans-serif;
}

.h6 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.h6.h6dark {
  color: var(--grey-text-dark);
  text-align: center;
}

.h6.middle-text {
  text-align: center;
}

.div-block-20 {
  background-color: var(--dark-blue);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 60px;
}

.div-block-21 {
  border-radius: var(--cards);
  background-color: var(--blue);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 216px;
  padding: 24px;
  display: flex;
}

.div-block-22 {
  background-color: var(--blue-bright);
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: flex;
}

.div-block-23 {
  width: 24px;
  height: 24px;
}

.text-block-7 {
  color: var(--grey-text-dark);
  text-align: center;
}

.nav-link {
  color: var(--dark-blue);
  border-bottom: 2px solid #0000;
  font-family: Inter, sans-serif;
  transition: all .25s;
}

.nav-link:hover {
  border-bottom: 2px solid var(--dark-blue);
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--dark-blue);
}

.code {
  position: absolute;
  inset: 0%;
}

.div-block-24 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-25 {
  background-color: var(--background-gray);
  padding-top: 90px;
  padding-bottom: 90px;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.div-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-1);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  display: block;
}

.text-block-8 {
  color: var(--text-gray);
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Rectangle-18252.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 192px;
  display: flex;
}

.div-block-27.code {
  position: static;
}

.div-block-27.secondphoto {
  background-image: url('../images/Rectangle-18251.png');
}

.div-block-27.secondphoto.photo3 {
  background-image: url('../images/Rectangle-18253.png');
}

.div-block-27.photo4 {
  background-image: url('../images/Rectangle-18254.png');
  background-position: 60% 40%;
  background-size: cover;
}

.div-block-27._2 {
  background-image: url('../images/Healthcare-Data-Analytics-Platform.png');
}

.div-block-27.basic {
  background-image: url('../images/Rectangle-18255.png');
}

.div-block-27.neture {
  background-image: url('../images/TravelTech-Frontend-Reinforcement.png');
}

.div-block-27._3 {
  background-image: url('../images/Cloud-Migration--Architecture.png');
}

.div-block-27._4 {
  background-image: url('../images/photo-1548092372-0d1bd40894a3.avif');
  background-position: 50%;
}

.image-5 {
  max-width: 590%;
  max-height: 192px;
}

.div-block-28 {
  background-image: url('../images/Rectangle-18251.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.div-block-30 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-31 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.div-block-32 {
  width: 24px;
  height: 24px;
}

.div-block-33 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #6b7280;
}

.div-block-34 {
  background-color: var(--background-blue-light);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-35 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-10 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-36 {
  border: 1px solid var(--border-1);
  background-color: var(--white);
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 12px;
  display: flex;
}

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

.div-block-37 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.div-block-39 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: none;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.footer-dark {
  background-color: var(--dark-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

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

.footer-link {
  color: var(--grey-text-dark);
  text-align: left;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  color: var(--white);
  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 {
  color: var(--grey-text-dark);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.div-block-41 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-42 {
  width: 640px;
}

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

.text-area, .text-area-copy {
  width: 100%;
}

.submit-button {
  background-color: var(--dark-blue);
  border-radius: 6px;
  width: 100%;
}

.text-field {
  color: #000;
  text-align: left;
  border-radius: 6px;
  height: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: overline;
  display: block;
}

.text-field.h6 {
  text-decoration: none;
}

.select-field {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  padding-right: 12px;
}

.text-field-2 {
  color: #000;
  border-radius: 6px;
}

.success-message {
  background-color: #00a516;
  height: 442px;
}

.form-block {
  width: auto;
  height: 442px;
}

.image-6 {
  border-radius: 12px;
}

.div-block-44 {
  background-image: url('../images/Rectangle-18255.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  order: 1;
  width: 100%;
  height: 400px;
  overflow: auto;
}

.text-field-3, .text-field-4 {
  color: #000;
  border-radius: 6px;
}

.div-block-46 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.div-block-48 {
  background-color: var(--background-gray);
  padding-top: 150px;
  padding-bottom: 90px;
}

.div-block-49 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-51 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.text-block-12 {
  font-size: 28px;
  position: static;
  top: auto;
}

.div-block-52 {
  max-width: 420px;
  height: 800px;
  position: relative;
  overflow: visible;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  top: 155px;
}

.div-block-54 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-block-13 {
  color: var(--dark-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.div-block-55 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-57 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 155px;
}

.div-block-57.middle {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-1);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.text-block-14 {
  text-decoration: none;
}

.flex-block {
  display: block;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-1);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.div-block-60 {
  background-image: url('../images/SVG-8.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 20px;
  height: 20px;
}

.div-block-60._2icon, .div-block-60._3icon {
  background-image: none;
}

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

.div-block-62 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-64 {
  width: 24px;
  height: 24px;
}

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

.div-block-66 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-67, .div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-69 {
  background-color: var(--border-1);
  height: 1px;
}

.list-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.div-block-70 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-71 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-73 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-74, .div-block-75 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-76 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-2-light);
  border-radius: var(--cards);
  background-color: var(--white);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.div-block-77.border-1 {
  border-color: var(--border-1);
  margin-top: 60px;
}

.div-block-78 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-79 {
  padding-top: 150px;
  padding-bottom: 90px;
}

.div-block-80 {
  background-color: var(--background-gray);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-81 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-1);
  border-radius: var(--cards);
  background-color: var(--white);
  flex-flow: row;
  padding: 24px;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.list-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

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

.div-block-84 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-85 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-1);
  border-radius: var(--cards);
  background-color: var(--background-gray);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

.dropdown-toggle-4-co2py {
  border: 0 solid #2792c9;
  border-bottom-color: #e5e5e5;
  width: 100%;
  padding: 10px 0;
  transition: all .555s;
}

._1-answer {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-199-cop-y {
  border-radius: var(--cards);
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 30px 10px;
  transition: all .25s;
  display: block;
}

.div-block-199-cop-y:hover {
  border-color: var(--blue-bright);
  border-radius: 0;
}

.h6-2 {
  color: #585a61;
  text-align: center;
}

.h6-2.left {
  text-align: left;
}

.dropdown-list-5 {
  background-color: #ddd0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #ddd0;
}

._1-question {
  width: 100%;
}

.arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10px 0 auto auto;
}

.image-91 {
  width: 100%;
}

.text-block-85 {
  color: #2f08f1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.h4-2 {
  color: #2f08f1;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
}

.div-block-87 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-92 {
  width: 100%;
}

.text-block-86 {
  color: #2f08f1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.h4-3 {
  color: #2f08f1;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
}

.image-93 {
  width: 100%;
}

.text-block-87 {
  color: #2f08f1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.h4-4 {
  color: #000;
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-88 {
  background-color: #a8a8a8;
  justify-content: center;
  align-items: center;
  height: 4000px;
  display: flex;
}

.div-block-89 {
  background-color: red;
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

.div-block-89-copy {
  background-color: #1e00ff;
  width: 100px;
  height: 100px;
}

.div-block-90 {
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  background-color: #ff272700;
  padding-left: 100px;
  padding-right: 100px;
}

.slide-2 {
  background-color: #5d00e9;
}

.slide-3 {
  background-color: #0f2;
}

.slider {
  background-color: #ddd0;
}

.left-arrow, .right-arrow {
  color: #000;
}

.div-block-91 {
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-91-copy {
  filter: blur(10px);
  inset: auto auto 0% 0%;
  width: 1000px;
  height: 1000px;
  position: absolute;
  inset: 0%;
}

.div-block-92 {
  background-color: var(--background-gray);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-92.white {
  background-color: var(--white);
}

.div-block-93 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-94 {
  background-color: #4b5563;
  background-image: url('../images/Rectangle-18252.png');
  background-position: 0 0;
  background-size: auto;
  height: 60px;
  display: flex;
  overflow: clip;
}

.image-94 {
  vertical-align: baseline;
  display: block;
}

.div-block-95 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-96 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.div-block-97 {
  border: 1px solid var(--border-1);
  border-radius: var(--cards);
  background-color: var(--white);
  height: 100%;
  overflow: clip;
}

.div-block-97.white {
  border-color: var(--border-2-light);
}

.div-block-98 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.faq {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-99 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-100 {
  background-image: url('../images/website-interface.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 100%;
}

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

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

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    order: 1;
    max-width: none;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h1.middle-text {
    width: auto;
  }

  .button._100 {
    width: 100%;
  }

  .div-block-5 {
    padding-top: 100px;
  }

  .div-block-6 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 28px;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .h3 {
    font-size: 18px;
  }

  .div-block-9 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    height: auto;
    padding: 24px;
  }

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .div-block-15 {
    max-width: 400px;
    height: auto;
  }

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

  .grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: auto;
    padding: 24px;
  }

  .text-block-7 {
    text-align: left;
  }

  .div-block-24 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .div-block-31 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .div-block-35 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .footer-link {
    text-align: left;
  }

  .div-block-41 {
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-42, .div-block-43 {
    width: auto;
  }

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

  .div-block-44 {
    background-position: 30% 20%;
    order: -1;
    width: 100%;
    height: 340px;
  }

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

  .icon {
    color: #000;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .utility-page-wrap {
    background-color: var(--white);
  }

  .div-block-48 {
    padding-top: 100px;
  }

  .div-block-50 {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-52 {
    max-width: 240px;
  }

  .div-block-53 {
    flex-flow: column;
  }

  .div-block-55 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-57.middle {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-62 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .div-block-63 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .list {
    padding-left: 20px;
  }

  .middle-text {
    text-align: center;
  }

  .div-block-71 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-74, .div-block-75 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-78 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-81 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .grid-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-85, .text-block-86, .text-block-87 {
    line-height: 30px;
  }

  .div-block-93 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-96 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .grid, .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-items: stretch stretch;
    margin-top: 0;
  }

  .div-block-24 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-5, .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-45 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-85, .text-block-86, .text-block-87 {
    margin-right: 40px;
    font-size: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 8px 16px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3 {
    flex-flow: column;
  }

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

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

  .h1.h1mobile {
    font-size: 20px;
    line-height: 26px;
  }

  .h1.middle-text {
    width: auto;
  }

  .h4.h4mobile {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .button {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .button-2 {
    border-color: var(--border-1);
    font-size: 16px;
  }

  .div-block-5 {
    padding-top: 90px;
  }

  .div-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2 {
    font-size: 20px;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    padding: 12px;
  }

  .h3 {
    font-size: 17px;
  }

  .div-block-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-10 {
    display: block;
  }

  .grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    padding: 12px;
  }

  .image-2 {
    width: 24px;
    height: 24px;
  }

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .link-block-arrow-1 {
    width: auto;
  }

  .div-block-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-6 {
    font-weight: 300;
  }

  .h6.h6dark {
    color: var(--grey-text-dark);
    text-align: left;
  }

  .grid-4 {
    flex-flow: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 12px;
  }

  .div-block-22 {
    width: 44px;
    min-width: auto;
    height: 44px;
  }

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

  .div-block-24 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 12px;
  }

  .div-block-31 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-35 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .div-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-6 {
    display: block;
  }

  .div-block-44 {
    border-radius: 6px;
    height: 160px;
  }

  .div-block-45 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .div-block-52 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
    display: block;
  }

  .div-block-53 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-54 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-55 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-57 {
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .div-block-59 {
    padding: 12px;
  }

  .div-block-67 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-68 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-71 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-74 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-75 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-77.border-1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
  }

  .div-block-78 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-79 {
    padding-top: 100px;
  }

  .div-block-81 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-82 {
    flex-flow: column;
  }

  .div-block-84 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .dropdown-toggle-4-co2py {
    padding-bottom: 0;
  }

  ._1-answer {
    margin-top: 10px;
  }

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

  .image-91 {
    width: 79%;
  }

  .text-block-85 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-87 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-92 {
    width: 79%;
  }

  .text-block-86 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .image-93 {
    width: 79%;
  }

  .text-block-87 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .h4-4 {
    flex-flow: row;
  }

  .div-block-90 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .slide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .div-block-93 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-96 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-99 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-100 {
    flex: 0 auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#w-node-_2824e90a-a94d-bf43-b54d-b5fef9c25b06-b44b12dd {
  justify-self: auto;
}

#w-node-_9b0d0996-7b56-f5a0-6100-db1637ea3e4e-b44b12dd, #w-node-_2d9a3960-2751-99d7-36d9-51c853234a2c-b44b12dd, #w-node-_7dbaabf0-8d12-c6b2-30ea-d3a122eb5faf-b44b12dd, #w-node-fd7b7645-634d-61a4-cfae-8c68a99cac51-b44b12dd {
  align-self: stretch;
}

#w-node-dde5b353-a9c8-a831-f80b-29fb4e665a02-4e6659ff, #w-node-dde5b353-a9c8-a831-f80b-29fb4e665a17-4e6659ff, #w-node-dde5b353-a9c8-a831-f80b-29fb4e665a27-4e6659ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_255fa256-8846-ab8e-13fe-12322c4c3ead-09f70785, #w-node-_255fa256-8846-ab8e-13fe-12322c4c3eb3-09f70785, #w-node-_255fa256-8846-ab8e-13fe-12322c4c3eb9-09f70785, #w-node-_255fa256-8846-ab8e-13fe-12322c4c3ebf-09f70785, #w-node-_7617b89f-a748-e700-1bd2-866d88c67e6b-6f421168, #w-node-_1e8db71f-d70f-1e66-2a18-674306bceb88-6f421168, #w-node-c08b5092-f1d2-50ca-a9f6-3b0d02d20737-6f421168, #w-node-_5b1a213c-726e-ba5a-c843-50ff52288c00-6f421168, #w-node-_6ceb4c51-8374-362c-a91b-3ff7df44abf6-6f421168, #w-node-c41fb58d-858c-5cf5-51da-34397c8a82a0-6f421168, #w-node-_8f0ed3d9-e8a4-5997-92cc-b30938afb6e2-6f421168, #w-node-_8f0ed3d9-e8a4-5997-92cc-b30938afb6e8-6f421168, #w-node-_8f0ed3d9-e8a4-5997-92cc-b30938afb6ee-6f421168, #w-node-_8f0ed3d9-e8a4-5997-92cc-b30938afb6f4-6f421168 {
  align-self: stretch;
}

#w-node-_6f1311c2-9d5c-5287-189b-16b73a4c6632-d8169e28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4934af8a-4bf0-9c05-fcd5-d236194ce29c-b44b12dd {
    place-self: stretch stretch;
  }

  #w-node-_4b145586-beba-a52d-2443-c256220045a0-b44b12dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_6d0699b7-ce29-d7e3-f2ae-36fc9e955d1b-b44b12dd {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfe5dd04-1303-af4c-7538-9352530140ea-b44b12dd {
    place-self: stretch stretch;
  }

  #w-node-_4b145586-beba-a52d-2443-c256220045a0-b44b12dd, #w-node-_6d0699b7-ce29-d7e3-f2ae-36fc9e955d1b-b44b12dd {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7ddf3ee4-eb29-3af7-6658-b72329663c6e-b44b12dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c41fb58d-858c-5cf5-51da-34397c8a82a0-6f421168 {
    justify-self: stretch;
  }
}


