@font-face {
  font-family: Switzer;
  src: url("../fonts/Switzer-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url("../fonts/Switzer-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url("../fonts/Switzer-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url("../fonts/Switzer-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url("../fonts/Switzer-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url("../fonts/Switzer-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url("../fonts/Switzer-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.otf") format("opentype"),
    url("../fonts/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Bold.otf") format("opentype"),
    url("../fonts/Inter-ExtraBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --royal-blue: #0059f7;
}

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

body {
  background-color: #f4f7ff;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #273464;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: #273464;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #070e2799;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.navigation {
  z-index: 999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fcfdff80;
  border-bottom: 1px solid #e2e7fa;
  align-items: center;
  min-height: 94px;
  padding: 20px 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brand {
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 40px;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  color: #fff;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.header-section {
  background-image: linear-gradient(#dbe4fe00, #dbe4fe 82%, #dbe4fe00);
  padding: 146px 5% 40px;
  position: relative;
  overflow: hidden;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 0;
  display: flex;
}

.hero-content._880 {
  max-width: 880px;
  padding-left: 32px;
  padding-right: 32px;
}

.display-heading {
  color: #162044;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

.display-heading.title {
  font-size: 72px;
  line-height: 100%;
}

.paragraph-large {
  opacity: 0.72;
  color: #0f1727;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-large.max-width {
  max-width: 420px;
}

.paragraph-large.sp {
  display: none;
}

.button {
  background-image: linear-gradient(135deg, #0f1727, #0f1727 45%, #255a92);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.button.button-space {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 46px;
  margin-top: 0;
  padding: 16px 20px;
  text-decoration: none;
}

.button.button-space.light {
  background-color: #306fb629;
  background-image: none;
  border: 1px solid #306fb6;
}

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

.container-large {
  background-color: #ccc;
  border: 1px solid #fff;
  border-radius: 32px;
  width: 890px;
  max-width: 1280px;
  height: 460px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
}

.button-grey {
  background-color: #98a6c7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 14px 24px;
  display: flex;
}

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

.logo-card {
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: all 0.3s;
  display: flex;
  position: relative;
}

.content-section {
  padding: 56px 3%;
}

.content-section.bg01 {
  background-image: linear-gradient(#dbe4fe00, #dbe4fe00 53%, #dbe4fe);
}

.content-section.bg02 {
  background-color: #dbe4fe;
}

.content-section.bg03 {
  background-image: linear-gradient(#dbe4fe, #dbe4fe00);
}

.logo-section {
  padding-top: 40px;
  padding-left: 0%;
  padding-right: 0%;
}

.divider {
  background-color: #e2e7fa;
  width: 100%;
  height: 1px;
  margin-top: 64px;
}

.title-wrap {
  max-width: 480px;
  margin-bottom: 60px;
}

.feature-card {
  border: 1px solid #fff;
  border-radius: 16px;
  height: 528px;
  padding: 40px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 14px 14px 96px #070e270d;
}

.feature-card:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 37px 37px 96px #070e2714;
}

.feature-card.video {
  height: auto;
  box-shadow: 0 18px 34px #00000038;
}

.feature-card.video:hover {
  background-color: #fff0;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.video-play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #060606;
  margin-left: 4px;
}

.video-play-button:hover {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-button.hidden {
  display: none;
}

.icon {
  margin-bottom: 32px;
}

.feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  margin-top: 56px;
}

.container-x-small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: #0f1727;
  font-size: 16px;
}

.cta-block {
  text-align: center;
  background-color: #0059f7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 72px 48px;
  display: flex;
}

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

.button-cta {
  color: #fff;
  background-color: #689eff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 178px;
  min-height: 64px;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-cta.button-space {
  margin-top: 32px;
}

.subheading {
  color: #a4acc5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
}

.arrow {
  margin-left: 4px;
}

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

.content-grid {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.content-grid.centre-content {
  grid-template-columns: 1fr 1.2fr;
  margin-top: 114px;
  margin-bottom: 114px;
}

.paragraph-medium {
  color: #7e8bb6;
  font-size: 20px;
  line-height: 1.5;
}

.content-h3 {
  color: #273464;
  margin-bottom: 14px;
}

.cta-section {
  padding: 32px 3%;
}

.link-block {
  color: #7e8bb6;
  border-radius: 8px;
  align-items: center;
  height: 40px;
  margin-right: 0;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.link-block:hover {
  opacity: 0.6;
}

.light-icon {
  margin-right: 6px;
}

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

.price-block {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 48px 55px;
}

.price-block.feature-price {
  background-color: #d7e2fc;
  margin-top: 0;
}

.dollar-span {
  color: #4e5a85;
}

.line-break {
  background-color: #e2e7fa;
  height: 2px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.line-break.line-dark {
  background-color: #cbd5fa;
}

.grid-feature-check {
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}

.check-wrap {
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.check {
  margin-right: 14px;
}

.button-price {
  color: #fff;
  background-color: #4e5a85;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 178px;
  min-height: 64px;
  margin-top: 32px;
  padding: 14px 24px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

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

.cta-block-large {
  background-color: #0059f7;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 56px;
}

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

.grid-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0f1727;
  flex-flow: column;
  padding: 56px 118px;
  display: flex;
}

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

.text-link {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.text-link-legal {
  color: #fafafa;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s;
}

.text-link-legal:hover {
  color: #fff;
}

.social-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  border: 1px solid #ffffffa3;
  border-radius: 8px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.link-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-logo {
  width: 120px;
}

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

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99,
    0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.section {
  height: 75vh;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

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

.image {
  width: 100%;
  height: 100%;
}

.body {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, Arial, sans-serif;
}

.bold-text {
  color: #162044;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #306fb6, #306fb6 40%, #0f1727);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.bold-text.title {
  font-size: 80px;
}

.text-block-2 {
  color: #fff;
}

.text-block-2.light {
  color: #306fb6;
}

.backed {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  background-color: #b3c4fe33;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text-block-3 {
  color: #0f1727;
  letter-spacing: 0.1em;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
}

.image-2 {
  height: 24px;
}

.client-logo {
  opacity: 0.8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity 0.4s;
}

.client-logo:hover {
  opacity: 1;
}

.logos-marquee {
  margin-top: 40px;
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.home-logo-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.sp,
.home-logo-wrapper.bottom {
  margin-top: -2rem;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 75rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 33.33vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-left-gradient-2 {
  background-image: linear-gradient(90deg, #0d0d0d, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient-2.right {
  background-image: linear-gradient(270deg, #0d0d0d, #fff0);
  inset: 0% 0% 0% auto;
}

.demo-wrapper {
  flex-flow: column-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.d-101-logos-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.d-101-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.d-101-wrapper.mob {
  display: none;
}

.d-101-logo-wrapper {
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.d-101-logo-wrapper.square {
  flex: 0 auto;
}

.d-101-logo-row-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  width: 1440px;
  padding-left: 40px;
  display: flex;
  position: absolute;
}

.d-101-logo-row-wrapper.second {
  left: 1440px;
}

.d-101-section-home {
  opacity: 0.6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 16px;
  display: flex;
}

.demo-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-101-logo-text {
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.text-block-4 {
  color: #0f1727;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  display: none;
}

.tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 24px;
  display: grid;
}

.right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.right-icon {
  width: 48px;
  height: 48px;
}

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

.title {
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.main {
  color: #0f1727b8;
  font-size: 16px;
  line-height: 24px;
}

.div-block-4 {
  background-color: #b3c4fe33;
  border-radius: 999px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  display: flex;
}

.div-block-4.sp {
  z-index: 10;
  background-color: #306fb6;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20px;
}

.text-block-5 {
  color: #306fb6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.text-block-5.sp {
  color: #fff;
  font-family: Switzer, Arial, sans-serif;
  font-weight: 300;
}

.section-2 {
  background-image: linear-gradient(#dbe4fe00 50%, #dbe4fe);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 840px;
  padding-top: 56px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  width: 145px;
}

.div-block-5 {
  border-top: 1px solid #fff6;
  height: 1px;
}

.image-3,
.image-4 {
  width: 24px;
  height: 24px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 40px;
  display: flex;
  box-shadow: 0 20px 32px #00000014;
}

.image-5 {
  width: 300px;
  height: 300px;
  margin-bottom: 8px;
}

.text-block-6 {
  color: #0f1727;
  font-family: Switzer, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-6.small {
  font-size: 20px;
  line-height: 130%;
}

.text-block-6.big {
  font-size: 48px;
  line-height: 130%;
}

.text-block-7 {
  color: #0f1727b8;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 16px 32px;
  display: grid;
  box-shadow: 0 20px 32px #00000014;
}

.text-block-8 {
  color: #0f1727b8;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.div-block-8 {
  background-color: #dbe4fe52;
  border: 1px solid #306fb652;
  border-radius: 16px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.text-block-5-copy {
  color: #306fb6;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
}

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

.programs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  padding: 0 16px;
  display: flex;
}

.programs._01 {
  border-right: 1px solid #306fb652;
}

.image-7 {
  width: 88px;
  height: 88px;
  margin-bottom: 4px;
}

.image-8 {
  width: 88px;
  height: 88px;
}

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

.image-9 {
  margin-top: 56px;
  box-shadow: 0 20px 32px #0000000f;
}

.icon-1x1-small-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
}

.features-tab-wrapper {
  border-radius: 32px;
  width: 1200px;
  height: 608px;
  overflow: hidden;
  box-shadow: 0 20px 32px #00000014;
}

.text-size-medium {
  font-size: 1.2rem;
}

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.heading-style-h6 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 20%;
  padding: 0 20px 0 0;
  display: flex;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.round_tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-tab-content {
  flex: 1;
}

.header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1317;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.25rem;
  display: flex;
}

.grid-3-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template:
    "."
    / 2fr 1fr;
  grid-auto-rows: auto;
  height: auto;
}

.arrow-tab {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #f2f5fd;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  color: #3370ff;
  background-color: #cedfff;
  background-image: none;
  font-weight: 700;
}

.tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd;
  border-radius: 28px;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: border-color 0.25s, background-color 0.25s;
}

.button-2:hover {
  background-color: #000cb8;
}

.banner_icon-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: 0.5rem;
  display: flex;
}

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

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: 0.6rem;
  display: flex;
}

.banner_small {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.subheader-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  display: block;
}

.badge {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.heading-style-h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.banner_large {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.text-weight-medium {
  margin-bottom: 0;
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
}

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

.banner-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5b5b5b;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #d3d5fd;
}

.banner-wrapper.is-pink {
  background-color: #ffdbef;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #c8fdc2;
}

.banner-wrapper.is-orange {
  background-color: #ffebce;
}

.banner-wrapper.is-lightblue {
  background-color: #dffffc;
}

.banner-wrapper.is-blue {
  background-color: #cedfff;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.bullet-img-wrapper {
  border-radius: 12px;
  width: 20rem;
  position: relative;
  overflow: hidden;
}

.round-tab {
  color: #306fb6;
  background-color: #fff0;
  border: 1px solid #306fb6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 18px;
  line-height: 20px;
  display: flex;
}

.round-tab.w--current {
  color: #fff;
  background-color: #306fb6;
  box-shadow: 0 0 0 4px #306fb652;
}

.bullet-content {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-six-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 30rem;
}

.text-size-small {
  font-size: 0.875rem;
}

.tab-text {
  font-size: 16px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  margin-top: 56px;
  display: grid;
  position: relative;
}

.p-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 20px 32px #00000014;
}

.p-card.sp {
  background-image: linear-gradient(#306fb6, #0f1727);
  align-items: center;
  padding: 4px;
}

.text-block-9 {
  opacity: 0.8;
  color: #0f1727;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 150%;
}

.image-10 {
  width: 32px;
  height: 32px;
}

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

.div-block-12.sp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

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

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

.image-11,
.image-12 {
  width: 32px;
  height: 32px;
}

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

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 28px 20px;
  display: flex;
}

.div-block-18 {
  z-index: -1;
  background-image: linear-gradient(#dbe4fe00, #dbe4fe 20% 80%, #dbe4fe00);
  width: 2px;
  height: 110%;
  position: absolute;
  inset: -6% auto 0% 48px;
}

.div-block-19 {
  opacity: 0.3;
  background-image: linear-gradient(#b3c4fe, #b3c4fe00 75%, #b3c4fe00);
  border-radius: 999px;
  width: 302px;
  height: 302px;
  position: absolute;
  inset: 160px auto auto -151px;
}

.div-block-19._02 {
  width: 514px;
  height: 514px;
  top: 290px;
  left: auto;
  right: -320px;
}

.auto-tabs-animate-from-left {
  border: 1px solid #ffffff24;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  min-height: 640px;
  position: relative;
  overflow: clip;
}

.auto-tabs-button-text {
  white-space: nowrap;
  font-weight: 600;
  line-height: 0.9;
}

.auto-tabs-content-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 460px;
  padding-left: 0;
  display: flex;
}

.auto-tabs-content-inner.is-right-align {
  min-height: 640px;
  padding: 0;
}

.pause-icon {
  height: 100%;
}

.auto-tabs-button {
  color: #7e7e7e;
  background-color: #0000;
  margin-bottom: 0.8rem;
  padding: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.auto-tabs-menu {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left-width: 0.3rem;
  border-left-color: #adadad4d;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 16px;
}

.auto-tabs-link {
  color: #fff;
  background-color: #0000003d;
  border: 1px solid #ffffff8f;
  border-radius: 8px;
  margin-left: 0;
  padding: 8px 14px;
  transition: color 0.4s, border-color 0.4s;
}

.auto-tabs-link.w--current {
  color: #306fb6;
  background-color: #0000;
  background-image: linear-gradient(#fff, #fffc);
  margin-left: 0;
  padding: 8px 14px;
  box-shadow: 0 0 0 4px #ffffff52;
}

.auto-tabs-component {
  position: relative;
}

.autoplay-tabs-custom-css,
.autoplay-tabs-custom-js {
  display: none;
}

.main-wrapper {
  margin-top: 44px;
}

.main-wrapper.mob {
  display: none;
}

.auto-tabs-animate-from-right {
  border: 1px solid #ffffff24;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  min-height: 640px;
  position: relative;
  overflow: clip;
}

.section-tabs-autoplay {
  padding-top: 0;
  padding-bottom: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.auto-tabs-progress-bar {
  background-color: #f6fc8f;
  background-image: linear-gradient(#f6fc8f, #feffe2);
  border-radius: 999rem;
  width: 0.3rem;
  height: 50%;
  margin-left: -0.3rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.video-icon {
  width: 100%;
  padding-left: 0.2em;
}

.auto-tabs-button-inner {
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.auto-tabs-button-inner.is-absolute {
  position: absolute;
  inset: 0% auto auto 0%;
}

.auto-tabs-content-item {
  width: 100%;
  height: 100%;
  min-height: 640px;
  overflow: clip;
}

.cover-100--absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 640px;
  position: absolute;
  inset: 0%;
}

.heading-style-h4-2 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-style-h4-2.text-weight-semibold {
  font-size: 14px;
}

.icon-component {
  display: block;
}

.auto-tabs-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.auto-tabs-content {
  border-radius: 0.75rem;
  flex: 1;
  width: 1080px;
  height: 78svh;
  min-height: 640px;
  overflow: clip;
}

.page-padding {
  padding-left: 0;
  padding-right: 0;
}

.pause-icon-component {
  height: 100%;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #306fb63d;
  border-radius: 16px;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 628px;
  margin-top: 56px;
  display: none;
  overflow: hidden;
  box-shadow: 0 20px 32px #0000000f;
}

.table.mob {
  display: none;
}

.table.v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-20 {
  height: 100px;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr 2fr 2fr 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-21._01 {
  background-color: #dbe4fe;
}

.div-block-21._01.v2,
.div-block-21._02.v2 {
  grid-template-columns: 3fr 2fr 2fr 2fr 2fr 2fr;
}

.table-title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 12px;
  display: flex;
}

.table-title.sp {
  justify-content: center;
  align-items: flex-start;
}

.table-title.sp.slide02 {
  border-left: 1px solid #ffffff3d;
  border-right: 1px solid #ffffff3d;
}

.table-title.slide {
  border-left: 1px solid #ffffff3d;
}

.title-text {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.title-text.sp {
  font-size: 18px;
  font-weight: 600;
}

.title-text.title {
  font-weight: 700;
}

.title-text.title.allus {
  color: #1859a1;
  font-size: 18px;
}

.title-text-02 {
  color: #0f1727b8;
  font-weight: 500;
  line-height: 150%;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #306fb63d;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  display: grid;
}

.div-block-22._02 {
  border-right-style: none;
}

.div-block-22.sp {
  color: #1859a1;
  background-color: #dbe4fe47;
  font-size: 18px;
  font-weight: 600;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-13,
.image-14 {
  height: 60px;
}

.d-101-logo-wrapper-mob {
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.d-101-logo-wrapper-mob.square {
  flex: 0 auto;
}

.d-101-logo-row-wrapper-mob {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  display: flex;
  position: absolute;
}

.d-101-logo-row-wrapper-mob.second {
  left: 100%;
}

.d-101-logo-row-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  display: flex;
  position: absolute;
}

.d-101-logo-row-wrapper-copy.second {
  left: 100%;
}

.d-101-logo-row-wrapper-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  display: flex;
  position: absolute;
}

.d-101-logo-row-wrapper-copy-copy.second {
  left: 100%;
}

.slider,
.link-block-2 {
  display: none;
}

.code-embed {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-27 {
  display: none;
}

._100-margin-top {
  margin-top: 0;
}

.carousel-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container._2 {
  margin-left: -0.1%;
}

.logo-image {
  height: 40px;
}

.div-block-28 {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-29 {
  background-image: linear-gradient(-90deg, #fff, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (min-width: 1920px) {
  .d-101-logo-row-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 100%;
    padding-left: 5vw;
  }

  .d-101-logo-row-wrapper.second {
    left: 100%;
  }

  .div-block-21._01.v2 {
    font-size: 16px;
    font-weight: 700;
  }

  .title-text.title {
    font-weight: 700;
  }

  .title-text.title.allus {
    color: #306fb6;
  }

  .div-block-22.sp {
    color: #306fb6;
    font-weight: 600;
  }

  .d-101-logo-row-wrapper-mob,
  .d-101-logo-row-wrapper-copy,
  .d-101-logo-row-wrapper-copy-copy {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .container-navigation {
    min-height: auto;
    position: relative;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #162044;
    border-radius: 8px;
  }

  .menu-button.w--open {
    background-color: var(--royal-blue);
  }

  .hero-content {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .display-heading {
    line-height: 1.05;
  }

  .grid-content {
    align-items: center;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-grey {
    transition: all 0.3s;
  }

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

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-grid {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .price-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-block {
    margin-top: 0;
  }

  .global-logo-link {
    margin-right: 0;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
  }

  .d-101-logo-wrapper {
    flex: 1;
    width: auto;
  }

  .d-101-logo-wrapper.square {
    flex: 1;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .d-101-section-home {
    clear: both;
    overflow: visible;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .banner-right {
    flex-direction: row;
  }

  .grid-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
    height: auto;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .auto-tabs-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .auto-tabs-menu {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 3rem;
  }

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

  .auto-tabs-content {
    aspect-ratio: 3 / 2;
    flex: none;
    height: auto;
    min-height: 30rem;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .d-101-logo-wrapper-mob {
    flex: 1;
    width: auto;
  }

  .d-101-logo-wrapper-mob.square {
    flex: 1;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-image {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container-navigation {
    position: static;
  }

  .nav-menu {
    background-color: #070e27;
    height: auto;
    padding: 20px;
  }

  .menu-button {
    background-color: #98a6c7;
  }

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

  .feature-card {
    padding: 32px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-block {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .content-grid,
  .content-grid.centre-content {
    grid-template-columns: 1fr;
  }

  .link-block {
    display: none;
  }

  .cta-block-large {
    padding: 42px;
  }

  .cta-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .social-wrap {
    margin-bottom: 32px;
  }

  .social-link {
    margin-left: 14px;
    margin-right: 14px;
  }

  .link-wrap {
    margin-bottom: 32px;
  }

  .global-navigation-line,
  .global-text-wrapper {
    display: none;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-101-logo-wrapper,
  .d-101-logo-wrapper.square {
    margin-left: 10px;
    margin-right: 10px;
  }

  .demo-container {
    background-image: url("../images/background.svg"),
      linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .round_tab-menu {
    grid-column-gap: 0.8rem;
    grid-row-gap: 0.8rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3-2 {
    grid-column-gap: 0.6rem;
    grid-row-gap: 0.6rem;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .button-2 {
    padding: 0.75rem 1.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-six-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .auto-tabs-menu {
    padding-right: 0;
  }

  .d-101-logo-wrapper-mob,
  .d-101-logo-wrapper-mob.square {
    margin-left: 10px;
    margin-right: 10px;
  }

  .logo-container {
    min-width: 150%;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100vw;
    height: 64px;
    min-height: auto;
    padding: 12px 16px;
  }

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

  .brand {
    z-index: 10;
    width: 116px;
    height: auto;
  }

  .nav-menu {
    z-index: 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #dbe4feb8;
    width: 100vw;
    height: 100vh;
    padding-top: 96px;
    position: fixed;
    top: 0;
  }

  .menu-button {
    z-index: 100;
    background-color: #306fb629;
    border: 1px solid #306fb6;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-width: 2px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    box-shadow: 0 0 0 4px #306fb63d;
  }

  .header-section {
    padding: 104px 16px 32px;
  }

  .hero-content._880 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .display-heading {
    font-size: 26px;
    line-height: 1.3;
  }

  .display-heading.title {
    font-size: 32px;
  }

  .paragraph-large {
    font-size: 14px;
    line-height: 1.5;
  }

  .paragraph-large.sp {
    display: block;
  }

  .button {
    height: 56px;
    margin-top: 28px;
  }

  .button.button-space {
    padding: 8px 14px;
  }

  .grid-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .content-section {
    padding: 32px 16px;
  }

  .content-section.bg02,
  .content-section.bg03 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .feature-card.video {
    height: 280px;
  }

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

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

  .price-block {
    padding: 32px;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 32px 16px;
  }

  .footer-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
    padding-left: 16px;
  }

  .text-link-legal {
    padding: 10px 16px 10px 0;
  }

  .social-wrap {
    margin-bottom: 0;
  }

  .social-link {
    margin-left: 0;
    margin-right: 0;
  }

  .link-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-bottom: 24px;
  }

  .flowbase-banner,
  .global-component-banner,
  .global-title-text,
  .global-icon-x-small {
    display: none;
  }

  .bold-text.title {
    font-size: 32px;
  }

  .image-2 {
    height: 20px;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .d-101-wrapper {
    display: none;
  }

  .d-101-wrapper.mob {
    display: flex;
  }

  .d-101-logo-wrapper,
  .d-101-logo-wrapper.square {
    margin-left: 0;
    margin-right: 0;
  }

  .d-101-logo-row-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .demo-container {
    min-height: auto;
    display: none;
  }

  .d-101-logo-text {
    text-align: center;
    font-size: 16px;
  }

  .tab {
    padding: 8px 0;
  }

  .right-icon {
    width: 40px;
    height: 40px;
  }

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

  .title {
    font-size: 16px;
    line-height: 1.3;
  }

  .main {
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-4 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-4.sp {
    padding-left: 10px;
    padding-right: 10px;
    top: -12px;
  }

  .text-block-5 {
    font-size: 10px;
    line-height: 1.6;
  }

  .text-block-5.sp {
    font-size: 12px;
  }

  .section-2 {
    height: 800px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-logo {
    width: 138px;
  }

  .div-block-5 {
    margin-bottom: 24px;
  }

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

  .image-5 {
    width: 180px;
    height: 180px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 1.3;
  }

  .text-block-6.small {
    font-size: 16px;
  }

  .text-block-6.big {
    font-size: 40px;
  }

  .text-block-7 {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-left: 16px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 1.5;
  }

  .text-block-8.mid {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-8 {
    padding-bottom: 0;
  }

  .text-block-5-copy {
    margin-bottom: 0;
    font-size: 10px;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .programs {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 64px 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 0;
    display: grid;
  }

  .programs._01 {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    border-bottom: 1px solid #306fb652;
    border-right-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 64px 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
    display: grid;
  }

  .image-7 {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }

  .div-block-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .icon-1x1-small-2 {
    flex: none;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 16px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .round_tab-menu {
    box-sizing: content-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 6px 16px;
    display: flex;
    overflow: scroll;
  }

  .function-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-right {
    flex-direction: column;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .tab-text {
    flex: none;
  }

  .button-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .banner-wrapper.is-green {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex-flow: row;
    flex: 0 auto;
    padding: 8px 10px;
    font-size: 0.9rem;
    display: flex;
  }

  .round-tab.w--current {
    padding: 8px 10px;
  }

  .round-tab.sp {
    margin-right: 16px;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-text {
    flex: 0 auto;
    width: 140px;
    font-size: 14px;
    line-height: 14px;
    display: block;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 32px;
  }

  .p-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .p-card.sp {
    position: relative;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .image-10 {
    width: 26px;
    height: 26px;
  }

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

  .div-block-17 {
    width: 100%;
    padding: 16px;
  }

  .div-block-18 {
    left: 20px;
  }

  .div-block-19._01 {
    width: 240px;
    height: 240px;
    top: 276px;
    left: -184px;
  }

  .div-block-19._02 {
    width: 291px;
    height: 291px;
    right: -215px;
  }

  .auto-tabs-content-inner.is-right-align {
    height: 200px;
    min-height: auto;
  }

  .auto-tabs-button {
    display: none;
    inset: 0% auto auto 0%;
  }

  .main-wrapper {
    width: 100%;
    display: none;
  }

  .main-wrapper.mob {
    display: block;
  }

  .auto-tabs-animate-from-right,
  .auto-tabs-content-item {
    height: 200px;
    min-height: auto;
  }

  .cover-100--absolute {
    border-radius: 12px;
    height: 200px;
    min-height: auto;
  }

  .auto-tabs-content {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: 200px;
    min-height: auto;
  }

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .table {
    display: none;
  }

  .table.mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 62px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 520px;
    margin-top: 0;
    display: grid;
  }

  .table.v2 {
    display: none;
  }

  .div-block-21._01.mob01 {
    grid-template-columns: 3fr 3fr 2fr 2fr;
  }

  .div-block-21._01.mob01.v2 {
    grid-template-columns: 3fr 3fr 2fr;
  }

  .div-block-21._02.mob01 {
    grid-template-columns: 3fr 3fr 2fr 2fr;
  }

  .div-block-21._02.mob01.v2 {
    grid-template-columns: 3fr 3fr 2fr;
  }

  .table-title {
    padding: 6px 8px;
  }

  .table-title.sp._2 {
    padding-right: 0;
  }

  .title-text {
    font-size: 12px;
  }

  .title-text.sp {
    font-size: 14px;
  }

  .title-text-02 {
    font-size: 10px;
  }

  .title-text-02.sp {
    font-size: 9px;
  }

  .div-block-22 {
    background-color: #dbe4fe66;
    padding-left: 8px;
  }

  .div-block-22.sp {
    background-color: #dbe4fea3;
  }

  .div-block-22.white {
    background-color: #fff6;
  }

  .div-block-23 {
    margin-bottom: 20px;
  }

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

  .d-101-logo-wrapper-mob,
  .d-101-logo-wrapper-mob.square {
    margin-left: 0;
    margin-right: 0;
  }

  .d-101-logo-row-wrapper-mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 200%;
    padding-left: 20px;
  }

  .d-101-logo-row-wrapper-copy,
  .d-101-logo-row-wrapper-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

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

  .slider {
    background-color: #ddd0;
    width: 100%;
    height: 620px;
    margin-top: 32px;
    display: none;
  }

  .slider.v2 {
    display: block;
  }

  .left-arrow {
    background-image: linear-gradient(90deg, #306fb68f, #306fb6);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .slide-2 {
    height: 520px;
    overflow: visible;
  }

  .text-block-10 {
    color: #306fb6;
    font-weight: 500;
  }

  .div-block-24 {
    z-index: 10;
    border: 1px solid #dbe4fe;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 258px;
    height: 40px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: 0 0% auto;
  }

  .right-arrow {
    background-image: linear-gradient(90deg, #306fb6, #306fb68f);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .div-block-25 {
    background-color: #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
  }

  .slide-nav {
    padding-top: 20px;
  }

  .slider-2 {
    background-color: #ddd0;
    border-radius: 12px;
    height: 200px;
  }

  .slide-3 {
    border-radius: 12px;
  }

  .slide-nav-2 {
    inset: auto 0% -40px;
  }

  .left-arrow-2 {
    background-image: linear-gradient(90deg, #ffffff8f, #ffffff3d);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding-left: 0;
    display: flex;
    inset: 0% auto 0% 8px;
  }

  .left-arrow-2.right {
    position: absolute;
    inset: 0% 8px 0% auto;
  }

  .div-block-26 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #00000080;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    display: flex;
  }

  .right-arrow-2 {
    width: 36px;
    height: 36px;
    inset: 0% 0% 0% auto;
  }

  .open {
    opacity: 0;
    margin: auto;
    transition: all 0.3s;
    position: absolute;
    inset: 0%;
  }

  .close {
    opacity: 1;
    margin: auto;
    transition: all 0.3s;
    position: absolute;
    inset: 0%;
  }

  .link-block-2 {
    box-shadow: none;
    background-image: linear-gradient(45deg, #fff, #ffffff52);
    border: 2px solid #ffffff85;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-decoration: none;
    display: flex;
  }

  .text-block-11 {
    color: #0f1727;
    font-size: 16px;
  }

  .code-embed {
    width: auto;
  }

  .div-block-27 {
    z-index: -1;
    background-color: #fff0;
    position: absolute;
    inset: 0%;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .div-block-30 {
    display: none;
  }
}

#w-node-c9553e12-6cff-2d7e-c467-7799d88bec9c-e8dde1e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bab6e095-2c71-c71a-aacf-2c584724b2c4-e8dde1e2 {
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-aa856e56-8c0f-31a5-edc9-2b31cf11333a-e8dde1e2,
  #w-node-e8b18184-cf39-a711-6e4e-08efd20179ec-e8dde1e2 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.otf") format("opentype"),
    url("../fonts/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.otf") format("opentype"),
    url("../fonts/Inter-ExtraBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
