@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
.btn {
  padding: 4px 24px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
}

.box {
  border-radius: 24px;
  padding: 24px;
  background-color: #FFFFFF;
  border: solid 1px #E3EAEA;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: 'Roboto', sans-serif;
}

.badge {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border: solid 1px;
  border-radius: 50px;
  padding: 8px 16px;
}

.badge.light {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.badge.dark {
  color: #4E3AD7;
  border-color: #4E3AD7;
}

.headline {
  font-family: quicksand;
  font-size: 80px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 88px;
  z-index: 1;
  position: relative;
  letter-spacing: -2px;
}

h1,
h2,
h3 {
  font-weight: 700;
  color: #110266;
}

h4 {
  font-family: roboto;
  font-size: 16px;
  font-weight: 700;
  color: #4E3AD7;
}

h1 {
  font-family: quicksand;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 64px;
}

h2 {
  font-family: quicksand;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}

h3 {
  font-family: quicksand;
  font-size: 24px;
  letter-spacing: -1px;
}

p {
  color: #8D999C;
}

p.p-lg {
  font-family: roboto;
  font-size: 18px;
  line-height: 28px;
}

p.p-md {
  font-family: roboto;
  font-size: 16px;
  line-height: 28px;
}

p.p-sm {
  font-family: roboto;
  font-size: 14px;
  line-height: 20px;
}

small {
  font-family: roboto;
  font-size: 12px;
}

a {
  text-decoration: none;
}

.success {
  color: #6FC18B;
}

.error {
  color: #FF7474;
}

@media (max-width: 600px) {
  .headline {
    font-size: 50px !important;
    line-height: 56px !important;
  }
  .colorful-text h1 {
    font-size: 56px !important;
    line-height: 80px !important;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.btn {
  margin-left: 16px;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.btn.btn-lg {
  font-size: 20px;
  padding: 10px 32px !important;
  height: auto;
}

.btn.btn-lg:hover .icon {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-animation: arrow 0.8s infinite;
          animation: arrow 0.8s infinite;
}

.btn.btn-lg .icon {
  position: relative;
  top: 5px;
  padding-left: 8px;
}

.btn.btn-white {
  background-color: #FFFFFF;
}

.btn.btn-primary {
  background-color: #4E3AD7;
  color: #FFFFFF;
  border: solid 1px #4E3AD7;
}

.btn.btn-primary .icon {
  position: relative;
  top: 4px;
  padding-left: 8px;
  max-width: 26px;
}

.btn.btn-primary:hover {
  background-color: #3825b9;
}

.btn.btn-primary:hover .icon {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-animation: arrow 0.8s infinite;
          animation: arrow 0.8s infinite;
}

.btn.btn-secondary {
  background-color: #FFFFFF;
  color: #8D999C;
  border: solid 1px #E3EAEA;
}

.btn.btn-secondary:hover {
  background-color: #ebebeb;
}

nav {
  font-size: 14px;
  font-family: roboto;
}

nav .nav-link {
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: #FFFFFF !important;
}

nav .nav-link.active {
  font-weight: 800;
}

header {
  background-color: #000;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

header .header-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .navbar.sticky {
  z-index: 2;
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #0000006e;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

header .navbar,
header .badge,
header .header-text,
header .btn {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes elem1 {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes elem1 {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes elem2 {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 0%;
  }
}

@keyframes elem2 {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 0%;
  }
}

header .elem1 {
  position: absolute;
  top: 0;
  right: -80%;
  z-index: 0;
  -webkit-animation-name: elem1;
          animation-name: elem1;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

header .elem2 {
  position: absolute;
  bottom: 0;
  left: -50%;
  z-index: 0;
  -webkit-animation-name: elem2;
          animation-name: elem2;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

header .header-text ul,
header .header-text p {
  color: #FFFFFF;
  list-style: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

footer {
  padding: 80px 0;
  border-top: solid 1px #E3EAEA;
}

footer h3 {
  color: #8D999C;
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: roboto !important;
  letter-spacing: 0 !important;
}

footer ul {
  margin-top: 24px;
  margin-bottom: 32px;
}

footer ul li {
  padding: 8px 0;
}

footer ul li a {
  color: #8D999C;
  font-size: 14px;
  white-space: nowrap;
}

.navbar-toggler {
  background: white;
}

@media (max-width: 600px) {
  header .header-text p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px;
  }
  header .header-text p span {
    opacity: 0;
  }
  header .header-text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .custom-carousel .img-container .video-container {
    height: 350px !important;
  }
}

@media (max-width: 600px) {
  .custom-carousel .carousel-indicators {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
  .custom-carousel .img-container .video-container {
    height: auto !important;
    margin-top: 32px;
  }
  .custom-carousel .img-container .video-container .video-item {
    position: static !important;
  }
  .colorful-text h1.typing-effect {
    -webkit-animation: textShine 3s ease-in-out infinite alternate !important;
            animation: textShine 3s ease-in-out infinite alternate !important;
    width: auto !important;
    white-space: normal !important;
  }
  .custom-tab-content .img-container .video-container {
    height: auto !important;
    margin-top: 40px;
  }
  .custom-tab-content .img-container .video-container video {
    position: relative !important;
  }
  .colorful-text h1.nothing-new {
    font-size: 80px !important;
  }
}

.bg-light {
  background-color: #F9F9F9;
}

.bg-hilighter {
  background-color: #F0F3F3;
}

.colorful-text {
  padding: 220px 0;
  background: url(../images/white-grad-min.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: solid 1px #E3EAEA;
}

@-webkit-keyframes typing-sm {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  20% {
    width: 300px;
  }
  45% {
    width: 300px;
  }
  55% {
    width: 400px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 0;
  }
}

@keyframes typing-sm {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  20% {
    width: 300px;
  }
  45% {
    width: 300px;
  }
  55% {
    width: 400px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes typing {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  20% {
    width: 600px;
  }
  45% {
    width: 600px;
  }
  55% {
    width: 1000px;
  }
  90% {
    width: 1000px;
  }
  100% {
    width: 0;
  }
}

@keyframes typing {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  20% {
    width: 600px;
  }
  45% {
    width: 600px;
  }
  55% {
    width: 1000px;
  }
  90% {
    width: 1000px;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes blink-caret {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #4E3AD7;
  }
  100% {
    border-color: transparent;
  }
}

@keyframes blink-caret {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #4E3AD7;
  }
  100% {
    border-color: transparent;
  }
}

@-webkit-keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.colorful-text h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
}

.colorful-text h1.nothing-new {
  font-size: 124px;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #7953cd), color-stop(30%, #00affa), color-stop(70%, #0190cd), color-stop(80%, #764ada));
  background: linear-gradient(to right, #7953cd 20%, #00affa 30%, #0190cd 70%, #764ada 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  -webkit-animation: textShine 3s ease-in-out infinite alternate;
          animation: textShine 3s ease-in-out infinite alternate;
}

.colorful-text h1.typing-effect {
  overflow: hidden;
  border-right: 3px solid transparent;
  white-space: nowrap;
  width: 1000px;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-animation: typing 4s steps(30, end) infinite, blink-caret 0.5s infinite, textShine 3s ease-in-out infinite alternate;
          animation: typing 4s steps(30, end) infinite, blink-caret 0.5s infinite, textShine 3s ease-in-out infinite alternate;
}

.custom-pills {
  gap: 16px;
}

.custom-pills .nav-link {
  border: solid 1px #E3EAEA;
  padding: 16px 24px;
  border-radius: 50px;
  font-size: 14px;
  color: #8D999C;
  font-weight: 500;
}

.custom-pills .nav-link.active {
  background-color: #4E3AD7;
  color: #FFFFFF;
}

.custom-tab-content .img-container {
  background: url(../images/blue-bg-min.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.custom-tab-content .img-container .video-container {
  width: 100%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
  height: 570px;
  position: relative;
  margin-bottom: 80px;
  -webkit-box-shadow: #00000094 0px 10px 70px;
          box-shadow: #00000094 0px 10px 70px;
}

.custom-tab-content .img-container .video-container video {
  width: 100%;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.icon-container {
  background-color: #F9F9F9;
  border-radius: 12px;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-container.dark {
  background-color: #4E3AD7;
}

.custom-cobot {
  background: url(../images/gradient-purple-min.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 124px 0;
  text-align: center;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes particles {
  0% {
    width: 100%;
  }
  50% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}

@keyframes particles {
  0% {
    width: 100%;
  }
  50% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}

.custom-cobot .particles {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation: particles 7s infinite;
          animation: particles 7s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.custom-cobot h1,
.custom-cobot p {
  color: #FFFFFF;
}

.custom-carousel .img-container {
  background: url(../images/blue-bg-min.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-align: center;
}

.custom-carousel .img-container .video-container {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  height: 570px;
  position: relative;
  margin-bottom: 80px;
  -webkit-box-shadow: #00000094 0px 10px 70px;
          box-shadow: #00000094 0px 10px 70px;
}

.custom-carousel .img-container .video-container video {
  width: 100%;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-carousel .carousel-indicators {
  position: static !important;
  margin: 0;
}

.custom-carousel .carousel-indicators .play-btn {
  border: solid 1px #E3EAEA;
  padding: 16px 24px;
  border-radius: 50px;
  font-size: 14px;
  color: #8D999C;
  font-weight: 500;
  opacity: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.custom-carousel .carousel-indicators .play-btn.vid-btn-1.active::after {
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.custom-carousel .carousel-indicators .play-btn.vid-btn-2.active::after {
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}

.custom-carousel .carousel-indicators .play-btn.vid-btn-3.active::after {
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}

.custom-carousel .carousel-indicators .play-btn.vid-btn-4.active::after {
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}

.custom-carousel .carousel-indicators .play-btn span {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes btn-progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes btn-progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.custom-carousel .carousel-indicators .play-btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2C17B7;
  z-index: 0;
  opacity: 0;
}

.custom-carousel .carousel-indicators .play-btn.active {
  background-color: #4E3AD7;
  color: #FFFFFF;
}

.custom-carousel .carousel-indicators .play-btn.active::after {
  opacity: 1;
  -webkit-animation: btn-progress;
          animation: btn-progress;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.custom-carousel .carousel-indicators button {
  text-indent: 0;
  width: unset;
  height: unset;
}

.custom-carousel .carousel-item {
  min-height: 500px;
}

.custom-carousel .carousel-item h2 {
  text-align: center;
}

.custom-carousel .carousel-item .carousel-caption {
  color: #000;
}

.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-btn {
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  padding: 0px 24px;
  line-height: 40px;
}

.nav-btn.btn-filled {
  background-color: #FFFFFF;
  color: #0F0F0F;
}

.nav-btn.btn-filled:hover {
  color: #FFFFFF;
  background-color: transparent;
}

.nav-btn:hover {
  color: #0F0F0F;
  background-color: white;
}

.header-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#C560FF), color-stop(50%, #27F3FF), color-stop(90%, #fff));
  background-image: linear-gradient(to right, #C560FF 0%, #27F3FF 50%, #fff 90%);
  background-size: 800% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  background-position: right center;
}

.header-btn:hover {
  background-position: left center;
  background-size: 200% auto;
}

.pricing-table-container {
  max-width: 1260px;
  margin: 40px auto;
  overflow: auto;
}

.pricing-table-container table {
  width: 100%;
  height: 1px;
}

.pricing-table-container table tr.bordered {
  border-bottom: solid 1px #E3EAEA;
}

.pricing-table-container table tr td {
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 4px;
  font-size: 18px;
  color: #8D999C;
  line-height: 24px;
}

.pricing-table-container table tr td:first-child {
  padding-left: 0 !important;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  min-width: 180px;
}

.pricing-table-container table tr td:last-child {
  padding-right: 0 !important;
}

.pricing-table-container table tr td b {
  font-weight: 600;
}

.pricing-table-container table tr td .row-text {
  padding: 12px 0;
}

.pricing-table-container table tr td .row-text small {
  display: block;
  margin-top: -4px;
}

.pricing-table-container table tr td .inner-text {
  font-size: 16px !important;
  text-align: center;
}

.pricing-table-container table tr td .row-header {
  font-size: 14px;
  color: #110266;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
  padding-top: 24px;
}

.pricing-table-container table tr td .row-header img.icon {
  position: relative;
  top: 5px;
  margin-right: 4px;
}

.pricing-table-container table tr td .box {
  padding: 16px;
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 100%;
  border-radius: 16px;
  min-width: 172px;
}

.pricing-table-container table tr td .box.smaller {
  position: relative;
}

.pricing-table-container table tr td .box.smaller .featured-container,
.pricing-table-container table tr td .box.smaller .price strike,
.pricing-table-container table tr td .box.smaller .credits-area {
  display: none;
}

.pricing-table-container table tr td .box.smaller .pricing-icon {
  width: 32px;
  height: 32px;
  padding: 6px;
}

.pricing-table-container table tr td .box.smaller .pricing-icon img {
  width: 20px;
}

.pricing-table-container table tr td .box.smaller .pricing-title {
  position: absolute;
  left: 59px;
  top: 6px;
  font-size: 14px !important;
}

.pricing-table-container table tr td .box.smaller .price {
  position: absolute;
  top: 40px;
  left: 60px;
  font-size: 20px;
}

.pricing-table-container table tr td .box.smaller .price small {
  font-size: 12px !important;
}

.pricing-table-container table tr td .box.all-borders {
  border: solid 1px #E3EAEA;
}

.pricing-table-container table tr td .box.top-border {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top: solid 1px #E3EAEA;
  border-left: solid 1px #E3EAEA;
  border-right: solid 1px #E3EAEA;
  border-bottom: 0;
}

.pricing-table-container table tr td .box.bottom-border {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom: solid 1px #E3EAEA;
  border-left: solid 1px #E3EAEA;
  border-right: solid 1px #E3EAEA;
  border-top: 0;
}

.pricing-table-container table tr td .box.side-border {
  border-radius: 0 !important;
  border-left: solid 1px #E3EAEA;
  border-right: solid 1px #E3EAEA;
  border-top: 0;
  border-bottom: 0;
}

.pricing-table-container table tr td .box.pro {
  border-color: #00C9FB !important;
  border-width: 2px;
}

.pricing-table-container table tr td .box.pro .featured {
  border: 1px solid #4E3AD7;
  border-radius: 50px;
  padding: 0px 10px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #4E3AD7;
  margin-bottom: 4px;
  width: 72px;
}

.pricing-table-container table tr td .box .check {
  max-width: 24px;
  margin: 0 auto;
}

.pricing-table-container table tr td .box .pricing-btn {
  margin: 8px -4px -4px -4px !important;
}

.pricing-table-container table tr td .box .pricing-btn.featured-btn {
  background-color: #00C9FB !important;
  border-color: #00C9FB !important;
  color: #4E3AD7 !important;
}

.pricing-table-container table tr td .box .pricing-btn.featured-btn:hover {
  background-color: #00b5e2 !important;
}

.pricing-table-container table tr td .box .credits-area h3 {
  font-size: 16px;
  color: #110266;
  font-weight: 500;
  line-height: 10px;
}

.pricing-table-container table tr td .box .pricing-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #4E3AD7;
  margin-top: 8px;
}

.pricing-table-container table tr td .box small.secondary-color {
  text-align: center;
  color: #8D999C;
}

.pricing-table-container table tr td .box .price {
  font-size: 32px;
  font-weight: 600;
  color: #110266;
  letter-spacing: -1px;
  line-height: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.pricing-table-container table tr td .box .price strike {
  margin-left: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #8D999C;
  margin-bottom: 8px;
}

.pricing-table-container table tr td .box .price small {
  font-size: 20px !important;
  font-weight: 500;
  position: relative;
  bottom: 2px;
}

.pricing-table-container table tr td .box .pricing-icon {
  background-color: #4E3AD7;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 12px;
  z-index: 1;
}

form label {
  font-size: 14px;
  margin-bottom: 8px;
  color: #8D999C;
}

form .form-control {
  border: solid 1px #E3EAEA;
  border-radius: 12px;
  height: 48px;
  font-size: 14px;
  color: #110266;
}

form .form-control.form-select {
  background-image: url(../images/down-arrow.svg) !important;
  background-size: 12px;
}

form .form-control.skeleton-input {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  margin-bottom: 16px;
}

form .form-control .icon-arrow-down {
  font-size: 16px;
  color: #B3C1C5;
}

form .form-control .input-devider {
  width: 1px;
  height: 20px;
  border-right: solid 1px #E3EAEA !important;
}

form .form-control::-webkit-input-placeholder {
  opacity: .5;
}

form .form-control:-ms-input-placeholder {
  opacity: .5;
}

form .form-control::-ms-input-placeholder {
  opacity: .5;
}

form .form-control::placeholder {
  opacity: .5;
}

form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control.tools-control {
  height: auto;
  background-color: #F0F3F3;
}

form .form-control.tools-control .tools-list-container {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
}

form .form-control.tools-control .tools-list-container .list-item {
  font-weight: 500;
  padding: 10px 0;
  border-bottom: solid 1px #E3EAEA;
}

form .form-control.tools-control .tools-list-container .list-item .icon {
  font-size: 20px;
  color: #4E3AD7;
}

form .form-control.tools-control .tools-list-container .list-item:first-child {
  padding-top: 0;
}

form .form-control.tools-control .tools-list-container .list-item:last-child {
  padding-bottom: 0;
  border: 0;
}

form .form-control.tools-control .tools-list-container .list-item img {
  max-width: 20px;
}

form .textarea-control {
  border: solid 1px #E3EAEA;
  border-radius: 12px;
  height: 100px !important;
}

form .full-textarea-control {
  border: solid 1px #E3EAEA;
  border-radius: 12px;
  height: 100% !important;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form .full-textarea-control small {
  font-style: normal;
}

form .full-textarea-control textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  resize: none;
  line-height: 24px;
  color: #4E3AD7;
}

form .full-textarea-control .devider {
  width: 100%;
  border-bottom: solid 1px #E3EAEA;
}

form small {
  color: #8D999C;
  margin-top: 8px;
  font-style: italic;
  display: block;
}
/*# sourceMappingURL=main.css.map */