* {
  padding: 0;
  margin: 0;
}

body {
  background: var(--body_background);
  font-family: "Nunito", sans-serif;
  color: var(--body_text_color);
  font-size: 1rem;
  position: relative;
}
body .dark-icon {
  color: #1a74ff;
  border-color: #1a74ff !important;
  align-items: center;
  justify-content: center;
  display: none;
}
body .light-icon {
  display: flex;
  color: #efc078;
  background: #fff;
  border-color: #fff;
  align-items: center;
  justify-content: center;
}
body .navbar {
  padding: 20px 20px;
}
body .navbar .nav-item a {
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
  color: #fff;
  font-size: 20px;
  background: transparent;
}
body .navbar .nav-item a:hover {
  color: #b5b8d0;
}
body .navbar .nav-item a .fa-angle-down {
  display: none;
}
body .navbar .nav-item a .sub-arrow {
  bottom: 0;
  float: right;
  padding: 0 20px;
  position: absolute;
  right: 0;
  display: flex;
  font-size: 26px;
  width: 58px;
  height: 46px;
  justify-content: center;
  align-items: center;
  color: inherit;
}
body.theme-light header {
  background-color: #fff;
  color: #000;
}
body.theme-light footer {
  background-color: #fff !important;
  color: #000 !important;
}
body.theme-light footer .footer-wrapper .footer-menu p {
  color: #000 !important;
}
body.theme-light footer .footer-wrapper .footer-menu ul li a {
  color: #000 !important;
}
body.theme-light footer .footer-wrapper .footer-bottom .copyright-text, body.theme-light footer .footer-wrapper .footer-bottom .terms-text p, body.theme-light footer .footer-wrapper .footer-bottom .terms-text p a {
  color: #000 !important;
}
body.theme-light .navbar .nav-item a {
  color: #000;
}
body.theme-light .navbar .nav-item a:hover {
  color: #b5b8d0;
}
body.theme-light .navbar .nav-item.has-dropdown .submenu {
  background: #fff;
  color: #000;
}
body.theme-light .navbar .nav-item.has-dropdown .submenu a {
  color: #000;
}
body.theme-light .navbar .nav-item.has-dropdown .submenu a:hover {
  color: #b5b8d0;
}
body.theme-light .dark-icon {
  display: flex;
}
body.theme-light .light-icon {
  display: none;
}
body.theme-light .mobile-menu-btn, body.theme-light .close-svg {
  fill: #000 !important;
}
body.theme-light .header-menu-sec.show {
  background: #fff !important;
  box-shadow: 0 0 5px rgba(70, 71, 102, 0.5);
}
body .header-module--homePageNav--2zg6g {
  background-color: transparent !important;
}
body .header-module--homePageNav--2zg6g .nav-link:hover {
  color: #ebebf1 !important;
}

h1, h2, h3, h4, h5, h6, span, a, p {
  color: var(--body_text_color);
}

header {
  background-color: var(--header_background);
  color: var(--header_menu_color);
}
header .header-logo {
  display: block;
}
header .header-logo img {
  width: calc(var(--logo_size_header_mobile) * 1px);
}
header .theme-swticher span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid 1px #fff;
}
header .theme-swticher span svg {
  fill: currentColor;
}
header .menu-right-sec {
  display: flex;
  align-items: center;
}
header .menu-right-sec .mobile-theme-swithcer {
  margin-right: 20px;
}

footer {
  background-color: var(--footer_background);
  color: var(--footer_text_color);
}

img, video {
  max-width: 100%;
}

.bg-cust {
  background-color: #d6dfed;
}
.bg-cust h1, .bg-cust h2, .bg-cust h3, .bg-cust h4, .bg-cust h5, .bg-cust h6, .bg-cust span, .bg-cust a, .bg-cust p {
  color: var(--section_text_color);
}

.progress-bar {
  background: linear-gradient(to right, var(--progress_bar_first_color), var(--progress_bar_second_color));
}

.progress-heading {
  color: var(--progress_bar_heading_color) !important;
}

