* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.text-md {
  font-size: 16px;
  line-height: 24px;
}

.regular {
  font-weight: 400;
}

.homepage-title {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.2px;
  color: #3E3672;
}
@media screen and (max-width: 767px) {
  .homepage-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
}

.homepage-desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #3E3672;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .homepage-desc {
    font-size: 16px;
    line-height: 26px;
  }
}

html, body {
  overflow-x: hidden;
}

.hubspot_popup {
  position: fixed;
  height: 100%;
  width: 100%;
  margin: auto;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7019607843);
  align-items: center;
  display: none;
}
.hubspot_popup.show {
  display: flex;
}
.hubspot_popup .popup_container {
  background: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  border-radius: 6px;
  position: relative;
}
.hubspot_popup .popup_container .popup_close {
  position: absolute;
  right: 30px;
  top: 15px;
  font-weight: 800;
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.site-header {
  width: 100%;
  position: fixed;
  z-index: 4;
  transition: 0.5s all ease;
}
.site-header .mobile-menu {
  position: fixed;
  transform: translateX(150%) translateZ(0);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s all ease;
  background-color: #3E3672;
  min-height: 100vh;
}
.site-header .mobile-menu .mobile-menu-wrapper {
  position: relative;
  padding: 26px 0;
}
.site-header .mobile-menu .mobile-menu-wrapper .mobile-menu-header {
  padding: 4px 20px;
  display: flex;
  flex-direction: row;
}
.site-header .mobile-menu .mobile-menu-wrapper .mobile-menu-header .close-icon {
  margin-left: auto;
}
.site-header .mobile-menu .mobile-menu-wrapper .mobile-menu-header .close-icon img {
  cursor: pointer;
}
.site-header .mobile-menu .mobile-menu-wrapper .mobile-primary-menu {
  padding-top: 44%;
  margin-left: 5%;
}
.site-header .mobile-menu .mobile-menu-wrapper .mobile-primary-menu li {
  margin-bottom: 16px;
}
.site-header .mobile-menu .mobile-menu-wrapper .mobile-primary-menu li a {
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
}
.site-header .mobile-menu .mobile-menu-wrapper .mobile-primary-menu li a:focus {
  color: #37A0FF;
}
.site-header.active .mobile-menu {
  transform: translateX(0%) translateZ(0);
  overflow-y: scroll;
}
.site-header.scrolled {
  background: #ffffff;
  box-shadow: 0px 4px 250px rgba(99, 60, 211, 0.21);
}
.site-header .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 60px;
}
@media screen and (max-width: 1220px) {
  .site-header .main-menu {
    padding: 26px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-header .main-menu {
    padding: 0;
    margin: 26px 0;
  }
}
.site-header .main-menu h1 {
  display: none;
}
.site-header .main-menu .logo {
  display: inline-block;
}
.site-header .main-menu .logo img {
  transform: translateY(-20%) translateZ(0);
}
@media screen and (max-width: 576px) {
  .site-header .main-menu .logo img {
    transform: scale(0.8);
    margin-left: 2%;
  }
}
.site-header .main-menu .primary-menu {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .site-header .main-menu .primary-menu {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .site-header .main-menu .primary-menu {
    margin-left: 0;
  }
}
.site-header .main-menu .primary-menu li {
  display: inline-block;
  margin-left: 46px;
}
@media screen and (max-width: 991px) {
  .site-header .main-menu .primary-menu li {
    margin-left: 30px;
  }
}
.site-header .main-menu .primary-menu li a {
  color: #3E3672;
  font-weight: 600;
  position: relative;
  transition: 0.2s all ease;
}
.site-header .main-menu .primary-menu li a:hover {
  color: #37A0FF;
}
.site-header .main-menu .primary-menu li a.active-menu::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 2px;
  background-color: #6F66A7;
  bottom: -32%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .site-header .main-menu .sign-in {
    display: none;
  }
}
.site-header .main-menu .sign-in li a {
  padding: 9px 35px;
  color: #3E3672;
  border-radius: 11px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border: 1px solid #6F66A7;
  border-radius: 12px;
  transition: 0.5s all ease;
}
.site-header .main-menu .sign-in li a:hover {
  background: #02B8FF;
  filter: drop-shadow(0px 10px 25px rgba(2, 184, 255, 0.35));
  border-color: #02B8FF;
  color: #ffffff;
}
.site-header .main-menu .sign-in li a:focus, .site-header .main-menu .sign-in li a:active {
  background-color: #EAEAF8;
  color: #02B8FF;
  border-color: #6F66A7;
  box-shadow: none;
}
.site-header .main-menu .ham-icon {
  display: none;
  cursor: pointer;
  transition: 0.5s all ease;
}
@media screen and (max-width: 767px) {
  .site-header .main-menu .ham-icon {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .site-header .main-menu .ham-icon {
    margin-right: 6%;
    margin-top: 2%;
  }
}
.site-header .main-menu .ham-icon img {
  cursor: pointer;
}
.site-header .main-menu .close-icon {
  transition: 0.5s all ease;
  display: none;
  cursor: pointer;
}

.hero-home-section {
  padding: 285px 120px 72px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hero-home-section {
    padding: 195px 0 0;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 991px) {
  .hero-home-section {
    padding: 155px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-home-section {
    padding: 135px 0 0;
    text-align: center;
    margin-bottom: 36px;
  }
}
.hero-home-section .relative-class {
  position: relative;
}
.hero-home-section .relative-class .index-class {
  z-index: 2;
}
.hero-home-section .relative-class .hero-left-section {
  padding-top: 73px;
}
@media screen and (max-width: 991px) {
  .hero-home-section .relative-class .hero-left-section {
    padding-top: 0;
  }
}
.hero-home-section .relative-class .hero-left-section h2 {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -3.7px;
  color: #3E3672;
}
@media screen and (max-width: 1200px) {
  .hero-home-section .relative-class .hero-left-section h2 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 62px;
  }
}
@media screen and (max-width: 991px) {
  .hero-home-section .relative-class .hero-left-section h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-home-section .relative-class .hero-left-section h2 {
    max-width: 90%;
    margin: 0 auto 15px;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0px;
  }
}
.hero-home-section .relative-class .hero-left-section p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 34px;
  color: #3E3672;
  opacity: 0.7;
  margin-bottom: 35px;
  max-width: 80%;
}
@media screen and (max-width: 1200px) {
  .hero-home-section .relative-class .hero-left-section p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hero-home-section .relative-class .hero-left-section p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 47px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-home-section .relative-class .hero-left-section p {
    letter-spacing: 0.5px;
    max-width: 100%;
  }
}
.hero-home-section .relative-class .hero-left-section span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  padding: 13px 42px;
  border: 4px solid #02B8FF;
  background: #02B8FF;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.2s all ease;
  filter: drop-shadow(0px 10px 25px rgba(2, 184, 255, 0.35));
}
.hero-home-section .relative-class .hero-left-section span:hover {
  background: #37A0FF;
  border-color: #37A0FF;
}
.hero-home-section .relative-class .hero-left-section span:focus {
  border-color: #E2F7FF;
}
@media screen and (max-width: 1200px) {
  .hero-home-section .relative-class .hero-left-section span {
    font-size: 17px;
    line-height: 30px;
    padding: 15px 38px;
  }
}
@media screen and (max-width: 991px) {
  .hero-home-section .relative-class .hero-left-section span {
    font-size: 16px;
    line-height: 26px;
    padding: 6px 34px;
    border-radius: 13px;
  }
}
.hero-home-section .relative-class .hero-right-section .img-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-home-section .relative-class .hero-right-section .img-wrapper {
    display: inline-block;
  }
}
.hero-home-section .relative-class .hero-right-section .img-wrapper .hero-img {
  display: flex;
  margin-left: auto;
  transform: translateY(-11%) translateZ(0);
  box-shadow: 0px 4px 250px rgba(99, 60, 211, 0.21);
  border-radius: 0px 64px;
}
@media screen and (max-width: 1200px) {
  .hero-home-section .relative-class .hero-right-section .img-wrapper .hero-img {
    transform: translateY(0) translateZ(0);
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .hero-home-section .relative-class .hero-right-section .img-wrapper .hero-img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .hero-home-section .relative-class .hero-right-section .img-wrapper .hero-img {
    display: none;
  }
}
.hero-home-section .relative-class .hero-right-section .img-wrapper .mobile-hero-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-home-section .relative-class .hero-right-section .img-wrapper .mobile-hero-img {
    display: block;
    filter: drop-shadow(0px 4px 250px rgba(99, 60, 211, 0.21));
    transform: translateY(-9%) translateZ(0);
  }
}
.hero-home-section .relative-class .hero-vector {
  position: absolute;
  right: -10%;
  bottom: -10%;
}
@media screen and (max-width: 1200px) {
  .hero-home-section .relative-class .hero-vector {
    right: -13%;
    bottom: -13%;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 991px) {
  .hero-home-section .relative-class .hero-vector {
    right: -28%;
    bottom: -15%;
    transform: scale(0.5);
  }
}
@media screen and (max-width: 767px) {
  .hero-home-section .relative-class .hero-vector {
    display: none;
  }
}
.hero-home-section .relative-class .mobile-hero-vector {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-home-section .relative-class .mobile-hero-vector {
    display: block;
    position: absolute;
    right: 0;
    bottom: 12%;
  }
}

.insight-home-section {
  padding: 0 0 130px;
}
@media screen and (max-width: 1200px) {
  .insight-home-section {
    padding: 0 0 50px;
  }
}
.insight-home-section .insight-home-title h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.6px;
  color: #3E3672;
  max-width: 50%;
  margin: 0 auto 55px;
}
@media screen and (max-width: 1200px) {
  .insight-home-section .insight-home-title h2 {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 62px;
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .insight-home-section .insight-home-title h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .insight-home-section .insight-home-title h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px;
    margin-bottom: 38px;
    font-weight: 600;
  }
}
.insight-home-section .row-wrapper {
  padding: 0 130px;
}
@media screen and (max-width: 1200px) {
  .insight-home-section .row-wrapper {
    padding: 0;
  }
}
.insight-home-section .row-wrapper .right-border-class {
  position: relative;
}
.insight-home-section .row-wrapper .right-border-class::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background: #6F66A7;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .insight-home-section .row-wrapper .right-border-class::after {
    top: auto;
    left: 0;
    margin: 0 auto;
    height: 1px;
    width: 70px;
  }
}
.insight-home-section .row-wrapper .right-border-class:last-child::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .insight-home-section .row-wrapper .right-border-class {
    margin-bottom: 32px;
  }
}
.insight-home-section .row-wrapper .right-border-class .insight-wrapper .icon-wrapper {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 19px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 250px rgba(99, 60, 211, 0.35);
}
@media screen and (max-width: 767px) {
  .insight-home-section .row-wrapper .right-border-class .insight-wrapper .icon-wrapper {
    margin-bottom: 10px;
  }
}
.insight-home-section .row-wrapper .right-border-class .insight-wrapper h3 {
  color: #3E3672;
  font-size: 24px;
  line-height: 34px;
  padding: 0 34px;
  margin-bottom: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .insight-home-section .row-wrapper .right-border-class .insight-wrapper h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .insight-home-section .row-wrapper .right-border-class .insight-wrapper h3 {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .insight-home-section .row-wrapper .right-border-class .insight-wrapper h3 {
    max-width: 60%;
    margin: 0 auto 18px;
  }
}
@media screen and (max-width: 767px) {
  .insight-home-section .row-wrapper .right-border-class .insight-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
    max-width: 75%;
  }
}
.insight-home-section .row-wrapper .right-border-class .insight-wrapper p {
  font-size: 16px;
  opacity: 0.7;
  line-height: 26px;
  font-weight: 600;
  opacity: 0.7;
  color: #3E3672;
  max-width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .insight-home-section .row-wrapper .right-border-class .insight-wrapper p {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .insight-home-section .row-wrapper .right-border-class .insight-wrapper p {
    font-size: 14px;
    line-height: 20px;
    max-width: 75%;
  }
}
.insight-home-section .row-wrapper .right-border-class .last-wrapper h3 {
  max-width: 250px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 767px) {
  .insight-home-section .row-wrapper .right-border-class .last-wrapper h3 {
    margin-bottom: 7px;
  }
}
.insight-home-section .row-wrapper .right-border-class:last-child .insight-wrapper h3 {
  border: none;
}

.left-content-structure-home-section {
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .left-content-structure-home-section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section {
    padding-bottom: 26px;
  }
}
.left-content-structure-home-section .left-content {
  padding: 144px 0 144px 60px;
}
@media screen and (max-width: 1200px) {
  .left-content-structure-home-section .left-content {
    padding: 60px 0 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section .left-content {
    padding: 53px 0 60px 0px;
    max-width: 73%;
    margin-left: auto;
  }
}
.left-content-structure-home-section .left-content h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.2px;
  color: #3E3672;
  max-width: 70%;
  margin-bottom: 23px;
}
@media screen and (max-width: 1200px) {
  .left-content-structure-home-section .left-content h2 {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .left-content-structure-home-section .left-content h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section .left-content h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px;
    font-weight: 600;
    margin-bottom: 17px;
  }
}
.left-content-structure-home-section .left-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #3E3672;
  opacity: 0.7;
  max-width: 75%;
}
@media screen and (max-width: 991px) {
  .left-content-structure-home-section .left-content p {
    font-size: 15px;
    line-height: 25px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section .left-content p {
    max-width: 94%;
  }
}
.left-content-structure-home-section .img-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section .img-wrapper {
    display: flex;
    justify-content: end;
  }
}
.left-content-structure-home-section .img-wrapper .lower-img {
  transform: translate3d(2%, 10%, 0);
}
@media screen and (max-width: 1400px) {
  .left-content-structure-home-section .img-wrapper .lower-img {
    transform: translate3d(-15%, 12%, 0);
  }
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section .img-wrapper .lower-img {
    width: 73%;
  }
}
.left-content-structure-home-section .img-wrapper .test {
  position: absolute;
  top: 5%;
  right: 2%;
  z-index: 1;
  display: flex;
  justify-content: right;
}
.left-content-structure-home-section .img-wrapper .test::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.left-content-structure-home-section .img-wrapper .test::before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(254, 179, 255, 0.49) 0%, rgba(255, 255, 255, 0) 97.4%, rgba(2, 184, 255, 0) 100%);
  transform: translateY(50%) translateZ(0);
  bottom: 0;
  z-index: -2;
}
.left-content-structure-home-section .img-wrapper .test .upper-img {
  filter: drop-shadow(0 4px 250px rgba(2, 184, 255, 0.21));
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section .img-wrapper .test .upper-img {
    width: 73%;
  }
}
.left-content-structure-home-section .img-wrapper .vector-img {
  position: absolute;
  left: -10%;
  bottom: -5%;
  max-width: 130%;
}
@media screen and (max-width: 1320px) {
  .left-content-structure-home-section .img-wrapper .vector-img {
    left: -24%;
  }
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section .img-wrapper .vector-img {
    left: 2%;
    bottom: -20%;
    max-width: 105%;
  }
}
@media screen and (max-width: 576px) {
  .left-content-structure-home-section .img-wrapper .vector-img {
    left: 5%;
    bottom: -9%;
    max-width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .left-content-structure-home-section .col-lg-6 {
    order: 1;
  }
  .left-content-structure-home-section .col-lg-6:first-child {
    order: 2;
  }
}

.right-content-structure-home-section {
  padding-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .right-content-structure-home-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .right-content-structure-home-section {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.right-content-structure-home-section .img-wrapper {
  position: relative;
  transform: translate3d(-5%, -2%, 0);
}
@media screen and (max-width: 991px) {
  .right-content-structure-home-section .img-wrapper {
    transform: translate3d(-5%, -2%, 0);
  }
}
@media screen and (max-width: 767px) {
  .right-content-structure-home-section .img-wrapper {
    transform: translate3d(-32%, -3%, 0);
  }
}
.right-content-structure-home-section .img-wrapper .lower-img {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .right-content-structure-home-section .img-wrapper .lower-img {
    width: 74%;
  }
}
.right-content-structure-home-section .img-wrapper .upper-img {
  position: absolute;
  left: 22%;
  top: 10%;
  filter: drop-shadow(0px 4px 250px rgba(99, 60, 211, 0.21));
  transform: translateZ(0);
}
@media screen and (max-width: 991px) {
  .right-content-structure-home-section .img-wrapper .upper-img {
    left: 5%;
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .right-content-structure-home-section .img-wrapper .upper-img {
    width: 72%;
    left: 33%;
    top: 10%;
  }
}
.right-content-structure-home-section .right-content {
  padding: 83px 0px 0px 99px;
}
@media screen and (max-width: 1200px) {
  .right-content-structure-home-section .right-content {
    max-width: 100%;
    padding: 31px 0px 0px 99px;
  }
}
@media screen and (max-width: 991px) {
  .right-content-structure-home-section .right-content {
    padding: 31px 0px 0px 0px;
  }
}
@media screen and (max-width: 576px) {
  .right-content-structure-home-section .right-content {
    position: relative;
    left: 3px;
  }
}
.right-content-structure-home-section .right-content h3 {
  margin-bottom: 25px;
  max-width: 89%;
}
@media screen and (max-width: 1200px) {
  .right-content-structure-home-section .right-content h3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .right-content-structure-home-section .right-content h3 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .right-content-structure-home-section .right-content h3 {
    letter-spacing: 0.1px;
    max-width: 65%;
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
}
.right-content-structure-home-section .right-content p {
  max-width: 60%;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1200px) {
  .right-content-structure-home-section .right-content p {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .right-content-structure-home-section .right-content p {
    font-size: 15px;
    line-height: 25px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .right-content-structure-home-section .right-content p {
    max-width: 70%;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
  }
}

.reason-home-section {
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .reason-home-section {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .reason-home-section {
    padding: 54px 0 20px;
    overflow: hidden;
  }
}
.reason-home-section .left-content {
  padding: 63px 0 60px 61px;
}
@media screen and (max-width: 991px) {
  .reason-home-section .left-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .reason-home-section .left-content {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    max-width: 75%;
    padding: 157px 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .reason-home-section .left-content {
    padding: 127px 0 60px 6px;
  }
}
.reason-home-section .left-content h2 {
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .reason-home-section .left-content h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reason-home-section .left-content h2 {
    letter-spacing: -0.1px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
}
.reason-home-section .left-content p {
  max-width: 90%;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 991px) {
  .reason-home-section .left-content p {
    font-size: 15px;
    line-height: 25px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reason-home-section .left-content p {
    letter-spacing: 0.4px;
  }
}
.reason-home-section .img-wrapper {
  background: radial-gradient(50% 50% at 50% 50%, rgba(253, 102, 255, 0.4901960784) 0%, rgba(255, 255, 255, 0) 97.4%, rgba(2, 184, 255, 0) 100%);
  position: relative;
  margin-left: 95px;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .reason-home-section .img-wrapper {
    margin-left: 15px;
    width: 60%;
  }
}
.reason-home-section .img-wrapper .upper-img-wrapper {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-home-section .img-wrapper .upper-img-wrapper .upper-img {
    width: 61%;
  }
}
.reason-home-section .img-wrapper .upper-img-wrapper .top-plane {
  position: absolute;
  right: 8%;
  top: -10%;
}
@media screen and (max-width: 767px) {
  .reason-home-section .img-wrapper .upper-img-wrapper .top-plane {
    width: 20%;
    right: 44%;
    top: -12%;
  }
}
.reason-home-section .img-wrapper .lower-img-section {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(40%, 55%, 0);
}
@media screen and (max-width: 767px) {
  .reason-home-section .img-wrapper .lower-img-section {
    transform: translate3d(28%, 58%, 0);
  }
}
.reason-home-section .img-wrapper .lower-img-section .lower-img-wrapper {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .reason-home-section .img-wrapper .lower-img-section .lower-img-wrapper .lower-img {
    width: 68%;
  }
}
.reason-home-section .img-wrapper .lower-img-section .lower-img-wrapper .left-plane {
  position: absolute;
  left: -4%;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .reason-home-section .img-wrapper .lower-img-section .lower-img-wrapper .left-plane {
    width: 30%;
    left: -6%;
    top: 5%;
  }
}
.reason-home-section .img-wrapper .lower-img-section .lower-img-wrapper .right-plane {
  position: absolute;
  bottom: -24%;
  right: -10%;
}
@media screen and (max-width: 767px) {
  .reason-home-section .img-wrapper .lower-img-section .lower-img-wrapper .right-plane {
    width: 30%;
    bottom: -26%;
    right: 24%;
  }
}
.reason-home-section .img-wrapper .vector-img {
  position: absolute;
  left: -37%;
  top: -23%;
  max-width: 150%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .reason-home-section .img-wrapper .vector-img {
    left: -30%;
  }
}
@media screen and (max-width: 767px) {
  .reason-home-section .img-wrapper .vector-img {
    display: none;
  }
}
.reason-home-section .mobile-vector-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .reason-home-section .mobile-vector-img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .reason-home-section .col-lg-6 {
    order: 1;
  }
  .reason-home-section .col-lg-6:first-child {
    order: 2;
  }
}

.advocasy-section {
  padding: 91px 0;
}
@media screen and (max-width: 991px) {
  .advocasy-section {
    padding: 91px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .advocasy-section {
    padding: 91px 0 5px;
  }
}
.advocasy-section .image-wrapper {
  position: relative;
  padding-top: 42px;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .advocasy-section .image-wrapper {
    padding-left: 0;
    transform: translateX(-15%) translateZ(0);
  }
}
@media screen and (max-width: 767px) {
  .advocasy-section .image-wrapper {
    transform: translateX(0%) translateZ(0);
  }
}
.advocasy-section .image-wrapper .base-img-wrapper {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, rgba(151, 102, 255, 0.4901960784) 0%, rgba(255, 255, 255, 0) 97.4%, rgba(2, 184, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .advocasy-section .image-wrapper .base-img-wrapper {
    width: 73%;
  }
}
.advocasy-section .image-wrapper .base-img-wrapper .blur-base {
  filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .advocasy-section .image-wrapper .base-img-wrapper .blur-base {
    transform: translate3d(-13%, -47%, 0);
  }
}
.advocasy-section .image-wrapper .base-img-wrapper .message-base {
  position: absolute;
  left: 12%;
  top: -13%;
  filter: drop-shadow(0px 4px 250px rgba(99, 60, 211, 0.21));
}
@media screen and (max-width: 767px) {
  .advocasy-section .image-wrapper .base-img-wrapper .message-base {
    transform: translate3d(0%, -60%, 0);
    left: 0;
    top: 0;
  }
}
.advocasy-section .image-wrapper .screen-wrapper {
  position: absolute;
  top: 11%;
  left: 12%;
}
@media screen and (max-width: 767px) {
  .advocasy-section .image-wrapper .screen-wrapper {
    transform: translate3d(-6%, -28%, 0);
    top: 0;
    left: 0;
  }
}
.advocasy-section .image-wrapper .screen-wrapper .phone-screen-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .advocasy-section .image-wrapper .screen-wrapper .phone-screen-wrapper {
    width: 86%;
  }
}
.advocasy-section .image-wrapper .screen-wrapper .phone-screen-wrapper .blur-screen {
  filter: drop-shadow(24.0376px 24.0376px 48.0751px rgba(16, 24, 40, 0.2)) drop-shadow(12.0188px 12.0188px 24.0376px rgba(16, 24, 40, 0.08)) blur(5px);
}
.advocasy-section .image-wrapper .screen-wrapper .phone-screen-wrapper .phone-screen {
  position: absolute;
  left: 0%;
  top: -36%;
  filter: drop-shadow(24.0376px 24.0376px 48.0751px rgba(16, 24, 40, 0.2)) drop-shadow(12.0188px 12.0188px 24.0376px rgba(16, 24, 40, 0.08));
}
@media screen and (max-width: 767px) {
  .advocasy-section .image-wrapper .screen-wrapper .phone-screen-wrapper .phone-screen {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .advocasy-section .right-content {
    padding: 0;
    transform: translateY(-38%) translateZ(0);
  }
}
.advocasy-section .right-content h3 {
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .advocasy-section .right-content h3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .advocasy-section .right-content h3 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .advocasy-section .right-content h3 {
    max-width: 85%;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px;
    font-weight: 600;
    margin-bottom: 17px;
  }
}
.advocasy-section .right-content p {
  max-width: 85%;
}
@media screen and (max-width: 1200px) {
  .advocasy-section .right-content p {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .advocasy-section .right-content p {
    font-size: 15px;
    line-height: 25px;
    max-width: 62%;
  }
}

.strategy-section {
  padding-bottom: 179px;
}
@media screen and (max-width: 1200px) {
  .strategy-section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .strategy-section {
    padding-bottom: 9px;
  }
}
.strategy-section .left-content {
  padding: 88px 0 144px 60px;
}
@media screen and (max-width: 991px) {
  .strategy-section .left-content {
    padding: 35px 0 35px 0px;
  }
}
@media screen and (max-width: 767px) {
  .strategy-section .left-content {
    padding: 62px 0 60px 0px;
    max-width: 73%;
    margin-left: auto;
  }
}
.strategy-section .left-content h2 {
  letter-spacing: -0.9px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .strategy-section .left-content h2 {
    letter-spacing: -0.1px;
  }
}
.strategy-section .left-content p {
  letter-spacing: 0.1px;
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .strategy-section .left-content p {
    letter-spacing: 0.5px;
    max-width: 100%;
  }
}
.strategy-section .img-wrapper .lower-img {
  transform: translate3d(-9%, 23%, 0);
  filter: blur(5px);
}
.strategy-section .img-wrapper .test {
  top: 6%;
  right: 9%;
}

.blog-home-section {
  padding-bottom: 49px;
}
.blog-home-section .padding-class {
  padding: 0 35px 0 40px;
}
@media screen and (max-width: 767px) {
  .blog-home-section .padding-class {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .blog-home-section .mobile-blog-view {
    display: none;
  }
}
.blog-home-section .blog-title-section {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .blog-home-section .blog-title-section {
    margin-bottom: 25px;
  }
}
.blog-home-section .blog-title-section h2 {
  color: #3E3672;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 767px) {
  .blog-home-section .blog-title-section h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }
}
.blog-home-section .blog-wrapper .blog-img {
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .blog-home-section .blog-wrapper .blog-img {
    display: none;
  }
}
.blog-home-section .blog-wrapper .blog-img img {
  width: 384px;
  height: 240px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-home-section .blog-wrapper .mobile-blog-img {
  display: none;
}
@media screen and (max-width: 576px) {
  .blog-home-section .blog-wrapper .mobile-blog-img {
    display: block;
    margin-bottom: 24px;
  }
}
.blog-home-section .blog-wrapper .mobile-blog-img img {
  width: 163px;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-home-section .blog-wrapper .span-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 576px) {
  .blog-home-section .blog-wrapper .span-wrapper {
    display: block;
    margin-bottom: 8px;
  }
}
.blog-home-section .blog-wrapper .span-wrapper span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #6500F4;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 767px) {
  .blog-home-section .blog-wrapper .span-wrapper span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .blog-home-section .blog-wrapper .span-wrapper .author-name {
    display: block;
  }
}
.blog-home-section .blog-wrapper .span-wrapper .dot {
  margin: 0 5px;
  width: 5px;
  height: 5px;
  background: #6500F4;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  .blog-home-section .blog-wrapper .span-wrapper .dot {
    margin: 0;
  }
}
.blog-home-section .blog-wrapper .blog-title {
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-home-section .blog-wrapper .blog-title h3 {
  font-size: 24px;
  line-height: 34px;
  color: #3E3672;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .blog-home-section .blog-wrapper .blog-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
}
.blog-home-section .blog-wrapper p {
  line-height: 26px;
  color: #615A8F;
  font-weight: 600;
  letter-spacing: -0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .blog-home-section .blog-wrapper p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }
}
.blog-home-section .blog-post-link {
  margin: 52px 0 52px;
}
@media screen and (max-width: 767px) {
  .blog-home-section .blog-post-link {
    margin: 2px 0 16px;
  }
}
.blog-home-section .blog-post-link a {
  border: 4px solid #02B8FF;
  padding: 11px 12px;
  letter-spacing: -0.3px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  background: #02B8FF;
  border-radius: 16px;
  transition: 0.2s all ease;
  filter: drop-shadow(0px 10px 25px rgba(2, 184, 255, 0.35));
}
.blog-home-section .blog-post-link a:hover {
  background: #37A0FF;
  border-color: #37A0FF;
}
.blog-home-section .blog-post-link a:focus {
  border-color: #E2F7FF;
}

.free-trial {
  background: #483986;
  padding: 96px 0 76px;
}
@media screen and (max-width: 767px) {
  .free-trial {
    padding: 40px 0;
  }
}
.free-trial .free-trial-wrapper .free-trial-header {
  display: inline-block;
  position: relative;
}
.free-trial .free-trial-wrapper .free-trial-header img {
  position: absolute;
  top: -65%;
  right: -11%;
}
@media screen and (max-width: 767px) {
  .free-trial .free-trial-wrapper .free-trial-header img {
    top: -23%;
    right: -4%;
  }
}
.free-trial .free-trial-wrapper .free-trial-header .free-trial-title {
  color: white;
  letter-spacing: -1.6px;
  font-size: 48px;
  line-height: 60px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .free-trial .free-trial-wrapper .free-trial-header .free-trial-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 99%;
    letter-spacing: -0.3px;
  }
}
.free-trial .free-trial-wrapper p {
  letter-spacing: -0.4px;
  color: #e4e7ec;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .free-trial .free-trial-wrapper p {
    font-size: 16px;
    line-height: 26px;
    max-width: 82%;
    margin: 0 auto 23px;
  }
}
.free-trial .free-trial-wrapper span {
  cursor: pointer;
  letter-spacing: -0.3px;
  font-weight: 600;
  padding: 12px 21px;
  font-size: 18px;
  background: #02B8FF;
  border: 4px solid #02B8FF;
  border-radius: 17px;
  color: white;
  border-radius: 16px;
  transition: 0.2s all ease;
  filter: drop-shadow(0px 10px 25px rgba(2, 184, 255, 0.35));
}
.free-trial .free-trial-wrapper span:hover {
  background: #37A0FF;
  border-color: #37A0FF;
}
.free-trial .free-trial-wrapper span:focus, .free-trial .free-trial-wrapper span::active {
  background: #02B8FF;
  border: 4px solid #02B8FF;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .free-trial .free-trial-wrapper span {
    font-size: 16px;
    padding: 10px 27px;
    line-height: 31px;
  }
}

.site-footer {
  background: #3E3672;
  padding: 50px 100px 35px;
}
@media screen and (max-width: 1220px) {
  .site-footer {
    padding: 50px 0;
  }
}
.site-footer .footer-upper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-upper-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-upper-content .footer-logo img {
    transform: translateX(-14px) translateZ(0);
    margin-bottom: 45px;
  }
}
.site-footer .footer-upper-content .footer-menu li {
  display: inline-block;
  margin: 0 2px 0 15px;
}
.site-footer .footer-upper-content .footer-menu li a {
  color: #ffffff;
  font-weight: 600;
  transition: 0.5s all ease;
}
.site-footer .footer-upper-content .footer-menu li a:hover {
  color: #37A0FF;
}
.site-footer .footer-lower-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-lower-content {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer .footer-lower-content .footer-lower-left-content {
  display: flex;
  margin-top: 26px;
  max-width: 34%;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-lower-content .footer-lower-left-content {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-lower-content .footer-lower-left-content {
    flex-direction: column;
    margin-top: 24px;
    max-width: 100%;
  }
}
.site-footer .footer-lower-content .footer-lower-left-content .footer-address {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-lower-content .footer-lower-left-content .footer-address {
    max-width: 70%;
    margin: 0 auto 19px;
  }
}
.site-footer .footer-lower-content .footer-lower-left-content .footer-contact-detail {
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-lower-content .footer-lower-left-content .footer-contact-detail {
    margin-left: 0;
    margin-bottom: 22px;
  }
}
.site-footer .footer-lower-content .footer-lower-left-content .footer-contact-detail a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  transition: 0.2s all ease;
}
.site-footer .footer-lower-content .footer-lower-left-content .footer-contact-detail a:hover {
  opacity: 1;
}
.site-footer .footer-lower-content .footer-lower-left-content .footer-contact-detail .phone-number {
  visibility: hidden;
}
.site-footer .footer-lower-content .footer-lower-right-content h3 {
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.5;
  margin: 0;
}
.site-footer .footer-lower-content .footer-lower-right-content h3 span {
  font-weight: 600;
}

.warning-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  visibility: hidden;
  opacity: 1;
  display: flex;
}
.warning-modal.show {
  background-color: rgba(41, 41, 41, 0.2);
  visibility: visible;
  opacity: 1;
}
.warning-modal .modal-content {
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 42px 0;
}
.warning-modal .modal-content .modal-title {
  font-weight: 600;
  font-size: 32px;
}
.warning-modal .modal-content .close-popup {
  margin: 0;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  top: 15px;
}
.warning-modal .modal-content .slack-button {
  background: #6500F4;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  width: 70%;
  margin: 20px auto 0;
  border-radius: 20px;
  padding: 10px;
  font-size: 18px;
  transition: 0.5s background ease;
}
.warning-modal .modal-content .slack-button:hover {
  background: #6500F4;
}
.warning-modal .modal-content .slack-button img {
  margin: 0 15px 0 0;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-about-section {
  padding: 216px 0;
  position: relative;
  background-image: url(../images/about-hero-mask.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hero-about-section {
    padding: 170px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .hero-about-section {
    padding: 204px 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .hero-about-section {
    padding: 204px 0 90px;
  }
}
.hero-about-section .hero-about-wrapper .icon-wrapper {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero-about-section .hero-about-wrapper .icon-wrapper {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-about-section .hero-about-wrapper .icon-wrapper img {
    width: 50%;
  }
}
.hero-about-section .hero-about-wrapper h2 {
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -3px;
  max-width: 80%;
  margin: 15px auto 40px;
  color: #3E3672;
}
@media screen and (max-width: 991px) {
  .hero-about-section .hero-about-wrapper h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hero-about-section .hero-about-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.2px;
    margin: 9px auto 17px;
    max-width: 97%;
  }
}
.hero-about-section .hero-about-wrapper p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  max-width: 55%;
  margin: 0 auto;
  color: #3E3672;
  opacity: 0.7;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 991px) {
  .hero-about-section .hero-about-wrapper p {
    font-size: 17px;
    line-height: 27px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero-about-section .hero-about-wrapper p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.hero-about-section .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.hero-about-section .hero-lower-vector {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 27%;
}
@media screen and (max-width: 991px) {
  .hero-about-section .hero-lower-vector {
    position: absolute;
    z-index: -1;
    left: -60%;
    top: 35%;
    width: 100%;
    max-width: none;
  }
}
.hero-about-section .hero-upper-vector {
  position: absolute;
  z-index: -1;
  right: 10.3%;
  top: 33%;
}
@media screen and (min-width: 1500px) {
  .hero-about-section .hero-upper-vector {
    top: 40%;
  }
}
@media screen and (max-width: 991px) {
  .hero-about-section .hero-upper-vector {
    margin-left: 0%;
    top: auto;
    bottom: -14%;
    width: auto;
    max-width: 90vh;
    left: 13vh;
  }
}

.problem-solution-section .problem-solution-wrapper .problem-solution-title {
  font-size: 48px;
  line-height: 60px;
  color: #3E3672;
  letter-spacing: -1.3px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 2px solid #6F66A7;
  margin-bottom: 31px;
}
@media screen and (max-width: 991px) {
  .problem-solution-section .problem-solution-wrapper .problem-solution-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .problem-solution-section .problem-solution-wrapper .problem-solution-title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 15px;
    margin-bottom: 17px;
    letter-spacing: 0.3px;
  }
}
.problem-solution-section .problem-solution-wrapper p {
  margin-left: auto;
  font-weight: 600;
  max-width: 40%;
  font-size: 18px;
  line-height: 27.5px;
  color: #3E3672;
  opacity: 0.7;
  margin-right: 109px;
}
@media screen and (max-width: 1200px) {
  .problem-solution-section .problem-solution-wrapper p {
    max-width: 60%;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .problem-solution-section .problem-solution-wrapper p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .problem-solution-section .problem-solution-wrapper p {
    margin: 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
}

.problem-section {
  padding: 132px 120px 63px;
}
@media screen and (max-width: 991px) {
  .problem-section {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .problem-section {
    padding: 93px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .problem-section {
    padding: 133px 0 40px;
  }
}

.solution-section {
  padding: 28px 120px 37px;
}
@media screen and (max-width: 991px) {
  .solution-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .solution-section {
    padding: 40px 0 40px;
  }
}

.vision-about-section {
  padding: 87px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vision-about-section {
    padding: 11px 0 40px;
  }
}
.vision-about-section .relative-class {
  position: relative;
}
.vision-about-section .relative-class .vision-about-wrapper {
  padding: 90px 120px 78px;
  background: #6500F4;
  border-radius: 24px;
  margin: 0 60px;
}
@media screen and (max-width: 1200px) {
  .vision-about-section .relative-class .vision-about-wrapper {
    margin: 0;
    padding: 90px 20px 78px;
  }
}
@media screen and (max-width: 767px) {
  .vision-about-section .relative-class .vision-about-wrapper {
    padding: 110px 0 85px;
    margin: 0 4px;
  }
}
.vision-about-section .relative-class .vision-about-wrapper .vision-about-title {
  color: #FEC0FF;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.vision-about-section .relative-class .vision-about-wrapper p {
  font-weight: 500;
  font-size: 39px;
  line-height: 60px;
  letter-spacing: -1.7px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .vision-about-section .relative-class .vision-about-wrapper p {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .vision-about-section .relative-class .vision-about-wrapper p {
    font-size: 24px;
    line-height: 34px;
    max-width: 87%;
    margin: 0 auto;
    letter-spacing: -0.1px;
  }
}
.vision-about-section .relative-class .vision-left-vector {
  position: absolute;
  top: -17%;
  left: -5%;
}
@media screen and (max-width: 1400px) {
  .vision-about-section .relative-class .vision-left-vector {
    left: -11%;
  }
}
@media screen and (max-width: 1200px) {
  .vision-about-section .relative-class .vision-left-vector {
    left: -19%;
  }
}
@media screen and (max-width: 767px) {
  .vision-about-section .relative-class .vision-left-vector {
    display: none;
  }
}
.vision-about-section .relative-class .vision-right-vector {
  position: absolute;
  right: -4%;
  bottom: -39%;
}
@media screen and (max-width: 1400px) {
  .vision-about-section .relative-class .vision-right-vector {
    right: -11.5%;
  }
}
@media screen and (max-width: 1200px) {
  .vision-about-section .relative-class .vision-right-vector {
    right: -19.5%;
  }
}
@media screen and (max-width: 767px) {
  .vision-about-section .relative-class .vision-right-vector {
    display: none;
  }
}
.vision-about-section .mobile-vision-left-vector, .vision-about-section .mobile-vision-right-vector {
  display: none;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .vision-about-section .mobile-vision-left-vector, .vision-about-section .mobile-vision-right-vector {
    display: inline-block;
  }
}
.vision-about-section .mobile-vision-left-vector {
  top: 11%;
  left: 0;
}
.vision-about-section .mobile-vision-right-vector {
  bottom: -4%;
  right: 0;
}

.mission-about-section {
  padding: 150px 0 112px;
}
@media screen and (max-width: 767px) {
  .mission-about-section {
    padding: 40px 0 33px;
  }
}
.mission-about-section .mission-about-wrapper .mission-about-title {
  font-size: 18px;
  line-height: 20px;
  color: #37A0FF;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 17px;
}
.mission-about-section .mission-about-wrapper p {
  max-width: 70%;
  margin: 0 auto 92px;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1px;
  color: #3E3672;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .mission-about-section .mission-about-wrapper p {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .mission-about-section .mission-about-wrapper p {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mission-about-section .mission-about-wrapper p {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px;
    max-width: 91%;
    margin: 0 auto 43px;
  }
}
.mission-about-section .mission_content__wrapper {
  display: flex;
  flex-direction: row;
  margin-left: 16%;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .mission-about-section .mission_content__wrapper {
    margin-left: 0%;
    position: relative;
  }
}
.mission-about-section .mission_content__wrapper img {
  filter: drop-shadow(0px 4px 250px rgba(99, 60, 211, 0.21));
  border-radius: 16px;
}
.mission-about-section .mission_content__wrapper .lower_image {
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .mission-about-section .mission_content__wrapper .lower_image {
    max-width: 80%;
  }
}
.mission-about-section .mission_content__wrapper .upper_image {
  max-width: 55%;
  margin-left: -26%;
  position: relative;
  top: -3px;
  left: -8px;
}
@media screen and (max-width: 767px) {
  .mission-about-section .mission_content__wrapper .upper_image {
    max-width: 80%;
    position: absolute;
    left: initial;
    margin-left: 19%;
    top: 11%;
  }
}

.value-about-section {
  background: radial-gradient(50% 50% at 50% 50%, rgba(201, 159, 255, 0.3098039216) 0%, rgba(255, 255, 255, 0) 97.4%, rgba(2, 184, 255, 0) 100%);
  padding: 92px 0 103px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .value-about-section {
    padding: 92px 0 26px;
  }
}
.value-about-section::after {
  position: absolute;
  content: "";
  filter: blur(50px);
}
.value-about-section .value-about-title {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.6px;
  color: #3E3672;
  font-weight: 600;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .value-about-section .value-about-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.3px;
    margin-bottom: 25px;
  }
}
.value-about-section .value-about-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .value-about-section .value-about-wrapper {
    justify-content: left;
  }
}
.value-about-section .value-about-wrapper .value-type {
  width: 20%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .value-about-section .value-about-wrapper .value-type {
    width: 33.33%;
  }
}
@media screen and (max-width: 576px) {
  .value-about-section .value-about-wrapper .value-type {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .value-about-section .value-about-wrapper .value-type {
    width: 100%;
  }
}
.value-about-section .value-about-wrapper .value-type:after {
  position: absolute;
  height: 50%;
  width: 1px;
  background: #6F66A7;
  content: "";
  top: 0;
  right: 0;
}
@media screen and (max-width: 320px) {
  .value-about-section .value-about-wrapper .value-type:after {
    display: none;
  }
}
.value-about-section .value-about-wrapper .value-type:last-child::after {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .value-about-section .value-about-wrapper .value-type:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .value-about-section .value-about-wrapper .value-type:nth-child(even)::after {
    display: none;
  }
}
.value-about-section .value-about-wrapper .value-type .icon-wrapper {
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto 16px;
}
.value-about-section .value-about-wrapper .value-type .value-name {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #3E3672;
  font-weight: 600;
}

.pricing-hero-section {
  padding: 129px 0 112px;
}
@media screen and (max-width: 991px) {
  .pricing-hero-section {
    padding: 130px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section {
    padding: 58px 0 35px;
  }
}
.pricing-hero-section .pricing-cards {
  padding: 0 62px;
}
.pricing-hero-section .pricing-cards.active-toggle .toggle-section {
  display: none;
}
.pricing-hero-section .pricing-cards.active-toggle .toggle-section .switch .slider {
  left: calc(100% - 23px);
}
.pricing-hero-section .pricing-cards.active-toggle .pricing-card-wrapper .monthly-price {
  display: none;
}
.pricing-hero-section .pricing-cards.active-toggle .pricing-card-wrapper .yearly-price {
  display: block;
}
@media screen and (max-width: 1400px) {
  .pricing-hero-section .pricing-cards {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .pricing-cards {
    padding: 0 4px;
  }
}
.pricing-hero-section .pricing-cards .pricing-title-section {
  padding: 71px 0 31px;
}
@media screen and (max-width: 991px) {
  .pricing-hero-section .pricing-cards .pricing-title-section {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .pricing-cards .pricing-title-section {
    padding: 70px 0 9px;
  }
}
.pricing-hero-section .pricing-cards .pricing-title-section h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #3E3672;
  letter-spacing: -1.3px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .pricing-hero-section .pricing-cards .pricing-title-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .pricing-cards .pricing-title-section h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 16px;
  }
}
.pricing-hero-section .pricing-cards .pricing-title-section p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #3E3672;
  opacity: 0.7;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 991px) {
  .pricing-hero-section .pricing-cards .pricing-title-section p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .pricing-cards .pricing-title-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
.pricing-hero-section .pricing-cards .toggle-section {
  padding: 0 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .pricing-cards .toggle-section {
    padding: 0 0 48px;
  }
}
.pricing-hero-section .pricing-cards .toggle-section span {
  letter-spacing: -1.3px;
  color: #6E7E99;
  font-weight: 600;
  font-size: 15px;
}
.pricing-hero-section .pricing-cards .toggle-section .switch {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 26px;
  border-radius: 20px;
  margin: 0 11px;
  background: #02B8FF;
}
.pricing-hero-section .pricing-cards .toggle-section .switch .slider {
  transition: 0.5s all ease;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 5px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper {
  border: 1px solid #3E3672;
  box-shadow: 0px 1px 3px rgba(57, 86, 143, 0.1), 0px 1px 2px rgba(42, 74, 138, 0.06);
  border-radius: 16px;
  padding: 40px 28px;
  margin: 0 0px;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: auto;
  transition: 0.2s all ease;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper:hover {
  background: #6500F4;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper:hover h3 {
  color: #ffffff;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper:hover p {
  color: #ffffff;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper:hover .pricing-feature-list li {
  color: #ffffff;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper:hover .select-btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #3E3672;
  cursor: pointer;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper:hover .select-btn:hover {
  background: #EAEAF8;
  border-color: #EAEAF8;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper:hover .select-btn:focus {
  border-color: #D9D9E9;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper h3 {
  transition: 0.5s all ease;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #3E3672;
  text-align: center;
  margin-bottom: 3px;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .yearly-price {
  display: none;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #3E3672;
  letter-spacing: -0.2px;
  text-align: center;
  margin-bottom: 33px;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .pricing-feature-list {
  margin-bottom: 11px;
  height: 265px;
}
@media screen and (max-width: 1200px) {
  .pricing-hero-section .pricing-cards .pricing-card-wrapper .pricing-feature-list {
    padding: 0;
    height: 295px;
  }
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .pricing-feature-list li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #615A8F;
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .pricing-feature-list li::before {
  position: absolute;
  content: url("../images/icons/tick-icon-pricing.png");
  background: #26E3B6;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  left: 0;
  text-align: center;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .pricing-feature-list .top-item {
  font-weight: 600;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .pricing-feature-list .top-item::before {
  display: none;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .select-btn {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  background: #02B8FF;
  border: 4px solid #02B8FF;
  border-radius: 16px;
  text-align: center;
  padding: 12px 28px;
  display: block;
  transition: 0.2s all ease;
  filter: drop-shadow(0px 10px 25px rgba(2, 184, 255, 0.35));
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .select-btn:hover {
  background: #37A0FF;
  border-color: #37A0FF;
}
.pricing-hero-section .pricing-cards .pricing-card-wrapper .select-btn:focus {
  border-color: #E2F7FF;
}/*# sourceMappingURL=style.css.map */