:root {
  --white: white;
  --black: black;
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 98.9828px;
  height: 31.9998px;
  text-decoration: none;
  display: flex;
}

.navigation {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-header-navigation-trigger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-actions {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-2 {
  grid-column-gap: 6px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-padding {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
}

.buttons-button-3 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.cta-section {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landscape {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39202 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39200 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39203 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-2 {
  grid-row-gap: 8px;
  background-color: #acbdff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-3 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-4 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39204 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39201 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39205 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 250px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39206 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39207 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.features-section {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-5 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-6 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-7 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-2 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.container-6 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-8 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.content-9 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features-section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 572px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-10 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-5 {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
  display: flex;
}

.content-11 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-12 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-7 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-8 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-13 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-6 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-14 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39208 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39209 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39210 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-8 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-9 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-10 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39211 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39212 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39213 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 112px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39214 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39215 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.table {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.content-15 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.table-header-cell {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 12px 24px;
  display: flex;
}

.table-header {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 206px;
  padding: 16px 24px;
  display: flex;
}

.text-8 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-2 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 158px;
  padding: 16px 24px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.table-cell-3 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.table-cell-4 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.table-cell-5 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 408px;
  display: flex;
}

.table-header-cell-2 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 12px 24px;
  display: flex;
}

.container-10 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-16 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-7 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-11 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-17 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39216 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39217 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-and-supporting-text-11 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-12 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-13 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39218 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39219 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39220 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 112px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39221 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39222 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.content-18 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 104px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-3 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 104px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-6 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 104px;
  height: 206px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-7 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 104px;
  height: 158px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-4 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-8 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-9 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 408px;
  display: flex;
}

.table-header-cell-5 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 12px 24px;
  display: flex;
}

.table-cell-10 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.table-cell-11 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.container-12 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-19 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-8 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-4 {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-14 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-13 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-20 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39223 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39224 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-and-supporting-text-14 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-15 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-16 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39225 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39226 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39227 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 112px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39228 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39229 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.content-21 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-7 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 128px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-6 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-12 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 206px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-13 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 158px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-7 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-14 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-15 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 408px;
  display: flex;
}

.table-cell-16 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.table-cell-17 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.container-14 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-22 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-9 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-5 {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-17 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-15 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-23 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landscape-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39230 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39231 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-and-supporting-text-17 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-18 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-19 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39232 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-19 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39233 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39234 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 112px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39235 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39236 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.table-2 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.content-24 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-10 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 128px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-8 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-18 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 206px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-19 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 158px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-9 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-20 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-21 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 914px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-10 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 12px 24px;
  display: flex;
}

.table-cell-22 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.table-cell-23 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.container-16 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-25 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-10 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-6 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-20 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.actions {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.buttons-button-4 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.section-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-26 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
}

.footer {
  grid-row-gap: 64px;
  background-color: #0c111d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 64px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.container-18 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-27 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-link {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-5 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #eaecf0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-19 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-28 {
  border: 0 solid #182230;
  border-top-width: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.footer-text {
  color: #d0d5dd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-links-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.header-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.container-20 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-29 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 98.9828px;
  height: 31.9998px;
  text-decoration: none;
  display: flex;
}

.navigation-2 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-6 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-header-navigation-trigger-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-actions-2 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-7 {
  grid-column-gap: 6px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-padding-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
}

.buttons-button-8 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-3 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-21 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-30 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-21 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-3 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-8 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-22 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-31 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-12 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-7 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-22 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.content-32 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landscape-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39237 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 78px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-20 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-21 {
  grid-row-gap: 8px;
  background-color: #3250bd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-22 {
  grid-row-gap: 8px;
  background-color: #223b99;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-23 {
  grid-row-gap: 8px;
  background-color: #17308f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-24 {
  grid-row-gap: 8px;
  background-color: #25367a;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39238 {
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39239 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39240 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.frame-39241 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 94px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39242 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39243 {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.frame-39244 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39245 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 918px;
  text-decoration: none;
  display: flex;
}

.frame-39246 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 217.5px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39247 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 902px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39248 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.cta-section-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-10 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-23 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-33 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-13 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-8 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-23 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.content-34 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39249 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 78px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-25 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-26 {
  grid-row-gap: 8px;
  background-color: #3250bd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-27 {
  grid-row-gap: 8px;
  background-color: #223b99;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-28 {
  grid-row-gap: 8px;
  background-color: #17308f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-29 {
  grid-row-gap: 8px;
  background-color: #25367a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39250 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39251 {
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39252 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39253 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.frame-39254 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 94px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39255 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.frame-39256 {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.frame-39257 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39258 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 918px;
  text-decoration: none;
  display: flex;
}

.frame-39259 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 217.5px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39260 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 872px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39261 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.cta-section-6 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-12 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-24 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-35 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-14 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-9 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-24 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.content-36 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landscape-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39262 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 78px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-30 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-31 {
  grid-row-gap: 8px;
  background-color: #3250bd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-32 {
  grid-row-gap: 8px;
  background-color: #223b99;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-33 {
  grid-row-gap: 8px;
  background-color: #17308f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-34 {
  grid-row-gap: 8px;
  background-color: #25367a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39263 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39264 {
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39265 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39266 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.frame-39267 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 94px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39268 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.frame-39269 {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.frame-39270 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39271 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 918px;
  text-decoration: none;
  display: flex;
}

.frame-39272 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 217.5px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39273 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 872px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39274 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.features-section-3 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-25 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-37 {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-15 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-10 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-25 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-26 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-38 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-2 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-2 {
  background-color: #3250bd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-39 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-35 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-4 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.featured-icon-3 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.cta-section-7 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-14 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-27 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-40 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-16 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-11 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-26 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.table-3 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.content-41 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-13 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 146px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-11 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-2 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-24 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-25 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 216px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-26 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 432px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-27 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 216px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 337px;
  height: 1156px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-12 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-28 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-29 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-30 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 733px;
  height: 1156px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-13 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-31 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-32 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-33 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.cta-section-8 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-16 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-29 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-42 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-17 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-12 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-27 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.actions-2 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.buttons-button-9 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-31 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.section-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-43 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.footer-2 {
  grid-row-gap: 64px;
  background-color: #0c111d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 64px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.container-31 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-44 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-3 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-link-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-10 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #eaecf0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-32 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-45 {
  border: 0 solid #182230;
  border-top-width: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.footer-text-2 {
  color: #d0d5dd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-links-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-33 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-46 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 98.9828px;
  height: 31.9998px;
  text-decoration: none;
  display: flex;
}

.text-33 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-header-navigation-trigger-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-9 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-34 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-47 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-18 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-28 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-5 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-10 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-18 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-35 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-48 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-19 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-13 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-29 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

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

.container-36 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-49 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-20 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-14 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-30 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-37 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-50 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-3 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-4 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-51 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-36 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.cta-section-11 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-20 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-38 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-52 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-21 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-15 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-31 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-39 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-53 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-16 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-14 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-34 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 260px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-35 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 208px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-36 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 280px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-37 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-37 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-15 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-38 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 156px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-39 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-40 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-41 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 104px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-42 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-43 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 220px;
  height: 916px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-16 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-44 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-45 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-46 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 722px;
  height: 916px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-17 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-47 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-48 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-49 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.cta-section-12 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-22 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-40 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-54 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-22 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-16 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-32 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-41 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.table-4 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-55 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-20 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-18 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-50 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 260px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-39 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-51 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 208px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-52 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 280px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-40 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-53 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-19 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-54 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 156px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-55 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-56 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-57 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 104px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-58 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-59 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 220px;
  height: 916px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-20 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-60 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-61 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-62 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 722px;
  height: 916px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-21 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-63 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-64 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-65 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.cta-section-13 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-23 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-42 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-56 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-33 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.actions-3 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.buttons-button-11 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-41 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-43 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-57 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-3 {
  grid-row-gap: 64px;
  background-color: #0c111d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 64px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.container-44 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-58 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-5 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.buttons-button-12 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-42 {
  color: #eaecf0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-45 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-59 {
  border: 0 solid #182230;
  border-top-width: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.footer-text-3 {
  color: #d0d5dd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-links-6 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-46 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-60 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 98.9828px;
  height: 31.9998px;
  text-decoration: none;
  display: flex;
}

.buttons-button-13 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-43 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-header-navigation-trigger-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-actions-3 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-14 {
  grid-column-gap: 6px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.buttons-button-15 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-44 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-14 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-47 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-61 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-23 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-34 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-6 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-page-header {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.header-section {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-48 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-62 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-24 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-17 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-35 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-7 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.section-24 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.content-63 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-tier-card {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 6px rgba(16, 24, 40, .03), 0 12px 16px rgba(16, 24, 40, .08);
}

.header-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.price {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.content-64 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 40px;
  text-decoration: none;
  display: flex;
}

.check-items {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.check-item-text {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-45 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.container-49 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-65 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-25 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-18 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-36 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-50 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-66 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-4 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-5 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-67 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-37 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.cta-section-15 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-25 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-51 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-68 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-19 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-37 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-69 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39275 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39276 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 168px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-38 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39277 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-38 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 136px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-47 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.frame-39278 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 258px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-39 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 226px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39279 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 318px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-40 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 286px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39280 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 198px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-41 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 166px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39281 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 198px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-39 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.cta-section-16 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-26 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-53 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-70 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-20 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-40 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-54 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-71 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39282 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39283 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 168px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-41 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39284 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-42 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 136px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39285 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 258px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-43 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 226px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39286 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 318px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-44 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 286px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39287 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 198px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-45 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 166px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.heading-42 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.cta-section-17 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-27 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-55 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-72 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-21 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-43 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-48 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-56 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-73 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-57 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-74 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-7 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.buttons-button-16 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #eaecf0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-58 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-75 {
  border: 0 solid #182230;
  border-top-width: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.container-59 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-76 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 98.9828px;
  height: 31.9998px;
  text-decoration: none;
  display: flex;
}

.buttons-button-17 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-header-navigation-trigger-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-actions-4 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-18 {
  grid-column-gap: 6px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.buttons-button-19 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-51 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-18 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-60 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-77 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-26 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-44 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-8 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-19 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-28 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-61 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-78 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-27 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-22 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-45 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-79 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39288 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39289 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-46 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39290 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-46 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-52 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-47 {
  grid-row-gap: 8px;
  background-color: #acbdff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-48 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-49 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39291 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-47 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39292 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39293 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 250px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39294 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39295 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.features-section-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 572px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-63 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-80 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-28 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-23 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-48 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-64 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-81 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-5 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-6 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-82 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-50 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.cta-section-20 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.container-65 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-83 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-24 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-49 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-66 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-84 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39296 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39297 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-50 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39298 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-51 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-54 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-52 {
  grid-row-gap: 8px;
  background-color: #acbdff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-53 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-54 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39299 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-51 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39300 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-25 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39301 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 112px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39302 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39303 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.table-5 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.content-85 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-24 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 128px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-22 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-55 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-66 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 206px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-56 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-67 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 158px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-23 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-68 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-69 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 914px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-24 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 12px 24px;
  display: flex;
}

.table-cell-70 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.table-cell-71 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.cta-section-21 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.container-67 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-86 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-25 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-52 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.actions-5 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.section-31 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-68 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-87 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-69 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-88 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-8 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.buttons-button-20 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-58 {
  color: #eaecf0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-70 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-89 {
  border: 0 solid #182230;
  border-top-width: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.container-71 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-90 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 98.9828px;
  height: 31.9998px;
  text-decoration: none;
  display: flex;
}

.buttons-button-21 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dropdown-header-navigation-trigger-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-22 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-59 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-22 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-72 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-91 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-29 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-53 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-9 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-6 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-23 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-32 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-73 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-92 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-30 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-26 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-54 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.landscape-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39304 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-55 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-60 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-56 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39305 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.frame-39306 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230.4px;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39307 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198.4px;
  height: 62px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-61 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39308 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230.4px;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39309 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198.4px;
  height: 62px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.error-485e6139-b367-9b7e-b369-31af786b5af0, ._2 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.features-section-5 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-74 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-93 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-31 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-27 {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-55 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-75 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-94 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-6 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-7 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-95 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-57 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-62 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-10 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-24 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-34 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-76 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-96 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-32 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-56 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-77 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.table-6 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 568px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.content-97 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.column-27 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-25 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-3 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-72 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-64 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-73 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 288px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-74 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 92px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-26 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-75 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-76 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-77 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 92px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 763px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-27 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-78 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-79 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.cta-section-25 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-36 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-78 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-98 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-33 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-28 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-57 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-37 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-79 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.table-7 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 568px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.content-99 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.column-30 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-28 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-65 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-80 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-66 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-81 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 288px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-82 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 92px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-31 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-29 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-83 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-84 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-85 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 92px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-32 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 763px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-30 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-86 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-87 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-88 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  height: 92px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.cta-section-26 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-38 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-80 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-100 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-34 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-29 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-58 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.actions-6 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.buttons-button-23 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-padding-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
}

.text-67 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.section-39 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-81 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-101 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.footer-4 {
  grid-row-gap: 64px;
  background-color: #0c111d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 64px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.container-82 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-102 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-9 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-link-3 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-24 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-68 {
  color: #eaecf0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-83 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-103 {
  border: 0 solid #182230;
  border-top-width: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.footer-text-4 {
  color: #d0d5dd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-links-10 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.features-section-6 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-84 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-104 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-35 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-30 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading {
  color: #223b99;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-59 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-11 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.container-85 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-105 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-row-gap: 4.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.25px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52.6154px;
  height: 31.5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 109.34px;
  height: 31.5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 31.5px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-row-gap: 4.5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.25px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141.352px;
  height: 31.5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 31.5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 89.5263px;
  height: 31.5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 116.667px;
  height: 31.5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 128.148px;
  height: 31.5px;
  text-decoration: none;
  display: flex;
}

.features-section-7 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  text-decoration: none;
  display: flex;
}

.container-86 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-106 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-36 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-31 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-60 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.content-section {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-87 {
  grid-column-gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-107 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-32 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.subheading-2 {
  color: #223b99;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-61 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.rich-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.content-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

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

.container-88 {
  grid-column-gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-108 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 576px;
  height: 324px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-33 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

.subheading-3 {
  color: #223b99;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-62 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.rich-text-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

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

.container-89 {
  grid-column-gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 654px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-109 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 576px;
  height: 268px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-34 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.subheading-4 {
  color: #223b99;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-63 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.rich-text-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.features-section-8 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  text-decoration: none;
  display: flex;
}

.container-90 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-110 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-37 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-35 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-64 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.contact-sections {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-40 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-91 {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-38 {
  grid-row-gap: 20px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-36 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-5 {
  color: #223b99;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-65 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-12 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.content-111 {
  grid-row-gap: 32px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.contact-text {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 240px;
  text-decoration: none;
  display: flex;
}

.featured-icon-8 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-112 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-58 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.text-69 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-13 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.section-41 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-92 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.google-maps-mockup {
  background-image: url('../images/_Google-maps-mockup.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 516px;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 29px;
  text-decoration: none;
  display: flex;
}

.text-70 {
  color: #565656;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-42 {
  justify-content: center;
  align-items: center;
  width: 1.77574e-15px;
  height: 29px;
  text-decoration: none;
  display: flex;
}

.text-71 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

._2024-06-19-10-38-59-1 {
  object-fit: cover;
}

.section-42 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-93 {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-39 {
  grid-row-gap: 20px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-37 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-6 {
  color: #223b99;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-66 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-14 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.content-113 {
  grid-row-gap: 32px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.featured-icon-9 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-114 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-59 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.text-72 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-15 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.section-43 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-94 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.header-section-2 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-95 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.subheading-7 {
  color: #223b99;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-and-supporting-text-40 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-action {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-67 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.content-115 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  text-decoration: none;
  display: flex;
}

.enterprise-qualification {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-96 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-116 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-41 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-38 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-68 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-16 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.container-97 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-117 {
  grid-column-gap: 72px;
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  text-decoration: none;
  display: flex;
}

.feature-text-7 {
  grid-column-gap: 36px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 208px;
  padding: 24px;
  display: flex;
}

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

.content-118 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-60 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-73 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-17 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-45 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-98 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-119 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-42 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-39 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-69 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-18 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.frame-10 {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-46 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-61 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 312px;
  left: 596px;
}

.text-74 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-19 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.text-and-supporting-text-62 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 618px;
  left: 111.764px;
}

.text-and-supporting-text-63 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 618px;
  left: 1080px;
}

.hero-header-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-44 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-99 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-120 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-43 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-70 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  text-decoration: none;
}

.image-11 {
  grid-row-gap: 10px;
  background-image: url('../images/Image.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  min-height: 316.441px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-47 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 657.492px;
  left: -130.604px;
}

.frame-39310 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: -240px;
}

.background-pattern {
  grid-row-gap: 10px;
  opacity: .36;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-121 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-48 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-header-section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-45 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-100 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-122 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-44 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-71 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  text-decoration: none;
}

.image-12 {
  grid-row-gap: 10px;
  object-fit: cover;
  border-top-left-radius: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.content-section-2 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-101 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-123 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-45 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-40 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-72 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-20 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.frame-39311 {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-49 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-64 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 312px;
  left: auto;
}

.text-75 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-21 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.text-and-supporting-text-65 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 618px;
  left: 520px;
}

.text-and-supporting-text-66 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 618px;
  left: 1440px;
}

.header-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.container-102 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-124 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.fictional-company-logo {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.logomark {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.3333px;
  height: 29.3333px;
  text-decoration: none;
  display: flex;
}

.navigation-3 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-25 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-76 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-header-navigation-trigger-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-actions-5 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-26 {
  grid-column-gap: 6px;
  background-color: #3250bd;
  border: 1px solid #3250bd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.text-padding-4 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
}

.text-77 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.button {
  color: #000;
  background-color: #fff;
  font-size: 16px;
}

.button:hover {
  background-color: #f2f4f7;
  border-radius: 4px;
}

.button.w--current:hover {
  background-color: #f2f4f7;
}

.body {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  background-color: #0c111d;
}

.button-3 {
  text-align: center;
  background-color: #3250bd;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
}

.button-3:hover {
  background-color: #223b99;
}

.cta-section-27 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-103 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-125 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-46 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-73 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-22 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-7 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-51 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-28 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-104 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-126 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-47 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-74 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-23 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-8 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-52 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-29 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-105 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-127 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-48 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-75 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-24 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-9 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-53 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-30 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-106 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-128 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-49 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-76 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-25 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.vectors-wrapper-54 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.migops {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-107 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-129 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-50 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-77 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-26 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.vectors-wrapper-55 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-page-header-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.header-section-3 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-108 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-130 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-51 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-41 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-78 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-27 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.section-46 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.content-131 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-tier-card-2 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 6px rgba(16, 24, 40, .03), 0 12px 16px rgba(16, 24, 40, .08);
}

.header-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.price-2 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.content-132 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 40px;
  text-decoration: none;
  display: flex;
}

.check-items-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.check-item-text-2 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-56 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-wrap-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-78 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-32 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-47 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-109 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-133 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-52 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-42 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-79 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-48 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-110 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-134 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-39312 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39313 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 110px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-80 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39314 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 110px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-67 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-79 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.frame-39315 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 108px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-68 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39316 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 108px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-69 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39317 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 108px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-70 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.heading-81 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.features-section-9 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-111 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-135 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-53 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-43 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-82 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-112 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-136 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-8 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-10 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-57 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-137 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-71 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-80 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-28 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-33 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-113 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-138 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-54 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-83 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-29 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-10 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-58 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-34 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-49 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-114 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-139 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-55 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-44 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-84 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-115 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-140 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landscape-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39318 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39319 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-85 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39320 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-72 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-81 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-73 {
  grid-row-gap: 8px;
  background-color: #acbdff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-74 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-75 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39321 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-86 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39322 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-59 {
  object-fit: cover;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39323 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 250px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39324 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39325 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-82 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.features-section-10 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 572px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-116 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-141 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-56 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-45 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-87 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-117 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-142 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-9 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-11 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-60 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-143 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-76 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-83 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-30 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-35 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-51 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-118 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-144 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-57 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-46 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-88 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-119 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-145 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: block;
}

.landscape-7 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39326 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39327 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-89 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39328 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-77 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-78 {
  grid-row-gap: 8px;
  background-color: #acbdff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-79 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-80 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39329 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-90 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39330 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-61 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39331 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 112px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39332 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39333 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-85 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.table-8 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.content-146 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-33 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 128px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-31 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-4 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-86 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-89 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 206px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-87 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-90 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 158px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-34 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-32 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-91 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-92 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 914px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-33 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 12px 24px;
  display: flex;
}

.table-cell-93 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.table-cell-94 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.cta-section-36 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-53 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-120 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-147 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-58 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-47 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-91 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-54 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-121 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-148 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landscape-8 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39334 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39335 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-92 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39336 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-81 {
  grid-row-gap: 8px;
  background-color: #ced8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-88 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-82 {
  grid-row-gap: 8px;
  background-color: #acbdff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-83 {
  grid-row-gap: 8px;
  background-color: #99afff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-84 {
  grid-row-gap: 8px;
  background-color: #6584f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39337 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 340px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-93 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.frame-39338 {
  grid-row-gap: 10px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-62 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39339 {
  grid-column-gap: 10px;
  background-color: #4d6ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 112px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-39340 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39341 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.table-9 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.content-149 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-36 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 128px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-34 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-5 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-89 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-95 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 206px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-90 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-96 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 158px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-37 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-35 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-97 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-98 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-38 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 914px;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-36 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 12px 24px;
  display: flex;
}

.table-cell-99 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.table-cell-100 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.cta-section-37 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-122 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-150 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-59 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-94 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-31 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-11 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-63 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-38 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-55 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-123 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-151 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-60 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-48 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-95 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-56 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

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

.container-124 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-152 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-61 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-49 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-96 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-125 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-153 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-10 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-12 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-64 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-154 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-85 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-91 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-32 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-39 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-57 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-126 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-155 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-62 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-50 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-97 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-58 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-127 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.table-10 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-156 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-39 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-37 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-6 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-92 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-101 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 260px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-93 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-102 {
  text-align: left;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 208px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-103 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 280px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-94 {
  color: #475467;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-104 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-38 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-105 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 156px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-106 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-107 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-108 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 104px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-109 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-110 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-41 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 220px;
  height: 916px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-39 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-111 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-112 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-113 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-42 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 722px;
  height: 916px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-40 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-114 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-115 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-116 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.cta-section-40 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-59 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-128 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-157 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-63 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-51 {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-98 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-60 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-129 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.table-11 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-158 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-43 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 174px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-41 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-7 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-95 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-117 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 260px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-96 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-118 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 208px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-119 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 280px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-97 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-120 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-42 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-121 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 156px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-122 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-123 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-124 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 104px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-125 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-126 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-45 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 220px;
  height: 916px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-43 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-127 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-128 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-129 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-44 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-130 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-131 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-132 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 722px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.cta-section-41 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-130 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-159 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-64 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-99 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-33 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-12 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-65 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-42 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-61 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-131 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-160 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-65 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-52 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-100 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-62 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.content-161 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landscape-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39342 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 78px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-86 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-98 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-87 {
  grid-row-gap: 8px;
  background-color: #3250bd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-88 {
  grid-row-gap: 8px;
  background-color: #223b99;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-89 {
  grid-row-gap: 8px;
  background-color: #17308f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-90 {
  grid-row-gap: 8px;
  background-color: #25367a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 78px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39343 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39344 {
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-39345 {
  grid-column-gap: 16px;
  background-color: #f0f3ff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-66 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-39346 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.frame-39347 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 94px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39348 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.frame-39349 {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.frame-39350 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39351 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 918px;
  text-decoration: none;
  display: flex;
}

.frame-39352 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 217.5px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-99 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39353 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 872px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39354 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 100%;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.container-132 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-162 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-66 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-53 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-101 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-133 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-163 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-11 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-13 {
  background-color: #3250bd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-67 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-164 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-91 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-100 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-34 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.featured-icon-14 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.cta-section-43 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-63 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-134 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-67 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-54 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-102 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-64 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-135 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.table-12 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.content-165 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-46 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 146px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-45 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-8 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-101 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-133 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 124px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-102 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-134 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 216px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-135 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 432px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-103 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-136 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 146px;
  height: 216px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-47 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 337px;
  height: 1156px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-46 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-137 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-138 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-139 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-48 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 733px;
  height: 1156px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-47 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-140 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-141 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-142 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.cta-section-44 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-136 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-166 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-68 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-103 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-35 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.vectors-wrapper-68 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-section-45 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-137 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-167 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-69 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-104 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.supporting-text-36 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.contents-13 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-69 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dataops-intro {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-65 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-138 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-168 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-70 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-55 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-105 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-66 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.landscape-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39355 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-92 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-104 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-93 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39356 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.frame-39357 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230.4px;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39358 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198.4px;
  height: 62px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-105 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39359 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230.4px;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39360 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198.4px;
  height: 62px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.error-889379d0-55bc-1a85-ad1a-0a75d9e0accf, ._3, ._4 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.features-section-11 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-139 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-169 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-71 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-56 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-106 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-140 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-170 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text-12 {
  grid-row-gap: 36px;
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.featured-icon-15 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-70 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-171 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-94 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-106 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-37 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.features-section-12 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-141 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-172 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-72 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-57 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-107 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.container-142 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-173 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-71 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-174 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-95 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-107 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-38 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.cta-section-46 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-67 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-143 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-175 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-73 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-58 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-108 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-68 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-144 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.table-13 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 568px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.content-176 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.column-49 {
  border: 0 solid #eaecf0;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-48 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-header-9 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-108 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-143 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-109 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.table-cell-144 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 288px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-145 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 92px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-49 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-146 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-147 {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-148 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 92px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.column-51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 763px;
  height: 568px;
  text-decoration: none;
  display: flex;
}

.table-header-cell-50 {
  grid-column-gap: 12px;
  background-color: #3250bd;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-149 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-150 {
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-151 {
  background-color: #fff;
  border: 0 solid #eaecf0;
  border-bottom-width: 1px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 763px;
  height: 92px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.dataops-intro-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-69 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-145 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-177 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-74 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-59 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-109 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-70 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.landscape-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39361 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-96 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-110 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-97 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39362 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.frame-39363 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230.4px;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39364 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198.4px;
  height: 62px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-111 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39365 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230.4px;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39366 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198.4px;
  height: 62px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.error-4b7fcfa4-3c9b-524f-7300-fb93db98c6db, ._5, ._6 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

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

.dataops-intro-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.section-71 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.heading-110 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.section-72 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.landscape-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  text-decoration: none;
  display: flex;
}

.frame-39367 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-98 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225.5px;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-112 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-and-supporting-text-99 {
  grid-row-gap: 8px;
  background-color: #4d6ad6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 46px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-39368 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.frame-39369 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230.4px;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39370 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198.4px;
  height: 62px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-113 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-39371 {
  grid-row-gap: 16px;
  background-color: #f0f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230.4px;
  height: 250px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-39372 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198.4px;
  height: 62px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.error-4d4cc054-0834-c190-6d33-20331dda8a3e, ._7 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.features-section-13 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  text-decoration: none;
  display: flex;
}

.container-146 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-178 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-75 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-60 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-8 {
  color: #223b99;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-111 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-39 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.content-section-3-pc {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-147 {
  grid-column-gap: 64px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-179 {
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 576px;
  height: 324px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-61 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

.subheading-9 {
  color: #223b99;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-112 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.rich-text-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

.content-item-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

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

.container-148 {
  grid-column-gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-180 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 576px;
  height: 324px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-62 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

.heading-113 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.rich-text-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  text-decoration: none;
  display: flex;
}

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

.container-149-pc {
  grid-column-gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 654px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

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

.content-181 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 576px;
  height: 268px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-63 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-114 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.rich-text-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.header-section-4 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-150 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-76 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-action-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-115 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.content-182 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  text-decoration: none;
  display: flex;
}

.supporting-text-40 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.enterprise-qualification-2 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-151 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-183 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-77 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-64 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-116 {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-41 {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.container-152 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-184 {
  grid-column-gap: 72px;
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  text-decoration: none;
  display: flex;
}

.feature-text-13 {
  grid-column-gap: 36px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 208px;
  padding: 24px;
  display: flex;
}

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

.content-185 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-100 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-114 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-42 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.contact-sections-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.section-73 {
  grid-row-gap: 64px;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-153 {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-78 {
  grid-row-gap: 20px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-65 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-117 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-43 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.content-186 {
  grid-row-gap: 32px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.contact-text-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 240px;
  text-decoration: none;
  display: flex;
}

.featured-icon-16 {
  grid-column-gap: 10px;
  background-color: #3250bd;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-72 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-187 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-101 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.text-115 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-44 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.section-74 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-154 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.google-maps-mockup-2 {
  background-image: url('../images/_Google-maps-mockup.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 516px;
}

._2024-06-19-10-38-59-2 {
  object-fit: cover;
}

.text-block, .dropdown-toggle {
  font-size: 16px;
}

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

.dropdown-link {
  background-color: #fff;
  border: 0 solid #000;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  background-color: #fff;
}

.dropdown-list {
  background-color: #c7a8a8;
}

.dropdown-list.w--open {
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08);
}

.table-cell-106-copy {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-105-copy {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 156px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-107-copy {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-109-copy {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-138-copy {
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-139-copy1 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-width: 0 1px 1px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 72px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-2 {
  background-color: #bbadad;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.dropdown-list-3 {
  background-color: #bd8c8c;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.dropdown-list-4 {
  background-color: #b88a8a;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .03);
}

@media screen and (max-width: 991px) {
  .content-131 {
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .content-132, .check-items-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .check-item-text-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-wrap-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .frame-39313 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    align-self: stretch;
    height: auto;
  }

  .frame-39314 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 100%;
  }

  .text-and-supporting-text-67 {
    flex: 0 auto;
  }

  .text-79 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    display: flex;
  }

  .frame-39315 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .text-and-supporting-text-68 {
    flex: 0 auto;
    height: auto;
  }

  .frame-39316 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-flow: row;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: auto;
  }

  .frame-39317 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    align-self: stretch;
    height: auto;
  }

  .content-136 {
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .feature-text-8 {
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
  }

  .text-and-supporting-text-71 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .features-section-10 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .heading-and-subheading-45 {
    grid-row-gap: 0px;
    height: 7%;
  }

  .container-117 {
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
  }

  .content-142 {
    grid-row-gap: 24px;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-text-9, .text-and-supporting-text-76 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-13 {
    width: 100%;
    height: 100%;
    padding-left: 36px;
    padding-right: 36px;
    overflow: scroll;
  }

  .content-153 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-text-10, .text-and-supporting-text-85 {
    justify-content: flex-start;
    align-items: center;
  }

  .table-header-cell-37 {
    display: block;
  }

  .table-cell-101 {
    height: 525px;
  }

  .text-93 {
    align-self: center;
  }

  .table-cell-102 {
    height: 352px;
  }

  .table-cell-103 {
    height: 465px;
  }

  .table-cell-104 {
    height: 266px;
  }

  .table-header-cell-38 {
    display: block;
  }

  .table-cell-105 {
    flex-flow: column;
    height: 319px;
  }

  .table-cell-106 {
    height: 93px;
  }

  .table-cell-107 {
    height: 113px;
  }

  .table-cell-108 {
    height: 146px;
  }

  .table-cell-110 {
    height: 266px;
  }

  .column-41 {
    height: auto;
  }

  .table-header-cell-39 {
    display: block;
  }

  .table-cell-111 {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 113px;
    display: block;
  }

  .table-cell-112, .table-cell-113 {
    height: auto;
    display: block;
  }

  .table-header-cell-40 {
    display: block;
  }

  .table-cell-114 {
    align-self: auto;
    height: auto;
  }

  .table-cell-115, .table-cell-116 {
    height: auto;
  }

  .content-163 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-text-11, .text-and-supporting-text-91 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .table-cell-133 {
    height: 200px;
  }

  .table-cell-137 {
    height: 114px;
  }

  .table-cell-140, .table-cell-141, .table-cell-142 {
    height: auto;
  }

  .container-147 {
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .content-179 {
    height: 100%;
  }

  .image-14 {
    object-fit: scale-down;
    height: auto;
  }

  .container-149-pc {
    grid-row-gap: 64px;
    height: 100%;
  }

  .image-16 {
    object-fit: scale-down;
    height: auto;
  }

  .content-181 {
    height: 100%;
  }

  .heading-and-supporting-text-76 {
    flex-flow: column;
  }

  .container-153 {
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .contact-text-2 {
    flex-flow: column;
  }

  .table-cell-106-copy {
    height: 113px;
  }

  .table-cell-105-copy {
    flex-flow: column;
    height: 239px;
  }

  .table-cell-107-copy {
    height: 73px;
  }

  .table-cell-109-copy {
    height: 153px;
  }

  .table-cell-138-copy {
    height: 140px;
  }

  .table-cell-139-copy1 {
    flex-flow: column;
    flex: 0 auto;
    height: 70px;
    overflow: auto;
  }
}

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

  .content-136 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-text-8, .text-and-supporting-text-71 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-50, .container-115 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .frame-39318 {
    flex-flow: column;
  }

  .frame-39319 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    max-width: none;
  }

  .frame-39320 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .frame-39321 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    flex-flow: column;
    align-self: stretch;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .frame-39322 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .frame-39323 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    max-width: none;
  }

  .frame-39324 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .features-section-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
  }

  .content-142 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-text-9, .text-and-supporting-text-76 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-39326 {
    flex-flow: column;
  }

  .frame-39327 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    max-width: none;
  }

  .frame-39329, .frame-39331 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    max-width: none;
    height: 100%;
  }

  .table-8 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    display: block;
    position: static;
  }

  .content-146 {
    flex: 0 auto;
    display: flex;
  }

  .table-cell-89 {
    height: 352px;
  }

  .text-87 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: block;
  }

  .table-cell-90 {
    height: 378px;
  }

  .table-cell-91, .table-cell-92 {
    height: auto;
  }

  .column-35 {
    flex: 0 auto;
    max-width: none;
    display: block;
  }

  .table-header-cell-33 {
    flex: 0 auto;
  }

  .table-cell-93 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .table-cell-94 {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    height: auto;
  }

  .content-153 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-text-10, .text-and-supporting-text-85 {
    justify-content: flex-start;
    align-items: center;
  }

  .content-163 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-text-11, .text-and-supporting-text-91 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .feature-text-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .content-173 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-and-supporting-text-95 {
    justify-content: flex-start;
    align-items: center;
  }

  .table-cell-143, .table-cell-144, .table-cell-145, .table-cell-146, .table-cell-147 {
    height: auto;
  }

  .table-cell-149 {
    flex: none;
    height: auto;
  }

  .table-cell-150 {
    height: auto;
  }

  .content-section-3-pc, .content-179 {
    height: 100%;
  }

  .image-14 {
    object-fit: scale-down;
    height: auto;
    overflow: auto;
  }

  .container-149-pc {
    height: 100%;
  }

  .image-16 {
    object-fit: scale-down;
    height: auto;
  }

  .content-181 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .content-134 {
    grid-row-gap: 16px;
  }

  .frame-39312 {
    flex-flow: column;
  }

  .frame-39313 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-self: stretch;
    width: auto;
    max-width: none;
    display: flex;
  }

  .frame-39314 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .frame-39315 {
    border-top-right-radius: 8px;
    max-width: none;
  }

  .frame-39316, .frame-39317 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    max-width: none;
  }

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

  .container-147 {
    grid-row-gap: 64px;
  }

  .content-179 {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .image-14 {
    object-fit: scale-down;
    height: auto;
    overflow: auto;
  }

  .container-149-pc {
    max-width: 100%;
    height: 100%;
  }

  .image-16 {
    box-sizing: border-box;
    object-fit: scale-down;
    flex: 0 auto;
    height: auto;
    max-height: 100%;
    display: block;
    overflow: auto;
  }

  .content-181 {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .content-184 {
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    align-items: center;
    max-width: 100%;
  }

  .feature-text-13 {
    flex-flow: column;
    flex: 1;
    max-width: 100%;
  }

  .heading-and-supporting-text-78 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    min-width: 100%;
  }

  .heading-and-subheading-65 {
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 100%;
    position: static;
  }

  .content-186, .contact-text-2 {
    min-width: 100%;
  }

  .content-187 {
    order: 1;
    align-items: stretch;
    min-width: 100%;
  }

  .text-and-supporting-text-101 {
    flex: 0 auto;
    align-items: stretch;
  }
}