.progress-inside-text {
  color: var(--progress_bar_insider_color) !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

h1 {
  font-size: 2rem;
  line-height: 1.438;
  margin-bottom: 1rem;
  font-weight: 900;
}

.h1-text {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.h1-text-2 {
  font-size: 2rem;
  line-height: 2.875rem;
}

.h2-text,
.h2-text-2 {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.h3-text {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
}

.desc-text {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.desc-text-2 {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.product-main-heading {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.product-main-heading img {
  margin-right: 10px;
  height: 30px;
}

.navbar {
  padding: 30px 24px;
  transition: all 0.4s ease-out;
}

.css-1vtfg3a {
  transition: opacity 600ms ease-in-out 0s, transform 600ms ease-in-out 0s;
  transform: translateY(0px);
  overflow: hidden;
  opacity: 1;
  will-change: opacity, visibility;
  color: #fff !important;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.page-content {
  margin-top: 40px;
}

.home-page-content {
  margin-top: 30px;
}

.other-section-heading {
  position: absolute;
  bottom: -25px;
  z-index: 9;
  width: 100%;
}

.subscribe-msg {
  width: 100%;
  max-width: 594px;
  margin-left: 30px;
  position: absolute;
  bottom: -22px;
  font-size: 14px;
}
.subscribe-msg.success {
  color: green;
}
.subscribe-msg.error {
  color: red;
}

.feature-section-wrapper {
  max-width: 70rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 0 1em;
}

.key-section-wrapper {
  max-width: 70rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 0 1em;
}

.feature-section {
  background: #000;
  margin: 1.5em 0.5em;
  display: flex;
  padding: 1.5em;
  max-width: 20rem;
  text-align: center;
  align-items: center;
  border-radius: 0.5em;
  flex-direction: column;
}

.key-section {
  background: #000;
  margin: 1.5em 0.5em;
  display: flex;
  padding: 1.5em;
  max-width: calc(50% - 1rem);
  text-align: center;
  align-items: center;
  border-radius: 0.5em;
  flex-direction: column;
}

.feature-number.middle, .key-number.middle {
  margin: 1.5rem 0 !important;
}

.feature-icon i {
  font-size: 3rem;
  color: #fff !important;
}

.feature-number {
  font-size: 4rem;
  color: #559AF4 !important;
}

.key-number {
  font-size: 2rem;
  line-height: 36px;
  color: #559AF4 !important;
}

.feature-text {
  font-size: 2rem;
  color: #fff !important;
}

.key-text {
  font-size: 20px;
  line-height: 26px;
  color: #fff !important;
  text-align: left;
}

.section-3 {
  margin-top: 80px;
}

.footer {
  background: #000;
  padding: 2rem 2rem;
  margin-top: 40px;
}

.footer ul {
  padding: 0;
  margin: 0;
  align-items: center;
}

.footer ul li {
  list-style-type: none;
}

.footer ul li a,
.footer ul li a:hover {
  color: #fff;
  text-decoration: none !important;
}

.copy-text {
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 2rem;
}

.footer-lang-switcher a img {
  margin-right: 5px;
}

.section-padding {
  padding: 1.5rem;
}

.section-padding-2 {
  padding: 1.5rem;
}

.section-padding-3 {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.section-padding-4 {
  padding: 4rem 2rem;
}

.section-padding-5 {
  padding: 2rem 0;
}

.homepage-banner-section {
  position: relative;
  overflow: hidden;
  margin-top: -126px;
  width: 100%;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  z-index: 1;
  overflow: visible;
}
.homepage-banner-section .banner {
  background: #191919;
}
.homepage-banner-section .banner.home-banner-image {
  height: 90vh;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.homepage-banner-section .banner img {
  width: 100%;
  max-height: 90vh;
}

.homepage-hero-module--heroDivider--J3T2N {
  pointer-events: none;
  position: absolute;
  bottom: -2px;
  width: inherit;
  z-index: 2;
}
.homepage-hero-module--heroDivider--J3T2N svg path {
  fill: var(--body_background);
}

.homepage-hero-module--announcement--3RkXj {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: all;
  width: calc(100% - 48px);
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  position: static;
  left: 0;
  bottom: 12px;
  border-radius: 24px;
  border: 1px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 1em;
  margin: 0 auto;
  font-weight: 700;
}
.homepage-hero-module--announcement--3RkXj p {
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: #000;
}
.homepage-hero-module--announcement--3RkXj a {
  display: flex;
  align-items: center;
  color: #2d2e43;
  text-decoration: none;
}

.navbar-shrink {
  padding: 16px 24px;
}

.homepage-banner-text {
  position: absolute;
  max-width: 40rem;
  bottom: 100px;
  left: 0;
  padding: 0 15px 0 50px;
  z-index: 3;
  color: #000;
}
.homepage-banner-text h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.3);
}
.homepage-banner-text p {
  font-size: 18px;
}
.homepage-banner-text .banner-btn-section {
  margin-top: 20px;
  display: flex;
}
.homepage-banner-text .banner-btn-section a {
  border: none;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #000;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
}
.homepage-banner-text .banner-btn-section a:last-child {
  margin-left: 20px;
  background: #fff;
  color: #000;
}
.homepage-banner-text .learn-more-text {
  margin-top: 20px;
}
.homepage-banner-text .learn-more-text a, .homepage-banner-text .learn-more-text p {
  display: flex;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  margin-bottom: 0px;
  align-items: center;
}
.homepage-banner-text .learn-more-text a i, .homepage-banner-text .learn-more-text a img, .homepage-banner-text .learn-more-text p i, .homepage-banner-text .learn-more-text p img {
  margin-right: 10px;
}
.homepage-banner-text .learn-more-text a img, .homepage-banner-text .learn-more-text p img {
  width: 22px;
  height: auto;
}
.homepage-banner-text .learn-more-text a:hover, .homepage-banner-text .learn-more-text p:hover {
  color: #000;
}

.homepage-hero-module--startTrialButton--3M26w {
  pointer-events: none;
  margin: 3rem 8.875rem 0;
  transition: opacity 1s;
  z-index: 3;
}

.slider-section {
  max-width: 90rem;
  margin: 0 auto;
}

.item-img img {
  max-width: 100%;
}

.section-bg-2 {
  display: none;
}
.section-bg-2 svg {
  margin: -7rem -20rem -3rem;
  max-width: 100%;
}

.section-stats {
  padding: 40px 0px;
  max-width: 70rem;
  margin: 0 auto;
}

.text8-lg, .text8-md {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text8-xl {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

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

.caption-text {
  margin: 1em auto 0;
  height: 6em;
  text-align: left;
}

.showcase-carousel-item img {
  border-radius: 10px;
}

.slider {
  display: flex;
  align-items: center;
}
.slider .item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #c3c3c3;
  /* &:hover {
      transform: scale(1.05);
  } */
}
.slider .item .item-img {
  border-radius: 10px;
}
.slider.partner-slider .item {
  height: 275px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.slider.partner-slider .item p {
  position: absolute;
  bottom: 5px;
  right: 5px;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  margin: 0;
  padding: 0 2px 0 4px;
}
.slider.partner-slider .item .item-img {
  padding: 40px;
}

.slider-bottom-btn-section {
  margin-top: 40px;
}

.prev-arrow,
.next-arrow {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #8083a2;
  font-size: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slides {
  width: calc(100% - 6rem);
  margin: 0 auto;
}
.slides .item {
  border-radius: 10px;
  overflow: hidden;
}
.slides .item .item-text {
  text-align: center;
  background: #fff;
  font-weight: 900;
  font-size: 16px;
  padding: 1.4rem;
}

.explore-btn-section {
  margin-top: 40px;
}

.btn1 {
  border-radius: 5rem;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 4px;
  color: var(--default_button_1_text_color) !important;
  background: linear-gradient(135deg, var(--default_button_1_color_1), 60%, var(--default_button_1_color_2));
  width: auto;
  text-decoration: none;
  display: inline-block;
}
.btn1:hover {
  background: linear-gradient(135deg, var(--default_button_1_color_1_hover), 60%, var(--default_button_1_color_2_hover));
  color: var(--default_button_1_text_color_hover) !important;
  text-decoration: none;
}

.btn4 {
  border-radius: 5rem;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 4px;
  color: #000 !important;
  background: linear-gradient(135deg, #2A2E32, 60%, #fff);
  width: auto;
  text-decoration: none;
  display: inline-block;
}
.btn4:hover {
  background: linear-gradient(135deg, #2A2E32, 80%, #fff);
  color: #000 !important;
  text-decoration: none;
}

.container-a {
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.newsletter {
  padding: 0px 15px;
}

.card-2 {
  margin: 1.5em auto;
  display: flex;
  padding: 1.5em;
  max-width: 19rem;
  box-shadow: 0 0 25px #000;
  text-align: center;
  align-items: center;
  border-radius: 0.5em;
  flex-direction: column;
  background-color: #fff;
}
.card-2 .card-img img, .card-2 .card-img video {
  width: 100%;
  border: 1px solid #EBEBF1;
  height: auto;
  border-radius: 1.5em;
}
.card-2 .card-title {
  font-weight: 700;
  margin: 1.5rem 0;
}

.section-2 {
  margin-top: 80px;
}

.btn2 {
  width: 100%;
  border: 1px solid #000;
  padding: 0.8em;
  transition: color 200ms, background-color 200ms;
  border-radius: 2.5em;
  text-decoration: none;
  color: #000 !important;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
.btn2:hover {
  background: #000;
  color: #fff !important;
}

.btn3 {
  width: auto;
  border: 1px solid #fff;
  padding: 15px 40px;
  transition: color 200ms, background-color 200ms;
  border-radius: 2.5em;
  text-decoration: none;
  color: #000 !important;
  display: inline-block;
  font-weight: 700;
  margin: 0 auto;
  background: #fff;
}
.btn3:hover {
  background: #000;
  color: #fff !important;
}

.companies-section {
  padding: 4rem 0;
  overflow: hidden;
}

.mt {
  margin-top: 90px;
}

.companies-logo-section {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 3rem 4rem;
  margin: 4rem 0;
}
.companies-logo-section .picture {
  object-fit: contain;
  max-width: 8rem;
}
.companies-logo-section .picture img {
  max-width: 100%;
  max-height: 6rem;
}

.newsletter-input-section {
  max-width: 594px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.newsletter-input-section .newsletter-input-fld {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  text-indent: 10px;
  background-clip: border-box;
  height: 45px;
  border: none;
}
.newsletter-input-section .newsletter-input-fld:focus {
  color: inherit;
  background-color: #fff;
  border: none;
  box-shadow: unset;
}
.newsletter-input-section .newsletter-button {
  background: linear-gradient(135deg, var(--default_button_1_color_1), 60%, var(--default_button_1_color_2));
  color: var(--default_button_1_text_color);
  border: none;
  padding: 0.5rem 2rem;
  font-weight: 700;
  font-size: 18px;
  height: 45px;
  line-height: 1.5;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.newsletter-input-section .newsletter-button:hover {
  background: linear-gradient(135deg, var(--default_button_1_color_1_hover), 60%, var(--default_button_1_color_2_hover));
  color: var(--default_button_1_text_color_hover);
}
.newsletter-input-section.processing {
  opacity: 0.7;
}

.form-control {
  font-size: 1.2rem;
}

.navbar .nav-item.has-dropdown {
  position: relative;
}
.navbar .nav-item.has-dropdown.show-dropdown .submenu {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #212529;
  text-align: left;
  list-style: none;
}
.navbar .nav-item.has-dropdown.show-dropdown a .sub-arrow.plus {
  display: none;
}
.navbar .nav-item.has-dropdown.show-dropdown a .sub-arrow.minus {
  display: flex;
}
.navbar .nav-item.has-dropdown .submenu {
  position: static;
  float: none;
  display: none;
  padding-left: 1rem;
  padding-top: 0.25rem;
}
.navbar .nav-item.has-dropdown .submenu li {
  list-style-type: none;
}
.navbar .nav-item.has-dropdown .submenu li a {
  padding: 0.25rem 1.5rem;
  display: block;
  width: 100%;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  font-size: 18px;
}
.navbar .nav-item.has-dropdown i {
  margin-left: 5px;
  font-size: 14px;
}
.navbar .nav-item.has-dropdown a .sub-arrow.plus {
  display: flex;
}
.navbar .nav-item.has-dropdown a .sub-arrow.minus {
  display: none;
}

.editor-content-section {
  width: 100%;
  margin: 0 auto;
  max-width: 70rem;
  padding: 0 15px;
}
.editor-content-section .content-media {
  text-align: center;
}
.editor-content-section .content-media video {
  background: #0d0d0d;
  border-radius: 9px;
  box-shadow: inset 0 0 0 0.9px #c8cacb;
  height: 192.6px;
  margin: 0 auto;
  padding: 13.05px 8.55px 17.55px;
  position: relative;
  width: 276.3px;
}
.editor-content-section .content-feature {
  width: fit-content;
  margin: 0 auto;
  margin-top: 1rem;
}
.editor-content-section .content-feature ul {
  margin: 0;
  padding: 0;
}
.editor-content-section .content-feature ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.editor-content-section .content-feature ul li:last-child {
  margin-bottom: 2rem;
}
.editor-content-section .content-feature ul li p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.editor-content-section .content-feature ul li p i {
  margin-right: 1rem;
  font-size: 30px;
}

.header-menu-sec {
  width: 0;
  max-width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0px;
  background: var(--header_background);
  transition: 0.5s;
  overflow-x: hidden;
  z-index: 99999;
  padding: 20px 0px;
}
.header-menu-sec.show {
  padding-left: 20px;
  padding-right: 20px;
  width: 330px;
}
.header-menu-sec.show-menu #navbarNav {
  display: block !important;
}

.close-svg {
  fill: #fff;
}

.close-btn-section {
  width: 100%;
  text-align: right;
  padding-right: 20px;
}
.close-btn-section svg {
  width: 16px;
}

.mobile-menu-btn {
  fill: #fff;
}

.positionFixed {
  position: fixed;
  max-width: 100%;
}

footer {
  padding: 4rem 0;
}
footer .footer-wrapper {
  width: 90%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
footer .footer-wrapper .footer-logo {
  margin-bottom: 2.5rem;
}
footer .footer-wrapper .footer-logo a {
  display: block;
}
footer .footer-wrapper .footer-logo a img {
  width: calc(var(--logo_size_footer_mobile) * 1px);
}
footer .footer-wrapper .footer-menu p {
  font-weight: 400;
  font-size: 1.2rem;
  list-style: none;
  margin-bottom: 1em;
  color: #c3c3c3;
}
footer .footer-wrapper .footer-menu ul {
  margin: 0;
  padding: 0;
}
footer .footer-wrapper .footer-menu ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
footer .footer-wrapper .footer-menu ul li a {
  color: var(--footer_text_color);
  text-decoration: none;
}
footer .footer-wrapper .footer-bottom {
  margin-top: 40px;
}
footer .footer-wrapper .footer-bottom .copyright-text {
  color: #fff;
  margin-bottom: 0;
}
footer .footer-wrapper .footer-bottom .terms-text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
footer .footer-wrapper .footer-bottom .terms-text p a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
footer .footer-wrapper .footer-bottom .terms-text p a:hover {
  color: #fff;
}

.mr-md-3, .mx-md-3 {
  margin-right: 1rem !important;
}

.text-right {
  text-align: right !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.index-module--metaverseContainer--2ZDAh {
  margin-top: 6.5rem;
}

.position-relative {
  position: relative !important;
}

.index-module--metaverseItemsContainer--fdOMd {
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.product-wrapper-2 .product-feature .row {
  margin-bottom: 1.5rem;
}

.journey-feature {
  margin-top: 16px;
}
.journey-feature .journey-section {
  width: calc(100% - 10px);
  padding: 20px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  margin: 5px;
}
.journey-feature .journey-section .journey-img {
  margin-bottom: 12px;
  width: 44px;
  height: 44px;
  fill: black;
}
.journey-feature .journey-section .journey-desc .number-wrapper {
  font-size: 24px;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.journey-feature .journey-section .journey-desc .number-wrapper span {
  margin-left: 1px;
}
.journey-feature .journey-section .journey-desc .breif {
  margin-top: 5px;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .journey-feature {
    display: flex;
    flex-wrap: wrap;
  }
  .journey-feature .journey-section {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
.integration-text {
  display: none;
}

.navbar-brand-container {
  justify-content: space-between;
  align-items: center;
}

.showcase-carousel-item {
  animation-name: carousel-faedIn-effect;
  animation-duration: 0.6s;
  padding: 0;
  text-align: center;
}

@keyframes carousel-faedIn-effect {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product-sec .row {
  margin-bottom: 3rem;
}
.product-sec .row .product-media img {
  border-radius: 10px;
}
.product-sec .row .product-media video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
}
.product-sec .row .product-content h2 {
  margin-bottom: 1rem;
}
.product-sec .row .product-content .product-desc p:last-child {
  margin-bottom: 0px;
}
.product-sec .row:last-child {
  margin-bottom: 0px;
}
.product-sec .row div:first-child {
  padding-left: 0px;
}
.product-sec .row div:last-child {
  padding-right: 0px;
}

.product-slider-features {
  margin-top: 15px;
}
.product-slider-features h2 {
  margin-bottom: 1rem;
}
.product-slider-features ul {
  padding: 0px;
}
.product-slider-features ul li {
  padding-left: 32px;
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.product-slider-features ul li .feature-circle {
  position: absolute;
  left: 8px;
  top: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid 3px #fff;
  background: #000;
  border-radius: 50%;
  display: none;
}
.product-slider-features ul li.active a {
  color: #fff;
}
.product-slider-features ul li.active .feature-circle {
  display: inline-block;
}
.product-slider-features ul li a {
  text-decoration: none;
}
.product-slider-features ul li a:hover {
  color: #fff;
}

.support-product-wrapper h2 {
  margin: 1rem auto;
  width: 230px;
}
.support-product-wrapper .support-product-logo .products-web {
  box-shadow: 0 0 5px -2px #000;
  margin: 5px;
  padding: 1rem;
  height: 180px;
  display: flex;
  align-items: center;
}
.support-product-wrapper .support-product-logo .products-web img {
  max-width: 100%;
  max-height: 100%;
}

.support-button-wrapper h2 {
  margin-bottom: 1rem;
}

.why-banner {
  justify-content: flex-end;
  height: 480px;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
  background-size: cover;
  background-color: #f9f9fa;
  background-repeat: no-repeat;
  background-position: center center;
}
.why-banner .why-banner-content {
  max-width: 20rem;
  margin-right: inherit;
  margin-left: 10%;
  height: fit-content;
}
.why-banner .why-banner-content h1 {
  margin-bottom: 1rem;
}

.why-blippa-block-wrapper {
  margin-top: 1.5rem;
}
.why-blippa-block-wrapper .why-blippa-block {
  margin-top: 2rem;
}
.why-blippa-block-wrapper .why-blippa-block:first-child {
  margin-top: 0px;
}

.why-blippa-jumboText {
  font-size: 2rem;
  line-height: 2.875rem;
  font-weight: 900;
}

.fw-900 {
  font-weight: 900;
}

.brands-powered-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.brands-powered-wrapper .col-12 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.brands-powered-wrapper .brands-card {
  text-decoration: none;
  transition: all 0.08s linear;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #fff;
  color: #000;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  max-width: 330px;
  margin: 0 auto;
}
.brands-powered-wrapper .brands-card:hover {
  color: #000;
  text-decoration: none;
  transform: scale(1.02);
}
.brands-powered-wrapper .brands-card-img img {
  width: 100%;
}
.brands-powered-wrapper .brands-card-body {
  padding: 1rem;
}
.brands-powered-wrapper .brands-card-body .brands-title {
  color: #000;
  margin-bottom: 0.75rem;
}
.brands-powered-wrapper .brands-card-body .brands-desc p:last-child {
  margin-bottom: 0px;
}

.faq-section #accordionFaq {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}
.faq-section .accordion-item {
  background: unset;
  margin-bottom: 1rem;
  border-radius: 5px !important;
}
.faq-section .accordion-item .accordion-body {
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}
.faq-section .accordion-item .accordion-body p {
  margin-bottom: 0.5rem;
}
.faq-section .accordion-item .accordion-body p:last-child {
  margin-bottom: 0px;
}
.faq-section .accordion-item .accordion-button {
  border-radius: 5px !important;
  border-color: #2A2E32 !important;
}
.faq-section .accordion-item .accordion-button:focus {
  background: #fff;
  color: #000 !important;
}
.faq-section .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 5px 5px 0px 0px !important;
  border-color: #2A2E32 !important;
  background: #fff;
  color: #000 !important;
}
.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.case-study-item a {
  text-decoration: none;
  display: block;
  color: #000;
}
.case-study-item .case-study-item-wrapper {
  border-radius: 10px;
  text-align: center;
  border: 0;
  overflow: hidden;
  background: #fff;
  /* width: 273px; */
}
.case-study-item .case-study-logo {
  height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.case-study-item .case-study-logo img {
  max-width: 70%;
  max-height: 60%;
  width: auto;
}
.case-study-item .case-study-data-unit {
  padding-left: 0.3rem;
  padding-bottom: 0.1rem;
}
.case-study-item .case-read-btn {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-decoration: underline;
}
.case-study-item .case-study-image {
  height: fit-content;
  margin-bottom: 1rem;
  height: 240px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.webar-why-text {
  max-width: 64rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.webar-why-text p {
  font-weight: 500;
}

.connect-text {
  max-width: 52rem;
}

.product-feature {
  width: 100%;
  max-width: 1212px;
  margin: 0 auto;
}

.text8-lg-div p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.why-sec-2 p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.accordion-body p a {
  color: inherit;
}

.owl-nav {
  margin-top: 0px;
}
.owl-nav button {
  position: absolute;
  top: 42%;
  font-weight: 900 !important;
  font-size: 2rem !important;
  color: #8083a2 !important;
  display: inline-block;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev {
  left: -40px;
}
.owl-nav button.owl-next {
  right: -40px;
}
.owl-nav button:hover {
  background: unset !important;
  color: #8083a2 !important;
}

.slider-section-1 .item {
  background: #fff;
  border: unset !important;
  box-shadow: unset !important;
  text-decoration: none;
  overflow: visible;
}
.slider-section-1 .item .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  padding: calc(2.5rem - 10px);
  padding-bottom: 0 !important;
  border-radius: 13px;
  border: solid 0.5px #DCE2EA;
}
.slider-section-1 .item .item-img .item-img-wrapper {
  height: 430px;
  overflow: hidden;
  padding: 10px;
}
.slider-section-1 .item .item-img .item-img-inner {
  overflow: hidden;
  text-align: center;
  height: calc(100% + 15px);
}
.slider-section-1 .item .item-img img {
  max-height: 451px;
  width: auto;
}
.slider-section-1 .item .item-img .item-img-bottom-sep {
  position: absolute;
  bottom: -14px;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  overflow: hidden;
}
.slider-section-1 .item .item-img .item-img-bottom-sep .curve-sep {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: solid 0.5px #DCE2EA;
  overflow: hidden;
}
.slider-section-1 .item .item-img .item-img-bottom-sep .curve-sep:first-child {
  margin-left: -9px;
}
.slider-section-1 .item .item-img .item-img-bottom-sep .curve-sep:last-child {
  margin-right: -9px;
}
.slider-section-1 .item .item-sep {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 9;
  bottom: -20.5px;
}
.slider-section-1 .item .item-sep.left {
  left: -20px;
}
.slider-section-1 .item .item-sep.right {
  right: -20px;
}
.slider-section-1 .item .item-bottom-wrapper {
  position: relative;
  padding: 30px 15px;
  border: solid 1px #fff;
  border-radius: 10px 10px 0 0;
  min-height: 196px;
}
.slider-section-1 .item .item-bottom-wrapper .item-heading {
  color: inhert;
  text-align: left;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 26px;
}
.slider-section-1 .item .item-bottom-wrapper .item-bottom {
  display: flex;
  align-items: center;
}
.slider-section-1 .item .item-bottom-wrapper .item-bottom.double {
  justify-content: space-between;
}
.slider-section-1 .item .item-bottom-wrapper .item-bottom.double .item-text-wrapper {
  width: calc(100% - 132px);
}
.slider-section-1 .item .item-bottom-wrapper .item-bottom.double .item-qr-img {
  width: 122px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.slider-section-1 .item .item-bottom-wrapper .item-bottom .item-qr-img {
  height: auto;
  margin: 0 auto;
}
.slider-section-1 .item .item-bottom-wrapper .item-bottom .item-qr-img img {
  max-width: 100% !important;
  max-height: 114px;
}
.slider-section-1 .item .item-bottom-wrapper .item-bottom .item-text-wrapper .item-text {
  color: #000;
  box-shadow: unset !important;
  text-align: left;
  padding: 0px;
  font-size: 20px;
  margin-bottom: 0px;
  background: transparent !important;
}
.slider-section-1 .item .item-bottom-wrapper .item-bottom .item-text-wrapper .item-desc {
  margin-bottom: 0px;
  color: inherit !important;
  line-height: 18px;
  font-size: 16px;
  margin-top: 10px;
}

.accordion-item {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05) !important;
  border: solid 0.5px rgba(0, 0, 0, 0.1) !important;
}
.accordion-item .accordion-button {
  font-weight: 700;
}
.accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset !important;
}
.accordion-item .accordion-body {
  padding: 1rem 1.25rem;
}

.partner-banner {
  color: #fff;
  width: 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  background-size: cover;
  justify-content: flex-end;
  background-position: 0% 15%;
}
.partner-banner h1 {
  color: #fff;
}
.partner-banner .partner-banner-inner {
  transition: opacity 600ms ease-in-out 0s, transform 600ms ease-in-out 0s;
  opacity: 1;
  transform: translateY(0px);
  overflow: hidden;
  will-change: opacity, visibility;
}
.partner-banner .partner-banner-inner .partner-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0;
  max-width: 320px;
}
.partner-banner .partner-banner-inner .partner-content .btn5 {
  margin-top: 32px;
}

.btn5 {
  color: #000 !important;
  padding: 15px 40px;
  font-size: 18px;
  background: #fff;
  font-weight: 700;
  line-height: 1.444;
  border-radius: 28px;
  text-decoration: none;
}
.btn5:hover {
  color: #fff !important;
  background: #000;
}

.has-badge img {
  margin: auto 6px;
  max-height: 24px;
}

.partner-info {
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.partner-info .partner-info-link {
  width: 100%;
  display: inline-block;
  max-width: 284px;
  transition: all 0.1s linear;
}
.partner-info .partner-info-link:hover {
  transform: scale(1.05);
}

.docs-container {
  max-width: 888px;
  margin: 0 auto;
}

.docs-source {
  display: flex;
  text-align: center;
  flex-direction: column;
}
.docs-source .doc-card {
  margin: 40px;
  text-decoration: none !important;
  border-radius: 25px;
}
.docs-source .doc-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.docs-source .doc-card:hover .card-body .normal-img {
  display: none;
}
.docs-source .doc-card:hover .card-body .hover-img {
  display: inline;
}
.docs-source .doc-card .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.docs-source .doc-card .card-body h4 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #004ABB;
}
.docs-source .doc-card .card-body .normal-img {
  display: inline;
}
.docs-source .doc-card .card-body .hover-img {
  display: none;
}
.docs-source .doc-card .card-footer {
  background-color: #FFFFFF;
  border-top: none;
  padding: 0.75rem 1.25rem;
}
.docs-source .doc-card .card-footer p {
  font-size: 1rem;
}
.docs-source .doc-card .card-footer p:last-child {
  margin-bottom: 0;
}

.partner-block {
  width: 100%;
  border: 0;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  min-height: 0;
  text-align: center !important;
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding-bottom: 1rem;
}
.partner-block .partner-img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: 30px;
}
.partner-block .partner-img img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1px 1px #b5b8d0;
  object-fit: cover;
  border-radius: 50%;
}
.partner-block .partner-title {
  height: auto;
  margin: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-block .partner-title h4 {
  color: #000;
  overflow: hidden;
  font-size: 18px;
  max-height: calc(1.5 * 2);
  font-weight: 900;
  line-height: 1.5;
  text-overflow: ellipsis;
}
.partner-block .partner-desc {
  height: auto;
  padding: 0 1rem;
}
.partner-block .partner-desc p {
  color: #000;
  overflow: hidden;
  font-size: 14px;
  max-height: calc(1.5 * 10);
  font-weight: 400;
  line-height: 1.25;
  text-overflow: ellipsis;
}
.partner-block .partner-desc p:last-child {
  margin-bottom: 0;
}
.partner-block .premier-text {
  position: absolute;
  top: 8px;
  right: 8px;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  margin: 0;
  padding: 0 2px 0 4px;
  border-radius: 2px;
}

.become-partner {
  color: #fff;
  display: flex;
  max-width: 960px;
  text-align: left;
  align-items: center;
  margin-bottom: 16px;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.pricing-block {
  width: 100%;
  padding: 15px 20px;
}
.pricing-block .pricing-block-inner {
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 20px 26px 20px;
}
.pricing-block .pricing-block-inner .plan-img {
  margin-bottom: 20px;
}
.pricing-block .pricing-block-inner h2 {
  color: #004ABB;
  display: none;
  align-items: center;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 1.3px;
}
.pricing-block .pricing-block-inner h2 i {
  color: #000;
  margin-left: 0.3rem;
}
.pricing-block .pricing-block-inner h2.show-price {
  display: block;
}
.pricing-block .pricing-block-inner .freq-sec {
  color: #6283B6 !important;
  font-size: 14px;
}
.pricing-block .pricing-block-inner .freq-sec p {
  color: inherit !important;
}
.pricing-block .pricing-block-inner .pricing-data {
  margin-bottom: 1rem;
  height: 2rem;
  overflow: hidden;
}
.pricing-block .pricing-block-inner .pricing-data .number {
  font-weight: 900;
  font-size: 2rem;
  padding-right: 0.4rem;
}
.pricing-block .pricing-block-inner .pricing-btn {
  margin-top: 30px;
}
.pricing-block .pricing-block-inner .pricing-btn a {
  display: inline-block;
  background: #004ABB;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 6px;
  padding: 13px;
  text-align: center;
}
.pricing-block .pricing-block-inner .pricing-btn a:hover {
  text-decoration: none;
}
.pricing-block .pricing-block-inner .pricing-btn a.sales-btn {
  background: #fff;
  color: #000;
  box-shadow: unset !important;
}
.pricing-block .pricing-block-inner .plan-features {
  margin-top: 30px;
}
.pricing-block .pricing-block-inner .plan-features ul {
  margin: 0;
  padding: 0;
}
.pricing-block .pricing-block-inner .plan-features ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 10px;
  display: flex;
  color: #6283B6 !important;
}
.pricing-block .pricing-block-inner .plan-features ul li p {
  margin-bottom: 0;
  color: inherit !important;
}
.pricing-block .pricing-block-inner .plan-features ul li span {
  color: inherit;
}
.pricing-block .pricing-block-inner .plan-features ul li.include-text {
  font-weight: 700;
  line-height: 1.6875rem;
}
.pricing-block .pricing-block-inner .plan-features ul li:first-child {
  margin-top: 0px;
}
.pricing-block .pricing-block-inner .block-bottom {
  margin-top: 1rem;
}
.pricing-block .pricing-block-inner .block-bottom p:last-child {
  margin-bottom: 0;
}
.pricing-block .pricing-block-inner .discount-sec {
  text-align: left !important;
}

.discount-sec {
  font-size: 1.118rem;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 5px;
}
.discount-sec p {
  color: #004ABB !important;
  margin-bottom: 0;
}

.commercial-rates-section {
  border-radius: 10px;
  max-width: 760px;
  height: 346px;
  padding: 0;
  margin: 0 auto;
}
.commercial-rates-section .pricing-table-module--table--2Dmga {
  box-shadow: 2px 2px 18px 0 rgba(70, 71, 102, 0.15);
  border: 1px solid #b5b8d0;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(4, auto);
  border-radius: 6px;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div:not(:nth-last-child(-n+4)) {
  border-bottom: 1px solid #b5b8d0;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div.pricing-table-module--rightBorder--3HxJw {
  border-right: 1px solid #b5b8d0;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div .pricing-table-module--name--2Cj_o {
  font-weight: 700;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div.pricing-table-module--licenseCost--2ybvt {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div.pricing-table-module--licenseViewCol--32hWz {
  padding-left: 1rem;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div .pricing-table-module--licenseView--1sMBA {
  flex-direction: column;
  flex: wrap 1;
  text-align: left;
  font-size: 1rem;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div .pricing-table-module--licenseView--1sMBA b {
  margin-right: 0.25rem;
}
.commercial-rates-section .pricing-table-module--table--2Dmga div .pricing-table-module--licenseViewIcon--3_gWb {
  margin-right: 0.5rem;
  height: 1rem;
}

.text8-xs {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.max-width-60 {
  max-width: 60rem;
}

.max-width-40 {
  max-width: 40rem;
}

.font-brand {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  color: #468EFB !important;
}

.color-orange {
  color: #ff6c44 !important;
}

.bg-orange {
  background-color: #ff6c44 !important;
}

.color-aqua {
  color: #12cce5 !important;
}

.bg-aqua {
  background-color: #12cce5 !important;
}

.stroke-current {
  stroke: currentColor;
}

.bg-dark-blue {
  background: #374664;
}

.bg-dark-green {
  background: #015561;
}

.secpage {
  display: none;
}

.section-image {
  margin-top: 2rem;
}

.reminder-form {
  margin-top: 1rem;
}
.reminder-form label {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.reminder-form label .form-fld-section {
  width: 100%;
  display: block;
}
.reminder-form label .form-fld-section input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  min-height: 27px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}
.reminder-form .form-btn-section {
  margin-top: 2rem;
}

.switch-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.switch-wrapper .switch-option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch-wrapper .switch-option a {
  padding: 8px 12px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  background: #fff;
  color: #000;
  border-radius: 40px;
  border: solid 1px #004ABB;
  display: flex;
  align-items: center;
}
.switch-wrapper .switch-option a img {
  margin-right: 2px;
  width: 32px;
}
.switch-wrapper .switch-option a:last-child {
  margin-right: 0px;
}
.switch-wrapper .switch-option a.active {
  background: #004ABB;
  color: #fff;
}
.switch-wrapper .my-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.switch-wrapper .my-choice .switch-label {
  color: #000;
}
.switch-wrapper .my-choice .toggle-switch-without-label {
  margin: 0 1rem;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.switch-wrapper .my-choice .toggle-switch-without-label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-wrapper .my-choice .toggle-switch-without-label input:checked + .slider {
  background-color: #fff;
}
.switch-wrapper .my-choice .toggle-switch-without-label input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.switch-wrapper .my-choice .toggle-switch-without-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e4e4e4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100px;
  border: solid 2px #000;
}
.switch-wrapper .my-choice .toggle-switch-without-label .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
  background-color: transparent;
  border: solid 3px #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  box-sizing: content-box;
}

.freq-yearly {
  display: none;
}

.plan-pricing-block h2 {
  display: none;
}
.plan-pricing-block h2.show-price {
  display: block;
}

.discover-banner {
  color: white;
  width: 100%;
  height: 340px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-color: #2d2e43;
  background-repeat: no-repeat;
  background-position: center center;
}
.discover-banner .discover-content {
  margin: 0px 7%;
  display: flex;
  max-width: 750px;
  align-items: flex-start;
  flex-direction: column;
}
.discover-banner .discover-content h1 {
  color: #fff;
}
.discover-banner .discover-content p {
  color: #fff;
}
.discover-banner .discover-content p:last-child {
  margin-bottom: 0px;
}

.discover-category {
  gap: 8px;
  margin: 0 auto;
  display: flex;
  padding: 24px 0px 32px 0px;
  flex-wrap: wrap;
}
.discover-category a {
  color: #000;
  border: 1px solid;
  padding: 7px 16px;
  font-weight: 400;
  white-space: nowrap;
  border-color: #000;
  border-radius: 6px;
  text-decoration: none;
}
.discover-category a.active {
  color: #7611b6;
  font-weight: 600;
  border-color: #7611b6;
}

.discovery-card-wrapper {
  padding: 0 6px 2rem 6px;
  row-gap: 2.7em;
  max-width: 380px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
.discovery-card-wrapper .item {
  display: block;
  margin-top: 30px;
  text-decoration: none;
  overflow: hidden;
}
.discovery-card-wrapper .item h6 {
  font-weight: 900;
}
.discovery-card-wrapper .item:hover {
  text-decoration: none;
}
.discovery-card-wrapper .item .item-bottom-wrapper {
  border-radius: 10px 10px 0 0;
  min-height: 196px;
}
.discovery-card-wrapper.no-content-msg {
  display: block;
  font-weight: 700;
}
.discovery-card-wrapper .project-card {
  display: block;
  text-decoration: none;
  color: #000;
  margin-top: 20px;
}
.discovery-card-wrapper .project-card-image {
  top: 0;
  position: relative;
  background: linear-gradient(45deg, #212122, transparent);
  box-shadow: 0 4px 12px 1px rgba(70, 71, 102, 0.15);
  transition: 0.15s top;
  border-radius: 0.5em;
  overflow: hidden;
}
.discovery-card-wrapper .project-card-image img {
  max-width: 100%;
}
.discovery-card-wrapper .project-card-info {
  display: flex;
  padding: 0.8em 0.5em 0 0.5em;
  overflow: hidden;
  justify-content: space-between;
}
.discovery-card-wrapper .project-card-info .comp-logo {
  width: 40px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.discovery-card-wrapper .project-card-info .comp-logo img {
  border: 1px solid;
  object-fit: cover;
  border-color: #d5d7e4;
  border-radius: 50%;
}
.discovery-card-wrapper .project-card-info .comp-info {
  flex: 2 1 auto;
  overflow: hidden;
  max-width: 100%;
  align-self: center;
}
.discovery-card-wrapper .project-card-info .comp-info .title {
  margin-bottom: 0;
  font-weight: 900;
}
.discovery-card-wrapper .project-card-info .comp-info .comp-name span {
  font-size: 13px;
}
.discovery-card-wrapper .project-card-info .comp-info .comp-name img {
  margin-left: 5px;
  width: 16px;
  height: auto;
}
.discovery-card-wrapper .project-card:hover .project-card-image {
  top: -4px;
}

.single-page-content {
  padding-top: 2rem;
  margin-bottom: 2rem;
  font-size: 14px;
}

.section-70w {
  max-width: 70em;
  margin: 0 auto;
  width: calc(100% - 30px);
}

.section-78w {
  max-width: 79em;
  margin: 0 auto;
  width: calc(100% - 30px);
}

.single-page-banner {
  display: flex;
  flex-direction: column;
}
.single-page-banner .banner-image {
  text-align: center;
}
.single-page-banner .banner-image img {
  max-width: 100%;
  border-radius: 0.5em;
  border: solid 1px #d5d7e4;
}
.single-page-banner .banner-info {
  margin-top: 1rem;
}
.single-page-banner .banner-info h1 {
  font-size: 2rem;
  line-height: 35px;
}
.single-page-banner .banner-info .company-wrapper {
  display: flex;
  align-items: center;
}
.single-page-banner .banner-info .company-wrapper .company-logo {
  width: 35px;
}
.single-page-banner .banner-info .company-wrapper .company-logo img {
  border-radius: 50%;
}
.single-page-banner .banner-info .company-wrapper .company-info {
  margin-left: 10px;
}
.single-page-banner .brief-description {
  margin-top: 1rem;
  font-size: 14px;
}
.single-page-banner .brief-description p {
  font-size: inherit;
}
.single-page-banner .brief-description p:last-child {
  margin-bottom: 0px;
}

.overview {
  margin-top: 1.5rem;
}
.overview a {
  display: inline-block;
  border-bottom: 4px solid #000;
  text-decoration: none;
  color: #000;
  padding: 0.25em 0;
}

.desc-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}
.desc-video::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.desc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tutorial-main-video {
  max-width: 40rem;
  max-height: 90%;
  margin: 2rem auto 0 auto;
}

.description {
  margin-top: 2.5rem;
}

.work-example-slider {
  margin-top: 2.5rem;
}
.work-example-slider .item {
  box-shadow: none !important;
  border: none !important;
}

.tags {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
.tags a {
  color: #fff !important;
  background-color: #000;
  width: fit-content;
  height: 24px;
  padding: 4px 8px;
  font-size: 0.875em;
  margin-top: 0.25em;
  text-align: center;
  white-space: nowrap;
  border-width: 0;
  margin-right: 0.5em;
  border-radius: 2px;
  margin-bottom: 0.25em;
  text-decoration: none;
  border: solid 1px #000;
  line-height: 15px;
}

.other-categories-wrapper {
  margin-top: 2.5rem;
}
.other-categories-wrapper .cat-heading {
  border-top: 1px solid #d5d7e4;
}
.other-categories-wrapper .cat-heading a {
  color: #2d2e43;
  display: inline-block;
  font-size: 1.25em;
  margin-top: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.other-categories-wrapper .other-categories {
  margin-top: 10px;
}
.other-categories-wrapper .other-categories .other-category-slider .other-category-section a {
  text-decoration: none;
  display: block;
}
.other-categories-wrapper .other-categories .other-category-slider .other-category-section a .cat-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 0.5em 0.5em 0 0;
}
.other-categories-wrapper .other-categories .other-category-slider .item {
  box-shadow: none;
  border-top: none;
}
.other-categories-wrapper .other-categories .other-category-slider .item .cat-name {
  color: #000;
  padding: 1.4rem;
  font-size: 16px;
  text-align: center;
  font-weight: 900;
  line-height: 26px;
  white-space: nowrap;
}

.faq-wrapper h1 {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}
.faq-wrapper .faq-section {
  max-width: 991px;
  margin: 0 auto;
}

.page-content-inner {
  word-break: break-word;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 18px;
}
.page-content-inner a:hover {
  text-decoration: underline;
  color: inherit;
}
.page-content-inner h2 {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.press-description a i {
  margin-right: 10px;
}

.media-description {
  display: flex;
  align-items: center;
}
.media-description a {
  margin-right: 1.5rem;
  text-decoration: none;
}
.media-description a:last-child {
  margin-right: 0px;
}

.offwhite-bg {
  background: #f9f9fa;
}

.grey-bg {
  background: #ebebf1;
}

.single-page {
  padding: 2rem 0;
}

.support-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: auto;
  justify-content: center;
}
.support-wrapper .support-card {
  color: #000;
  width: 22rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: #2d2e4340 0px 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  background-color: #FFFFFF;
}
.support-wrapper .support-card:hover {
  color: #000;
  transform: scale(1.02);
  transition: all 0.08s linear;
  text-decoration: none;
}
.support-wrapper .support-card h2 {
  margin: 1.125rem;
}
.support-wrapper .support-card img {
  height: 4.5rem;
  margin-bottom: 0.5rem;
}

.compare-pricing table {
  width: 100%;
}
.compare-pricing table tr td, .compare-pricing table tr th {
  background: #fff;
  padding: 20px;
  width: calc(17% - 20px);
  max-width: 200px;
  text-align: center;
  color: #004abb;
}
.compare-pricing table tr td.transparent-bg, .compare-pricing table tr th.transparent-bg {
  background: transparent !important;
  padding: 0px !important;
  width: 20px !important;
}
.compare-pricing table tr td:first-child, .compare-pricing table tr th:first-child {
  width: 32%;
  text-align: left;
}
.compare-pricing table tr td .heading-block, .compare-pricing table tr th .heading-block {
  position: relative;
}
.compare-pricing table tr td .heading-block h2, .compare-pricing table tr th .heading-block h2 {
  font-size: 42px;
  width: fit-content;
  font-weight: 700;
  margin-bottom: 0px;
}
.compare-pricing table tr td .heading-block .comp-desc, .compare-pricing table tr th .heading-block .comp-desc {
  max-width: 300px;
  margin-top: 30px;
}
.compare-pricing table tr td .heading-block .comp-desc p:last-child, .compare-pricing table tr th .heading-block .comp-desc p:last-child {
  margin-bottom: 0px !important;
}
.compare-pricing table tr td .heading-block-normal h3, .compare-pricing table tr th .heading-block-normal h3 {
  margin-bottom: 0px;
}
.compare-pricing table tr td .heading-block-normal .comp-desc, .compare-pricing table tr th .heading-block-normal .comp-desc {
  max-width: 300px;
}
.compare-pricing table tr td .heading-block-normal p:last-child, .compare-pricing table tr th .heading-block-normal p:last-child {
  margin-bottom: 0px !important;
}
.compare-pricing table tr:nth-child(even) td, .compare-pricing table tr:nth-child(even) th {
  background: #E6ECF4;
}
.compare-pricing table tr:first-child td, .compare-pricing table tr:first-child th {
  padding: 60px 20px 40px 20px;
  vertical-align: top;
}
.compare-pricing table tr .plan-block h2 {
  font-size: 33px;
  font-weight: 700;
  margin-top: 20px;
  color: #004abb;
}
.compare-pricing table tr .plan-block .img-block {
  margin-bottom: 12px;
}
.compare-pricing table tr .plan-block .plan-name-block {
  color: #468efb;
}
.compare-pricing table tr .plan-block .plan-freq {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
}
.compare-pricing table tr .plan-block .plan-freq p {
  color: #6283b6 !important;
}

.compare-pricing-mobile {
  display: flex;
}

.compare-pricing-desktop {
  display: none;
}

.compare-pricing-mobile {
  display: flex;
  align-items: top;
}
.compare-pricing-mobile .heading-col {
  padding: 30px 10px 20px;
  background: #fff;
  height: 284px;
  overflow: hidden;
}
.compare-pricing-mobile .feature-col {
  height: 74px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px;
}
.compare-pricing-mobile .feature-col:nth-child(even) {
  background: #E6ECF4;
}
.compare-pricing-mobile .feature-col table tr .plan-block h2 {
  font-size: 26px !important;
}
.compare-pricing-mobile .compare-left-col {
  width: 200px;
}
.compare-pricing-mobile .compare-right-col {
  width: calc(100% - 200px);
  overflow-x: scroll;
  overflow-y: auto;
}
.compare-pricing-mobile .compare-right-col table tr th {
  height: 70px;
}
.compare-pricing-mobile h2 {
  font-size: 26px !important;
}
.compare-pricing-mobile h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.compare-pricing-mobile .plan-block {
  width: 100px;
  height: 234px;
  overflow: hidden;
}
.compare-pricing-mobile td, .compare-pricing-mobile th {
  padding: 30px 10px 20px !important;
  vertical-align: top;
}

.heading-block-normal h3 {
  font-size: 24px;
}

.dash-icon {
  width: 14px;
  height: 3px;
  background: #004abb;
  display: inline-block;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .docs-source {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .docs-source .doc-card {
    width: calc(50% - 80px);
  }

  .homepage-banner-section {
    height: 90vh;
  }

  .pricing-block-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-block-wrapper2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1110px;
    margin: 0 auto;
  }

  .discovery-card-wrapper {
    display: grid;
    margin: 0 auto;
    row-gap: 3em;
    max-width: 720px;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    justify-content: center;
    margin-top: 0px;
    max-width: 720px;
  }
  .discovery-card-wrapper .item {
    margin-top: 0px;
  }

  .detailed-meta.bottom {
    display: flex !important;
  }
  .detailed-meta.bottom .topics {
    margin-bottom: 0 !important;
    justify-content: flex-start !important;
  }
  .detailed-meta.bottom .share-option {
    justify-content: flex-start !important;
    gap: 32px !important;
  }
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.grid-template-3 {
  padding: 0;
  grid-gap: 2em 0;
  grid-template-columns: 1fr;
  display: grid;
}

.news-wrapper {
  word-break: break-word;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
}
.news-wrapper .h1-text {
  margin-bottom: 1.5rem;
}
.news-wrapper .h1-text span {
  font-weight: normal !important;
}
.news-wrapper a {
  text-decoration: none;
}
.news-wrapper .meta {
  color: #8083a2;
  text-transform: uppercase;
}
.news-wrapper .meta span {
  color: #8083a2;
  text-transform: uppercase;
}
.news-wrapper .left-section {
  grid-column: span 2;
}
.news-wrapper .left-section a {
  display: block;
}
.news-wrapper .left-section a .featured-inner {
  padding: 0.5em;
  box-shadow: 0 0 0.5em 0.25em #46476673;
  background: #fff;
}
.news-wrapper .left-section a .featured-inner .image {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  background: #2d2e43;
  padding-top: calc(56.25%);
  aspect-ratio: 16/9;
}
.news-wrapper .left-section a .featured-inner .image img {
  inset: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.news-wrapper .left-section a .featured-inner .info {
  border: none;
  padding: 1.5em;
  background-color: #eaf0f7;
}
.news-wrapper .right-section {
  grid-column: span 1;
}
.news-wrapper .right-section .section-heading {
  color: #ffffff;
  width: 70%;
  margin: 1em 0;
  padding: 0.5em 0 0.5em 1em;
  font-size: 1em !important;
  font-weight: 500;
  background-color: #464766;
  line-height: 20px;
}
.news-wrapper .right-section a {
  display: block;
}
.news-wrapper .right-section .article-list-section {
  padding: 1em;
  font-weight: 400;
  margin-bottom: 0.5em;
  text-decoration: none;
  background-color: #eaf0f7;
}
.news-wrapper .right-section .article-list-section p:last-child {
  margin-bottom: 0;
}
.news-wrapper .right-section .popular-article-list {
  display: grid;
  grid-gap: 0.5em 6em;
  position: relative;
  grid-template-columns: 1fr;
}
.news-wrapper .popular-list-section {
  color: #2d2e43;
  width: 100%;
  display: flex;
  padding: 0.8em 1em;
  border-radius: 5px;
  background-color: #f2f1f3;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-wrapper .popular-list-section i {
  font-size: 24px;
}
.news-wrapper .all-articles {
  margin-top: 20px;
}
.news-wrapper .all-articles h6 {
  width: 100%;
  display: flex;
  padding: 0;
  text-align: left;
  align-items: center;
  font-weight: 900;
}
.news-wrapper .all-articles h6::after {
  flex: 1;
  content: "";
  margin-left: 1em;
  border-bottom: 2px solid #ebebf1;
}
.news-wrapper .all-articles-inner {
  margin-top: 20px;
}
.news-wrapper .all-articles-inner .article-img {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  background: #2d2e43;
  padding-top: calc(56.25%);
  aspect-ratio: 16/9;
}
.news-wrapper .all-articles-inner .article-img img {
  inset: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.news-wrapper .all-articles-inner .info {
  margin-top: 1em;
}
.news-wrapper .info-heading {
  color: #000;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
.news-wrapper .summary {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  word-break: break-word;
}
.news-wrapper .detailed-news .brief-desc {
  color: #464766;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.news-wrapper .detailed-news .brief-desc p:last-child {
  margin-bottom: 0;
}
.news-wrapper .detailed-news .detailed-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  color: #8083a2;
}
.news-wrapper .detailed-news .detailed-meta.bottom {
  display: block;
}
.news-wrapper .detailed-news .detailed-meta.bottom .topics {
  margin-bottom: 1rem;
  justify-content: center;
}
.news-wrapper .detailed-news .detailed-meta.bottom .share-option {
  justify-content: center;
  gap: 20px;
}
.news-wrapper .detailed-news .detailed-meta span {
  color: #8083a2;
}
.news-wrapper .detailed-news .detailed-meta .share-option {
  gap: 32px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: flex-end;
}
.news-wrapper .detailed-news .detailed-meta .share-option a {
  display: inline-block;
  width: 24px;
  border: none;
  cursor: pointer;
  height: 24px;
  padding: 0px;
  font-size: 24px;
  line-height: 24px;
  background-color: transparent;
  text-decoration: none;
  color: #8083a2;
}
.news-wrapper .detailed-news .detailed-meta .share-option a:hover {
  color: #000;
}
.news-wrapper .detailed-news .detailed-meta .topics {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.news-wrapper .detailed-news .detailed-meta .topics a {
  color: #000;
  cursor: pointer;
  padding: 6px 8px !important;
  font-size: 14px !important;
  line-height: 1.429;
  text-decoration: none;
  background-color: #ebebf1;
}
.news-wrapper .detailed-news .featured-image {
  margin-top: 2rem;
}
.news-wrapper .detailed-news .detailed-desc {
  margin-top: 2rem;
  font-size: 19px;
}
.news-wrapper .detailed-news .detailed-desc .hs-embed-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0px;
  max-width: 854px;
  max-height: 480.375px;
  min-width: 256px;
  display: block;
  margin: auto;
}
.news-wrapper .detailed-news .detailed-desc .hs-embed-wrapper .hs-embed-content-wrapper {
  width: 100%;
  height: auto;
}
.news-wrapper .detailed-news .detailed-desc .hs-embed-wrapper div {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  margin: 0px;
}
.news-wrapper .detailed-news .detailed-desc .hs-embed-wrapper div iframe,
.news-wrapper .detailed-news .detailed-desc .hs-embed-wrapper div object,
.news-wrapper .detailed-news .detailed-desc .hs-embed-wrapper div embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-wrapper .detailed-news .detailed-desc .aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.news-wrapper .detailed-news .other-topics {
  margin-top: 3rem;
  border-top: 1px solid #d5d7e4;
}
.news-wrapper .detailed-news .other-topics h5 {
  color: #000;
  margin: 0;
  text-align: center;
  font-family: Noto sans JP, sans-serif;
  font-weight: 900;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
}
.news-wrapper .detailed-news .other-topics-listing {
  padding: 0;
  grid-gap: 0.5em 0;
  grid-template-columns: 1fr;
  display: grid;
  position: relative;
  margin-bottom: 2em;
}
.news-wrapper .news-category-bg {
  left: 50%;
  right: 50%;
  width: calc(100vw - 9px);
  height: 41vw;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #2d2e43;
}
.news-wrapper .news-category-bg h1 {
  top: 50%;
  left: 0px;
  color: white;
  right: 0px;
  width: calc(100% - 8rem);
  margin: auto;
  display: block;
  position: absolute;
  font-size: 1.25em;
  max-width: 70rem;
  font-family: "Noto sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  margin: 0 auto;
}

.contact-description h2 {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.contact-description p {
  margin-bottom: 0;
}
.contact-description p:last-child {
  margin-bottom: 0;
}

.contact-info {
  justify-content: center;
  margin-top: 40px;
}
.contact-info h4 {
  font-size: 20px;
  font-weight: 900;
}
.contact-info .icon {
  font-size: 2rem;
  margin-right: 15px;
}
.contact-info .contact p {
  margin-bottom: 0;
}

.contact-top-field label {
  display: block;
  width: 100%;
  font-size: 16px;
}
.contact-top-field label .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-top-field label .wpcf7-form-control-wrap input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  min-height: 27px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}

.contact-bottom-field label {
  display: block;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 16px;
}
.contact-bottom-field label .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-bottom-field label .wpcf7-form-control-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  height: 200px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}

.submit-btn {
  background: #2a2e32;
  border-color: #2a2e32;
  color: #ffffff;
  font-size: 18px;
  line-height: 12px;
  padding: 12px 24px;
}

.mendatory_icon {
  color: #f2545b;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.contact-form {
  margin-top: 20px;
}

.founder-img {
  width: 15rem;
  height: 15rem;
  margin: 1rem auto 1.5rem auto;
}
.founder-img img {
  border-radius: 50%;
}

.press-logo {
  margin: 0.5rem auto 0 auto;
}

.learning-video {
  margin: auto;
  justify-content: center;
}
.learning-video-wrapper {
  max-height: 90%;
  margin-bottom: 1.5em;
}
.learning-video .learning-description {
  padding-top: 0.5rem;
}

@media (min-width: 1023px) {
  .compare-pricing-mobile {
    display: none;
  }

  .compare-pricing-desktop {
    display: block;
  }

  .journey-feature {
    margin-top: 30px;
  }
  .journey-feature .journey-section {
    width: calc(20% - 20px);
  }

  .learning-video-wrapper {
    margin-bottom: 3.5em;
  }

  .single-page {
    padding: 4rem 0;
  }

  .section-padding-5 {
    padding: 4rem 0;
  }

  .press-logo {
    margin: 2rem auto 0 auto;
  }

  .contact-description h2,
.page-content-inner h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
  }

  .contact-info {
    margin-top: 80px;
    justify-content: unset;
  }

  .contact-top-field {
    display: flex;
    justify-content: space-between;
  }
  .contact-top-field label {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
  }

  .contact-bottom-field {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contact-bottom-field label {
    margin-bottom: 20px;
  }

  .home-page-content {
    margin-top: 40px;
  }

  .other-section-heading {
    display: none;
  }

  .support-wrapper {
    gap: 2.5rem 3.5rem;
  }

  .section-1 {
    margin-top: 125px;
  }

  .navbar-brand-shrink {
    margin-left: -16px;
    transform: scale(0.8);
  }

  footer .footer-wrapper {
    width: 100%;
    max-width: 1140px;
  }
  footer .footer-wrapper .footer-logo a img {
    width: calc(var(--logo_size_footer) * 1px);
  }

  .news-wrapper {
    padding: 60px 0;
  }
  .news-wrapper .left-section a .featured-inner .info h4 {
    font-size: 1.6em;
  }
  .news-wrapper .left-section a .featured-inner .info .summary {
    font-size: 1.4em;
    word-break: break-word;
  }
  .news-wrapper .news-category-bg {
    font-size: 4em;
  }
  .news-wrapper .detailed-news .other-topics-listing {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5em 6em;
    padding: 0 5em;
  }

  .grid-template-3 {
    padding: unset;
    grid-gap: 1em;
    grid-template-columns: repeat(3, 1fr);
  }

  .homepage-hero-module--heroDivider--J3T2N {
    height: 120px;
    overflow: hidden;
  }
  .homepage-hero-module--heroDivider--J3T2N svg {
    margin-top: -50px;
    transform: scaleY(0.6);
  }

  .homepage-banner-section {
    height: 90vh;
    margin-top: -100px;
  }
  .homepage-banner-section .banner.home-banner-image {
    background-size: 100% !important;
  }

  .social-icons {
    gap: 3.5rem;
  }

  .h1-text {
    font-size: 2rem;
    line-height: 2.875rem;
  }

  .single-page-banner {
    display: flex;
    flex-direction: row;
  }
  .single-page-banner .banner-image {
    flex: 1 0 0;
    max-width: 320px;
  }
  .single-page-banner .banner-info {
    flex: 1 0 0;
    margin: 0 0 0 3rem;
  }

  .discovery-card-wrapper {
    display: grid;
    row-gap: 2em;
    column-gap: 1em;
    justify-content: center;
    margin-top: 0px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: unset;
    padding: 0 0 4rem 0;
  }
  .discovery-card-wrapper .item {
    margin-top: 0px;
  }

  .discover-category {
    gap: 8px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .discover-banner .discover-content {
    margin: 0px 10%;
  }

  header {
    max-height: 100px;
  }
  header .header-logo img {
    width: calc(var(--logo_size_header) * 1px);
  }

  .pricing-block-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pricing-block-wrapper2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .switch-wrapper {
    position: relative;
  }
  .switch-wrapper .switch-option a {
    margin-right: 15px;
    padding: 12px 20px 10px 20px;
  }
  .switch-wrapper .switch-option a img {
    margin-right: 10px;
  }
  .switch-wrapper .my-choice {
    position: absolute;
    right: 0;
    top: -8px;
  }

  .commercial-rates-section .pricing-table-module--table--2Dmga div .pricing-table-module--name--2Cj_o {
    font-weight: 900;
  }
  .commercial-rates-section .pricing-table-module--table--2Dmga div .pricing-table-module--licenseView--1sMBA {
    font-size: 0.875rem;
    letter-spacing: 0.05;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
  }

  .pricing-block {
    max-width: unset;
  }
  .pricing-block .pricing-block-inner {
    padding: 1.5rem;
    height: 100%;
  }
  .pricing-block .pricing-block-inner h2 {
    font-size: 35px;
  }
  .pricing-block .pricing-block-inner .plan-features ul li img {
    max-width: 1.5rem;
  }

  .partner-block {
    height: 460px;
  }
  .partner-block .partner-img {
    width: 100px;
    height: 100px;
  }
  .partner-block .partner-desc {
    height: auto;
  }
  .partner-block .partner-desc p {
    font-size: 18px;
    line-height: 1.5;
  }

  .has-badge img {
    margin: auto 8px;
    max-height: 32px;
  }

  .partner-banner {
    height: 600px;
    justify-content: center;
  }
  .partner-banner .partner-banner-inner .partner-content {
    margin: 0 10%;
    max-width: 600px;
  }
  .partner-banner .partner-banner-inner .partner-content .btn5 {
    margin-top: 40px;
  }

  .prev-arrow,
.next-arrow {
    min-width: 4rem;
  }

  .slides {
    width: calc(100% - 8rem);
  }

  .text8-lg-div p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .text8-lg {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .webar-why-text {
    margin-bottom: 3rem;
  }

  .brands-powered-wrapper .brands-card {
    margin: 0 0.75rem;
    max-width: unset;
  }
  .brands-powered-wrapper .brands-card-body {
    padding: 1.5rem;
  }

  .h3-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .why-banner {
    height: 600px;
    padding: 3rem;
    justify-content: center;
  }
  .why-banner .why-banner-content {
    max-width: 48rem;
  }

  .webar-stats-text {
    max-width: 52rem;
  }

  .why-blippa-block-wrapper {
    margin-top: 2rem;
  }
  .why-blippa-block-wrapper .why-blippa-block {
    margin-top: 0;
  }

  .why-blippa-jumboText {
    font-size: 3.5rem;
    line-height: 4.875rem;
  }

  .text8-xl {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .support-product-wrapper h2 {
    margin-top: 0px;
    margin-bottom: 2rem;
    width: 100%;
  }
  .support-product-wrapper .support-product-logo .products-web {
    margin: 5px;
  }

  .product-wrapper-2 .product-feature .row {
    margin-bottom: 3rem;
  }
  .product-wrapper-2 .product-feature .row:last-child {
    margin-bottom: 0;
  }

  .product-slider-features {
    margin-top: 0px;
    padding-left: 33px;
  }

  .text8-md {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }

  .product-sec .row {
    margin-bottom: 4.5rem;
  }
  .product-sec .row .product-desc-pl {
    padding-left: 4rem !important;
  }
  .product-sec .row .product-desc-pr {
    padding-right: 4rem !important;
  }

  .h2-text-2 {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .product-main-heading {
    margin-bottom: 4rem;
    margin-top: 0px;
  }
  .product-main-heading img {
    height: auto;
  }

  .h2-text {
    font-size: 2rem;
    line-height: 3rem;
  }

  .desc-text {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 0;
  }

  h1 {
    font-size: 3.5rem;
    line-height: 4.875rem;
  }

  .section-padding {
    padding: 6rem 3rem;
  }

  .section-padding-2 {
    padding: 4rem 2rem;
  }

  .integration-text {
    display: block;
  }

  .content-feature {
    width: auto;
    margin: unset;
    margin-top: 0;
  }
  .content-feature ul li {
    margin-bottom: 2rem;
  }

  .editor-content-section {
    padding: 0;
  }
  .editor-content-section .content-media {
    text-align: unset;
  }
  .editor-content-section .content-media video {
    border-radius: 18px;
    box-shadow: inset 0 0 0 1.8px #c8cacb;
    height: 385.2px;
    margin: 0 auto;
    padding: 26.1px 17.1px 35.1px;
    position: relative;
    width: 552.6px;
  }

  .mr-2, .mx-2 {
    margin-right: 0.5rem !important;
  }

  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-a {
    width: 70rem;
    margin: 0 auto;
    padding: 0px;
  }

  .homepage-banner-text {
    left: 144px;
    padding: 0px;
    top: 170px;
  }
  .homepage-banner-text h1 {
    font-size: 45px;
  }
  .homepage-banner-text .learn-more-text {
    margin-top: 40px;
  }
  .homepage-banner-text .learn-more-text a, .homepage-banner-text .learn-more-text p {
    justify-content: unset;
  }
  .homepage-banner-text p {
    max-width: 48rem;
    font-size: 24px;
  }
  .homepage-banner-text .banner-btn-section {
    margin-top: 40px;
    display: flex;
    justify-content: unset;
  }
  .homepage-banner-text .banner-btn-section a {
    border: none;
    padding: 15px 40px;
    font-size: 18px;
  }

  .navbar-shrink {
    padding: 16px 32px 16px 48px;
  }

  .homepage-hero-module--announcement--3RkXj {
    width: 600px;
    left: calc(50% - 324px);
    margin: 0 24px;
    flex-direction: row;
    pointer-events: all;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 26px;
    border-radius: 24px;
    border: 1px solid #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 1em 2em;
    font-weight: 700;
  }

  .companies-logo-section {
    grid-template-columns: repeat(6, auto);
  }

  .card-2 {
    margin: 1.5em 0.5em;
  }
}
@media (min-width: 1200px) {
  .mt {
    margin-top: 0px;
  }

  .submenu {
    left: 50%;
    transform: translateX(-50%);
  }

  .header-menu-sec {
    width: 100%;
    max-width: unset;
    position: static;
    background: unset;
    transition: unset;
    z-index: unset;
    padding-top: 0px;
    overflow-x: unset;
    padding: 0px;
  }

  .close-btn-section {
    display: none;
  }

  body .navbar {
    padding: 30px 48px 30px 48px;
  }
  body .navbar .nav-item.has-dropdown .submenu {
    border-radius: 0.25em;
    padding-top: 1em;
    padding-bottom: 1em;
    border: 0;
    width: 100%;
    margin: 0 auto;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    top: 100% !important;
    color: #fff;
    box-shadow: 0 0 5px rgba(70, 71, 102, 0.5);
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0 !important;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    position: absolute;
    background: var(--header_background);
  }
  body .navbar .nav-item.has-dropdown .submenu a {
    font-size: 15px !important;
  }
  body .navbar .nav-item.has-dropdown:hover .submenu {
    display: block;
  }
  body .navbar .nav-item.has-dropdown:hover .submenu {
    display: block;
  }
  body .navbar .nav-item.has-dropdown a .fa-angle-down {
    display: inline-block;
  }
  body .navbar .nav-item.has-dropdown a .sub-arrow.plus {
    display: none;
  }
  body .navbar .nav-item.has-dropdown a .sub-arrow.minus {
    display: none;
  }
  body .navbar .nav-item a {
    padding-left: unset;
    padding-right: unset;
    text-align: center;
    font-size: 17px;
  }
}

/*# sourceMappingURL=style.css.map */