@charset "UTF-8";
/*
Theme Name: Latepoint WP Theme
Author: Latepoint
Author URI: https://latepoint.com/
Description: Latepoint
Version: 1.1.5
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Overpass+Mono&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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;
}

button {
  border: none;
  box-shadow: none;
  cursor: pointer;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 26px;
  width: 26px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "latepointicon";
  font-size: 26px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: calc(50% - 150px);
}
.slick-prev:before {
  content: "\e907";
}

.slick-next {
  right: calc(50% - 150px);
}
.slick-next:before {
  content: "\e905";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "latepointicon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  padding: 20px 0;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-end;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ph-cases {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ph-cases.slick-initialized {
  opacity: 1;
}

@font-face {
  font-family: "latepointicon";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "latepointicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-qrcode:before {
  content: "\e922";
}

.icon-star:before {
  content: "\e90f";
}

.icon-alert-octagon:before {
  content: "\e916";
}

.icon-arrow-left:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-award:before {
  content: "\e914";
}

.icon-book:before {
  content: "\e90a";
}

.icon-book-open:before {
  content: "\e924";
}

.icon-box:before {
  content: "\e90b";
}

.icon-calendar:before {
  content: "\e920";
}

.icon-check:before {
  content: "\e910";
}

.icon-chevron-left:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e905";
}

.icon-code:before {
  content: "\e925";
}

.icon-coffee:before {
  content: "\e928";
}

.icon-dollar-sign:before {
  content: "\e911";
}

.icon-download:before {
  content: "\e90c";
}

.icon-external-link:before {
  content: "\e915";
}

.icon-eye:before {
  content: "\e927";
}

.icon-frown:before {
  content: "\e918";
}

.icon-git-branch:before {
  content: "\e90d";
}

.icon-globe:before {
  content: "\e919";
}

.icon-info:before {
  content: "\e926";
}

.icon-life-buoy:before {
  content: "\e908";
}

.icon-link:before {
  content: "\e91a";
}

.icon-lock:before {
  content: "\e909";
}

.icon-log-out:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e929";
}

.icon-message-circle:before {
  content: "\e92a";
}

.icon-package:before {
  content: "\e90e";
}

.icon-play-circle:before {
  content: "\e923";
}

.icon-plus:before {
  content: "\e912";
}

.icon-printer:before {
  content: "\e921";
}

.icon-rotate-cw:before {
  content: "\e91b";
}

.icon-search:before {
  content: "\e901";
}

.icon-settings:before {
  content: "\e91d";
}

.icon-shopping-cart:before {
  content: "\e902";
}

.icon-sliders:before {
  content: "\e91e";
}

.icon-tool:before {
  content: "\e91f";
}

.icon-trash:before {
  content: "\e91c";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-user:before {
  content: "\e903";
}

.icon-x:before {
  content: "\e917";
}

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

@keyframes os-loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 1;
  }
}
body {
  letter-spacing: normal;
  line-height: 1.4;
  position: relative;
}
body.grey {
  background-color: #f1f3f7;
}

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

.container {
  max-width: 1110px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container.narrow {
  max-width: 750px;
}
.container.wide {
  max-width: 1400px;
}

.form-errors-w {
  color: #fff;
  background-color: #ff6060;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
}
.form-errors-w.centered {
  text-align: center;
}
.form-errors-w a {
  color: #fff;
  text-decoration: underline;
}
.form-errors-w .form-errors-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.form-errors-w ul {
  margin: 0px;
  padding-left: 0px;
}

@keyframes animateLogo {
  0% {
    background-color: rgba(29, 123, 255, 0.6);
    box-shadow: 30px 30px 0px rgba(29, 123, 255, 0.6), 0px 30px 0px #1d7bff, 45px -15px 0px rgba(29, 123, 255, 0.8);
  }
  25% {
    background-color: #1d7bff;
    box-shadow: 30px 30px 0px #1d7bff, 0px 30px 0px rgba(29, 123, 255, 0.8), 45px -15px 0px rgba(29, 123, 255, 0.8);
  }
  50% {
    background-color: rgba(29, 123, 255, 0.8);
    box-shadow: 30px 30px 0px rgba(29, 123, 255, 0.6), 0px 30px 0px #1d7bff, 45px -15px 0px #1d7bff;
  }
  75% {
    background-color: #1d7bff;
    box-shadow: 30px 30px 0px #1d7bff, 0px 30px 0px rgba(29, 123, 255, 0.8), 45px -15px 0px rgba(29, 123, 255, 0.8);
  }
  100% {
    background-color: rgba(29, 123, 255, 0.6);
    box-shadow: 30px 30px 0px rgba(29, 123, 255, 0.6), 0px 30px 0px #1D7BFF, 45px -15px 0px #1D7BFF;
  }
}
.logo {
  display: block;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  background-color: #1d7bff;
  content: "";
  box-shadow: 30px 30px 0px #1d7bff, 0px 30px 0px #1D7BFF, 45px -15px 0px #1D7BFF;
  margin-bottom: 15px;
  margin-right: 30px;
  margin-left: 5px;
}
.logo.animated {
  animation-duration: 1s;
  animation-name: animateLogo;
  animation-iteration-count: infinite;
}

.top-logo img {
  width: 40px;
  height: 40px;
}

.all-w {
  overflow: hidden;
}

.top-bar {
  position: relative;
}
.top-bar:after, .top-bar:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
.top-bar.loading {
  background-color: transparent;
}
.top-bar.loading:after {
  background: radial-gradient(circle, red, transparent);
  background-size: 400%;
  animation: loadingColor 5s linear infinite;
}
.top-bar.loading:before {
  background-color: yellow;
}

.top-banner-w {
  padding: 15px 10px 0;
  position: sticky;
  top: 0;
  z-index: 9999;
  animation-name: banner;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 1.1, 0.3, 1.2);
}

.close-banner {
  position: absolute;
  top: -4px;
  left: -2px;
  display: flex;
  align-items: center;
  gap: 3px;
  background-color: #111;
  text-align: center;
  font-size: 11px;
  color: #fff;
  padding: 3px 4px 4px;
  border-radius: 4px;
  line-height: 1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.close-banner:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.8);
}

.top-banner {
  position: relative;
  border-radius: 12px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 10px;
  padding-left: 20px;
  box-shadow: 0px 10px 25px -5px rgba(0, 47, 130, 0.43);
  background: linear-gradient(-45deg, rgb(143, 13, 231) 0%, #001636 100%) 0% 0%/150% 150%;
  animation: 1.5s ease 0s infinite normal none running Gradient;
}
.top-banner .highlight {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.top-banner .banner-emoji {
  font-size: 32px;
}
.top-banner .banner-message {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.top-banner .banner-message strong {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px dotted #fff;
}
.top-banner .sub-link-message {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  min-width: 245px;
  display: flex;
  gap: 6px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 5px;
  justify-content: flex-start;
}
.top-banner .sub-link-message .timer-wrapper {
  display: flex;
  color: #fff;
}
.top-banner .sub-link-message .timer-wrapper .day {
  margin-right: 5px;
}
.top-banner .banner-right {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-left: auto;
  padding: 6px;
  padding-bottom: 1px;
}
.top-banner .banner-link {
  justify-content: center;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 8px;
  font-weight: 700;
  color: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-banner .banner-link i {
  transition: transform 0.2s ease;
}
.top-banner .banner-link:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.top-banner .banner-link:hover i {
  transform: translateX(5px);
}

@keyframes Gradient {
  0% {
    background-position: 0 0%;
    box-shadow: 0px 5px 15px -5px rgba(0, 47, 130, 0.43);
  }
  50% {
    background-position: 100% 0%;
    box-shadow: 0px 10px 25px -5px rgba(0, 47, 130, 0.73);
  }
  100% {
    background-position: 0 0%;
    box-shadow: 0px 5px 15px -5px rgba(0, 47, 130, 0.43);
  }
}
.top-menu-w {
  z-index: 999;
  position: relative;
}
.top-menu-w.dark {
  background-image: linear-gradient(180deg, #0B1A48 0%, #0B1A48 100%);
}
.top-menu-w.dark .top-menu .menu li a {
  color: #fff;
}
.top-menu-w .cart-items-count {
  font-size: 12px;
  background-color: #fb5555;
  color: #fff;
  padding: 2px 4px;
  line-height: 12px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-30%, -5px);
  box-shadow: 0 0 0 2px #fff;
}
.top-menu-w .top-menu {
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.top-menu-w .top-menu .menu-w {
  margin-left: auto;
}
.top-menu-w .top-menu .menu {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 0px;
  align-items: center;
}
.top-menu-w .top-menu .menu li {
  display: block;
  font-size: 22px;
  letter-spacing: 0px;
  position: relative;
}
.top-menu-w .top-menu .menu li.sandbox-trial-link {
  display: none;
}
.top-menu-w .top-menu .menu li.purchase-menu-link a {
  color: #1D7BFF;
  border-bottom: 2px solid #1D7BFF;
}
.top-menu-w .top-menu .menu li.purchase-menu-link a:hover {
  color: #5099ff;
  border-bottom-color: #5099ff;
}
.top-menu-w .top-menu .menu li > a {
  color: #070739;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
}
.top-menu-w .top-menu .menu li > a i {
  color: #1D7BFF;
  font-size: 22px;
}
.top-menu-w .top-menu .menu li.is-highlighted a {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  border-radius: 9px;
  background: #1D7BFF;
  color: #fff;
  padding: 0px;
  border: 1px solid #0061e9;
}
.top-menu-w .top-menu .menu li.is-highlighted a .price {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 4px;
  padding: 4px 10px;
}
.top-menu-w .top-menu .menu li.is-highlighted a .btn-label {
  padding: 4px 10px;
}
.top-menu-w .top-menu .menu li .separator {
  display: inline-block;
  margin: 0px 5px;
}
.top-menu-w .top-menu .menu li.is-cart .cart-icon-wrapper {
  line-height: 1;
  position: relative;
}

.page-heading {
  padding: 40px 0px;
  margin-top: 40px;
  border-bottom: 1px solid #e8eaef;
}
.page-heading.centered {
  text-align: center;
}
.page-heading h1 {
  font-size: 56px;
  letter-spacing: -2px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.page-heading h1 .highlight {
  padding: 5px 20px 8px;
  background-color: #fff;
  box-shadow: 0px 10px 25px -5px rgba(0, 47, 130, 0.43);
  background: linear-gradient(-45deg, rgb(137, 14, 255) 0%, #ff0000 100%) 0% 0%/150% 150%;
  animation: 1.5s ease 0s infinite normal none running Gradient;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 46px;
  letter-spacing: 0;
}
.page-heading h1 .highlight + span {
  display: block;
  line-height: 1.1;
}
.page-heading div {
  color: #667094;
  font-size: 24px;
}

.lines {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.lines .lines-container {
  max-width: 1240px;
  margin: 0px auto;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.lines .line {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
.alert {
  padding: 7px 10px;
  margin-bottom: 10px;
  font-weight: 700;
  border-radius: 6px;
  animation-name: alert;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.alert.alert-error {
  background-color: #ffdddd;
  color: #a0240e;
  border: 1px solid #e28c72;
  box-shadow: 0px 1px 2px 0px rgba(214, 49, 41, 0.1), 0px 2px 4px 0px rgba(255, 109, 76, 0.05);
}
.alert.alert-success {
  background-color: #c8f5d4;
  color: #3c8c60;
  border: 1px solid #72e29f;
  box-shadow: 0px 1px 2px 0px rgba(41, 214, 126, 0.1), 0px 2px 4px 0px rgba(76, 255, 156, 0.05);
}

@keyframes banner {
  0% {
    transform: scale(0.95) translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes alert {
  0% {
    transform: translate3d(0, 8px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightbox {
  0% {
    transform: translate3d(-50%, -40%, 0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
  }
}
.lightbox-w {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9999;
  display: none;
}
.lightbox-w.is-open {
  display: block;
}
.lightbox-w .lightbox {
  width: 480px;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center center;
  animation-name: lightbox;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.lightbox-w .lightbox .lightbox-content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 40px 45px;
}
.lightbox-w .lightbox .close-lightbox {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-radius: 13px;
  font-size: 22px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.lightbox-w .lightbox .close-lightbox:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  transform: rotate(135deg);
}
.lightbox-w .lightbox .close-lightbox:before {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111;
  position: absolute;
}
.lightbox-w .lightbox .close-lightbox:after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111;
  position: absolute;
}
.lightbox-w .lightbox h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.1;
  font-size: 32px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.fancy-heading {
  padding: 0px 0px 20px;
  position: relative;
  overflow: hidden;
}
.fancy-heading .fade-box-1,
.fancy-heading .fade-box-2,
.fancy-heading .fade-box-3,
.fancy-heading .fade-box-4 {
  background-image: linear-gradient(74deg, rgba(82, 99, 123, 0.05) 12%, transparent 100%);
  height: 68px;
  width: 40%;
  left: 0px;
  bottom: 41px;
  position: absolute;
  z-index: 1;
}
.fancy-heading .fade-box-2 {
  left: 36%;
}
.fancy-heading .fade-box-3 {
  left: 64.5%;
}
.fancy-heading .page-heading {
  border-bottom: none;
  position: relative;
  z-index: 2;
  padding: 0px;
  margin: 0px;
}
.fancy-heading .page-heading h1, .fancy-heading .page-heading h2 {
  font-size: 136px;
  line-height: 1;
  letter-spacing: -5px;
  color: hsla(218.75, 25.53%, 63.14%, 0.14);
  margin-left: -10px;
}
.fancy-heading .page-heading div {
  color: #737d90;
  font-size: 32px;
}
.fancy-heading.bright .page-heading {
  padding-top: 50px;
}
.fancy-heading.bright h1 {
  color: #070739;
  font-size: 92px;
  letter-spacing: -2px;
  margin-left: -5px;
}
.fancy-heading.bright .fade-box-1, .fancy-heading.bright .fade-box-2, .fancy-heading.bright .fade-box-3, .fancy-heading.bright .fade-box-4 {
  height: 15px;
  bottom: 34px;
}

.flash-message {
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
.flash-message-alert {
  background-color: #ffdddd;
  color: #a0240e;
}
.flash-message-notice {
  background-color: #c8f5d4;
  color: #3c8c60;
}

.floating-alerts-wrapper {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.floating-alerts-wrapper .alert {
  padding: 8px 8px 8px 15px;
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 14px -2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: #000;
  border: 3px solid #fff;
  background-color: #fff;
}
.floating-alerts-wrapper .alert-warning {
  background-color: #fffd8e;
}
.floating-alerts-wrapper .alert-warning .close {
  background-color: #efed5e;
}
.floating-alerts-wrapper .alert-warning .close:hover {
  background-color: #fff;
}
.floating-alerts-wrapper .alert .close {
  padding: 4px 5px;
  border-radius: 6px;
  background-color: #eee;
  line-height: 1;
  cursor: pointer;
}
.floating-alerts-wrapper .alert .close:hover {
  background-color: #ddd;
}

.beta-request-wrapper {
  margin: 80px -80px;
  padding: 80px 80px;
  justify-content: space-around;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.beta-request-wrapper:before {
  content: "";
  width: 1px;
  top: 0;
  right: 140px;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
}
.beta-request-wrapper .request-beta-form-message {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}
.beta-request-wrapper .request-beta-form-message.invalid {
  color: #ff9191;
}
.beta-request-wrapper .request-beta-form-message.valid {
  color: #0ce188;
}
.beta-request-wrapper .beta-request-form {
  display: flex;
  align-items: center;
}
.beta-request-wrapper .beta-request-form input {
  flex: 1;
  display: none;
  background-color: transparent;
  border: 5px solid #fff;
  margin: 0;
  padding: 10px 10px 11px;
  width: 340px;
  outline: none;
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.beta-request-wrapper .beta-request-form.is-entering input {
  display: block;
}
.beta-request-wrapper h5 {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.beta-request-wrapper p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}
.beta-request-wrapper .beta-request-button {
  background-color: #fff;
  display: flex;
  padding: 15px 20px;
  gap: 7px;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  color: #000;
  align-items: center;
}
.beta-request-wrapper .beta-request-button i {
  transition: transform 0.2s ease;
  margin-left: 10px;
}
.beta-request-wrapper .beta-request-button:hover {
  color: #000;
  box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.4);
}
.beta-request-wrapper .beta-request-button:hover i {
  transform: translateX(5px);
}
.beta-request-wrapper .beta-request-button span {
  border-bottom: 1px dotted transparent;
}
.beta-request-wrapper .beta-request-button .under {
  border-bottom: 1px dotted #000;
  color: #000;
}

.page-big-heading-wrapper {
  padding: 100px 0 80px 0;
  position: relative;
}
.page-big-heading-wrapper:before {
  content: "";
  top: 0;
  left: -40px;
  width: 20%;
  height: 80%;
  background: transparent;
  background-image: radial-gradient(#eee 2px, transparent 0);
  background-size: 30px 30px;
  background-position: -29px -29px;
  position: absolute;
  z-index: -1;
}

.page-big-heading {
  font-size: 114px;
  letter-spacing: -3px;
  line-height: 1;
  margin: 0;
}
.page-big-heading span {
  color: rgba(7, 7, 57, 0.6);
}

.page-big-heading-sub {
  font-size: 24px;
  margin-top: 10px;
  color: rgba(7, 7, 57, 0.6);
}

.latepoint-tabs .tab-content {
  display: none;
}
.latepoint-tabs .tab-content.is-active {
  display: block;
}

.pagination-w {
  margin: 80px 0 40px;
  text-align: center;
}
.pagination-w .nav-links .page-numbers {
  padding: 10px 15px;
  border: 1px solid #e8eaef;
  color: #000;
}
.pagination-w .nav-links .page-numbers.current {
  border-color: #1D7BFF;
  color: #1D7BFF;
}
.pagination-w .nav-links .page-numbers:not(:last-child) {
  margin-right: 4px;
}

.main-menu-w {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 999;
  text-align: center;
}

.main-menu {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  gap: 22px;
  margin: 0 auto;
  background: linear-gradient(90.83deg, rgba(255, 255, 255, 0.166) 12.18%, rgba(246, 240, 255, 0.122) 99.29%);
  box-shadow: 0px 4px 24px -9px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  flex: 1;
  min-width: 820px;
}
.main-menu .main-menu-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-menu .main-menu-logo a .logo-text {
  color: #070739;
  font-weight: 600;
}
.main-menu .menu-w {
  flex: 1;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.main-menu .menu {
  display: flex;
  flex: 1;
  gap: 10px;
  list-style: none;
  margin-bottom: 0px;
  align-items: center;
  justify-content: space-between;
}
.main-menu .menu li {
  display: block;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
}
.main-menu .menu li a {
  color: #070739;
  font-weight: 600;
  display: block;
}
.main-menu .menu li.menu-item-has-children {
  position: relative;
}
.main-menu .menu li.menu-item-has-children:hover ul {
  display: block;
}
.main-menu .menu li.menu-item-has-children > a {
  padding-right: 24px;
}
.main-menu .menu li.menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "latepointicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  top: 11px;
  color: #000;
  font-size: 16px;
}
.main-menu .menu li.menu-item-has-children ul {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 15px;
  animation: 0.2s cubic-bezier(0.25, 1.1, 0.3, 1) 0s subMenu;
  animation-fill-mode: both;
  border-top: 3px solid #1D7BFF;
  text-align: left;
}
.main-menu .menu li.menu-item-has-children ul li {
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1.1;
  border-bottom: 1px solid #eee;
}
.main-menu .menu li.menu-item-has-children ul li:last-child {
  border-bottom: none;
}
.main-menu .menu li.menu-item-has-children ul li a {
  display: block;
  padding: 12px 20px;
}
.main-menu .menu li.menu-item-has-children ul li a i {
  display: none;
}
.main-menu .menu li.menu-item-has-children ul li a:hover {
  color: #1D7BFF;
}
.main-menu .menu li.separated {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 20px;
  margin-right: 10px;
}
.main-menu .menu li.btn-menu-item a {
  display: flex;
  align-items: center;
  padding: 7px 13px 7px;
  gap: 10px;
  background: #1D7BFF;
  box-shadow: 0px 6px 11px -10px rgba(5, 23, 94, 0.4);
  border-radius: 10px;
  color: #fff;
  line-height: 1;
}
.main-menu .menu li.btn-menu-item a:after {
  content: url("assets/images/arrow-right.svg");
  width: 16px;
  margin-top: 2px;
}
.main-menu .menu > li > a {
  padding: 8px 10px;
}

.mobile-menu-trigger {
  display: none;
  gap: 15px;
  align-items: center;
}
.mobile-menu-trigger .mobile-menu-label {
  color: #000;
  font-size: 24px;
  display: none;
}
.mobile-menu-trigger .mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.mobile-menu-trigger .mobile-menu .bar {
  width: 30px;
  height: 3px;
  background-color: #000;
}

.mobile-menu-header {
  display: none;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.mobile-menu-header .mobile-logo img {
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: block;
}
.mobile-menu-header .mobile-menu-close {
  height: 30px;
  width: 30px;
  position: relative;
}
.mobile-menu-header .mobile-menu-close .bar {
  height: 3px;
  background-color: #fff;
  width: 30px;
  position: absolute;
}
.mobile-menu-header .mobile-menu-close .bar:first-child {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.mobile-menu-header .mobile-menu-close .bar:last-child {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.mobile-header-w {
  padding: 20px 0;
  display: none;
}
.mobile-header-w .menu-w {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: #1D7BFF;
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 9999;
  animation: 0.2s cubic-bezier(0.25, 1.3, 0.3, 1) 0s down20opaque;
  animation-fill-mode: both;
}
.mobile-header-w .menu-w ul.sub-menu {
  background-color: rgba(255, 255, 255, 0.05);
  display: none;
  padding: 10px 20px;
}
.mobile-header-w .menu-w ul.sub-menu a {
  font-size: 20px;
}
.mobile-header-w .menu-w .menu li a {
  color: #fff;
  gap: 12px;
  font-size: 20px;
  padding: 18px 0;
  display: block;
  font-weight: 500;
}
.mobile-header-w .menu-w .menu li a i {
  color: #fff;
}
.mobile-header-w .menu-w .menu li.menu-item-has-children {
  position: relative;
}
.mobile-header-w .menu-w .menu li.menu-item-has-children > a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "latepointicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  top: 20px;
  color: #fff;
  font-size: 22px;
}
.mobile-header-w .menu-w .cart-items-count {
  box-shadow: 0 0 0 2px #1D7BFF;
}
.mobile-header-w .menu {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.mobile-header-w .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0;
}
.mobile-header-w .menu li:last-child {
  border-bottom: none;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-with-text {
  font-size: 18px;
  padding-top: 20px;
}
.page-with-text ol {
  list-style: decimal;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page-with-text ul {
  list-style: square;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page-with-text p {
  margin-bottom: 20px;
}
.page-with-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
}
.page-with-text h4 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.discord-message-wrapper {
  padding: 30px;
  background-color: #f1f2ff;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.discord-message-wrapper.alternative {
  background-color: #fff0a3;
}
.discord-message-wrapper.alternative .discord-link {
  background-color: #111;
}
.discord-message-wrapper h4 {
  font-size: 24px;
  font-weight: 700;
  color: #070739;
  margin-bottom: 10px;
}
.discord-message-wrapper p {
  color: #070739;
  font-size: 16px;
}
.discord-message-wrapper .discord-link {
  background-color: #5865F2;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  white-space: nowrap;
  border-radius: 6px;
  flex-shrink: 0;
}
.discord-message-wrapper .discord-link span {
  font-weight: 700;
}
.discord-message-wrapper .discord-link img {
  height: 15px;
  width: auto;
  display: block;
}

.ph-socials-w {
  padding: 80px 0;
}

.ph-socials {
  display: flex;
  justify-content: center;
  text-align: center;
}
.ph-socials .ph-socials-reviews {
  padding: 0 40px;
}
.ph-socials .ph-socials-reviews .ph-reviews-location {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.ph-socials .ph-socials-reviews .ph-socials-title {
  font-size: 64px;
  font-family: "fonspring", sans-serif;
}
.ph-socials .ph-socials-reviews .ph-reviews-info {
  font-size: 24px;
  color: #000;
  margin-top: 10px;
  max-width: 550px;
  color: rgba(24, 24, 68, 0.77);
}
.ph-socials .ph-socials-reviews .ph-reviews {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.latepoint-services-w {
  margin-top: 60px;
  padding: 40px 0;
}
.latepoint-services-w .latepoint-services-mobile-title {
  display: none;
}

.latepoint-services {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.latepoint-services .latepoint-service {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 40px;
  background-color: #F4F4F4;
  opacity: 0.5;
  transition: all 0.3s ease;
  position: relative;
}
.latepoint-services .latepoint-service img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.latepoint-services .latepoint-service .latepoint-service-i {
  padding: 15px;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.latepoint-services .latepoint-service.active {
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.25);
}
.latepoint-services .latepoint-service.active img {
  opacity: 1;
}
.latepoint-services .latepoint-service.wide {
  background-color: #FFFFFF;
  padding-bottom: initial;
  opacity: 1;
  text-align: center;
}
.latepoint-services .latepoint-service.wide .latepoint-service-subtitle {
  font-size: clamp(24px, 3vw, 32px);
  color: rgba(7, 7, 57, 0.6);
}
.latepoint-services .latepoint-service.wide .latepoint-service-title {
  font-size: clamp(40px, 5vw, 52px);
  font-family: "fonspring", sans-serif;
}

.ph-focus-w {
  padding: 60px 0;
}

.ph-focus {
  background-image: linear-gradient(0deg, #0B0423, #0B0423), linear-gradient(93.18deg, #0F012A 9.67%, #31015A 96.39%);
  border-radius: 40px;
  padding: 130px 50px 70px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.ph-focus:before {
  content: "";
  position: absolute;
  left: 0;
  top: 90px;
  width: 30%;
  height: 300px;
  background-image: url(assets/images/features-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: right center;
  border-radius: 40px;
  opacity: 0.5;
}
.ph-focus:after {
  content: "";
  position: absolute;
  right: 0;
  top: 90px;
  width: 28%;
  height: 300px;
  background-image: url(assets/images/features-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: left center;
  border-radius: 40px;
  opacity: 0.5;
}
.ph-focus .ph-focus-head {
  display: flex;
  justify-content: center;
}
.ph-focus .ph-focus-head .ph-focus-info {
  max-width: 398px;
}
.ph-focus .ph-focus-head .ph-focus-info h2 {
  font-size: 52px;
  font-family: "fonspring", sans-serif;
  color: #fff;
}
.ph-focus .ph-focus-head .ph-focus-info .ph-focus-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  margin-top: 20px;
}

.ph-focus-cards {
  margin-top: 80px;
  margin-left: -250px;
  margin-right: -250px;
}
.ph-focus-cards .slick-prev:before, .ph-focus-cards .slick-next:before {
  color: #fff;
  opacity: 1;
}
.ph-focus-cards .slick-next {
  right: calc(50% - 200px);
}
.ph-focus-cards .slick-prev {
  left: calc(50% - 200px);
}
.ph-focus-cards .focus-card {
  padding: 0 10px;
}
.ph-focus-cards .focus-card .focus-card-i {
  width: 295px;
  padding: 20px;
  text-align: center;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 4px 24px -9px #000000;
}
.ph-focus-cards .focus-card.slick-center {
  opacity: 1;
}
.ph-focus-cards .focus-card.slick-center .btn {
  display: inline-flex;
  animation: 1s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0s zoomIn;
  animation-fill-mode: both;
}
.ph-focus-cards .focus-card .btn {
  display: none;
  opacity: 0;
  margin-top: 20px;
  transition: all 0.2s ease-out;
  border-radius: 50px;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  padding: 10px 20px;
}
.ph-focus-cards .focus-card .btn svg {
  width: 24px;
}
.ph-focus-cards .focus-card img {
  display: block;
  height: 200px;
  object-fit: cover;
  width: 100%;
  border-radius: 40px;
}
.ph-focus-cards .focus-card .focus-card-title {
  margin-top: 30px;
}
.ph-focus-cards .focus-card .focus-card-descr {
  font-size: 15px;
  margin-top: 5px;
}

.ph-features-w {
  padding: 40px 0;
}

.ph-features {
  display: grid;
  grid-template-columns: 36% 64%;
  background: linear-gradient(273.66deg, #F2F8FF 21.41%, #F0EAE3 58.08%, #FFFBF3 89.71%);
  border-radius: 40px;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
.ph-features:before {
  inset: 0;
  background-image: url(assets/images/custom-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
  z-index: -1;
  position: absolute;
  content: "";
}
.ph-features .circle1 {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  left: 40px;
  top: 20px;
  z-index: -1;
}
.ph-features .circle1:before {
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  right: -10px;
  bottom: -10px;
  position: absolute;
}
.ph-features .circle2 {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  right: -40px;
  top: 30px;
  z-index: -1;
}
.ph-features .circle2:before {
  content: "";
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  right: 80px;
  top: -30px;
  position: absolute;
}
.ph-features .latepoint-tabs-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ph-features .tab-nav {
  padding: 20px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 20px;
}
.ph-features .tab-nav .tab-nav-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.1);
  color: #070739;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph-features .tab-nav .tab-nav-icon i {
  transform: rotate(90deg);
}
.ph-features .tab-nav .tab-nav-title {
  opacity: 0.3;
}
.ph-features .tab-nav:hover {
  transform: translateX(3px);
}
.ph-features .tab-nav:hover .tab-nav-title {
  opacity: 1;
}
.ph-features .tab-nav.is-active {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 14px -6px rgba(0, 0, 0, 0.05);
}
.ph-features .tab-nav.is-active .tab-nav-icon {
  background: rgba(0, 0, 0, 0.02);
}
.ph-features .tab-nav.is-active .tab-nav-title {
  opacity: 1;
}
.ph-features .tab-nav.is-active .tab-nav-descr {
  display: block;
}
.ph-features .tab-nav .tab-nav-title {
  color: #000;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.ph-features .tab-nav .tab-nav-descr {
  display: none;
  margin-top: 10px;
  font-size: 15px;
}
.ph-features .ph-features-content {
  padding: 30px 45px 60px 45px;
}
.ph-features .ph-features-media .img-with-shadow.top:before, .ph-features .ph-features-media .img-with-shadow.top:after {
  right: 0;
  border-top-right-radius: 0;
}
.ph-features .ph-features-media img {
  display: block;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.ph-interface-w {
  padding-top: 80px;
}

.ph-interface-head, .ph-interface {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
}

.ph-interface {
  margin-top: 50px;
}
.ph-interface .ph-interface-items {
  padding: 44px 60px;
  background: linear-gradient(180deg, #FFFAEC 0%, #EBECFC 100%);
  border-radius: 40px;
}
.ph-interface .ph-interface-info {
  padding: 44px 50px;
  background: linear-gradient(180deg, #ECFFFF 0%, #FCEBF3 100%);
  border-radius: 40px;
}

.ph-interface-info {
  text-align: center;
  position: relative;
  z-index: 1;
}
.ph-interface-info .circle {
  right: 30px;
  bottom: 30px;
}
.ph-interface-info .circle:before {
  content: "";
  width: 30px;
  height: 30px;
  right: -10px;
  bottom: -10px;
}
.ph-interface-info h3 {
  margin-bottom: 10px;
}
.ph-interface-info img {
  border-radius: 30px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.ph-interface-items .items-head {
  text-align: center;
  max-width: 410px;
  margin: auto;
}
.ph-interface-items .items-head h3 {
  margin-bottom: 10px;
}
.ph-interface-items .latepoint-tabs {
  margin-top: 40px;
}
.ph-interface-items .latepoint-tabs-nav {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 40px;
  padding: 10px;
  display: flex;
  max-width: 380px;
  margin: auto;
  transition: all 0.2s ease-out;
}
.ph-interface-items .latepoint-tabs-nav .tab-nav {
  flex: 1;
  color: #070739;
  text-align: center;
  border-radius: 38px;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}
.ph-interface-items .latepoint-tabs-nav .tab-nav.is-active {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px -6px rgba(0, 0, 0, 0.25);
}
.ph-interface-items .latepoint-tabs-content {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.ph-interface-items .latepoint-tabs-content .circle1 {
  width: 100px;
  height: 100px;
  left: -30px;
  bottom: -10px;
  background: rgba(255, 255, 255, 0.3);
}
.ph-interface-items .latepoint-tabs-content .circle1:before {
  left: -15px;
  bottom: -15px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.ph-interface-items .latepoint-tabs-content .circle2 {
  width: 100px;
  height: 100px;
  right: -30px;
  top: -22px;
  background: rgba(255, 255, 255, 0.3);
}
.ph-interface-items .latepoint-tabs-content .circle2:before {
  right: -15px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}
.ph-interface-items .latepoint-tabs-content img {
  display: block;
}

.ph-intro {
  background: linear-gradient(114.33deg, #D3DBFF 20.4%, #EDEDED 79.6%);
  border-radius: 40px;
  padding: 200px 40px 60px;
  position: relative;
  z-index: 1;
}
.ph-intro .circle1 {
  width: 130px;
  height: 130px;
  left: 80px;
  top: 100px;
  background: rgba(255, 255, 255, 0.2);
}
.ph-intro .circle1:before {
  width: 70px;
  height: 70px;
  top: -30px;
  left: -30px;
  background: rgba(255, 255, 255, 0.2);
}
.ph-intro .circle2 {
  width: 70px;
  height: 70px;
  right: 80px;
  top: 80px;
  background: rgba(255, 255, 255, 0.2);
}
.ph-intro .circle2:before {
  width: 42px;
  height: 42px;
  top: 35px;
  left: -25px;
  background: rgba(255, 255, 255, 0.2);
}
.ph-intro .circle3 {
  width: 130px;
  height: 130px;
  right: 80px;
  bottom: 80px;
  background: rgba(255, 255, 255, 0.4);
}
.ph-intro .circle3:before {
  width: 90px;
  height: 90px;
  top: -35px;
  left: -25px;
  background: rgba(255, 255, 255, 0.3);
}
.ph-intro .ph-intro-head {
  text-align: center;
}
.ph-intro .ph-intro-head h1 {
  font-family: "fonspring", sans-serif;
}
.ph-intro .ph-intro-head h1 span {
  color: #1D7BFF;
}
.ph-intro .ph-intro-head .ph-intro-descr {
  font-size: 24px;
  font-weight: 600;
  color: #070739;
}
.ph-intro .ph-intro-head .ph-intro-descr span {
  opacity: 0.5;
}

.ph-intro-message {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(90.83deg, rgba(255, 255, 255, 0.44) 12.18%, rgba(224, 204, 255, 0.1) 99.29%);
  opacity: 0.8;
  box-shadow: 0px 4px 24px -9px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  max-width: 550px;
  margin: 50px auto 0;
}
.ph-intro-message img {
  flex-shrink: 0;
  display: block;
}
.ph-intro-message .message-body {
  flex: 1;
  font-size: 14px;
}
.ph-intro-message .message-body h5 {
  margin-bottom: 5px;
}

.ph-cases-w {
  margin: 50px -100px 0px;
}

.ph-case {
  padding: 0 10px;
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
.ph-case.slick-center {
  opacity: 1;
}
.ph-case.slick-center .btn {
  display: inline-flex;
  animation: 1s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0s zoomIn;
  animation-fill-mode: both;
}
.ph-case.slick-center .ph-case-title {
  font-size: 20px;
}
.ph-case .ph-case-i {
  padding: 20px;
  width: 200px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px -9px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.ph-case img {
  height: 104px;
  border-radius: 13px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ph-case .btn {
  display: none;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.2s ease-out;
}
.ph-case .ph-case-title {
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
}

.page-intro-w {
  background: linear-gradient(46.19deg, rgba(236, 222, 243, 0) 41.07%, #EEF7FF 56.37%);
}
.page-intro-w .page-intro-title h1 {
  font-family: "fonspring", sans-serif;
  font-size: 54px;
}
.page-intro-w .page-intro-title h1 span {
  color: #1D7BFF;
}
.page-intro-w .with-circle {
  z-index: 1;
}
.page-intro-w .with-circle:after {
  content: "";
  width: 130px;
  height: 130px;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -35%);
}
.page-intro-w.page-intro-payments .page-intro-media img {
  box-shadow: none;
}
.page-intro-w.page-intro-yoga .page-intro-media {
  margin-right: -200px;
}
.page-intro-w.page-intro-photographers {
  padding-bottom: 100px;
}
.page-intro-w.page-intro-photographers .page-intro-media-back {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, 20%);
  z-index: -1;
}
.page-intro-w.page-intro-photographers img {
  border-radius: 27px;
}

.page-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 80px;
  padding: 180px 0 60px;
  max-width: 820px;
  margin: auto;
  font-size: 18px;
}
.page-intro .circle1 {
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
}
.page-intro .page-intro-text h1 {
  font-family: "fonspring", sans-serif;
  font-size: 54px;
}
.page-intro .page-intro-text .check-list {
  margin-top: 20px;
}
.page-intro .page-intro-media {
  position: relative;
  z-index: 1;
}
.page-intro .page-intro-media img {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
}

.payment-steps-w {
  margin-top: 60px;
}
.payment-steps-w .payment-steps-heading {
  text-align: center;
}
.payment-steps-w.payment-steps-2-columns .payment-steps {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.payment-steps-w.payment-steps-2-columns .payment-step {
  border-radius: 70px;
}

.payment-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.payment-steps .payment-step {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 30px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  gap: 40px;
}
.payment-steps .payment-step.padding-lg {
  padding: 80px 60px 0;
}
.payment-steps .payment-step.payment-step-two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
  text-align: left;
}
.payment-steps .payment-step .payment-step-head {
  max-width: 340px;
  margin: 0 auto;
}
.payment-steps .payment-step .payment-step-media > img, .payment-steps .payment-step .img-with-shadow {
  margin-bottom: -20px;
}
.payment-steps .payment-step .payment-step-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: -30px;
}
.payment-steps .payment-step img {
  display: block;
  box-shadow: 0px 0px 44px -20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.payment-steps .payment-step.payment-step-1 {
  background: linear-gradient(180deg, #FFFAEC 0%, #EBECFC 100%);
}
.payment-steps .payment-step.payment-step-2 {
  background: linear-gradient(180deg, #ECFFFF 0%, #FCEBF3 100%);
}
.payment-steps .payment-step.payment-step-3 {
  background: linear-gradient(293.57deg, #ECDEF3 43.33%, #EEF7FF 79.54%), linear-gradient(180deg, #ECFFFF 0%, #FCEBF3 100%);
}
.payment-steps .payment-step .payment-step-descr {
  margin-top: 30px;
}

#step-recurring-reservation .payment-step-media {
  margin: -20px;
}
#step-recurring-reservation img {
  box-shadow: none;
}

#class-reminders {
  justify-content: flex-start;
}
#class-reminders .payment-step-media {
  margin: 0 -40px;
}
#class-reminders img {
  margin-bottom: 0;
  box-shadow: none;
}

#step-calendar {
  text-align: left;
}
#step-calendar .payment-step-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
#step-calendar .payment-step-head {
  max-width: 100%;
}
#step-calendar .payment-step-media {
  margin: 0 -40px;
  transform: translate(40px, 0px);
}
#step-calendar img {
  border-radius: 20px;
}

#step-report .payment-step-media {
  margin: 0 -15px;
}

#step-payments .payment-step-head {
  max-width: 360px;
}
#step-payments .img-with-shadow {
  margin-bottom: -50px;
}

.payment-box1 {
  background: linear-gradient(293.57deg, #ECDEF3 43.33%, #EEF7FF 79.54%), linear-gradient(180deg, #ECFFFF 0%, #FCEBF3 100%);
}

.cta-simple-w {
  margin-top: 80px;
  background-image: linear-gradient(to bottom, transparent 65%, #0C0221 65%);
}

.cta-simple {
  position: relative;
  text-align: center;
  min-height: 400px;
  background: linear-gradient(180deg, #FFEBC8 0%, #CAE6FF 100%);
  box-shadow: 0px 4px 44px -10px rgba(0, 0, 0, 0.14);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  padding: 80px 40px;
  z-index: 1;
}
.cta-simple h2 {
  font-family: "fonspring", sans-serif;
  font-size: 64px;
}
.cta-simple .btn {
  box-shadow: 0px 6px 11px -10px rgba(5, 23, 94, 0.4);
  margin-top: 35px;
}
.cta-simple .circle1 {
  width: 130px;
  height: 130px;
  left: 40px;
  top: 72px;
  background: rgba(255, 255, 255, 0.3);
}
.cta-simple .circle1:before {
  width: 80px;
  height: 80px;
  right: -30px;
  bottom: -30px;
  background: rgba(255, 255, 255, 0.2);
}
.cta-simple .circle2 {
  width: 180px;
  height: 180px;
  right: 20px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.2);
}
.cta-simple .circle2:before {
  width: 65px;
  height: 65px;
  left: -40px;
  top: -40px;
  background: rgba(255, 255, 255, 0.15);
}

.features-info-title span {
  color: #070739;
}

.section-rules:after {
  content: "";
  background: transparent;
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 0);
  background-size: 8px 8px;
  height: 10px;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 30px;
  z-index: -1;
}

.not-found-wrapper {
  min-height: 400px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  padding: 180px 0 20px;
  max-width: 840px;
  margin: auto;
}
.not-found-wrapper p {
  margin-bottom: 20px;
}
.not-found-wrapper h1 {
  color: #1D7BFF;
}

.key-feature-title h2 {
  font-family: "fonspring", sans-serif;
  font-size: 64px;
}

.beauty-services {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -30px;
}
.beauty-services img {
  background: #FFFFFF;
  box-shadow: 10px 10px 54px -10px rgba(0, 0, 0, 0.15);
  border-radius: 27px;
}

.ph-quote-w {
  margin-top: 80px;
}

.ph-quote {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
  align-items: center;
}

.ph-quote-block .ph-quote-block-content {
  font-size: 18px;
  color: #070739;
  font-weight: 600;
  position: relative;
  padding-top: 45px;
}
.ph-quote-block .ph-quote-block-content:before {
  content: "";
  background-image: url("assets/images/quote.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 33px;
  object-fit: contain;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.1;
}
.ph-quote-block .ph-quote-block-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.ph-quote-block .ph-quote-block-author .line {
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}

.ph-second-quote-w .ph-quote-block {
  display: grid;
  grid-template-columns: 1fr 38%;
  gap: 50px;
  align-items: center;
}
.ph-second-quote-w .ph-quote-block .ph-quote-block-content {
  font-size: 24px;
}

.ph-testimonials {
  column-count: 3;
  column-gap: 24px;
  position: relative;
}
.ph-testimonials:before {
  content: "";
  width: 100%;
  height: 382px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 91.82%);
  bottom: 0;
  position: absolute;
  z-index: 5;
}

.ph-testimonial {
  background: linear-gradient(168.57deg, rgba(255, 244, 222, 0.6) 28.34%, rgba(238, 236, 255, 0.6) 73.14%);
  border-radius: 30px;
  padding: 30px 40px 40px;
  break-inside: avoid;
  margin-bottom: 24px;
}
.ph-testimonial img {
  display: block;
}
.ph-testimonial .ph-testimonial-body {
  font-size: 15px;
  color: #000;
  margin-top: 20px;
}
.ph-testimonial .ph-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #070739;
}
.ph-testimonial .ph-testimonial-footer .line {
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.ph-testimonial .ph-testimonial-footer .ph-testimonial-author-name {
  font-weight: 600;
  font-size: 13px;
}
.ph-testimonial .ph-testimonial-footer .ph-testimonial-author-role {
  font-weight: 600;
  font-size: 11px;
  opacity: 0.4;
}

.ph-info-w {
  margin-top: 20px;
}
.ph-info-w .ph-info {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #070739;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.ph-info-w .ph-info span {
  font-family: "Overpass Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 64px;
  color: #1D7BFF;
  font-weight: 400;
}

.single-post-article {
  padding-top: 100px;
}

.blog-article {
  font-size: 18px;
  padding-top: 40px;
}
.blog-article .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.blog-article .note-important {
  padding: 15px 15px 15px 70px;
  box-shadow: 0 5px 6px -3px rgba(232, 176, 3, 0.5);
  border-bottom: 1px solid #f5c42b;
  background-color: #ffe48b;
  color: #000;
  font-size: 16px;
  position: relative;
}
.blog-article .note-important:before {
  content: "\e916";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "latepointicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 24px;
  transform: translateY(-50%);
}
.blog-article p > a {
  border-bottom: 1px dotted #1D7BFF;
  color: #1D7BFF;
  font-weight: 700;
}
.blog-article p > a:hover {
  border-bottom-style: solid;
}
.blog-article .media-w {
  margin: 40px -80px;
}
.blog-article .media-w img, .blog-article .media-w video {
  display: block;
  max-width: 100%;
}
.blog-article ol {
  list-style: decimal;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog-article ul {
  list-style: square;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog-article p {
  margin-bottom: 20px;
}
.blog-article h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
}
.blog-article h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
}
.blog-article h4 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #1D7BFF;
}
.blog-article .media-note, .blog-article .wp-element-caption {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #ffe8b3;
  color: #111;
  margin: 0;
}

.post-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 40px;
  margin-top: 40px;
}

.post-card .post-card-media {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  display: block;
}
.post-card .post-card-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.post-card .post-card-media-placeholder {
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid #e8eaef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card .post-card-content {
  padding-top: 20px;
}
.post-card .post-card-title {
  font-size: 22px;
}
.post-card .post-card-title a {
  color: #000;
}
.post-card .post-card-title a:hover {
  color: #1D7BFF;
}
.post-card .post-card-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: rgba(7, 7, 57, 0.6);
}
.post-card .post-card-meta i {
  margin-right: 3px;
}
.blog-article-media {
  margin-left: -80px;
  margin-right: -80px;
}
.blog-article-media img {
  height: auto;
}

@keyframes showSpecial {
  0% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
.all-wrapper {
  overflow: hidden;
}

.full-intro-w.dark {
  background-image: linear-gradient(180deg, #0B1A48 0%, #000C23 100%);
  padding-bottom: 120px;
}
.full-intro-w.dark .intro-w .intro-text .btn {
  border: 1px solid #010b21;
  box-shadow: 0 2px 0 0 #030825;
}
.full-intro-w.dark .intro-w h1 {
  color: #fff;
}
.full-intro-w.dark .intro-w .fade-box-1,
.full-intro-w.dark .intro-w .fade-box-2,
.full-intro-w.dark .intro-w .fade-box-3,
.full-intro-w.dark .intro-w .fade-box-4 {
  background-image: linear-gradient(74deg, rgba(0, 7, 95, 0.39) 12%, rgba(4, 17, 47, 0.29) 96%);
}
.full-intro-w.dark .intro-features .intro-feature h3 {
  color: #fff;
}
.full-intro-w.dark .intro-features .intro-feature .desc {
  color: #667492;
}

.mobile-pricing-link {
  display: none;
}

.intro-w .demo-form-wrapper {
  display: none;
}
.intro-w.showing-demo-form .demo-form-wrapper {
  display: flex;
}
.intro-w.showing-demo-form .demo-services-list {
  display: none;
}
.intro-w .faders {
  position: relative;
  overflow: hidden;
  height: 275px;
}
.intro-w .faders .fade-box-1,
.intro-w .faders .fade-box-2,
.intro-w .faders .fade-box-3,
.intro-w .faders .fade-box-4 {
  background-image: linear-gradient(74deg, rgba(132, 132, 132, 0.05) 12%, transparent 100%);
  height: 100%;
  width: 40%;
  left: 0;
  bottom: 45px;
  position: absolute;
  z-index: 1;
}
.intro-w .faders .fade-box-2 {
  left: 36%;
}
.intro-w .faders .fade-box-3 {
  left: 64.5%;
}
.intro-w .intro-i {
  position: relative;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding: 150px 0 200px;
}
.intro-w .intro-i:before {
  content: "";
  background: transparent;
  background-image: radial-gradient(#eee 2px, transparent 0);
  background-size: 30px 30px;
  width: 68%;
  height: 60%;
  position: absolute;
  right: -50px;
  top: 0;
}
.intro-w.large-intro .intro-demo {
  transform: translateY(-50px);
}
.intro-w.large-intro .intro-text {
  transform: translateY(-35px);
  max-width: initial;
  padding-top: 0;
}
.intro-w.large-intro .intro-text h1 {
  font-size: 130px;
  letter-spacing: -7px;
  line-height: 0.95;
}
.intro-w.large-intro .intro-text .desc {
  display: none;
}
.intro-w .intro-text {
  flex: 0 0 480px;
  width: 480px;
  z-index: 2;
}
.intro-w .intro-text .line {
  display: block;
  white-space: nowrap;
}
.intro-w .intro-text h1 {
  letter-spacing: 0px;
  font-size: 68px;
  line-height: 1.05;
  margin-bottom: 25px;
}
.intro-w .intro-text h1 .highlight {
  color: #1D7BFF;
}
.intro-w .intro-text .desc {
  color: rgba(7, 7, 57, 0.6);
  font-size: 24px;
  margin-bottom: 25px;
}
.intro-w .intro-text .buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.intro-w .intro-text .buttons .btn.try-btn {
  color: #070739;
}
.intro-w .intro-text .buttons .btn.try-btn .btn-label {
  border-bottom-color: #070739;
}
.intro-w .intro-text .btn {
  display: flex;
  align-items: center;
  font-size: 28px;
  gap: 10px;
  color: #1D7BFF;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 0px;
  border-radius: 14px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.intro-w .intro-text .btn:hover {
  color: #0067f8;
}
.intro-w .intro-text .btn:hover .btn-label {
  border-bottom-color: #0067f8;
}
.intro-w .intro-text .btn .price {
  padding: 7px 12px 7px 0px;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 26px;
}
.intro-w .intro-text .btn .btn-label {
  border-bottom: 2px solid #1D7BFF;
}
.intro-w .intro-text .btn i {
  display: block;
  font-size: 26px;
}
.intro-w .intro-text .link {
  color: #0c72ff;
  margin-left: 40px;
  font-size: 24px;
  display: inline-block;
}
.intro-w .intro-text .link span, .intro-w .intro-text .link i {
  vertical-align: middle;
  display: inline-block;
}
.intro-w .intro-text .link i {
  margin-right: 10px;
}
.intro-w .intro-text .link span {
  border-bottom: 1px dotted #5a9fff;
}
.intro-w .intro-demo {
  flex: 1;
  position: relative;
}

.booking-form-w {
  background: #FFFFFF;
  border: 1px solid #CACFDE;
  border-bottom-color: #bac1d4;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.11), 0 1px 2px 0 rgba(209, 212, 219, 0.31);
  border-radius: 4px;
}
.booking-form-w .head {
  border-bottom: 1px solid #EFF0F6;
  padding: 15px 30px;
  display: flex;
}
.booking-form-w .head .blocky {
  height: 15px;
  width: 90px;
  background-color: #EDEEF2;
  border-radius: 2px;
  line-height: 15px;
  margin-right: 10px;
}
.booking-form-w .head .blocky:nth-child(2) {
  width: 60px;
}
.booking-form-w .body {
  padding: 10px 30px;
}
.booking-form-w .body .services-w {
  padding: 10px 0px;
}
.booking-form-w .body .services-w .service {
  background: #FFFFFF;
  border: 1px solid #E5E6EB;
  box-shadow: 0 1px 2px 0 rgba(209, 212, 219, 0.24);
  border-radius: 4px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.booking-form-w .body .services-w .service .media {
  margin-right: 10px;
  flex: 0 0 45px;
  height: 45px;
  background-size: cover;
  background-position: center center;
}
.booking-form-w .body .services-w .service .content .content-head {
  display: flex;
  margin-bottom: 5px;
}
.booking-form-w .body .services-w .service .content .content-body {
  display: flex;
}
.booking-form-w .body .services-w .service .content .content-body .blocky {
  height: 7px;
  margin-right: 5px;
  background-color: #F5F6F9;
}
.booking-form-w .body .services-w .service .content .blocky {
  height: 10px;
  width: 90px;
  background-color: #EDEEF2;
  border-radius: 2px;
  line-height: 15px;
  margin-right: 10px;
}
.booking-form-w .body .services-w .service .content .blocky:nth-child(2) {
  width: 60px;
}
.booking-form-w .foot {
  padding: 10px 30px;
  border-top: 1px solid #EFF0F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-form-w .foot .progress {
  display: flex;
}
.booking-form-w .foot .progress .progress-dot {
  width: 7px;
  height: 7px;
  background-color: #EDEEF2;
  border-radius: 2px;
  margin: 0px 5px;
}
.booking-form-w .foot .progress .progress-dot.active {
  background-color: #6daaff;
}
.booking-form-w .foot .progress-btn {
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
}
.booking-form-w .foot .progress-btn i + span {
  margin-left: 8px;
}
.booking-form-w .foot .progress-btn span + i {
  margin-left: 8px;
}
.booking-form-w .foot .progress-btn i {
  display: block;
  font-size: 14px;
}
.booking-form-w .foot .progress-btn span {
  display: block;
  height: 10px;
  width: 20px;
  border-radius: 2px;
  background-color: #E7E9F2;
}
.booking-form-w .foot .progress-btn.primary {
  background-color: #6daaff;
}
.booking-form-w .foot .progress-btn.primary span {
  background-color: rgba(255, 255, 255, 0.2);
}
.booking-form-w .foot .progress-btn.primary i {
  color: #fff;
}

.intro-features {
  display: flex;
  position: relative;
  z-index: 2;
  gap: 50px;
  padding: 40px 0;
}
.intro-features .intro-feature {
  flex: 1;
}
.intro-features .intro-feature img {
  height: 50px;
  width: auto;
  margin-bottom: 25px;
  display: inline-block;
}
.intro-features .intro-feature h3 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.3;
}
.intro-features .intro-feature h3 .toned {
  color: rgba(7, 7, 57, 0.5);
}
.intro-features .intro-feature .desc {
  color: rgba(7, 7, 57, 0.6);
  font-size: 22px;
}

.backend-info-w {
  position: relative;
  margin-bottom: 200px;
}
.backend-info-w.dark {
  background-color: #090a22;
}
.backend-info-w.dark:before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.03) 2px, transparent 0);
}
.backend-info-w.dark .backend-info-i .heading h3 strong {
  color: #fff;
}
.backend-info-w.dark .backend-info-i .heading h3 span {
  color: rgba(255, 255, 255, 0.4);
}
.backend-info-w.dark .backend-info-i .heading h3 span.fade {
  color: rgba(255, 255, 255, 0.7);
}
.backend-info-w.dark .backend-info-i .heading .desc {
  color: rgba(255, 255, 255, 0.4);
}
.backend-info-w.dark .backend-info-i .heading .desc > span {
  color: rgba(255, 255, 255, 0.8);
}
.backend-info-w.dark .backend-info-i .heading .desc a {
  color: #fff;
}
.backend-info-w:before {
  content: "";
  top: 40px;
  left: -40px;
  width: 40%;
  height: 85%;
  background: transparent;
  background-image: radial-gradient(#eee 2px, transparent 0);
  background-size: 30px 30px;
  background-position: -29px -29px;
  position: absolute;
  z-index: 1;
}
.backend-info-w .backend-info-i {
  position: relative;
  z-index: 2;
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper {
  position: relative;
  padding-top: 260px;
  padding-bottom: 120px;
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .graphics {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .points {
  display: flex;
  justify-content: space-around;
  top: 80px;
  position: absolute;
  left: 0;
  right: 0;
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .points.low {
  top: auto;
  bottom: 40px;
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .points:before {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  top: 5px;
  z-index: 1;
  content: "";
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .points .point {
  width: 13px;
  height: 13px;
  background-color: #1E7BFF;
  border: 4px solid #002A67;
  box-shadow: 0 0 0 10px #090a22;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: calc(50% - 96px);
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .points .point:first-child {
  left: calc(50% - 591px);
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .points .point:last-child {
  right: calc(50% - 591px);
  left: auto;
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .lines {
  display: flex;
  justify-content: space-around;
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .lines .line {
  width: 1px;
  height: 100%;
  opacity: 0.3;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  left: calc(50% - 90px);
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .lines .line:first-child {
  left: calc(50% - 585px);
}
.backend-info-w .backend-info-i .backend-info-heading-wrapper .lines .line:last-child {
  right: calc(50% - 585px);
  left: auto;
}
.backend-info-w .backend-info-i .heading {
  display: flex;
  align-items: center;
}
.backend-info-w .backend-info-i .heading .desc {
  font-size: 32px;
  color: rgba(7, 7, 57, 0.6);
  flex: 0 0 680px;
  margin-left: auto;
  line-height: 1.5;
}
.backend-info-w .backend-info-i .heading .desc .cta-w {
  margin-top: 15px;
}
.backend-info-w .backend-info-i .heading .desc a {
  display: flex;
  align-items: center;
  font-size: 24px;
  gap: 10px;
  color: #1D7BFF;
  text-decoration: none;
}
.backend-info-w .backend-info-i .heading .desc a:hover {
  color: #0067f8;
}
.backend-info-w .backend-info-i .heading .desc a:hover .label {
  border-bottom-color: #0067f8;
}
.backend-info-w .backend-info-i .heading .desc a .label {
  border-bottom: 2px solid #1D7BFF;
}
.backend-info-w .backend-info-i .heading .desc a i {
  display: block;
  font-size: 26px;
}
.backend-info-w .backend-info-i .fancy-heading {
  padding-bottom: 0;
}
.backend-info-w .backend-info-i .fancy-heading .fade-box-1,
.backend-info-w .backend-info-i .fancy-heading .fade-box-2,
.backend-info-w .backend-info-i .fancy-heading .fade-box-3,
.backend-info-w .backend-info-i .fancy-heading .fade-box-4 {
  height: 143px;
  bottom: -29px;
}
.backend-info-w .info-w {
  flex: 1;
  margin-bottom: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.backend-info-w .info-w h3 {
  font-size: 68px;
  letter-spacing: 0px;
  line-height: 1.1;
  flex: 0;
  color: #969ba9;
  margin-right: 40px;
}
.backend-info-w .info-w h3 strong {
  color: #1D7BFF;
  display: block;
}
.backend-info-w .info-w h3 span {
  color: #070739;
  display: block;
}
.backend-info-w .info-w a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}
.backend-info-w .info-w a span {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.backend-info-w .media-w {
  flex: 1;
  background-color: #fff;
  box-shadow: 0px 30px 70px -3px rgba(0, 0, 0, 0.15), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: -40px 40px 0 40px;
  z-index: 2;
  border-radius: 6px;
  bottom: -40px;
}
.backend-info-w .media-w img {
  width: 100%;
  height: auto;
}
.backend-info-w .media-w .admin-dashboard-arrow {
  position: absolute;
  top: -95px;
  right: 75px;
  content: "";
}
.backend-info-w .media-w .admin-dashboard-arrow:after {
  background-image: url("./assets/images/try.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  background-position: top left;
  position: absolute;
  left: -63px;
  top: 40px;
  background-repeat: no-repeat;
  transform: rotate(-2deg);
  content: "";
}
.backend-info-w .media-w .admin-dashboard-arrow:before {
  background-image: url("./assets/images/arrow.png");
  background-size: contain;
  width: 55px;
  height: 55px;
  background-position: top left;
  position: absolute;
  left: -130px;
  top: 48px;
  background-repeat: no-repeat;
  transform: rotate(370deg) scaleX(-1);
  content: "";
}
.backend-info-w .media-w .frame-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e1e3ea;
}
.backend-info-w .media-w .frame-bar .sandbox-access-link {
  background-color: #1D7BFF;
  color: #fff;
  padding: 20px 22px 20px 21px;
  font-size: 20px;
  line-height: 1;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  box-shadow: 0 0 0 1px #1D7BFF;
}
.backend-info-w .media-w .frame-bar .sandbox-access-link:hover {
  box-shadow: 0 0 0 1px #5099ff;
  text-decoration: none;
  background-color: #5099ff;
}
.backend-info-w .media-w .frame-bar .sandbox-access-link:hover i {
  opacity: 1;
  transform: translateX(10px);
}
.backend-info-w .media-w .frame-bar .sandbox-access-link span {
  display: block;
  border: none;
}
.backend-info-w .media-w .frame-bar .sandbox-access-link i {
  opacity: 0.8;
  display: block;
  transition: all 0.2s ease;
}
.backend-info-w .media-w .frame-bar .browser-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 20px;
}
.backend-info-w .media-w .frame-bar .browser-buttons > div {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.backend-info-w .media-w .frame-bar .browser-buttons > div.button-red {
  background-color: hsl(0, 100%, 69%);
}
.backend-info-w .media-w .frame-bar .browser-buttons > div.button-green {
  background-color: hsl(100, 78%, 56%);
}
.backend-info-w .media-w .frame-bar .browser-buttons > div.button-yellow {
  background-color: hsl(41, 100%, 70%);
}
.backend-info-w .media-w .frame-bar .info-tabs {
  display: flex;
  gap: 40px;
  flex: 0;
  justify-content: flex-end;
  padding-right: 30px;
}
.backend-info-w .media-w .frame-bar .info-tabs .info-tab {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #969ba9;
  padding: 20px 0px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.backend-info-w .media-w .frame-bar .info-tabs .info-tab:hover {
  color: #1D7BFF;
}
.backend-info-w .media-w .frame-bar .info-tabs .info-tab.selected {
  color: #070739;
}
.backend-info-w .media-w .frame-bar .info-tabs .info-tab.selected:before {
  content: "";
  background-color: #1D7BFF;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.backend-info-w .media-w .frame-bar .address {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 15px;
  flex: 1;
  color: #070739;
  font-size: 14px;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.backend-info-w .media-w .frame-bar .address .url {
  padding: 0px 0px 3px;
  line-height: 1;
}
.backend-info-w .media-w .frame-bar .address .secure {
  background-color: hsl(100, 78%, 56%);
  color: #fff;
  padding: 1px 5px 3px;
  line-height: 1;
  border-radius: 6px;
}
.backend-info-w .media-w .frame .media {
  background-size: cover;
  background-position: top left;
  padding-bottom: 48.7%;
  z-index: 2;
  position: relative;
  border-radius: 0 0 8px 8px;
}

.responsive-info {
  display: none;
}

.how-it-works-w {
  margin-top: 50px;
}
.how-it-works-w h2 {
  font-size: 84px;
  letter-spacing: -2px;
  margin-bottom: 70px;
  line-height: 1;
  padding-top: 15px;
  color: #969ba9;
}
.how-it-works-w h2 span {
  display: block;
}
.how-it-works-w h2 span:first-child {
  color: #070739;
}
.how-it-works-w .desc {
  color: rgba(7, 7, 57, 0.6);
  max-width: 580px;
  font-size: 20px;
  margin-bottom: 70px;
}
.how-it-works-w .step-info {
  display: flex;
  align-items: center;
}
.how-it-works-w .step-info h4 span {
  display: block;
}
.how-it-works-w .step {
  line-height: 1;
}
.how-it-works-w .step .number {
  color: #1D7BFF;
  font-size: 64px;
  line-height: 1;
  margin-right: 15px;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
.how-it-works-w .how-it-works-i {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 100px;
  align-items: flex-end;
}
.how-it-works-w .how-it-works-i:before {
  content: "";
  top: -40px;
  right: -60px;
  width: 50%;
  height: 60%;
  background: transparent;
  background-image: radial-gradient(#eee 2px, transparent 0);
  background-size: 30px 30px;
  background-position: -29px -29px;
  position: absolute;
  z-index: 1;
}
.how-it-works-w .how-it-works-i .steps-left-w {
  flex: 1;
  z-index: 2;
}
.how-it-works-w .how-it-works-i .step-wizard-steps {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: #fff;
}
.how-it-works-w .how-it-works-i .step-wizard-steps .wizard-step {
  padding: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.how-it-works-w .how-it-works-i .step-wizard-steps .wizard-step + .wizard-step {
  border-top: 1px solid #f8f8f8;
}
.how-it-works-w .how-it-works-i .step-wizard-steps .wizard-step .status {
  flex: 0 0 20px;
  background-color: #f1fff1;
  border-radius: 20px;
  height: 20px;
  line-height: 25px;
  text-align: center;
  color: #11c751;
}
.how-it-works-w .how-it-works-i .step-wizard-steps .wizard-step .label {
  font-size: 18px;
  font-weight: 700;
  color: #070739;
}
.how-it-works-w .how-it-works-i .step-shortcode-w {
  margin-top: 15px;
  padding: 23px 20px;
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: #fff;
}
.how-it-works-w .how-it-works-i .step-shortcode-w .label {
  font-weight: 700;
  color: rgba(7, 7, 57, 0.6);
  font-size: 16px;
  margin-bottom: 10px;
}
.how-it-works-w .how-it-works-i .step-shortcode-w .shortcode {
  background-color: #f8f8f8;
  color: #1D7BFF;
  display: inline-block;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 14px;
  padding: 3px 3px;
}
.how-it-works-w .how-it-works-i .step-install-w {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  margin-top: 15px;
  border-radius: 0px;
}
.how-it-works-w .how-it-works-i .step-install-w .logo {
  display: block;
  margin-top: 10px;
  width: 14px;
  height: 14px;
  background-color: #1d7bff;
  content: "";
  box-shadow: 14px 14px 0px #1d7bff, 0px 14px 0px #1D7BFF, 21px -7px 0px #1D7BFF;
  margin-bottom: 14px;
  margin-right: 14px;
}
.how-it-works-w .how-it-works-i .step-install-w .logo.animated {
  animation-duration: 1s;
  animation-name: animateLogo;
  animation-iteration-count: infinite;
}
.how-it-works-w .how-it-works-i .step-install-w .step-install-content {
  margin-left: 30px;
  flex: 1;
}
.how-it-works-w .how-it-works-i .step-install-w .step-install-content .blockys {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.how-it-works-w .how-it-works-i .step-install-w .step-install-content .blockys .blocky {
  flex: 0 0 65%;
  height: 15px;
  width: 50px;
  background-color: #EDEEF2;
  border-radius: 2px;
  line-height: 15px;
  margin-right: 10px;
}
.how-it-works-w .how-it-works-i .step-install-w .step-install-content .blockys .blocky:nth-child(2) {
  flex: 0 0 30%;
}
.how-it-works-w .how-it-works-i .step-install-w .step-install-content .step-install-btn {
  background-color: #1D7BFF;
  border: none;
  box-shadow: none;
  padding: 6px 12px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  border-radius: 0px;
}
.how-it-works-w .how-it-works-i .steps-left {
  display: flex;
  justify-content: space-between;
}
.how-it-works-w .how-it-works-i .steps-left .step {
  flex: 0 0 43%;
  position: relative;
}
.how-it-works-w .how-it-works-i .steps-left .step .arrow {
  background-size: contain;
  height: 100px;
  width: 100px;
  background-position: top left;
  position: absolute;
  right: -30px;
  top: 0;
  background-repeat: no-repeat;
}
.how-it-works-w .how-it-works-i .steps-left .step .arrow:before {
  width: 70px;
  height: 70px;
  background-image: linear-gradient(45deg, transparent 50%, #f2f4f6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0.75) rotate(45deg);
}
.how-it-works-w .how-it-works-i .steps-left .step .arrow:after {
  width: 70px;
  height: 70px;
  background-image: linear-gradient(45deg, transparent 50%, #f2f4f6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(40px) scaleY(0.75) rotate(45deg);
}
.how-it-works-w .how-it-works-i .steps-left .step h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0px;
}
.how-it-works-w .how-it-works-i .steps-right {
  flex: 0 0 300px;
  width: 300px;
  position: relative;
  z-index: 2;
}
.how-it-works-w .how-it-works-i .steps-right h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0px;
}
.how-it-works-w .how-it-works-i .steps-right .example-w {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 0px;
}
.how-it-works-w .how-it-works-i .steps-right .example-w .media {
  height: 180px;
  background-size: contain;
  background-position: bottom center;
  border-radius: 4px 4px 0px 0px;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
.how-it-works-w .how-it-works-i .steps-right .example-w .content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.how-it-works-w .how-it-works-i .steps-right .example-w .content .price {
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #1D7BFF;
  font-size: 13px;
}
.how-it-works-w .how-it-works-i .steps-right .example-w .content .text {
  background-image: url("./assets/images/demo-text.png");
  background-size: cover;
  height: 40px;
  background-position: top left;
  margin-bottom: 15px;
}
.how-it-works-w .how-it-works-i .steps-right .example-w .book-btn {
  background-color: #1D7BFF;
  border: none;
  box-shadow: none;
  padding: 8px 12px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  border-radius: 0px;
}

.inside-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.inside-line:nth-child(1) {
  left: 24.99%;
}
.inside-line:nth-child(2) {
  left: 49.99%;
}
.inside-line:nth-child(3) {
  left: 74.99%;
}

.feature-developers {
  position: relative;
  display: flex;
  background-image: linear-gradient(-41deg, #FF5E27 0%, #FFCC7C 71%);
  box-shadow: 0px 10px 25px -5px #ffcfad;
  border-radius: 20px;
  margin-top: 60px;
  align-items: flex-end;
}
.feature-developers .inside-line {
  background-color: rgba(0, 0, 0, 0.05);
}
.feature-developers .content {
  flex: 0 0 50%;
  padding: 100px 80px 100px 80px;
}
.feature-developers .content h2 {
  color: #e0301e;
  font-size: 62px;
  letter-spacing: -3px;
}
.feature-developers .content .desc {
  font-size: 20px;
  color: #774d35;
  margin-bottom: 30px;
}
.feature-developers .tab-hooks {
  padding: 50px 0px 0px 0px;
}
.feature-developers .tab-addon {
  padding: 20px 80px 70px 80px;
}
.feature-developers .media {
  flex: 0 0 50%;
  position: relative;
}
.feature-developers .media .code-snippet {
  height: 496px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom-right-radius: 20px;
}
.feature-developers .media .view-code-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 20px -2px #000;
}
.feature-developers .media .view-code-btn i {
  margin-left: 10px;
}
.feature-developers .tab-developers {
  display: none;
}
.feature-developers .tab-developers img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom-right-radius: 20px;
}
.feature-developers .tab-developers.is-active {
  display: block;
}
.feature-developers .developer-addon-info {
  background-color: #fff;
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1), 16px 16px 0px rgba(0, 0, 0, 0.1);
}
.feature-developers .developer-addon-info .block {
  padding: 25px 60px 40px;
}
.feature-developers .developer-addon-info .block + .block {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-developers .developer-addon-info .block .icon-w {
  color: #5486FF;
  font-size: 26px;
  margin-bottom: 15px;
}
.feature-developers .developer-addon-info .block h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
.feature-developers .developer-addon-info .block .desc {
  font-size: 18px;
  margin-bottom: 15px;
  color: #777c84;
}
.feature-developers .developer-addon-info .block .btn {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  background: #5486FF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}
.feature-developers .developer-addon-info .block .btn span, .feature-developers .developer-addon-info .block .btn i {
  display: inline-block;
  vertical-align: middle;
}
.feature-developers .developer-addon-info .block .btn span + i, .feature-developers .developer-addon-info .block .btn i + span {
  margin-left: 10px;
}
.feature-developers .feature {
  opacity: 0.4;
  background: #FFE6C4;
  box-shadow: 0 2px 5px 0 #FFAE64;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  will-change: transform;
}
.feature-developers .feature:hover {
  opacity: 1;
  box-shadow: 0 4px 8px 0 #ff9331, 0 1px 2px 0 #ff8618;
  transform: translateX(3px);
}
.feature-developers .feature + .feature {
  margin-top: 20px;
}
.feature-developers .feature .media {
  background: #FFEDD3;
  border-radius: 10px;
  padding: 14px;
  color: #D8394A;
  font-size: 24px;
  flex: 0;
}
.feature-developers .feature h4 {
  flex: 1;
  margin-left: 20px;
  padding-right: 10px;
  font-size: 22px;
}
.feature-developers .feature.is-active {
  opacity: 1;
}

.feature-performance {
  background-image: linear-gradient(180deg, #0B1A48 0%, #000C23 100%);
  box-shadow: 0px 10px 25px -5px rgba(0, 47, 130, 0.43);
  border-radius: 20px;
  padding: 100px 50px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 110px;
  position: relative;
}
.feature-performance .inside-line {
  background-color: rgba(255, 255, 255, 0.1);
}
.feature-performance .size-w {
  text-align: center;
  flex: 0 0 50%;
}
.feature-performance .size-w span {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  line-height: 1;
}
.feature-performance .size-w strong {
  line-height: 1;
  display: inline-block;
  color: #85F06F;
  font-weight: 700;
  letter-spacing: -10px;
  font-size: 300px;
  margin-right: 5px;
  margin-left: -40px;
  text-shadow: 0px -1px 0px #fff;
  position: relative;
}
.feature-performance .size-w .speed-tail {
  position: absolute;
  left: 48px;
  bottom: 0px;
  right: -30px;
  transform: translateY(70%);
  background-image: url("./assets/images/speed-tail.png");
  background-size: contain;
  background-position: top center;
  height: 85px;
  background-repeat: no-repeat;
}
.feature-performance .feature-content {
  flex: 0 0 50%;
}
.feature-performance .feature-content h2 {
  font-size: 62px;
  color: #fff;
  letter-spacing: -1px;
}
.feature-performance .feature-content .desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.feature-performance .feature-content .speed-results {
  display: flex;
  justify-content: space-between;
}
.feature-performance .feature-content .speed-results .speed-result {
  flex: 0 0 45%;
}
.feature-performance .feature-content .speed-results .speed-result img {
  display: block;
  width: 100%;
  height: auto;
}

.addons-section {
  margin-top: 140px;
  background-image: linear-gradient(-7deg, #e2ecfb 8%, #FFFFFF 86%);
  border-radius: 18px;
}
.addons-section .addons-section-i {
  background-image: repeating-linear-gradient(45deg, rgba(184, 201, 245, 0.2) 0, rgba(184, 201, 245, 0.2) 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  position: relative;
}
.addons-section .addons-section-i .addons-section-inner {
  padding: 40px 30px 80px;
  position: relative;
}
.addons-section .addons-section-i .inside-line {
  background-color: rgba(184, 201, 245, 0.2);
}
.addons-section .addons-section-i .inside-line:nth-child(1) {
  left: 0%;
}
.addons-section .addons-section-i .inside-line:nth-child(2) {
  left: 25%;
}
.addons-section .addons-section-i .inside-line:nth-child(3) {
  left: 50%;
}
.addons-section .addons-section-i .inside-line:nth-child(4) {
  left: 75%;
}
.addons-section .addons-section-i .inside-line:nth-child(5) {
  left: 100%;
}
.addons-section h2 {
  letter-spacing: -3px;
  font-size: 68px;
  text-align: center;
  margin-bottom: 50px;
}
.addons-section h2 span {
  color: #1D7BFF;
}
.addons-section .featured-addons-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.addons-section .featured-addons-list .addon {
  background: #FFFFFF;
  box-shadow: 5px 5px 8px 0 rgba(37, 70, 178, 0.08), 0 1px 2px 0 rgba(209, 212, 219, 0.31);
  border-radius: 6px;
  text-align: center;
  display: block;
  color: #070739;
  transition: all 0.2s ease-out;
  will-change: transform, box-shadow;
}
.addons-section .featured-addons-list .addon:hover {
  transition: all 0.15s ease-in;
  box-shadow: 10px 10px 14px 0 rgba(37, 70, 178, 0.15), 0 2px 3px 0 rgba(209, 212, 219, 0.45);
  transform: translateY(-3px);
}
.addons-section .featured-addons-list img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px 6px 0 0;
}
.addons-section .featured-addons-list .addon-media {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 190px;
  margin: 0px;
}
.addons-section .featured-addons-list .addon-name {
  padding: 20px 0px;
  margin: 0px 20px;
  font-weight: 700;
  font-size: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.addons-section .featured-addons-list .all-addons-link {
  border: 4px solid #5E89FF;
  text-align: center;
  border-radius: 6px;
  padding-top: 164px;
  display: block;
  position: relative;
}
.addons-section .featured-addons-list .all-addons-link i {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 80px;
  transform: translate(-50%, -50%);
  color: #5E89FF;
}
.addons-section .featured-addons-list .all-addons-link .label {
  padding: 20px 0px;
  font-weight: 700;
  font-size: 18px;
  border-top: 1px solid #5E89FF;
}

.reputation-section {
  background-image: linear-gradient(180deg, #0B1A48 0%, #000C23 100%);
  padding: 140px 0px 60px;
}
.reputation-section .reputation-section-i {
  background-image: url("./assets/images/world-map.png");
  background-size: 978px 513px;
  background-position: top center;
  background-repeat: no-repeat;
}
.reputation-section .location {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.reputation-section .location .state {
  color: rgba(255, 255, 255, 0.4);
}
.reputation-section h2 {
  color: #fff;
  font-size: 68px;
  letter-spacing: -3px;
}
.reputation-section .desc {
  color: #9096AA;
  font-size: 22px;
  max-width: 600px;
}
.reputation-section .attributes {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.reputation-section .attributes .attribute {
  flex: 0 0 25%;
  font-weight: 700;
}
.reputation-section .attributes .attribute .value {
  color: #FFB960;
  font-size: 50px;
  letter-spacing: -2px;
}
.reputation-section .attributes .attribute .label {
  color: #fff;
  font-size: 24px;
}
.reputation-section .attributes .attribute .label span {
  color: rgba(255, 255, 255, 0.4);
}
.reputation-section .testimonials-controls {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.reputation-section .testimonials-controls .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.reputation-section .testimonials-controls .line:first-child {
  margin-right: 20px;
  flex: 0 0 80%;
}
.reputation-section .testimonials-controls .line:last-child {
  margin-left: 20px;
  flex: 1;
}
.reputation-section .testimonials-controls .testimonial-next,
.reputation-section .testimonials-controls .testimonial-prev {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 4px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}
.reputation-section .testimonials-controls .testimonial-next:hover,
.reputation-section .testimonials-controls .testimonial-prev:hover {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
.reputation-section .testimonials-controls .testimonial-prev {
  margin-right: 10px;
}
.reputation-section .testimonials {
  display: flex;
  align-items: flex-start;
  overflow: auto;
  padding-left: 20px;
}
.reputation-section .testimonials .testimonial {
  background-color: #fff;
  margin: 40px 20px;
  border-radius: 4px;
  padding: 20px 30px 30px;
  flex: 0 0 300px;
}
.reputation-section .testimonials .testimonial .stars-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.reputation-section .testimonials .testimonial .stars-w .stars {
  display: flex;
  align-items: center;
  color: #E9A54E;
}
.reputation-section .testimonials .testimonial .stars-w .stars .icon-star {
  margin-right: 3px;
  font-size: 25px;
}
.reputation-section .testimonials .testimonial .stars-w .author {
  color: #999;
  font-weight: 700;
}
.reputation-section .testimonials .testimonial h4 {
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.reputation-section .testimonials .testimonial .desc {
  color: #4f525a;
  font-size: 16px;
}

.special-w {
  margin-top: 120px;
  position: relative;
}
.special-w:before {
  content: "";
  top: -40px;
  right: -60px;
  width: 66%;
  height: 300px;
  background: transparent;
  background-image: radial-gradient(#eee 2px, transparent 0);
  background-size: 30px 30px;
  background-position: -29px -29px;
  position: absolute;
  z-index: 1;
}
.special-w h2 {
  font-size: 84px;
  letter-spacing: -2px;
  margin-bottom: 70px;
  line-height: 1;
  padding-top: 15px;
  color: #969ba9;
}
.special-w h2 span {
  color: #070739;
}
.special-w .special-boxes {
  display: flex;
  justify-content: space-between;
}
.special-w .special-boxes .special-box-w {
  flex: 0 0 25%;
  width: 25%;
  opacity: 0.6;
  transition: flex 0.45s cubic-bezier(0.25, 1.1, 0.5, 1.02), opacity 0.45s ease-out;
  overflow: hidden;
  will-change: width, opacity;
}
.special-w .special-boxes .special-box-w + .special-box-w {
  padding-left: 2%;
}
.special-w .special-boxes .special-box {
  padding: 40px 10px 40px 40px;
  background-image: linear-gradient(147deg, #F0F4F7 12%, #F0F4F7 79%);
  border-radius: 15px;
  position: relative;
  height: 250px;
}
.special-w .special-boxes .special-box h4 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: -1px;
  white-space: nowrap;
}
.special-w .special-boxes .special-box h4 span {
  color: #7C8C9A;
}
.special-w .special-boxes .special-box .desc-w {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1);
  will-change: transform, opacity;
}
.special-w .special-boxes .special-box .desc {
  margin-bottom: 20px;
  color: #636A86;
  font-size: 18px;
  width: 310px;
}
.special-w .special-boxes .special-box .btn {
  display: inline-block;
  white-space: nowrap;
  padding: 6px 10px;
  color: #fff;
  font-weight: 700;
  background: #1D7BFF;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}
.special-w .special-boxes .special-box .btn span, .special-w .special-boxes .special-box .btn i {
  vertical-align: middle;
  display: inline-block;
}
.special-w .special-boxes .special-box .btn i {
  margin-left: 5px;
}
.special-w .special-boxes .special-box .media {
  position: absolute;
  bottom: -70px;
  right: 0px;
  height: 210px;
  width: 210px;
  border-radius: 6px 0px 0px 0px;
  background: #FFFFFF;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.11), 0 1px 2px 0 rgba(209, 212, 219, 0.31);
  background-size: cover;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  padding: 5px;
  transition: transform 0.2s ease-out;
  z-index: 2;
  will-change: transform;
}
.special-w .special-boxes .special-box .stripes-bg {
  position: absolute;
  bottom: -40px;
  width: 240px;
  right: 0px;
  top: 75px;
  background-image: url("./assets/images/stripes-special.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
.special-w .special-boxes:not(:hover) .special-box-w:first-child, .special-w .special-boxes:hover .special-box-w:hover {
  flex: 0 0 50%;
  width: 50%;
  opacity: 1;
}
.special-w .special-boxes:not(:hover) .special-box-w:first-child .special-box, .special-w .special-boxes:hover .special-box-w:hover .special-box {
  padding-right: 240px;
}
.special-w .special-boxes:not(:hover) .special-box-w:first-child .special-box .media, .special-w .special-boxes:hover .special-box-w:hover .special-box .media {
  transform: translate3d(10px, -70px, 0px);
}
.special-w .special-boxes:not(:hover) .special-box-w:first-child .special-box .desc-w, .special-w .special-boxes:hover .special-box-w:hover .special-box .desc-w {
  opacity: 1;
  transform: translateY(0px);
}
.special-w .special-boxes:not(:hover) .special-box-w:first-child .special-box .stripes-bg, .special-w .special-boxes:hover .special-box-w:hover .special-box .stripes-bg {
  top: 30px;
  width: 250px;
}

.feature-tiles {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}
.feature-tiles .feature-tile-column {
  flex: 0 0 46%;
}
.feature-tile {
  background-image: linear-gradient(147deg, #f9fafd 12%, #F0F4F7 79%);
  padding: 100px 0px;
  position: relative;
  margin-bottom: 50px;
  border-radius: 20px;
}
.feature-tile.color-two {
  background-image: linear-gradient(147deg, #FFF4E9 12%, #E7DAF4 79%);
}
.feature-tile.color-two .feature-desc h3 {
  color: #FD6C6C;
  border-bottom-color: #ead8e3;
}
.feature-tile.color-two .feature-desc .tag {
  background-color: #5E89FF;
}
.feature-tile.color-two .feature-desc .desc {
  color: rgba(103, 60, 78, 0.71);
}
.feature-tile.color-three {
  background-image: linear-gradient(147deg, #f6fbff 12%, #dae1f4 79%);
}
.feature-tile.color-three .feature-desc h3 {
  color: #3882ff;
}
.feature-tile.color-three .feature-desc .tag {
  background-color: #2e3381;
}
.feature-tile.color-three .feature-desc .desc {
  color: rgba(91, 100, 127, 0.85);
}
.feature-tile .feature-desc {
  max-width: 440px;
  margin: 0px auto;
  margin-bottom: 60px;
  text-align: center;
}
.feature-tile .feature-desc .tag {
  color: #3881ff;
  font-weight: 700;
  padding: 1px 0px;
  display: inline-block;
  font-size: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #3881ff;
}
.feature-tile .feature-desc h3 {
  font-size: 52px;
  color: #2f3481;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.feature-tile .feature-desc .desc {
  font-size: 20px;
  color: rgba(102, 113, 148, 0.85);
}
.feature-tile .feature-media-w {
  position: relative;
}
.feature-tile .feature-media-w:after {
  content: "";
  position: absolute;
  bottom: 0px;
  top: -80px;
  left: 20px;
  right: -20px;
  background-image: url("./assets/images/stripes-feature.png");
  background-size: cover;
  background-position: top left;
  z-index: 1;
}

.media-phone-w {
  background: #FFFFFF;
  border: 1px solid #768FFF;
  border-radius: 40px;
  padding: 9px;
  width: 240px;
  margin: 0px auto;
  box-shadow: 8px 8px 0px 0px rgba(118, 143, 255, 0.25);
  position: relative;
}
.media-phone-w .media-phone-screen-w {
  border: 1px solid #BAC7FF;
  border-radius: 30px;
  overflow: hidden;
  padding-top: 20px;
}
.media-phone-w .notch {
  height: 20px;
  width: 48%;
  border: 1px solid #BAC7FF;
  border-top: none;
  border-radius: 0px 0px 18px 18px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  top: 9px;
  background-color: #fff;
}
.media-phone-w .media-phone-screen {
  padding-bottom: 200%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.feature-tile.feature-responsive .feature-media-w {
  position: relative;
}
.feature-tile.feature-responsive .media-phone-w {
  position: relative;
  z-index: 3;
  transform: translate(-30%, 0%);
  width: 250px;
  border-radius: 38px;
}
.feature-tile.feature-responsive .media-phone-w .media-phone-screen-w {
  border-radius: 30px;
}
.feature-tile.feature-responsive .media-phone-w .media-phone-screen-w img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-tile.feature-responsive .media-phone-w.floated {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -28%) scale(0.9);
  opacity: 0.8;
}

.feature-tile.feature-agent-dashboard .feature-media-w {
  position: relative;
}
.feature-tile.feature-agent-dashboard .login-box-w {
  position: absolute;
  left: 50px;
  padding: 30px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 8px 8px 20px 0 rgba(33, 43, 79, 0.21), 2px 2px 4px 0 rgba(74, 108, 173, 0.41);
  background-color: #fff;
  border-radius: 8px;
  z-index: 4;
}
.feature-tile.feature-agent-dashboard .login-box-w .icon-w {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fdc46c;
}
.feature-tile.feature-agent-dashboard .login-box-w .some-field {
  border-bottom: 1px solid #333;
  padding: 5px 0px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.feature-tile.feature-agent-dashboard .login-box-w .some-btn {
  margin-top: 20px;
  padding: 5px 15px;
  background-color: #1D7BFF;
  border: 1px solid #005ddf;
  box-shadow: 0 2px 0 0 rgba(178, 194, 246, 0.5);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 18px;
}
.feature-tile.feature-agent-dashboard .login-box-w .arrow {
  background-image: url("./assets/images/curved-arrow.png");
  background-size: contain;
  width: 110px;
  height: 85px;
  background-position: top left;
  position: absolute;
  left: 40%;
  top: 91%;
  background-repeat: no-repeat;
}
.feature-tile.feature-agent-dashboard .media-phone-w {
  position: relative;
  z-index: 3;
  transform: translate(31%, 0%);
}
.feature-tile.feature-agent-dashboard .media-phone-w img {
  width: 100%;
  height: auto;
  display: block;
}
.feature-tile.feature-agent-dashboard .media-phone-w.floated {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -25%) scale(0.9);
  opacity: 0.8;
}

.feature-tile.feature-interface .feature-media-w {
  padding: 0px 25px;
}
.feature-tile.feature-interface .feature-media-w .booking-form-w {
  z-index: 2;
  position: relative;
  width: 350px;
  margin: 0px auto;
}

.feature-tile.feature-wizard .feature-media-w {
  padding: 0px 50px;
}
.feature-tile.feature-wizard .feature-media-w img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.feature-tile.feature-wizard .feature-wizard-w {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 85%;
  background-size: contain;
}

.feature-tile.feature-customer-cabinet .feature-media-w {
  padding: 0px 15%;
}
.feature-tile.feature-customer-cabinet .feature-media-w img {
  display: bloock;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  box-shadow: 0 5px 12px 0 rgba(79, 61, 33, 0.11), 0 1px 2px 0 rgba(70, 80, 99, 0.31);
  border-radius: 6px;
}

.integrations-feature-wrapper {
  background-color: #f5f7f9;
  position: relative;
  padding: 20px 0;
  margin: 100px 0;
}
.integrations-feature-wrapper:before {
  content: "";
  top: -30px;
  right: 0;
  left: 40%;
  bottom: -40px;
  background: transparent;
  background-image: radial-gradient(#e4e7e8 2px, transparent 0);
  background-size: 30px 30px;
  position: absolute;
  z-index: 1;
}

.feature-tile.feature-integrations {
  display: flex;
  align-items: center;
  background-image: none;
  margin-top: 60px;
  padding: 100px 0px 100px 0px;
  position: relative;
  border: none;
  border-radius: 20px;
}
.feature-tile.feature-integrations:before {
  display: none;
}
.feature-tile.feature-integrations .feature-desc {
  padding-top: 0px;
  flex: 0 0 410px;
  max-width: 410px;
  margin-right: 55px;
  text-align: left;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
.feature-tile.feature-integrations .feature-desc .feature-trigger {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 15px;
}
.feature-tile.feature-integrations .feature-desc .feature-trigger .label {
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  background-color: #1D7BFF;
  color: #fff;
}
.feature-tile.feature-integrations .feature-desc .feature-trigger span {
  color: #070739;
}
.feature-tile.feature-integrations .feature-desc .feature-trigger .logo {
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
  width: 11px;
  height: 11px;
  background-color: #1d7bff;
  content: "";
  box-shadow: 11px 11px 0px #1d7bff, 0px 11px 0px #1D7BFF, 16.5px -5.5px 0px #1D7BFF;
  margin-bottom: 17px;
  margin-right: 11px;
}
.feature-tile.feature-integrations .feature-desc .tag {
  background-color: #5d89ff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  padding: 2px 8px;
}
.feature-tile.feature-integrations .feature-desc h3 {
  text-align: left;
  color: #070739;
  font-size: 70px;
  letter-spacing: -1px;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.feature-tile.feature-integrations .feature-desc h3 .toned-down {
  color: rgba(7, 7, 57, 0.5);
}
.feature-tile.feature-integrations .feature-desc .desc {
  color: #8a91ab;
  margin-bottom: 25px;
  font-size: 24px;
}
.feature-tile.feature-integrations .feature-media-w {
  flex: 1;
  margin-left: 30px;
  z-index: 2;
  position: relative;
}
.feature-tile.feature-integrations .feature-media-w:after {
  display: none;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 2;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column {
  position: relative;
  margin-left: auto;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .label {
  text-align: left;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  background-color: #1D7BFF;
  display: inline-block;
  color: #fff;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-double-arrow-left {
  top: 17%;
  height: 1px;
  right: 100%;
  transform: translateX(-30px);
  width: 20px;
  border-radius: 2px;
  border-top: 4px solid #72acf8;
  position: absolute;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-double-arrow-left:before {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-right-color: #72acf8;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -30px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-double-arrow-left:after {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-right-color: #72acf8;
  opacity: 0.4;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -20px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-double-arrow-right {
  top: 80%;
  height: 1px;
  right: 100%;
  transform: translateX(-40px);
  width: 20px;
  border-radius: 2px;
  border-top: 4px solid #72acf8;
  position: absolute;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-double-arrow-right:before {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -30px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-double-arrow-right:after {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  opacity: 0.4;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -20px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-single-arrow {
  top: 50%;
  height: 1px;
  right: 100%;
  transform: translateX(-50px);
  width: 20px;
  border-top: 4px solid #72acf8;
  position: absolute;
  border-radius: 2px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-single-arrow:before {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -30px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-single-arrow:after {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  opacity: 0.4;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -20px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .sub-arrow-zoom {
  top: 26px;
  height: 1px;
  right: 100%;
  transform: translateX(-42px);
  width: 20px;
  border-top: 4px solid #72acf8;
  position: absolute;
  border-radius: 2px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .sub-arrow-zoom:before {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -30px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .sub-arrow-zoom:after {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  opacity: 0.4;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -20px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .sub-arrow-google {
  top: 30px;
  height: 40px;
  right: 100%;
  transform: translateX(-44px);
  width: 40px;
  border-left: 4px solid #72acf8;
  border-top: 4px solid #72acf8;
  border-radius: 20px 0px 0px 0px;
  position: absolute;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .sub-arrow-google:before {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -30px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .sub-arrow-google:after {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  opacity: 0.4;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -20px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .arrow-part-one {
  top: 60px;
  right: 100%;
  transform: translateX(-80px);
  bottom: 26px;
  width: 90px;
  border-right: 4px solid #72acf8;
  border-bottom: 4px solid #72acf8;
  border-radius: 0px 0px 20px 0px;
  position: absolute;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .arrow-part-one:before {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: -30px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .arrow-part-one:after {
  border: 4px solid #72acf8;
  border-radius: 4px;
  border-left-color: #72acf8;
  opacity: 0.4;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: -20px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column + .integration-column {
  margin-left: 90px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .blue-box {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  font-weight: 700;
  color: #070739;
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .blue-box + .blue-box {
  margin-top: 118px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .blue-box .two-way-sync {
  top: 50%;
  left: -14px;
  transform: translate(-100%, -50%);
  background-color: #f95c4b;
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  position: absolute;
  font-size: 12px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .white-box {
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-size: 20px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .white-box.box-twilio, .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .white-box.box-google {
  padding: 12px 25px;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .white-box img {
  height: 32px;
  width: auto;
  display: block;
  margin: 0px auto;
}
.feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .white-box + .white-box {
  margin-top: 119px;
}

.feature-payments-w {
  background-image: linear-gradient(147deg, #F5F8FE 12%, #E4EFFF 79%);
  background-image: none;
  border-radius: 20px;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  position: relative;
}
.feature-payments-w .inside-line {
  background-color: rgba(58, 114, 248, 0.1);
}
.feature-payments-w .media-w {
  flex: 1;
  padding-right: 125px;
  padding-left: 0px;
  position: relative;
}
.feature-payments-w .media-w:before {
  content: "";
  position: absolute;
  bottom: -80px;
  top: -80px;
  left: -20px;
  right: 60px;
  background-image: url("./assets/images/stripes-feature.png");
  background-size: cover;
  background-position: top left;
  z-index: 1;
}
.feature-payments-w .media-w .screenshot {
  padding-bottom: 102%;
  border: 1px solid #b7caef;
  background-size: contain;
  background-color: #fff;
  border-radius: 8px;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 15px 0 #cee2f9, 5px 5px 1px 0 #bad2ec;
  position: relative;
  z-index: 2;
}
.feature-payments-w .content-w {
  flex: 0 0 50%;
  padding-right: 0px;
}
.feature-payments-w .content-w .list-cols {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.feature-payments-w .content-w .list-cols .list-col {
  flex: 0;
}
.feature-payments-w .content-w .list-cols .list-col .item {
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: 700;
  color: #001C73;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}
.feature-payments-w .content-w .list-cols .list-col .item:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #28d082;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.feature-payments-w .content-w .list-cols .list-col .item:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "latepointicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  position: absolute;
  color: #fff;
  left: 0px;
  font-size: 16px;
  top: 42%;
  transform: translateY(-50%);
}
.feature-payments-w .content-w .tag {
  background-color: #5C8CFF;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  padding: 1px 8px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.feature-payments-w .content-w h3 {
  text-align: left;
  font-size: 80px;
  letter-spacing: -5px;
  border-bottom: none;
  padding-bottom: 0px;
  line-height: 1;
  margin-bottom: 20px;
}
.feature-payments-w .content-w .desc {
  color: #8695b3;
  margin-bottom: 30px;
  font-size: 20px;
}
.feature-payments-w .content-w .payment-gateways {
  box-shadow: 7px 7px 15px 0 #cee2f9, 5px 5px 1px 0 #bad2ec;
  border: 1px solid #b7caef;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.feature-payments-w .content-w .payment-gateways .note {
  border-top: 1px solid #e2ddd7;
  color: #9A8C7B;
  background: #FFF5E9;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.feature-payments-w .content-w .payment-gateways img {
  max-width: 100%;
  display: block;
}

.feature-tile.feature-notifications .feature-desc img {
  height: 35px;
  width: auto;
  display: block;
  margin: 0px auto 30px;
}
.feature-tile.feature-notifications .feature-media-w {
  display: flex;
}
.feature-tile.feature-notifications .feature-media-w img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-tile.feature-notifications .feature-media-w .media-column {
  flex: 0 0 50%;
  position: relative;
  z-index: 2;
}
.feature-tile.feature-notifications .feature-media-w .media-column .to-label {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 24px;
}
.feature-tile.feature-notifications .feature-media-w .media-column .to-label span {
  color: rgba(7, 7, 57, 0.6);
}
.feature-tile.feature-notifications .feature-media-w .media-column .to-label strong.to-customer {
  color: #FD6C6C;
}
.feature-tile.feature-notifications .feature-media-w .media-column .to-label strong.to-agent {
  color: #5E89FF;
}
.feature-tile.feature-notifications .feature-media-w .media-column .media-phone-w {
  width: 196px;
  border-radius: 30px;
  padding: 7px;
}
.feature-tile.feature-notifications .feature-media-w .media-column .media-phone-w .notch {
  height: 14px;
  top: 7px;
  border-radius: 0px 0px 12px 12px;
}
.feature-tile.feature-notifications .feature-media-w .media-column .media-phone-w .media-phone-screen-w {
  border-radius: 25px;
}

.sandbox-request-wrapper {
  background-color: #0B1A48;
  background-image: url("./assets/images/sandbox-bg.jpg");
  background-size: cover;
  background-position: center right;
  position: relative;
  padding: 70px 50px;
  overflow: hidden;
  box-shadow: 0px 10px 25px -5px rgba(0, 47, 130, 0.43);
  margin: -1px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.sandbox-request-wrapper h3 {
  color: #fff;
  line-height: 1;
  letter-spacing: -2px;
  font-size: 52px;
  margin-bottom: 20px;
}
.sandbox-request-wrapper .desc {
  color: #8F99AD;
  margin-bottom: 30px;
  width: 270px;
  font-size: 18px;
}
.sandbox-request-wrapper a {
  background: #ff4857;
  border: 1px solid #01091B;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
}
.sandbox-request-wrapper a i, .sandbox-request-wrapper a span {
  display: inline-block;
  vertical-align: middle;
}
.sandbox-request-wrapper a span {
  margin-right: 10px;
}
.sandbox-request-wrapper .screenshot {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 200px;
  height: 210px;
  background-size: cover;
  border-radius: 4px;
  border-radius: 6px 0px 20px 0px;
}

.container.narrow .page-with-text {
  padding-top: 40px;
}

.changelog-w {
  padding: 160px 0 0;
}
.changelog-w .changelog-heading h1 {
  font-size: 52px;
}
.changelog-w .changelog-heading p {
  color: rgba(7, 7, 57, 0.6);
  margin-bottom: 20px;
  font-size: 18px;
}
.changelog-w .container {
  position: relative;
}
.changelog-w .version-summary .version-media {
  margin: 50px 0;
  padding: 50px;
  background: #f7f8fa;
  background-image: radial-gradient(rgba(40, 55, 68, 0.1) 1px, transparent 0);
  background-size: 15px 15px;
  background-position: -14px -14px;
  border-radius: 6px;
  text-align: center;
}
.changelog-w .version-summary .version-media video {
  width: 100%;
  display: block;
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0 auto;
}
.changelog-w .version-summary .version-media img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0 auto;
}
.changelog-w .version-summary .version-media img.narrow {
  width: 60%;
}
.changelog-w .container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 800px;
  right: 0;
  background-color: #fff;
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 0);
  background-size: 25px 25px;
  z-index: -1;
}
.changelog-w h1 {
  font-size: 52px;
}
.changelog-w .changelog-inner {
  max-width: 860px;
  margin: 0 auto;
}
.changelog-w .changelog-inner > h3 {
  display: none;
}
.changelog-w .changelog-actions {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
  margin-bottom: 40px;
}
.changelog-w .changelog-actions a {
  display: inline-block;
  border-bottom: 1px dotted #1D7BFF;
  color: #1D7BFF;
}
.changelog-w .latepoint-version {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.changelog-w .latepoint-version:last-child {
  margin-bottom: 0;
}
.changelog-w .latepoint-version .version-summary h4 {
  margin-bottom: 5px;
}
.changelog-w .latepoint-version .version-summary h4:not(:first-child) {
  margin-top: 20px;
}
.changelog-w .latepoint-version .version-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.changelog-w .latepoint-version .version-head .version-number {
  color: #1D7BFF;
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  background-color: #000;
}
.changelog-w .latepoint-version .version-head .version-release-date {
  color: rgba(7, 7, 57, 0.6);
}
.changelog-w .latepoint-version .version-fix,
.changelog-w .latepoint-version .version-new {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.changelog-w .latepoint-version .version-fix:before,
.changelog-w .latepoint-version .version-new:before {
  position: absolute;
  width: 5px;
  height: 2px;
  background-color: #111;
  left: 0px;
  top: 10px;
  content: "";
}

.pricing-heading {
  padding: 100px 0 80px 0;
  position: relative;
}
.pricing-heading:after {
  content: "";
  bottom: 0;
  right: -40px;
  width: 20%;
  height: 60%;
  background: transparent;
  background-image: radial-gradient(#eee 2px, transparent 0);
  background-size: 30px 30px;
  background-position: -29px -29px;
  position: absolute;
  z-index: -1;
}
.pricing-heading:before {
  content: "";
  top: 0;
  left: -40px;
  width: 20%;
  height: 80%;
  background: transparent;
  background-image: radial-gradient(#eee 2px, transparent 0);
  background-size: 30px 30px;
  background-position: -29px -29px;
  position: absolute;
  z-index: -1;
}
.pricing-heading h1 {
  font-size: 84px;
  line-height: 1;
  margin: 0;
}
.pricing-heading h1 span {
  color: rgba(7, 7, 57, 0.6);
}
.pricing-heading .sub-heading {
  font-size: 20px;
  margin-top: 15px;
  color: #070739;
  display: flex;
  gap: 30px;
  align-items: center;
}
.pricing-heading .sub-heading .sub-heading-item {
  gap: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.pricing-heading .sub-heading .sub-heading-item i {
  color: #070739;
}
.pricing-heading .sub-heading .sub-heading-item span {
  color: rgba(7, 7, 57, 0.6);
}
.pricing-heading .sub-heading .sub-heading-item span strong {
  color: #070739;
  border-bottom: 1px dotted #070739;
}
.pricing-heading .sub-heading a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin-left: 5px;
}
.pricing-heading .sub-heading a span {
  display: block;
  border-bottom: 1px dotted #1D7BFF;
}
.pricing-heading .sub-heading a:hover span {
  border-bottom-style: solid;
}

.lifetime-offer-wrapper .pricing-plans-intro {
  padding-bottom: 20px;
}
.lifetime-offer-wrapper .limited {
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}
.lifetime-offer-wrapper .payment-types-w {
  display: flex;
  justify-content: center;
}
.lifetime-offer-wrapper .payment-types {
  display: flex;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2.5px #eee;
  justify-content: center;
}
.lifetime-offer-wrapper .payment-types .payment-type {
  padding: 8px 20px;
  font-weight: 700;
  color: #343460;
  border: 2.5px solid transparent;
  font-size: 20px;
  border-radius: 8px;
}
.lifetime-offer-wrapper .payment-types .payment-type.active {
  border-color: #070739;
  color: #070739;
}
.lifetime-offer-wrapper .pricing-w {
  border-top: none;
}
.lifetime-offer-wrapper .pricing-heading {
  z-index: 2;
  position: relative;
}
.lifetime-offer-wrapper .seats {
  padding-bottom: 40px;
}
.lifetime-offer-wrapper .seats .seat-category {
  display: none;
}
.lifetime-offer-wrapper .seats .seat-category.active {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
.lifetime-offer-wrapper .seats .seat {
  flex: 1;
  padding: 40px;
  background-image: linear-gradient(to top, #f8e8e3 0%, #ffe9ff 100%);
  border-radius: 40px;
}
.lifetime-offer-wrapper .seats .seat:first-child {
  background-image: linear-gradient(135deg, #f2f3ff 0%, #f2f5ff 100%);
}
.lifetime-offer-wrapper .seats .seat:first-child h2 {
  font-size: 38px;
}
.lifetime-offer-wrapper .seats .seat:nth-child(2) .sub-heading span {
  font-size: 22px;
}
.lifetime-offer-wrapper .seats .seat:last-child {
  background-image: linear-gradient(45deg, #ffadd1 0%, #fad0c4 99%, #fad0c4 100%);
}
.lifetime-offer-wrapper .seats .seat:last-child h2 {
  font-size: 78px;
}
.lifetime-offer-wrapper .seats .seat:last-child .sub-heading span {
  font-size: 24px;
  background-color: rgb(255, 246, 128);
}
.lifetime-offer-wrapper .seats .seat:last-child .big-price {
  font-size: 58px;
}
.lifetime-offer-wrapper .seats .seat h2 {
  font-size: 58px;
  text-shadow: -2px -2px 0px rgba(255, 255, 255, 0.8);
}
.lifetime-offer-wrapper .seats .seat .sub-info {
  padding-bottom: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.lifetime-offer-wrapper .seats .seat .sub-info a {
  border-bottom: 1px dotted #070739;
  color: #070739;
  display: inline-block;
}
.lifetime-offer-wrapper .seats .seat .sub-heading {
  color: #070739;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}
.lifetime-offer-wrapper .seats .seat .sub-heading span {
  background-color: #fff;
  color: #070739;
  padding: 1px 8px;
  display: inline-block;
  font-weight: 700;
  border-radius: 8px;
  line-height: 1.2;
}
.lifetime-offer-wrapper .seats .seat .prices {
  display: flex;
  align-items: baseline;
}
.lifetime-offer-wrapper .seats .seat .prices + .price-button-wrapper {
  margin-top: 25px;
}
.lifetime-offer-wrapper .seats .seat .original-price {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  line-height: 1.1;
  margin-right: 10px;
}
.lifetime-offer-wrapper .seats .seat .original-price:after {
  content: "";
  top: 40%;
  left: -2px;
  right: -2px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.lifetime-offer-wrapper .seats .seat .big-price {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  color: #1D7BFF;
}
.lifetime-offer-wrapper .seats .seat .big-price-note {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.1;
}
.lifetime-offer-wrapper .seats .seat .split-pay-label {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 20px;
  color: #070739;
}
.lifetime-offer-wrapper .seats .seat .split-pay-label span span {
  font-size: 12px;
  color: #343460;
  display: inline-block;
  vertical-align: text-top;
}
.lifetime-offer-wrapper .seats .seat .split-pay-label input {
  border: 1px solid #000;
  margin: 0;
  padding: 0;
}
.lifetime-offer-wrapper .seats .seat .price-payments-count {
  color: rgba(7, 7, 57, 0.6);
}
.lifetime-offer-wrapper .seats .seat .price-before {
  font-size: 32px;
  line-height: 1.1;
  color: rgba(7, 7, 57, 0.6);
  position: relative;
}
.lifetime-offer-wrapper .seats .seat .price-before:before {
  position: absolute;
  top: 55%;
  height: 2px;
  width: 100%;
  content: "";
  background-color: hsla(0, 100%, 65%, 0.8);
}
.lifetime-offer-wrapper .seats .seat .split-pay-option {
  margin-bottom: 30px;
  font-size: 16px;
  background-color: #e2fbd6;
  padding: 3px 6px;
  border-radius: 4px;
  color: #000;
}
.lifetime-offer-wrapper .seats .seat .split-pay-option .tip {
  color: #000;
  font-weight: 700;
  margin-right: 5px;
}
.lifetime-offer-wrapper .seats .seat .split-pay-option label {
  display: flex;
  gap: 10px;
}
.lifetime-offer-wrapper .seats .seat a.purchase-btn {
  padding: 12px 20px;
  background-color: #fff;
  display: flex;
  border: none;
  gap: 20px;
  align-items: center;
  color: #070739;
  font-size: 24px;
  font-weight: 700;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.2);
  position: relative;
}
.lifetime-offer-wrapper .seats .seat a.purchase-btn.loading {
  color: transparent !important;
}
.lifetime-offer-wrapper .seats .seat a.purchase-btn.loading:before {
  display: block;
  content: "";
  width: 20px !important;
  height: 20px !important;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
}
.lifetime-offer-wrapper .seats .seat a.purchase-btn:hover {
  box-shadow: 0 0 0 2px #070739;
  background-color: #070739;
  color: #fff;
}
.lifetime-offer-wrapper .seats .seat a.purchase-btn:hover i {
  transform: translateX(5px);
  opacity: 1;
}
.lifetime-offer-wrapper .seats .seat a.purchase-btn span {
  transition: all 0.2s ease;
}
.lifetime-offer-wrapper .seats .seat a.purchase-btn i {
  margin-left: auto;
  transition: all 0.2s ease;
  transform: translateX(-5px);
}
.lifetime-offer-wrapper .seats.dark .seat:first-child {
  background-image: linear-gradient(135deg, #ffffff 0%, #fcfb08 100%);
}
.lifetime-offer-wrapper .seats.dark .seat:last-child {
  background-image: linear-gradient(135deg, #eeff7a 0%, #91f000 100%);
}
.lifetime-offer-wrapper .seats.dark .seat:last-child .sub-heading span {
  background-color: #fff;
}
.lifetime-offer-wrapper .seats.dark .seat {
  background-image: linear-gradient(135deg, #f7ffc2 0%, #c1e701 100%);
}
.lifetime-offer-wrapper .seats.dark .seat h2 {
  color: #000;
}
.lifetime-offer-wrapper .seats.dark .seat a.purchase-btn {
  background-color: #000;
  color: #fff;
}
.lifetime-offer-wrapper .seats.dark .seat a.purchase-btn:hover {
  background-color: #000;
  color: #fff;
}
.lifetime-offer-wrapper .seats.dark .seat .big-price {
  color: #000;
}

.is-dark-style .features-comparison-table .feature-row .feature-column .plan-name {
  color: #fff;
}
.is-dark-style .features-comparison-table .feature-row .feature-column .plan-price {
  color: #deff07;
}
.is-dark-style .features-comparison-table .feature-row .feature-column .plan-price span {
  color: #989898;
  font-size: 20px;
}
.is-dark-style .features-comparison-table .feature-row .feature-column .feature-heading {
  color: #fff;
}
.is-dark-style .features-comparison-table .feature-row .feature-column .feature-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.is-dark-style .features-comparison-table .feature-row .feature-column .icon-check {
  background-color: #000;
  color: #deff07;
  font-size: 28px;
}
.is-dark-style .lifetime-offer-wrapper .price-toggles-w .toggle-label {
  display: none;
}
.is-dark-style .features-comparison-table .feature-row {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.is-dark-style .features-comparison-wrapper .feature-comparison-header {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.is-dark-style .features-comparison-wrapper .feature-comparison-header h3 {
  color: #fff;
}
.is-dark-style .features-comparison-wrapper .feature-comparison-header .feature-comparison-sub-heading {
  color: rgba(255, 255, 255, 0.8);
}
.is-dark-style .features-comparison-wrapper .feature-comparison-header .feature-comparison-sub-heading strong {
  color: #deff07;
  border-bottom-color: #deff07;
}
.is-dark-style .toggles {
  background-color: #222;
}
.is-dark-style .lifetime-offer-wrapper .pricing-heading:before,
.is-dark-style .lifetime-offer-wrapper .pricing-heading:after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 2px, transparent 0);
}
.is-dark-style .lifetime-offer-wrapper .pricing-heading h1 {
  color: #deff07;
  line-height: 1.1;
  font-size: 115px;
}
.is-dark-style .lifetime-offer-wrapper .pricing-heading h1 .line:first-child {
  font-size: 170px;
}
.is-dark-style .lifetime-offer-wrapper .pricing-heading h1 span {
  color: #fff;
}
.is-dark-style .lifetime-offer-wrapper .pricing-heading .sub-heading .sub-heading-item span strong {
  color: #deff07;
}
.is-dark-style .lifetime-offer-wrapper .pricing-heading .sub-heading .sub-heading-item i {
  color: #deff07;
}
.is-dark-style .lifetime-offer-wrapper .pricing-heading .sub-heading {
  font-size: 24px;
}
.is-dark-style .lifetime-offer-wrapper .pricing-heading .sub-heading .sub-heading-item span {
  color: rgba(255, 255, 255, 0.7);
}
.is-dark-style .lifetime-offer-wrapper .toggles .special-pill {
  background-color: #deff07;
  background-image: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  color: #000;
}
.is-dark-style .lifetime-offer-wrapper .price-toggles-w .toggle-label {
  color: #fff;
}
.is-dark-style .lifetime-offer-wrapper .toggles .toggler-btn {
  color: #fff;
}
.is-dark-style .lifetime-offer-wrapper .toggles .toggler-btn:hover {
  color: #fff;
}
.is-dark-style .lifetime-offer-wrapper .toggles .toggler-btn.active {
  color: #000;
}

.page-template-page-pricing-black-friday {
  background-color: #000;
}
.page-template-page-pricing-black-friday .reasons-grid .reason-tile {
  text-align: center;
  padding: 30px;
}
.page-template-page-pricing-black-friday .reasons-grid {
  gap: 80px;
}
.page-template-page-pricing-black-friday .faq-wrapper .faq-heading {
  color: #fff;
}
.page-template-page-pricing-black-friday .faq-wrapper .faq-item {
  color: #fff;
  border-bottom-color: #fff;
}
.page-template-page-pricing-black-friday .faq-wrapper .faq-item .fi-title {
  color: #fff;
}
.page-template-page-pricing-black-friday .faq-wrapper .faq-item .fi-content {
  color: rgba(255, 255, 255, 0.7);
}
.page-template-page-pricing-black-friday .main-menu .menu li > a {
  color: #fff;
}
.page-template-page-pricing-black-friday .main-menu .menu li > a:after {
  color: #deff07;
}
.page-template-page-pricing-black-friday .main-menu .menu li.menu-item-has-children ul {
  background-color: #2a2a2a;
  border-top-color: #deff07;
}
.page-template-page-pricing-black-friday .main-menu .menu li.menu-item-has-children ul a:hover {
  color: #deff07;
}
.page-template-page-pricing-black-friday .main-menu .menu li.menu-item-has-children ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.page-template-page-pricing-black-friday .top-logo img {
  filter: brightness(100);
}
.page-template-page-pricing-black-friday .copyright {
  color: #fff;
}
.page-template-page-pricing-black-friday .footer-main-w, .page-template-page-pricing-black-friday .footer-copyright-w {
  background-color: #000;
}
.page-template-page-pricing-black-friday .footer-w .legal-links a {
  color: #fff;
  border-bottom-color: #fff;
}
.page-template-page-pricing-black-friday .footer-w .footer-two .social-icons span {
  color: #eee;
}
.page-template-page-pricing-black-friday .footer-w .footer-two .social-icons a {
  color: #fff;
  border-bottom-color: #fff;
}

.price-toggles-and-table-w {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.12s up40;
  animation-fill-mode: both;
}

.price-toggles-w {
  display: flex;
  margin-bottom: 20px;
  align-items: baseline;
  gap: 10px;
}
.price-toggles-w .toggle-label {
  font-size: 28px;
  color: #7d849e;
}

.toggles {
  display: flex;
  gap: 5px;
  padding: 15px;
  align-items: center;
  background-color: #f5f6ff;
  border-radius: 40px;
}
.toggles .special-pill {
  position: absolute;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  background-color: #5d1ca1;
  color: #fff;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transform: translate3d(-50%, -1px, 0);
  box-shadow: 0 3px 16px -1px rgb(110, 114, 235);
  background-image: linear-gradient(40deg, #1e7bff 0%, #7134fa 100%);
}
.toggles .toggler-btn {
  border: none;
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #7d849e;
  font-weight: 700;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 30px;
}
.toggles .toggler-btn.active {
  background-color: #fff;
  color: #070739;
  box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.2);
}
.toggles .toggler-btn:hover:not(.active) {
  color: #070739;
}

.features-comparison-wrapper {
  margin-top: 80px;
}
.features-comparison-wrapper .feature-comparison-header {
  color: #070739;
  border-bottom: 4px solid #eee;
  padding-bottom: 40px;
}
.features-comparison-wrapper .feature-comparison-header h3 {
  font-size: 56px;
  font-weight: 700;
}
.features-comparison-wrapper .feature-comparison-header .feature-comparison-sub-heading {
  color: rgba(7, 7, 57, 0.6);
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.features-comparison-wrapper .feature-comparison-header .feature-comparison-sub-heading i {
  color: #070739;
}
.features-comparison-wrapper .feature-comparison-header .feature-comparison-sub-heading strong {
  border-bottom: 1px dotted #070739;
  color: #070739;
}

.features-comparison-table {
  margin-top: 30px;
}
.features-comparison-table .feature-row {
  display: flex;
}
.features-comparison-table .feature-row:first-child .feature-column {
  padding: 40px 0;
}
.features-comparison-table .feature-row .feature-column:first-child {
  flex: 0 0 420px;
  padding-right: 80px;
}
.features-comparison-table .feature-row .feature-column {
  flex: 1;
  padding: 20px 0;
}
.features-comparison-table .feature-row .feature-column .mobile-label {
  display: none;
}
.features-comparison-table .feature-row .feature-column.mobile {
  display: none;
}
.features-comparison-table .feature-row .feature-column .plan-name {
  font-weight: 700;
  font-size: 28px;
  color: #070739;
  line-height: 1;
}
.features-comparison-table .feature-row .feature-column .plan-price {
  font-weight: 700;
  color: #1D7BFF;
  font-size: 42px;
}
.features-comparison-table .feature-row .feature-column .plan-price span {
  font-weight: 400;
  color: rgba(7, 7, 57, 0.6);
  font-size: 14px;
}
.features-comparison-table .feature-row .feature-column .icon-check, .features-comparison-table .feature-row .feature-column .icon-x {
  font-size: 18px;
  display: inline-block;
}
.features-comparison-table .feature-row .feature-column .icon-check {
  color: #000;
  background-color: #d4ffc3;
}
.features-comparison-table .feature-row .feature-column .icon-x {
  color: #888;
}
.features-comparison-table .feature-row .feature-column .feature-info-w {
  display: flex;
  gap: 20px;
}
.features-comparison-table .feature-row .feature-column .feature-info-w .feature-media .feature-media-element {
  height: 60px;
  width: 85px;
  background-color: #f0f6ff;
  border-radius: 10px;
  position: relative;
}
.features-comparison-table .feature-row .feature-column .feature-info-w .feature-media .feature-media-element:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -50%);
  border: 6px solid transparent;
  border-left-color: #1D7BFF;
  border-left-width: 10px;
  content: "";
}
.features-comparison-table .feature-row .feature-column .feature-heading {
  font-weight: 700;
  color: #070739;
  font-size: 24px;
}
.features-comparison-table .feature-row .feature-column .feature-description {
  font-size: 14px;
  color: rgba(7, 7, 57, 0.6);
}

.faq-wrapper {
  max-width: 620px;
  padding: 100px 0 70px 0;
}
.faq-wrapper .faq-heading {
  color: #070739;
  font-size: 56px;
  font-weight: 700;
}
.faq-wrapper .faq-item {
  color: #343460;
  border-bottom: 4px solid #eee;
  padding: 40px 0;
}
.faq-wrapper .faq-item .fi-title {
  font-size: 28px;
  font-weight: 700;
  color: #070739;
  margin-bottom: 5px;
}
.faq-wrapper .faq-item .fi-content {
  font-size: 18px;
  color: #343460;
}

.reasons-grid {
  display: flex;
  gap: 80px;
}
.reasons-grid .reason-tile {
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  flex: 1;
}
.reasons-grid .reason-tile:before {
  background-color: #deff07;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  z-index: 1;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.reasons-grid .reason-tile .rt-icon {
  font-size: 32px;
  color: #000;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.reasons-grid .reason-tile .rt-title {
  font-size: 22px;
  font-weight: 700;
  color: #070739;
  margin-bottom: 10px;
  line-height: 1.2;
}
.reasons-grid .reason-tile .rt-content {
  font-size: 16px;
}
.reasons-grid .reason-tile .faq-link {
  color: #1D7BFF;
  border-bottom: 1px dotted #1D7BFF;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.reasons-grid .reason-tile .trustpilot-link {
  display: block;
}
.reasons-grid .reason-tile .trustpilot-logo {
  display: block;
  margin-top: 15px;
}
.reasons-grid .reason-tile .discord-link {
  margin-top: 20px;
  background-color: #5865F2;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.reasons-grid .reason-tile .discord-link img {
  display: block;
}

.asterisks {
  font-size: 12px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.money-back-wrapper {
  margin: 60px 0;
}
.money-back-wrapper .money-back-inner {
  padding: 60px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #f7ffc2 0%, #c1e701 100%);
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: 60px;
}
.money-back-wrapper .money-back-inner .mb-badge {
  flex: 0 0 240px;
  background-image: url("./assets/images/money-back.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 280px;
}
.money-back-wrapper .money-back-inner .mb-info .mb-title {
  font-size: 42px;
  font-weight: 700;
  color: #070739;
}
.money-back-wrapper .money-back-inner .mb-info .mb-desc {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.65);
}

.intro-demo .demo-services-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  animation: 0.7s cubic-bezier(0.25, 1.1, 0.3, 1) 0.5s tryArrow;
  animation-fill-mode: both;
}
.intro-demo .demo-services-arrow:after {
  background-image: url("./assets/images/try.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  background-position: top left;
  position: absolute;
  left: -55px;
  top: 20px;
  background-repeat: no-repeat;
  transform: rotate(2deg);
  content: "";
}
.intro-demo .demo-services-arrow:before {
  background-image: url("./assets/images/arrow.png");
  background-size: contain;
  width: 55px;
  height: 55px;
  background-position: top left;
  position: absolute;
  left: -40px;
  top: -52px;
  background-repeat: no-repeat;
  transform: rotate(262deg);
  content: "";
}
.intro-demo .demo-services-shortcode {
  background-color: #eff0f4;
  border-radius: 0px;
  padding: 7px 12px;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #171819;
  font-size: 14px;
  position: absolute;
  bottom: 109%;
  left: 0px;
  animation: 0.7s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.3s down10;
  animation-fill-mode: both;
}
.intro-demo .demo-services-shortcode span {
  margin: 0 5px;
  color: #0e6bee;
  background-color: #fff;
}
.intro-demo .demo-services-list-wrapper {
  position: absolute;
  left: 130px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  overflow: visible;
}
.intro-demo .demo-services-list {
  display: flex;
  gap: 30px;
}
.intro-demo .demo-services-list .demo-service-wrapper {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.05s demoServiceTile;
  animation-fill-mode: both;
}
.intro-demo .demo-services-list .demo-service-wrapper:nth-child(1) {
  animation-delay: 0.2s;
}
.intro-demo .demo-services-list .demo-service-wrapper:nth-child(2) {
  animation-delay: 0.25s;
}
.intro-demo .demo-services-list .demo-service-wrapper:nth-child(2) .demo-service {
  opacity: 0.8;
}
.intro-demo .demo-services-list .demo-service-wrapper:nth-child(3) {
  animation-delay: 0.3s;
}
.intro-demo .demo-services-list .demo-service-wrapper:nth-child(3) .demo-service {
  opacity: 0.5;
}
.intro-demo .demo-services-list .demo-service {
  background-color: #fff;
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  padding: 20px;
  flex: 0 0 250px;
  width: 250px;
  text-align: center;
}
.intro-demo .demo-services-list .demo-service:hover {
  opacity: 1 !important;
}
.intro-demo .demo-services-list .demo-service:hover .media {
  filter: none;
}
.intro-demo .demo-services-list .demo-service .media {
  padding-bottom: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
  filter: grayscale(1);
}
.intro-demo .demo-services-list .demo-service .name {
  font-weight: 700;
  color: #070739;
  font-size: 24px;
}
.intro-demo .demo-services-list .demo-service .desc {
  color: rgba(7, 7, 57, 0.6);
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.intro-demo .demo-services-list .demo-service .button {
  font-weight: 700;
  font-size: 18px;
  background-color: #1D7BFF;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.intro-demo .demo-services-list .demo-service .button:hover {
  background-color: #0061e9;
}
.intro-demo .demo-form-wrapper {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.2s ease;
}
.intro-demo .demo-form-wrapper.content-loaded .main-panel .step-content .contact-tabs, .intro-demo .demo-form-wrapper.content-loaded .main-panel .step-content .contact-tab-content {
  animation: none;
}
.intro-demo .demo-form-wrapper.content-loading .step-content:before {
  display: block;
  content: "";
  width: 20px !important;
  height: 20px !important;
  border-bottom: 2px solid #1D7BFF;
  border-left: 2px solid #1D7BFF;
  border-top: 2px solid #1D7BFF;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
}
.intro-demo .demo-form-wrapper.content-hiding .demo-notice, .intro-demo .demo-form-wrapper.content-loading .demo-notice {
  display: none !important;
}
.intro-demo .demo-form-wrapper.content-hiding .step-heading span, .intro-demo .demo-form-wrapper.content-loading .step-heading span {
  transition: all 0.2s ease;
  opacity: 0;
  transform: translateX(-10px);
}
.intro-demo .demo-form-wrapper.content-hiding .step.active, .intro-demo .demo-form-wrapper.content-loading .step.active {
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.7, 1);
}
.intro-demo .demo-form-wrapper .demo-form-inner {
  animation: 0.35s cubic-bezier(0.25, 1, 0.7, 1.1) 0s demoFormWrapper;
  animation-fill-mode: both;
  background-color: #fff;
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  display: flex;
  transition: width 0.4s ease;
}
.intro-demo .demo-form-wrapper .demo-form-inner .demo-notice {
  display: none;
  background-color: #fff7d0;
  padding: 7px 12px;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #070739;
  font-size: 14px;
  position: absolute;
  top: -60px;
  white-space: nowrap;
  left: 0;
  width: 430px;
  text-align: center;
}
.intro-demo .demo-form-wrapper .demo-form-inner .demo-notice span {
  background-color: #fff;
  margin: 0 5px;
}
.intro-demo .demo-form-wrapper .main-panel {
  width: 430px;
  flex: 0 0 430px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.intro-demo .demo-form-wrapper .main-panel .close-booking-modal {
  top: 29px;
  right: 29px;
  position: absolute;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  cursor: pointer;
}
.intro-demo .demo-form-wrapper .main-panel .close-booking-modal:before {
  content: "";
  width: 100%;
  top: 6px;
  height: 2px;
  background-color: rgba(7, 7, 57, 0.6);
  display: block;
  position: absolute;
}
.intro-demo .demo-form-wrapper .main-panel .close-booking-modal:after {
  content: "";
  width: 2px;
  left: 6px;
  height: 100%;
  background-color: rgba(7, 7, 57, 0.6);
  display: block;
  position: absolute;
}
.intro-demo .demo-form-wrapper .main-panel .close-booking-modal:hover:before, .intro-demo .demo-form-wrapper .main-panel .close-booking-modal:hover:after {
  background-color: #111;
}
.intro-demo .demo-form-wrapper .main-panel .step-heading {
  padding: 24px 30px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  font-size: 24px;
  color: #070739;
  line-height: 1;
}
.intro-demo .demo-form-wrapper .main-panel .step-heading span {
  display: block;
}
.intro-demo .demo-form-wrapper .main-panel .step-heading.hidden {
  display: none;
}
.intro-demo .demo-form-wrapper .main-panel .step {
  display: none;
  padding: 30px;
}
.intro-demo .demo-form-wrapper .main-panel .step.step-datepicker {
  padding: 20px 40px 30px;
}
.intro-demo .demo-form-wrapper .main-panel .step.step-datepicker .calendar-heading, .intro-demo .demo-form-wrapper .main-panel .step.step-datepicker .week-days, .intro-demo .demo-form-wrapper .main-panel .step.step-datepicker .month-days, .intro-demo .demo-form-wrapper .main-panel .step.step-datepicker .available-times {
  animation: 0.4s cubic-bezier(0.25, 1.1, 0.3, 1) 0s up40;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step.step-datepicker .week-days {
  animation-delay: 0.03s;
}
.intro-demo .demo-form-wrapper .main-panel .step.step-datepicker .month-days {
  animation-delay: 0.06s;
}
.intro-demo .demo-form-wrapper .main-panel .step.step-datepicker .available-times {
  animation-delay: 0.09s;
}
.intro-demo .demo-form-wrapper .main-panel .step.active {
  display: block;
}
.intro-demo .demo-form-wrapper .main-panel .step.step-confirmation {
  position: relative;
  animation: 0.4s cubic-bezier(0.25, 1.1, 0.3, 1) 0s up40;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content {
  flex: 1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .left-side .label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  color: rgba(7, 7, 57, 0.6);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .left-side .value {
  font-size: 48px;
  color: #070739;
  line-height: 0.8;
  font-weight: 700;
  margin-bottom: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .left-side .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .left-side .buttons > div {
  padding: 3px 7px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .left-side .buttons > div:hover:before {
  white-space: nowrap;
  content: "Disabled in Demo Mode";
  position: absolute;
  display: block;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #070739;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 700;
  animation: 0.2s ease 0s demoTooltip;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .left-side .buttons .red {
  border: 1px solid #bf3b3b;
  color: #bf3b3b;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .left-side .buttons .black {
  border: 1px solid #111;
  color: #111;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .qr-code-w {
  text-align: center;
  position: relative;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .qr-code-w:hover:before {
  white-space: nowrap;
  content: "Disabled in Demo Mode";
  position: absolute;
  display: block;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #070739;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 700;
  animation: 0.2s ease 0s demoTooltip;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .qr-code-w .qrcode {
  font-size: 48px;
  color: #070739;
  margin-bottom: 5px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .confirmation-main-info .qr-code-w .label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 10px;
  color: #070739;
  display: inline-block;
  border-bottom: 1px solid #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .service-info {
  margin-bottom: 20px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .service-info .duration {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  color: rgba(7, 7, 57, 0.6);
  margin-bottom: 5px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .service-info .duration .line {
  flex: 1;
  height: 1px;
  background-color: #eee;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .service-info .name {
  font-weight: 700;
  color: #070739;
  font-size: 20px;
  line-height: 1.1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .service-info .date {
  color: #1D7BFF;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info {
  flex: 1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  color: rgba(7, 7, 57, 0.6);
  margin-bottom: 10px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .label .line {
  flex: 1;
  height: 1px;
  background-color: #eee;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w .avatar-w {
  flex: 0 0 40px;
  width: 40px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w .avatar-w .avatar-img {
  background-size: cover;
  width: 40px;
  height: 40px;
  background-position: center center;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w .avatar-w .avatar-img.rounded {
  border-radius: 50%;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w .avatar-w .avatar-with-text {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #eee;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w .info .name {
  font-weight: 700;
  color: #070739;
  font-size: 16px;
  line-height: 1.1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w .info .email {
  color: rgba(7, 7, 57, 0.6);
  font-size: 14px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w .info .details-link {
  color: #1D7BFF;
  border-bottom: 1px solid #1D7BFF;
  font-size: 14px;
  display: inline-block;
  line-height: 1.1;
  position: relative;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .other-info .customer-info .info-w .info .details-link:hover:before {
  white-space: nowrap;
  content: "Disabled in Demo Mode";
  position: absolute;
  display: block;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #070739;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 700;
  animation: 0.2s ease 0s demoTooltip;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .payment-info {
  background-color: #f8f8f8;
  border: 1px solid #dce1e3;
  padding: 5px 10px;
  display: flex;
  font-size: 14px;
  border-radius: 0px;
  margin-bottom: 20px;
  gap: 5px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .payment-info .label {
  color: rgba(7, 7, 57, 0.6);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .payment-info .value {
  color: #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .summary .sub-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .summary .sub-header span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  color: rgba(7, 7, 57, 0.6);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .summary .sub-header .line {
  height: 1px;
  background-color: #eee;
  content: "";
  flex: 1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .summary .summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #070739;
  padding: 5px 0;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .summary .summary-row.total {
  border-top: 2px solid #070739;
  font-size: 20px;
  font-weight: 700;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .label {
  font-weight: 700;
  font-size: 18px;
  color: #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .label span {
  color: rgba(7, 7, 57, 0.6);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .prev-month-btn {
  color: rgba(7, 7, 57, 0.6);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .next-month-btn {
  color: #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .prev-month-btn, .intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .next-month-btn {
  position: relative;
  cursor: pointer;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .prev-month-btn:hover, .intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .next-month-btn:hover {
  background-color: #eee;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .prev-month-btn:hover:before, .intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading .next-month-btn:hover:before {
  white-space: nowrap;
  content: "Disabled in Demo Mode";
  position: absolute;
  display: block;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #070739;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 700;
  animation: 0.2s ease 0s demoTooltip;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  animation: 0.4s cubic-bezier(0.25, 1.1, 0.3, 1) 0s up40;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tabs .contact-tab {
  padding: 0 0 10px 0;
  font-weight: 700;
  position: relative;
  color: rgba(7, 7, 57, 0.6);
  cursor: pointer;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tabs .contact-tab:not(.active):hover:before {
  white-space: nowrap;
  content: "Disabled in Demo Mode";
  position: absolute;
  display: block;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #070739;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 700;
  animation: 0.2s ease 0s demoTooltip;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tabs .contact-tab:hover {
  color: #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tabs .contact-tab.active {
  color: #070739;
  font-size: 18px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tabs .contact-tab.active:after {
  content: "";
  height: 2px;
  background-color: #1D7BFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content {
  animation: 0.4s cubic-bezier(0.25, 1.1, 0.3, 1) 0.05s up40;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-row .input-w {
  position: relative;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-row .phone-country-icon {
  padding-left: 25px;
  line-height: 15px;
  font-size: 14px;
  color: #070739;
  height: 15px;
  background-image: url("./assets/images/united-states-flag-icon.png");
  position: absolute;
  bottom: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 11px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-or {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-or .or-line {
  flex: 1;
  background-color: #eee;
  height: 1px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-or .label {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-login {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-login > div {
  color: #070739;
  font-weight: 700;
  border: 1px solid #daddde;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 14px;
  padding: 5px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-login > div:hover {
  border-color: #999;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-login > div:hover:before {
  white-space: nowrap;
  content: "Disabled in Demo Mode";
  position: absolute;
  display: block;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #070739;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 700;
  animation: 0.2s ease 0s demoTooltip;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-login > div img {
  height: 20px;
  width: auto;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w {
  position: relative;
  flex: 1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w.has-value label {
  display: block;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w.has-value input {
  padding: 17px 10px 3px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w.has-value input.input-phone {
  padding-left: 53px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w label {
  position: absolute;
  color: rgba(7, 7, 57, 0.6);
  font-size: 11px;
  left: 11px;
  display: none;
  top: 3px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w input {
  border: 1px solid #cad2e0;
  padding: 10px 10px;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w input:focus {
  border-color: #1D7BFF;
  box-shadow: 0 0 0 1px #1D7BFF;
  outline: none;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w input::placeholder {
  color: rgba(7, 7, 57, 0.6);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .textarea-w {
  position: relative;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .textarea-w label {
  position: absolute;
  color: rgba(7, 7, 57, 0.6);
  font-size: 11px;
  left: 11px;
  display: none;
  top: 3px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .textarea-w textarea {
  width: 100%;
  border: 1px solid #cad2e0;
  padding: 10px 10px;
  border-radius: 0px;
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
  display: block;
  font-size: 14px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .textarea-w textarea::placeholder {
  color: rgba(7, 7, 57, 0.6);
  font-size: 16px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .textarea-w.has-value label {
  display: block;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .textarea-w.has-value textarea {
  padding: 17px 10px 3px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times {
  margin-top: 25px;
  display: none;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times.hidden {
  display: none;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times .times-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #070739;
  margin-bottom: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times .times-heading span {
  color: #1D7BFF;
  border-bottom: 1px dotted #1D7BFF;
  margin-left: 5px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times .times-heading .heading-line {
  height: 1px;
  background-color: #eee;
  flex: 1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times .times-heading .label {
  flex: 0;
  white-space: nowrap;
  font-size: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times .timeslots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times .timeslots .slot {
  padding: 5px;
  white-space: nowrap;
  border-radius: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background-color: #d6ffd1;
  color: #070739;
  cursor: pointer;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times .timeslots .slot:not(.is-off):hover {
  background-color: #c0fbb8;
  border-color: #c0fbb8;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .available-times .timeslots .slot.is-off {
  background-color: #fff3f3;
  color: #d18e8d;
  background-color: #f7f7f7;
  color: #b3b3b3;
  cursor: not-allowed;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .week-days {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 8px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .week-days .day {
  text-align: center;
  text-transform: uppercase;
  color: rgba(7, 7, 57, 0.6);
  letter-spacing: 1px;
  font-size: 11px;
  padding: 2px 0;
  font-weight: 700;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .week-days .day.is-weekend {
  background-color: #fefceb;
  color: #a38d42;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 12px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day {
  font-weight: 700;
  font-size: 15px;
  color: #070739;
  text-align: center;
  padding: 8px 6px;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.is-selected {
  background-color: #1D7BFF !important;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.is-selected span {
  transition: none;
  color: #fff;
  transform: scale(1.2);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.is-selected .timeline {
  transition: none;
  background-image: none !important;
  background-color: #1D7BFF;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day span {
  display: block;
  transition: all 0.1s ease;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day:not(.is-off):not(.is-selected):hover {
  background-color: #eefdec;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day:not(.is-off):not(.is-selected):hover span {
  transform: translateY(-2px) scale(1.2);
  color: #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day:not(.is-off):not(.is-selected):hover .timeline {
  height: 6px;
  left: 3px;
  right: 3px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day:not(.is-off):not(.is-selected):hover:before {
  white-space: nowrap;
  content: "4 Available";
  position: absolute;
  display: block;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #070739;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 700;
  animation: 0.2s ease 0s demoTooltip;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day:not(.is-off):not(.is-selected):hover.is-left-half:before, .intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day:not(.is-off):not(.is-selected):hover.is-right-half:before, .intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day:not(.is-off):not(.is-selected):hover.is-edge:before {
  white-space: nowrap;
  content: "2 Available";
  position: absolute;
  display: block;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #070739;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 700;
  animation: 0.2s ease 0s demoTooltip;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.current-month {
  background-color: #fff;
  background-color: #eefdec;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day:not(.current-month) {
  opacity: 0.5;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.is-off {
  box-shadow: none;
  background-color: #fff;
  color: #adadae;
  cursor: not-allowed;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.is-off .timeline {
  background-color: #f7f7f7;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day .timeline {
  height: 4px;
  position: absolute;
  bottom: 3px;
  left: 8px;
  right: 8px;
  background-color: #8fe286;
  border-radius: 0px;
  transition: all 0.1s ease;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.is-right-half .timeline {
  background-image: linear-gradient(90deg, #def4dc 50%, #8fe286 50%);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.is-left-half .timeline {
  background-image: linear-gradient(90deg, #8fe286 50%, #def4dc 50%);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .month-days .day.is-edge .timeline {
  background-image: linear-gradient(90deg, #8fe286 25%, #def4dc 25%, #def4dc 75%, #8fe286 75%);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .pay-now {
  display: none;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .step.sub-step-active .pay-now {
  display: block;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .step.sub-step-active .payment-options-list {
  display: none;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w {
  background-color: #08183f;
  background-image: linear-gradient(45deg, #08183f 0%, #091940 58%, #061b51 58%, #0432a1 100%);
  box-shadow: 0 10px 20px -4px rgba(207, 140, 51, 0.3), 0 2px 3px -1px rgba(64, 51, 40, 0.4);
  padding: 30px;
  animation: 0.2s ease 0s up40;
  animation-fill-mode: both;
  border-radius: 12px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .card-heading .heading {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: 700;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .card-heading .chip {
  height: 30px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row input[type=text] {
  background-color: transparent;
  border: none;
  flex: 1;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
  padding: 5px 0;
  color: #fff;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row input[type=text]:focus {
  box-shadow: none;
  border-bottom-color: #fff;
  outline: none;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row .cardholder-name {
  flex: 1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row .card-number {
  flex: 1;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row .cardholder-zip {
  flex: 0 0 80px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row .card-exp {
  flex: 0 0 80px;
  margin-left: auto;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w .row .card-cvc {
  flex: 0 0 80px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .total-info {
  margin-top: 20px;
  background-color: #fff7d0;
  padding: 10px;
  border-radius: 0px;
  display: flex;
  justify-content: space-around;
  font-size: 18px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .total-info .total-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .total-info .total-price .label {
  color: #8a7f66;
}
.intro-demo .demo-form-wrapper .main-panel .step-content .total-info .total-price .value {
  font-weight: 700;
  color: #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  padding: 15px 18px;
  font-size: 14px;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer.hidden {
  display: none;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 0px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.hidden {
  visibility: hidden;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn span, .intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn i {
  display: block;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-prev {
  background-color: #fff;
  color: #070739;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-prev:hover {
  background-color: #eee;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-prev.loading {
  color: transparent;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-prev.loading:before {
  display: block;
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-bottom: 2px solid #070739;
  border-left: 2px solid #070739;
  border-top: 2px solid #070739;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-next {
  background-color: #1D7BFF;
  color: #fff;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-next.loading {
  color: transparent;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-next.loading:before {
  display: block;
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .steps-progress {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .steps-progress .pill {
  border-radius: 0px;
  width: 6px;
  height: 6px;
  background-color: #eee;
}
.intro-demo .demo-form-wrapper .main-panel .step-footer .steps-progress .pill.active {
  background-color: #1D7BFF;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-lines {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-lines .item {
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-lines .item .media-w .media {
  width: 50px;
  height: 50px;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-grid .item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
  gap: 15px;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-grid .item .info {
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-grid .item .media-w {
  align-self: stretch;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-grid .item .media-w .media {
  width: 100%;
  padding-bottom: 100%;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-grid.payment-options-list {
  grid-template-columns: 1fr 1fr;
  padding: 0 40px;
  gap: 30px;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-grid.payment-options-list .info {
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.intro-demo .demo-form-wrapper .main-panel .items.as-grid.payment-options-list.hidden {
  display: none;
}
.intro-demo .demo-form-wrapper .main-panel .items .item {
  border: 1px solid #eaebec;
  border-radius: 0px;
  cursor: pointer;
  animation: 0.4s cubic-bezier(0.25, 1.1, 0.3, 1.1) 0s up40;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .main-panel .items .item:nth-child(2) {
  animation-delay: 0.05s;
}
.intro-demo .demo-form-wrapper .main-panel .items .item:nth-child(3) {
  animation-delay: 0.1s;
}
.intro-demo .demo-form-wrapper .main-panel .items .item:hover {
  border-color: #1D7BFF;
  box-shadow: 0 0 0 1px #1D7BFF;
}
.intro-demo .demo-form-wrapper .main-panel .items .item .media-w .media {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.intro-demo .demo-form-wrapper .main-panel .items .item .media-w .media.rounded {
  border-radius: 50%;
  background-size: cover;
}
.intro-demo .demo-form-wrapper .main-panel .items .item .info {
  flex: 1;
}
.intro-demo .demo-form-wrapper .main-panel .items .item .info .name {
  font-weight: 700;
  color: #070739;
  font-size: 18px;
}
.intro-demo .demo-form-wrapper .main-panel .items .item .info .desc {
  color: rgba(7, 7, 57, 0.6);
  font-size: 14px;
  line-height: 1.2;
}
.intro-demo .demo-form-wrapper .main-panel .items .item .price-w {
  text-align: center;
}
.intro-demo .demo-form-wrapper .main-panel .items .item .price-w .value {
  color: #1D7BFF;
  font-size: 18px;
  font-family: "JetBrains Mono", "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.intro-demo .demo-form-wrapper .main-panel .items .item .price-w .label {
  color: rgba(7, 7, 57, 0.6);
  font-size: 12px;
  white-space: nowrap;
}
.intro-demo .demo-form-wrapper .summary-panel {
  flex: 0 0 260px;
  width: 260px;
  border-left: 1px solid #eee;
  display: flex;
  flex-direction: column;
  background-color: #fcfcfc;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.intro-demo .demo-form-wrapper .summary-panel.hidden {
  display: none;
}
.intro-demo .demo-form-wrapper .summary-panel .summary-heading {
  padding: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
.intro-demo .demo-form-wrapper .summary-panel .summary-heading div {
  background-image: radial-gradient(#d4d4d4 1px, transparent 0);
  background-size: 7px 7px;
  display: flex;
  padding: 20px 20px 19px;
  justify-content: flex-end;
}
.intro-demo .demo-form-wrapper .summary-panel .summary-heading div span {
  background: #fcfcfc;
  padding: 3px 5px;
  display: block;
  line-height: 1;
  color: #070739;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info {
  padding: 20px 30px;
  flex: 1;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .main-info {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .service-name {
  font-size: 22px;
  font-weight: 700;
  color: #070739;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .booking-time {
  color: #1D7BFF;
  font-size: 16px;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .sub-info .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
  animation: 0.2s ease down10;
  animation-fill-mode: both;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .sub-info .row.hidden {
  display: none;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .sub-info .row + .row {
  margin-top: 10px;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .sub-info .row .line {
  background-color: #eee;
  height: 1px;
  flex: 1;
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .sub-info .row .label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: rgba(7, 7, 57, 0.6);
}
.intro-demo .demo-form-wrapper .summary-panel .booking-info .sub-info .row .value {
  color: #070739;
  font-size: 16px;
  font-weight: 700;
}
.intro-demo .demo-form-wrapper .summary-panel .pricing-info {
  padding: 20px 30px;
}
.intro-demo .demo-form-wrapper .summary-panel .pricing-info .sub-heading {
  text-transform: uppercase;
  color: rgba(7, 7, 57, 0.6);
  font-size: 11px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.intro-demo .demo-form-wrapper .summary-panel .pricing-info .line-item {
  color: rgba(7, 7, 57, 0.6);
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.intro-demo .demo-form-wrapper .summary-panel .pricing-info .line-item:not(:first-child) {
  border-top: 1px solid #eee;
}
.intro-demo .demo-form-wrapper .summary-panel .pricing-info .line-item.total {
  border-top: 1px solid #111;
  font-weight: 700;
  color: #070739;
  font-size: 16px;
}

.footer-w {
  padding: 80px 0px 20px;
  font-size: 14px;
  line-height: 1.1;
}
.footer-w .legal-links {
  list-style: none;
}
.footer-w .legal-links li {
  display: inline-block;
  margin-right: 15px;
}
.footer-w .legal-links li:last-child {
  margin-right: 0px;
}
.footer-w .legal-links.affiliate-links {
  margin-right: auto;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #eee;
}
.footer-w .legal-links a {
  color: #343460;
  display: inline-block;
  border-bottom: 1px dotted rgba(7, 7, 57, 0.6);
  text-decoration: none;
  white-space: nowrap;
}
.footer-w .footer-two .copyright {
  flex-shrink: 0;
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #070739;
}
.footer-w .footer-two .footer-links-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.footer-w .footer-two .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: 20px;
}
.footer-w .footer-two .social-icons span {
  color: rgba(7, 7, 57, 0.6);
  font-size: 14px;
}
.footer-w .footer-two .social-icons a {
  color: #343460;
  border-bottom: 1px dotted #343460;
}
.footer-w .footer-two .social-icons .icon-twitter {
  margin-left: 10px;
  font-size: 18px;
}
.footer-w.dark {
  color: rgba(255, 255, 255, 0.5);
}
.footer-w.dark .footer-one {
  color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.footer-w.dark .footer-one .legal-links a {
  color: #fff;
}
.footer-w.dark .footer-two .social-icons {
  color: #fff;
}

.footer-main-w {
  background-color: #0C0221;
  padding: 60px 0 80px;
  font-size: 14px;
}
.footer-main-w .footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-main-w a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-main-w a:hover {
  color: #fff;
}
.footer-main-w ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-main-w ul.menu li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-main {
  display: flex;
  gap: 80px;
}
.footer-main .footer-features {
  display: flex;
  align-items: flex-start;
  flex: 0 0 25%;
}
.footer-main .footer-features img {
  display: block;
  margin-right: 60px;
}
.footer-main .footer-cases {
  flex: 1;
}
.footer-main .footer-cases ul.menu {
  columns: 3;
  gap: 10px;
}
.footer-main .footer-help-center {
  flex: 0 0 25%;
}

.footer-copyright-w {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #0C0221;
  color: rgba(255, 255, 255, 0.6);
  padding: 25px 0;
}
.footer-copyright-w a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-copyright-w a:hover {
  color: #fff;
}
.footer-copyright-w .footer-copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.footer-copyright-w ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@font-face {
  font-family: "fonspring";
  src: url("assets/fonts/Fontspring-DEMO-thequalified-semibold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
a {
  text-decoration: none;
  color: #1D7BFF;
}

body {
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #343460;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  color: #070739;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 42px;
  line-height: 1.3;
}

h3 {
  font-size: 24px;
  letter-spacing: -0.1%;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 13px;
}

input, button {
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0px;
  font-size: 16px;
}

.text-toned {
  color: rgba(7, 7, 57, 0.5);
}

select, input, textarea {
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.download-btn-wrapper {
  margin-top: 40px;
}
.download-btn-wrapper .download-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
  background-color: #1D7BFF;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 4px 10px -3px #b9d9ff;
}
.download-btn-wrapper .download-btn:hover {
  background-color: #378aff;
}

.brand-assets-wrapper {
  margin-top: 70px;
}

.brand-heading {
  font-size: 34px;
  color: #070739;
  font-weight: 700;
}

.brand-description {
  font-size: 20px;
  margin-top: 15px;
}
.brand-description a {
  border-bottom: 1px dotted #1D7BFF;
  display: inline-block;
}

.brand-section-split {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.brand-section-split + .brand-section-split {
  margin-top: 0;
}
.brand-section-split .split-column {
  flex: 1;
}
.brand-section-split .split-column .brand-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  border: 1px solid #ddd;
}
.brand-section-split .split-column .brand-logo-wrapper img {
  width: 65px;
  height: 65px;
}
.brand-section-split .split-column .brand-logo-wrapper.full img {
  width: auto;
  height: 143px;
}
.brand-section-split .split-column .brand-logo-wrapper.white {
  background-color: #1D7BFF;
  border-color: #1D7BFF;
}
.brand-section-split .color-box {
  padding-bottom: 150%;
  position: relative;
}
.brand-section-split .color-box .color-code {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
.brand-section-split .color-box .color-code.dark {
  color: #000;
}

.download-logo-link-wrapper {
  margin-top: 15px;
}
.download-logo-link-wrapper a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 20px;
}
.download-logo-link-wrapper a span {
  border-bottom: 1px dotted #1D7BFF;
}
.download-logo-link-wrapper a:hover span {
  border-bottom-style: solid;
}

.brand-banner-wrapper {
  padding: 140px 40px;
  background-color: #090a22;
  background-image: radial-gradient(#383a67 1px, transparent 1px);
  background-size: 25px 25px;
}
.brand-banner-wrapper img {
  width: 100%;
  box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.2);
}
.brand-banner-wrapper .brand-banner-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.brand-banner-wrapper .brand-banner-inner .download-btn {
  padding: 15px 20px;
  background-color: #1D7BFF;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  right: -40px;
  display: inline-flex;
  gap: 15px;
  box-shadow: 0 7px 20px -3px rgba(0, 0, 0, 0.2);
}
.brand-banner-wrapper .brand-banner-inner .download-btn i {
  font-size: 32px;
}

.is-in-cart {
  animation: 0.2s ease both left10;
}

.link-to-cart {
  animation: 0.2s ease both right10;
}

@keyframes showTooltip {
  from {
    transform: translate3d(0px, -80%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, -100%, 0);
    opacity: 1;
  }
}
@keyframes left10 {
  from {
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes demoServiceTile {
  from {
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes demoFormWrapper {
  from {
    transform: perspective(1000px) rotateX(10.6deg) scale(0.9);
  }
  to {
    transform: perspective(1000px) rotateX(0) scale(1);
  }
}
@keyframes left20 {
  from {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes right10 {
  from {
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes up40 {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes up40opaque {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes up20 {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes down10 {
  from {
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes subMenu {
  from {
    transform: translate3d(-50%, 90%, 0) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translate3d(-50%, 100%, 0) scale(1);
    opacity: 1;
  }
}
@keyframes tryArrow {
  from {
    transform: translate3d(-40px, 0px, 0) scale(0.5) rotate(-10deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes down20 {
  from {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes down20opaque {
  from {
    transform: translate3d(0, -20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes demoTooltip {
  from {
    transform: translate3d(-50%, -5px, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.intro-text h1 .line:nth-child(1) {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0s up40;
  animation-fill-mode: both;
}
.intro-text h1 .line:nth-child(2) {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.05s up40;
  animation-fill-mode: both;
}
.intro-text h1 .line:nth-child(3) {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.1s up40;
  animation-fill-mode: both;
}
.intro-text .desc {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.15s up40;
  animation-fill-mode: both;
}
.intro-text .buttons {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.2s up40;
  animation-fill-mode: both;
}

.page-big-heading .line:nth-child(1) {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0s up40;
  animation-fill-mode: both;
}
.page-big-heading .line:nth-child(2) {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.05s up40;
  animation-fill-mode: both;
}

.download-btn-wrapper {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.1s up40;
  animation-fill-mode: both;
}

.pricing-heading .limited, .addons-heading .limited {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0s up40;
  animation-fill-mode: both;
}
.pricing-heading h1 .line:nth-child(1), .addons-heading h1 .line:nth-child(1) {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0s up40;
  animation-fill-mode: both;
}
.pricing-heading h1 .line:nth-child(2), .addons-heading h1 .line:nth-child(2) {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.05s up40;
  animation-fill-mode: both;
}
.pricing-heading .sub-heading, .addons-heading .sub-heading {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.1s up40;
  animation-fill-mode: both;
}

.pricing-w {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.15s up40;
  animation-fill-mode: both;
}

.addons-categories-w {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.15s up40;
  animation-fill-mode: both;
}

.addons-index {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0.2s up40;
  animation-fill-mode: both;
}

.account-page-content {
  animation: 0.8s cubic-bezier(0.25, 1.3, 0.3, 1.05) 0s up20;
  animation-fill-mode: both;
}

@keyframes loadingColor {
  25% {
    background-position: 0 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 0;
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 6px 15px;
  color: #fff;
  font-weight: 700;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  font-size: 16px;
}
.btn svg {
  width: 18px;
}
.btn span, .btn i {
  vertical-align: middle;
  display: inline-block;
}
.btn i {
  margin-left: 5px;
}
.btn.btn-primary {
  background: #1D7BFF;
}
.btn.btn-white {
  background: #fff;
  color: #000;
}
.btn.btn-sm {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 20px;
}
.btn.btn-lg {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px 30px 25px 30px;
  border-radius: 50px;
}
.btn.btn-lg svg {
  width: 34px;
  height: 34px;
}

.text-primary {
  color: #1D7BFF;
}

.alt-font-family * {
  font-family: "fonspring", sans-serif;
}

.section-header .section-header-title {
  font-family: "fonspring", sans-serif;
  font-size: 52px;
}
.section-header .section-header-subtitle {
  color: rgba(7, 7, 57, 0.5);
  font-size: 34px;
  font-weight: 600;
}

.check-list li {
  position: relative;
  display: flex;
  gap: 10px;
}
.check-list li:not(:last-child) {
  margin-bottom: 15px;
}
.check-list li:before {
  content: "";
  background-image: url("assets/images/icons/check-round.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 2px;
}

.img-with-shadow, .elementor .img-with-shadow {
  position: relative;
  z-index: 1;
}
.img-with-shadow.corner-lg:before, .elementor .img-with-shadow.corner-lg:before {
  border-radius: 20px;
  left: 34px;
  right: 34px;
}
.img-with-shadow.corner-lg:after, .elementor .img-with-shadow.corner-lg:after {
  left: 20px;
  right: 20px;
  border-radius: 20px;
}
.img-with-shadow.corner-lg img, .elementor .img-with-shadow.corner-lg img {
  border-radius: 27px;
}
.img-with-shadow.corner-sm:before, .elementor .img-with-shadow.corner-sm:before {
  border-radius: 8px;
  left: 22px;
  right: 22px;
}
.img-with-shadow.corner-sm:after, .elementor .img-with-shadow.corner-sm:after {
  left: 12px;
  right: 12px;
  border-radius: 8px;
}
.img-with-shadow.corner-sm img, .elementor .img-with-shadow.corner-sm img {
  border-radius: 8px;
}
.img-with-shadow img, .elementor .img-with-shadow img {
  border-radius: 20px;
  display: block;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.img-with-shadow.bottom:before, .elementor .img-with-shadow.bottom:before {
  bottom: -14px;
}
.img-with-shadow.bottom:after, .elementor .img-with-shadow.bottom:after {
  bottom: -7px;
}
.img-with-shadow.top:before, .elementor .img-with-shadow.top:before {
  top: -16px;
  bottom: 16px;
}
.img-with-shadow.top:after, .elementor .img-with-shadow.top:after {
  top: -8px;
  bottom: 8px;
}
.img-with-shadow:before, .elementor .img-with-shadow:before {
  content: "";
  left: 16px;
  right: 16px;
  height: 34px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: -1;
}
.img-with-shadow:after, .elementor .img-with-shadow:after {
  content: "";
  left: 8px;
  right: 8px;
  height: 34px;
  position: absolute;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: -1;
}

.circle {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.circle:before {
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
}

@media (max-width: 810px) {
  h1 {
    font-size: 48px;
  }
  .mobile-header-w {
    display: block;
  }
  .main-menu-w {
    display: none;
  }
  .mobile-menu-trigger {
    display: flex;
  }
  .mobile-menu-header {
    display: flex;
  }
  body.show-mobile-menu .top-bar {
    background-color: transparent;
  }
  body.show-mobile-menu .top-menu-w .menu-w, body.show-mobile-menu .mobile-header-w .menu-w {
    display: block;
  }
  body.show-mobile-menu > .container, body.show-mobile-menu > .footer-w, body.show-mobile-menu > .all-w {
    filter: blur(4px);
  }
  .beta-request-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
  .blog-article .media-w {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-article-media {
    margin-left: 0;
    margin-right: 0;
  }
  .beta-request-wrapper .beta-request-button {
    font-size: 18px;
  }
  .beta-request-wrapper h5 {
    font-size: 36px;
  }
  .beta-request-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .beta-request-wrapper .beta-request-form {
    flex-direction: column;
    align-items: stretch;
  }
  .beta-request-wrapper .beta-request-form input {
    width: auto;
    flex: 1;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .beta-request-wrapper {
    align-items: stretch;
  }
  .page-intro-w .page-intro {
    grid-template-columns: 1fr;
    padding: 60px 0;
    gap: 40px;
  }
  .page-intro-w.page-intro-yoga .page-intro-media {
    margin-right: 0;
  }
  .payment-steps-w {
    margin: 0;
  }
  .payment-steps {
    grid-template-columns: 1fr;
  }
  .footer-main {
    flex-direction: column;
    gap: 40px;
  }
  .footer-main .footer-cases ul.menu {
    columns: 1;
    column-gap: 30px;
    row-gap: 10px;
  }
  .footer-main .footer-features {
    flex-direction: column;
    gap: 30px;
  }
  .footer-main-w {
    padding: 40px 0;
  }
  .footer-main-w ul.menu {
    display: flex;
    column-gap: 30px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .footer-main-w ul.menu li:not(:last-child) {
    margin-bottom: 0;
  }
  .ph-quote {
    grid-template-columns: 1fr;
  }
  .ph-intro {
    padding: 60px 20px;
  }
  .ph-interface-head, .ph-interface {
    grid-template-columns: 1fr;
  }
  .ph-interface .ph-interface-items {
    padding: 44px 20px;
  }
  .ph-interface-items .latepoint-tabs-nav .tab-nav {
    padding: 12px 10px;
  }
  .ph-interface-items .latepoint-tabs-content {
    margin-top: 30px;
  }
  .ph-features {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  .ph-features .ph-features-content {
    padding: 60px 40px;
  }
  .ph-features .ph-features-media {
    padding: 0 0 0 40px;
  }
  .ph-socials-w {
    padding: 40px 0;
  }
  .ph-focus-w {
    padding-top: 0;
  }
  .ph-focus {
    padding: 60px 30px 30px;
  }
  .ph-focus .ph-focus-head .ph-focus-info h2 {
    font-size: 45px;
  }
  .ph-focus .ph-focus-head {
    grid-template-columns: 1fr;
  }
  .ph-second-quote-w .ph-quote-block {
    grid-template-columns: 1fr;
  }
  .ph-socials .ph-socials-reviews .ph-socials-title {
    font-size: 50px;
  }
  .ph-testimonials {
    column-count: 1;
  }
  .ph-info-w .ph-info {
    flex-direction: column;
  }
  .latepoint-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .latepoint-services .latepoint-service {
    padding-bottom: 0;
    width: 58px;
    height: 58px;
  }
  .latepoint-services .latepoint-service .latepoint-service-i {
    padding: 10px;
  }
  .latepoint-services .latepoint-service.wide {
    display: none;
  }
  .latepoint-services-w .latepoint-services-mobile-title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .ph-socials .ph-socials-connect {
    margin: 0 -95px;
  }
}
@media (min-width: 601px) {
  .top-menu-w .top-menu .menu li.menu-item-has-children {
    position: relative;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children:hover ul {
    display: block;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children > a {
    padding-right: 30px;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children > a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "latepointicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    top: 17px;
    color: #000;
    font-size: 18px;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children ul {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 15px;
    animation: 0.2s cubic-bezier(0.25, 1.1, 0.3, 1) 0s subMenu;
    animation-fill-mode: both;
    border-top: 3px solid #1D7BFF;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children ul li {
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 1.1;
    border-bottom: 1px solid #eee;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children ul li:last-child {
    border-bottom: none;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children ul li a {
    display: block;
    padding: 12px 20px;
    font-size: 18px;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children ul li a i {
    display: none;
  }
  .top-menu-w .top-menu .menu li.menu-item-has-children ul li a:hover {
    color: #1D7BFF;
  }
  .page-template-page-pricing-black-friday .top-menu-w .top-menu .menu li.menu-item-has-children ul {
    border-top-color: #deff07;
    background-color: #2a2a2a;
  }
  .page-template-page-pricing-black-friday .top-menu-w .top-menu .menu li.menu-item-has-children ul li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .page-template-page-pricing-black-friday .top-menu-w .top-menu .menu li > a:hover {
    color: #deff07;
  }
  .page-template-page-pricing-black-friday .top-menu-w .top-menu .menu li.menu-item-has-children ul li a:hover {
    color: #deff07;
  }
  .page-template-page-pricing-black-friday .top-menu-w .top-menu .menu li.menu-item-has-children > a:after {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .btn.btn-lg {
    font-size: 24px;
    padding: 10px 20px;
  }
  .key-feature-title h2 {
    font-size: 45px;
  }
  .beauty-services {
    margin: 0;
    gap: 10px;
  }
  .top-banner .sub-link-message {
    justify-content: center;
  }
  .faq-wrapper .faq-heading {
    font-size: 32px;
    line-height: 1.4;
  }
  .faq-wrapper .faq-item .fi-title {
    font-size: 22px;
  }
  .faq-wrapper .faq-item .fi-content {
    font-size: 16px;
  }
  .money-back-wrapper {
    margin: 40px 0;
  }
  .is-dark-style .lifetime-offer-wrapper .pricing-heading h1 .line:first-child {
    font-size: 92px;
  }
  .is-dark-style .lifetime-offer-wrapper .pricing-heading h1 .line:last-child {
    font-size: 78px;
  }
  .features-comparison-table .feature-row .feature-column {
    display: none;
  }
  .features-comparison-table .feature-row .feature-column .mobile-label {
    display: block;
    color: #aaa;
    font-size: 12px;
  }
  .features-comparison-table .feature-row .feature-column .plan-name {
    font-size: 12px;
  }
  .features-comparison-table .feature-row .feature-column .feature-heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .is-dark-style .features-comparison-table .feature-row .feature-column .plan-name {
    color: #aaa;
  }
  .page-template-page-pricing-black-friday .top-menu-w .top-menu .mobile-menu-trigger .mobile-menu .bar {
    background-color: #fff;
  }
  .features-comparison-table .feature-row:first-child {
    border-bottom: 4px solid rgba(255, 255, 255, 0.15);
  }
  .features-comparison-table .feature-row:first-child .feature-column {
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .features-comparison-table .feature-row .feature-column {
    flex: 0;
  }
  .features-comparison-table .feature-row .feature-column:first-child {
    flex: 1;
    padding-right: 20px;
  }
  .features-comparison-table .feature-row .feature-column.mobile {
    white-space: nowrap;
  }
  .features-comparison-table .feature-row .feature-column.mobile,
  .features-comparison-table .feature-row .feature-column:first-child,
  .features-comparison-table .feature-row .feature-column:last-child {
    display: block;
  }
  .is-dark-style .lifetime-offer-wrapper .pricing-heading .sub-heading {
    font-size: 20px;
  }
  .features-comparison-wrapper .feature-comparison-header .feature-comparison-sub-heading {
    flex-wrap: wrap;
  }
  .money-back-wrapper .money-back-inner .mb-info .mb-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .money-back-wrapper .money-back-inner .mb-badge {
    background-position: center center;
    flex: 0 0 300px;
  }
  .money-back-wrapper .money-back-inner .mb-info .mb-desc {
    font-size: 16px;
  }
  .money-back-wrapper .money-back-inner {
    flex-direction: column;
    border-radius: 30px;
    align-items: stretch;
    gap: 20px;
    text-align: center;
    padding: 30px;
  }
  .reasons-grid {
    flex-direction: column;
  }
  .top-banner-w {
    padding: 0;
  }
  .top-banner-w .top-banner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    border-radius: 8px;
  }
  .top-banner-w .top-banner .banner-right {
    margin-left: 0;
    align-self: stretch;
    text-align: center;
  }
  .top-banner-w .top-banner .banner-right .banner-link {
    justify-content: center;
  }
  .top-banner-w .top-banner .close-banner {
    left: auto;
    right: 6px;
    top: 6px;
    font-size: 14px;
    padding: 4px 6px;
  }
  .changelog-w {
    padding-top: 20px;
  }
  .discord-message-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .changelog-wrapper .discord-message-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 10px;
  }
  .changelog-wrapper .version-summary .version-media {
    padding: 30px;
    margin: 30px 0;
  }
  .changelog-wrapper .version-summary .version-media img.narrow {
    width: 100%;
  }
  .top-menu-w .top-menu .menu li.sandbox-trial-link {
    display: block;
  }
  .account-page-structure {
    flex-direction: column;
  }
  .account-page-w .account-page-structure .account-content-w {
    padding: 30px 0;
  }
  .account-page-w .account-page-structure .account-menu-w {
    flex: 1;
    padding: 0;
    border: none;
  }
  .account-page-w .account-page-structure .account-profile-head {
    border-bottom: none;
    padding-top: 20px;
  }
  .account-page-w .orders-w .order {
    display: flex;
    flex-wrap: wrap;
  }
  .account-page-w .account-page-structure .account-page-heading {
    display: none;
  }
  .account-page-w .orders-w .order .icon-w,
  .account-page-w .orders-w .order-items {
    display: none;
  }
  .account-page-w .orders-w .order-id {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    flex: 0 0 50%;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .account-page-w .orders-w .order-date {
    flex: 0 0 50%;
    margin: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .account-page-w .orders-w .order-price {
    margin-left: 0;
  }
  .account-page-w .orders-w .order-price span {
    display: none;
  }
  .account-page-w .orders-w .order-price strong {
    margin-left: 0;
  }
  .account-page-w .orders-w .order-items-list {
    padding: 5px 20px;
  }
  .account-page-w .orders-w .order-items-list .line-item .quantity {
    white-space: nowrap;
    font-size: 12px;
  }
  .account-page-w .orders-w .order-items-list .line-item h5 {
    font-size: 14px;
  }
  .account-page-w .orders-w .order-items-list .line-item .line-item-media {
    display: none;
  }
  .account-page-w .orders-w .order-items-list {
    display: block;
  }
  .account-page-w .license-actions {
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
  }
  .account-page-w .license-info-wrapper .activated-domain {
    margin-left: 0;
  }
  .account-page-w .license-activation .activation-date {
    padding: 0;
  }
  .account-page-w .license-activation button.request-deactivation {
    margin-left: 0;
  }
  .account-page-w .license-activation .activation-status-info-processing {
    margin-left: 0;
  }
  .account-page-w .account-page-structure .account-menu {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-top: 20px;
  }
  .account-page-w .account-page-structure .account-menu a, .account-page-w .account-page-structure .account-menu button {
    margin: 0;
    padding: 5px 0;
    white-space: nowrap;
    width: auto;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    margin-bottom: -1px;
  }
  .account-page-w .account-page-structure .account-menu a i, .account-page-w .account-page-structure .account-menu button i {
    display: none;
  }
  .account-page-w .account-page-structure .account-menu a.is-active:before, .account-page-w .account-page-structure .account-menu button.is-active:before {
    display: none;
  }
  .account-page-w .account-page-structure .account-menu a.is-active, .account-page-w .account-page-structure .account-menu button.is-active {
    border-bottom-color: #1D7BFF;
  }
  .account-page-w .purchased-addons {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .account-page-w .purchased-addons .addon .addon-actions button, .account-page-w .purchased-addons .addon .addon-actions a {
    font-size: 14px;
  }
  .account-page-w .license-info-wrapper .license-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .account-page-w .license-info-wrapper .license-key-info {
    margin-left: 0;
  }
  .account-page-w .license-info-wrapper .license-name strong {
    margin: 10px 0;
  }
  .account-page-w .license-activation {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .account-page-w {
    border-top: none;
  }
  .account-page-w .license-activation .activation-date {
    margin-left: 0;
  }
  .lightbox-w .lightbox {
    width: 95%;
  }
  .lightbox-w .lightbox h3 {
    font-size: 24px;
  }
  .lightbox-w .lightbox .lightbox-content {
    padding: 20px;
  }
  body.latepoint-home-playground .top-menu-w {
    display: none;
  }
  body.latepoint-home-playground .footer-w {
    display: none;
  }
  body.show-playground-settings-mobile .demos-w .demo-controls {
    display: block;
  }
  body.show-playground-settings-mobile .demos-w .mobile-playground-settings {
    background-color: #eee;
  }
  body.show-playground-settings-mobile .demos-w .mobile-playground-settings i:before {
    content: "\e917";
  }
  .demos-w {
    padding: 0;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .demos-w .demo-controls .settings-block .block-content .settings-field.same-line {
    gap: 5px;
  }
  .demos-w .demo-controls .settings-block .block-content .settings-field.same-line label {
    flex: 0 0 70px;
  }
  .demos-w .demo-request-window:before {
    left: 0;
  }
  .demos-w .demo-request-w input.form-control {
    padding: 12px 10px;
  }
  .demos-w .demo-request-w .form-actions {
    margin-top: 10px;
  }
  .demos-w .demo-request-w .form-actions button {
    font-size: 18px;
  }
  .demos-w .demo-request-w .demo-request-i {
    padding: 20px;
  }
  .demos-w .demo-request-w .demo-request-i h2 {
    font-size: 24px;
  }
  .demos-w .demo-request-w .demo-request-i .form-sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .demos-w .demo-controls .pages-selection {
    display: none;
  }
  .demos-w .demos-i {
    position: relative;
    display: flex;
    flex-direction: column;
    animation: none;
  }
  .demos-w .frame {
    min-height: initial !important;
  }
  .demos-w .demo-settings-wrapper {
    padding-top: 10px;
  }
  .demos-w .demo-controls {
    position: absolute;
    display: none;
    flex: 1;
    top: 10px;
    right: 10px;
    box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    animation: 0.2s ease both down10;
    border-radius: 8px;
  }
  .demos-w .demo-controls .settings-block .colors .color {
    width: 22px;
    height: 22px;
  }
  .demos-w .demo-controls .booking-process-settings:has(input[type=checkbox]) {
    display: none;
  }
  .demos-w .demo-controls .pages-selection + .settings-block {
    border-top: none;
  }
  .demos-w .demo-controls .heading {
    display: none;
  }
  .demos-w .demo-controls .settings-block:first-child {
    display: none;
  }
  .demos-w .iframe-contents {
    padding: 0;
  }
  .demos-w .iframe-page-types-wrapper {
    display: none;
  }
  .demo-with-frame .information-w {
    display: none;
  }
  .demo-with-frame .frame {
    overflow: visible;
  }
  .demos-selector-mobile {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 0 0 rgba(0, 0, 0, 0.05);
  }
  .demos-selector-mobile .playground-logo {
    margin-right: 15px;
    display: block;
    text-decoration: none;
  }
  .demos-selector-mobile .playground-logo img {
    height: 30px;
    width: 30px;
    display: block;
  }
  .demos-selector-mobile .selector-field-w {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .demos-selector-mobile .selector-field-w label {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }
  .demos-selector-mobile .selector-field-w select {
    width: 100%;
    flex: 1;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    border-bottom-color: #bbb;
    font-size: 16px;
    background-color: #fff;
    font-weight: 700;
    color: #111;
  }
  .demos-selector-mobile .selector-field-w select:focus {
    outline: none;
    border-color: #aaa;
    box-shadow: none;
  }
  .demos-selector-mobile .mobile-playground-settings {
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    align-items: center;
    font-size: 22px;
    gap: 8px;
    margin-left: 8px;
  }
  .demos-selector-mobile .mobile-playground-settings label {
    font-weight: 700;
    font-size: 16px;
    display: none;
  }
  .intro-demo .demo-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transform: none;
  }
  .intro-demo .demo-form-wrapper .demo-form-inner {
    flex: 1;
  }
  .intro-demo .demo-form-wrapper .demo-form-inner .demo-notice {
    display: none !important;
  }
  .intro-demo .demo-form-wrapper .main-panel {
    flex: 1;
    width: auto;
  }
  .intro-demo .demo-form-wrapper .main-panel .items.as-grid {
    gap: 15px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step {
    padding: 20px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tabs .contact-tab.active {
    font-size: 16px;
  }
  .intro-demo .demo-form-wrapper .main-panel .items.as-grid .item {
    padding: 10px;
  }
  .intro-demo .demo-form-wrapper .main-panel .items.as-grid .item.payment-option {
    padding: 25px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-row .phone-country-icon {
    bottom: 6px;
    font-size: 16px;
    left: 5px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w.has-value input.input-phone {
    padding-left: 48px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w label {
    left: 5px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-heading {
    padding: 20px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step.step-datepicker {
    padding: 20px 20px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w.has-value input {
    padding-left: 5px;
    padding-right: 5px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-row {
    gap: 10px;
    margin-bottom: 20px;
  }
  .intro-demo .demo-form-wrapper .main-panel .close-booking-modal {
    top: 25px;
    right: 22px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .credit-card-w {
    padding: 20px;
  }
  .intro-demo .demo-form-wrapper .main-panel .items.as-grid.payment-options-list {
    gap: 20px;
    padding: 0;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-footer {
    font-size: 18px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-prev {
    padding-left: 0;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-footer .step-btn.btn-prev:hover {
    background-color: transparent;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .textarea-w textarea {
    font-size: 16px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .calendar-heading {
    margin-bottom: 25px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .input-w input {
    font-size: 16px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-or {
    margin-top: 25px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-login {
    flex-direction: column;
    align-items: stretch;
    margin-top: 25px;
  }
  .intro-demo .demo-form-wrapper .main-panel .step-content .contact-tab-content .demo-social-login > div {
    padding: 10px;
    font-size: 16px;
  }
  .intro-demo .demo-form-wrapper .summary-panel {
    display: none;
    flex: 1;
    position: fixed;
    width: auto;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
  }
  .demo-request-w {
    padding: 60px 20px;
  }
  .demo-request-w .demo-request-i {
    padding: 0;
    box-shadow: none;
  }
  .demo-request-w .demo-request-i h2 {
    line-height: 1.1;
    font-size: 32px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .demo-request-w .demo-request-i .form-sub-title {
    font-size: 18px;
  }
  .auth-w {
    flex-direction: column;
  }
  .auth-w .auth-side {
    display: none;
  }
  .auth-w .auth-form-wrapper {
    flex: 1;
    padding: 40px 0;
  }
  .auth-w .btn {
    padding: 10px 15px;
    font-size: 20px;
  }
  .auth-w .social-login-btn-w button {
    padding: 8px 12px 9px;
    gap: 10px;
  }
  .auth-w .social-login-btn-w form {
    top: -45px;
  }
  .cart-header {
    padding-top: 30px;
  }
  .cart-header h1 {
    font-size: 42px;
  }
  .cart-wrapper {
    flex-direction: column;
  }
  .cart-wrapper .cart-totals, .cart-wrapper .checkout-totals {
    padding: 0;
    margin: 0;
    border: none;
    flex: 1;
  }
  .cart-wrapper .cart-totals .start-checkout-btn, .cart-wrapper .checkout-totals .start-checkout-btn {
    font-size: 24px;
  }
  .cart-wrapper .cart-totals .cart-totals-i h3, .cart-wrapper .cart-totals .cart-totals-i .cart-total-line, .cart-wrapper .cart-totals .cart-totals-i .cart-taxes, .cart-wrapper .checkout-totals .cart-totals-i h3, .cart-wrapper .checkout-totals .cart-totals-i .cart-total-line, .cart-wrapper .checkout-totals .cart-totals-i .cart-taxes {
    display: none;
  }
  .cart-wrapper .checkout-totals {
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
  .cart-wrapper .cart-table .cart-item-name {
    font-size: 20px;
  }
  .cart-wrapper .cart-table .cart-item-name span {
    font-size: 12px;
  }
  .cart-wrapper .cart-table .cart-item-media {
    display: none;
  }
  .toggles {
    gap: 15px;
  }
  .price-toggles-w {
    flex-direction: column;
    align-items: stretch;
  }
  .price-toggles-w .toggle-label {
    display: none;
  }
  .toggles .toggler-btn {
    font-size: 24px;
    flex: 1;
  }
  .lifetime-offer-wrapper .seats .seat-category.active {
    flex-direction: column;
    align-items: stretch;
  }
  .pricing-heading {
    padding: 60px 0 60px 0;
  }
  .pricing-heading h1 {
    font-size: 54px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .pricing-heading:before {
    left: -20px;
    z-index: -1;
  }
  .pricing-heading:after {
    right: -20px;
    z-index: -1;
  }
  .pricing-heading .sub-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .lifetime-offer-wrapper .seats {
    flex-direction: column;
  }
  .lifetime-offer-wrapper .seats .seat a.purchase-btn {
    justify-content: center;
  }
  .lifetime-offer-wrapper .seats .seat h2 {
    font-size: 52px;
  }
  .lifetime-offer-wrapper .seats .seat:first-child h2, .lifetime-offer-wrapper .seats .seat:last-child h2 {
    font-size: 52px;
  }
  .pricing-w {
    border-top: none;
  }
  .pricing-w .plan-addons {
    margin-top: 40px;
  }
  .pricing-w .plan-addons .plan-addon-row .addon-name {
    padding: 0;
    flex: 0 0 180px;
    text-align: left;
  }
  .pricing-w .plan-addons .plan-addon-row.is-heading {
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .pricing-w .plan-addons .plan-addon-row.is-heading .addon-name, .pricing-w .plan-addons .plan-addon-row.is-heading .included-indicator {
    color: #aaa;
    font-size: 12px;
  }
  .pricing-w .plan-addons.reverse .plan-addon-row .included-indicator {
    padding: 5px 0;
    text-align: center;
  }
  .pricing-w .plan-addons.reverse .plan-addon-row .included-indicator.on {
    font-size: 18px;
  }
  .pricing-w .plan-addons.reverse .plan-addon-row .addon-name {
    padding-right: 10px;
    text-align: left;
  }
  .pricing-w .pricing-plans {
    flex-direction: column;
    border-bottom: none;
  }
  .pricing-w .pricing-plans .pricing-plan {
    text-align: center;
  }
  .pricing-w .pricing-plans .pricing-plan .purchase-license-button {
    justify-content: space-around;
    padding: 12px;
  }
  .pricing-w .pricing-plans .pricing-plan .purchase-license-button i {
    display: none;
  }
  .pricing-w .pricing-plans .pricing-plan .price-w {
    display: block;
  }
  .pricing-w .pricing-plans .pricing-plan .price-w .price-before {
    display: inline-block;
  }
  .pricing-w .pricing-plans .empty-sidebar {
    flex: 0;
    margin-bottom: 40px;
  }
  .pricing-w .pricing-plans .website-quantity-selector {
    padding: 0;
    border: none;
  }
  .pricing-w .pricing-plans .website-quantity-selector .quantities {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .pricing-w .pricing-plans .website-quantity-selector .quantity-selector {
    flex-direction: column;
    gap: 5px;
    padding: 15px 10px;
    flex: 1;
  }
  .pricing-w .pricing-plans .website-quantity-selector .quantity-selector.active strong, .pricing-w .pricing-plans .website-quantity-selector .quantity-selector.active span {
    color: #1D7BFF;
  }
  .pricing-w .pricing-plans .website-quantity-selector .quantity-selector:before {
    display: none;
  }
  .pricing-w .pricing-plans .website-quantity-selector .quantity-selector .save {
    position: absolute;
    top: 105%;
    margin: 0;
  }
  .pricing-w .pricing-plans .website-quantity-selector .quantity-selector span {
    font-size: 18px;
  }
  .pricing-w .pricing-plans .website-quantity-selector .quantity-selector strong, .pricing-w .pricing-plans .website-quantity-selector .quantity-selector span {
    margin: 0;
  }
  .pricing-w .pricing-plans.multiple .pricing-plan {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 8px;
  }
  .pricing-w .pricing-plans.multiple .pricing-plan:last-child {
    margin: 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
  }
  .top-menu-w .top-menu {
    padding: 20px 0;
  }
  .top-menu-w .top-menu .logo-link {
    margin-right: auto;
  }
  .top-menu-w .top-menu .menu-w {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #1D7BFF;
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 9999;
    animation: 0.2s cubic-bezier(0.25, 1.3, 0.3, 1) 0s down20opaque;
    animation-fill-mode: both;
  }
  .top-menu-w .top-menu .menu-w .menu li a {
    color: #fff;
    gap: 12px;
  }
  .top-menu-w .top-menu .menu-w .menu li a i {
    color: #fff;
  }
  .top-menu-w .top-menu .menu-w .menu li.menu-item-has-children {
    position: relative;
  }
  .top-menu-w .top-menu .menu-w .menu li.menu-item-has-children > a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "latepointicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    top: 30px;
    color: #fff;
    font-size: 22px;
  }
  .top-menu-w .top-menu .menu-w .menu li ul.sub-menu {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0 34px;
    display: none;
  }
  .top-menu-w .top-menu .menu-w .menu li ul.sub-menu a {
    font-size: 20px;
  }
  .top-menu-w .top-menu .menu-w .menu li.has-sub-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-menu-w .top-menu .menu-w .menu li.has-sub-menu > a {
    display: none;
  }
  .top-menu-w .top-menu .menu-w .menu li.has-sub-menu ul {
    display: block;
    position: relative;
    box-shadow: none;
    background-color: transparent;
  }
  .top-menu-w .top-menu .menu-w .cart-items-count {
    box-shadow: 0 0 0 2px #1D7BFF;
  }
  .top-menu-w .top-menu .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .top-menu-w .top-menu .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding: 15px 0;
    margin: 0;
  }
  .top-menu-w .top-menu .menu li:last-child {
    border-bottom: none;
  }
  .top-menu-w .top-menu .mobile-pricing-link {
    display: block;
    margin-left: auto;
    margin-right: 20px;
  }
  .top-menu-w .top-menu .mobile-pricing-link a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background-color: #1D7BFF;
    padding: 3px 10px 3px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    border-radius: 0px;
  }
  .backend-info-w {
    display: none;
  }
  .responsive-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 80px 20px 50px;
  }
  .responsive-info .heading h3 {
    line-height: 1.1;
    font-size: 48px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .responsive-info .heading .desc {
    color: rgba(7, 7, 57, 0.6);
    font-size: 24px;
  }
  .responsive-info .buttons {
    padding-top: 20px;
  }
  .responsive-info .buttons a {
    display: flex;
    align-items: center;
    font-size: 22px;
    gap: 10px;
    font-weight: 700;
  }
  .responsive-info .buttons a span {
    border-bottom: 1px dotted #1D7BFF;
    display: block;
  }
  .responsive-info .media-w {
    margin-top: 20px;
    box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  .responsive-info .media-w img {
    width: 100%;
    height: auto;
    display: block;
  }
  .responsive-info .media {
    padding-bottom: 190%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .backend-info-w .media-w {
    margin: 20px -10px;
  }
  .backend-info-w .media-w .admin-dashboard-arrow {
    display: none;
  }
  .backend-info-w .media-w .frame-bar .address {
    display: none;
  }
  .backend-info-w .media-w .frame-bar .info-tabs {
    gap: 12px;
    justify-content: space-between;
    padding-right: 10px;
    margin-left: auto;
    display: none;
  }
  .backend-info-w .media-w .frame-bar .info-tabs .info-tab {
    font-size: 16px;
    padding: 15px 0;
  }
  .backend-info-w .media-w .frame-bar .browser-buttons {
    padding: 10px;
  }
  .backend-info-w .info-w h3 {
    font-size: 62px;
    letter-spacing: 0;
  }
  .feature-performance {
    flex-direction: column;
    padding: 20px;
    padding-bottom: 40px;
    align-items: stretch;
    border-radius: 0;
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .feature-performance .size-w {
    flex: 1;
    padding-top: 30px;
    padding-right: 15px;
  }
  .feature-performance .size-w .speed-tail {
    left: -25px;
    bottom: -15px;
  }
  .feature-performance .size-w strong {
    font-size: 190px;
    margin-left: -20px;
    letter-spacing: 0;
    margin-right: 0px;
  }
  .feature-performance .feature-content {
    text-align: center;
    margin-top: 120px;
  }
  .feature-performance .feature-content .speed-results {
    flex-direction: column;
    padding: 0 30px;
    gap: 20px;
  }
  .feature-performance .feature-content h2 {
    margin-bottom: 10px;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 1;
  }
  .feature-performance .feature-content .desc {
    margin-bottom: 40px;
  }
  .how-it-works-w h2 {
    font-size: 62px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .how-it-works-w .how-it-works-i .steps-right .example-w {
    display: none;
  }
  .how-it-works-w .how-it-works-i {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .how-it-works-w .how-it-works-i:before {
    z-index: -1;
  }
  .how-it-works-w .how-it-works-i .steps-left {
    align-items: stretch;
    gap: 20px;
    flex-direction: column;
  }
  .how-it-works-w .how-it-works-i .steps-left .arrow {
    display: none;
  }
  .how-it-works-w .how-it-works-i .steps-right {
    flex-direction: column-reverse;
    display: flex;
  }
  .how-it-works-w .how-it-works-i .steps-right .step-info {
    margin-bottom: 20px;
  }
  .how-it-works-w .step-info h4 span {
    display: inline;
  }
  .how-it-works-w .step-info h4 span:before {
    content: " ";
  }
  .how-it-works-w .step-info {
    align-items: baseline;
  }
  .how-it-works-w .step .number {
    font-size: 52px;
    margin-right: 8px;
  }
  .how-it-works-w .how-it-works-i .step-install-w, .how-it-works-w .how-it-works-i .step-wizard-steps, .how-it-works-w .how-it-works-i .step-shortcode-w {
    display: none;
  }
  .how-it-works-w .how-it-works-i .steps-right {
    flex: 1;
    width: auto;
  }
  .how-it-works-w .how-it-works-i .steps-right h4 {
    font-size: 26px;
  }
  .how-it-works-w .how-it-works-i .steps-right h4 span {
    display: inline;
  }
  .how-it-works-w .how-it-works-i .steps-right h4 span:before {
    content: " ";
  }
  .special-w {
    margin-top: 60px;
  }
  .special-w .special-boxes {
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
  }
  .special-w .special-boxes .special-box-w {
    flex: 1 !important;
    width: 100% !important;
    opacity: 1;
  }
  .special-w .special-boxes .special-box {
    padding: 40px 20px 220px 20px !important;
    height: auto;
  }
  .special-w .special-boxes .special-box .btn {
    font-size: 20px;
  }
  .special-w .special-boxes .special-box .stripes-bg {
    width: 250px;
    display: none;
    top: 0 !important;
    bottom: auto;
    height: 230px;
  }
  .special-w .special-boxes .special-box .media {
    bottom: 0 !important;
    transform: none !important;
    left: 20px;
    right: 0;
    width: auto;
    height: 180px;
  }
  .special-w .special-boxes .special-box h4 {
    letter-spacing: 0;
  }
  .special-w .special-boxes .special-box .desc-w {
    opacity: 1 !important;
    transform: none !important;
  }
  .feature-tiles {
    flex-direction: column;
    margin-top: 40px;
  }
  .feature-tiles .feature-tile-column {
    flex: 0;
  }
  .feature-tiles .feature-tile-column .sandbox-request-wrapper:first-child {
    display: none;
  }
  .reputation-section {
    padding-top: 100px;
  }
  .reputation-section .testimonials {
    padding-left: 10px;
  }
  .reputation-section .testimonials .testimonial {
    margin: 20px 10px;
  }
  .reputation-section .attributes {
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
  }
  .reputation-section .attributes .attribute .value {
    font-size: 42px;
    letter-spacing: 0;
  }
  .reputation-section .attributes .attribute .label {
    font-size: 18px;
  }
  .reputation-section h2 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .addons-section .featured-addons-list .addon-name {
    margin: 0 5px;
    padding: 15px 0;
  }
  .feature-tile.feature-responsive .media-phone-w {
    width: 215px;
  }
  .feature-tile.feature-agent-dashboard .login-box-w {
    left: 0;
  }
  .feature-tile.feature-agent-dashboard .media-phone-w {
    transform: translate(40px, 0%);
  }
  .feature-tile.feature-agent-dashboard .login-box-w .arrow {
    display: none;
  }
  .feature-tile.feature-interface .feature-media-w {
    padding: 0;
  }
  .feature-tile.feature-interface .feature-media-w .booking-form-w {
    width: 100%;
  }
  .feature-tile {
    padding: 40px 20px;
  }
  .feature-tile .feature-desc .desc {
    font-size: 18px;
  }
  .feature-tile .feature-desc .tag {
    font-size: 16px;
    letter-spacing: 0;
  }
  .feature-tile .feature-desc h3 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.1;
  }
  .feature-tile.feature-notifications .feature-media-w .media-column .to-label {
    display: none;
  }
  .feature-tile.feature-notifications .feature-media-w .media-column {
    flex: 1;
  }
  .feature-tile.feature-notifications .feature-media-w .media-column:last-child {
    display: none;
  }
  .special-w h2 {
    font-size: 62px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .special-w:before {
    z-index: -1;
  }
  .addons-section {
    margin: 40px 0 0;
    padding: 40px 0;
    border-radius: 0;
  }
  .addons-section h2 {
    line-height: 1.1;
    letter-spacing: 0;
    font-size: 42px;
    margin-bottom: 30px;
  }
  .addons-section h2 span {
    display: block;
  }
  .addons-section .addons-section-i .addons-section-inner {
    padding: 0;
  }
  .addons-section .featured-addons-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .sandbox-request-wrapper {
    padding: 40px;
  }
  .sandbox-request-wrapper h3 {
    letter-spacing: 0;
    font-size: 52px;
  }
  .feature-tile.feature-customer-cabinet .feature-media-w {
    padding: 0 10px;
  }
  .sandbox-request-wrapper .screenshot {
    display: none;
  }
  .integrations-feature-wrapper {
    margin: 40px 0;
  }
  .feature-tile.feature-integrations {
    padding: 40px 0;
  }
  .feature-tile.feature-integrations .feature-desc h3 {
    font-size: 42px;
    letter-spacing: 0;
  }
  .feature-tile.feature-integrations {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }
  .feature-tile.feature-integrations .feature-desc {
    margin: 0;
    flex: 0;
    max-width: initial;
    margin-bottom: 20px;
  }
  .feature-tile.feature-integrations .feature-desc .feature-trigger {
    display: flex;
    font-size: 20px;
  }
  .feature-tile.feature-integrations .feature-desc .feature-trigger .label {
    flex: 0 0 70px;
    text-align: center;
  }
  .feature-tile.feature-wizard .feature-media-w {
    padding: 0;
  }
  .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .label {
    flex: 0 0 70px;
    background-color: #a373d6;
    text-align: center;
  }
  .feature-tile.feature-integrations .feature-media-w .integration-columns {
    flex-direction: column;
    align-items: stretch;
  }
  .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column {
    margin: 0 !important;
  }
  .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column:first-child {
    display: none;
  }
  .feature-tile.feature-integrations .feature-media-w {
    margin-left: 0;
  }
  .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-double-arrow-right,
  .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-double-arrow-left,
  .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .blue-box .two-way-sync {
    display: none;
  }
  .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .integration-single-arrow {
    display: none;
  }
  .feature-tile.feature-integrations .feature-media-w .integration-columns .integration-column .blue-box {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    font-size: 20px;
  }
  .feature-payments-w {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .feature-payments-w .media-w {
    display: none;
    flex: 1;
    padding-right: 0;
  }
  .feature-payments-w .content-w h3 {
    font-size: 48px;
    letter-spacing: 0;
    line-height: 1.1;
  }
  .feature-payments-w .content-w .list-cols {
    flex-direction: column;
  }
  .feature-developers {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .feature-developers .media .code-snippet {
    border-radius: 0;
  }
  .feature-developers .media .view-code-btn {
    right: 20px;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    letter-spacing: 0;
    justify-content: space-between;
  }
  .feature-developers .tab-hooks {
    padding: 0;
    margin-left: 30px;
  }
  .feature-developers .tab-addon {
    padding: 20px;
  }
  .feature-developers .tab-addon .developer-addon-info {
    border-radius: 10px;
  }
  .feature-developers .tab-addon .developer-addon-info .block {
    padding: 20px;
  }
  .feature-developers .feature {
    gap: 10px;
    padding: 10px;
  }
  .feature-developers .feature h4 {
    margin: 0;
    text-align: left;
    font-size: 18px;
    padding: 0;
  }
  .feature-developers .content {
    flex: 1;
    padding: 60px 20px 40px 20px;
  }
  .feature-developers .content h2 {
    font-size: 42px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1.1;
  }
  .intro-demo .demo-services-list .demo-service .media {
    filter: none;
  }
  .intro-demo .demo-services-list-wrapper {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    padding-top: 0px;
  }
  .intro-demo .demo-services-arrow {
    left: 275px;
    bottom: -10px;
  }
  .intro-demo .demo-services-arrow:before {
    left: -47px;
    transform: rotate(119deg) scaleX(-1);
  }
  .intro-demo .demo-services-shortcode {
    display: none;
  }
  .intro-w .intro-i {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .intro-w .intro-text {
    flex: 1;
    width: auto;
    margin-bottom: 40px;
  }
  .intro-w .intro-text .desc {
    margin: 0;
  }
  .intro-w .intro-text .buttons {
    display: none;
  }
  .intro-w .intro-text h1 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .addon-page-w {
    flex-direction: column;
  }
  .addon-page-w .addon-box {
    border-right: none;
    padding: 0;
  }
  .addon-page-w .addon-info {
    margin-top: 40px;
  }
  .addon-page-w .tabs {
    padding-left: 0;
    overflow-x: auto;
    gap: 20px;
  }
  .addon-page-w .tabs .tab {
    font-size: 20px;
  }
  .addon-page-w .tabs .tab + .tab {
    margin: 0;
  }
  .addon-page-w .tabs .tab.is-active:before {
    bottom: 0;
  }
  .addon-page-w .addon-name {
    letter-spacing: 0;
    font-size: 40px;
    padding: 0;
    margin-bottom: 20px;
  }
  .addon-page-w .tab-content {
    padding: 30px 0;
  }
  .addons-heading {
    padding: 40px 0 60px 0;
  }
  .addons-heading h1 {
    font-size: 48px;
    letter-spacing: 0;
  }
  .addons-heading:before {
    left: -20px;
    z-index: -1;
  }
  .addons-heading:after {
    right: -20px;
    z-index: -1;
  }
  .addons-categories-w {
    overflow-x: auto;
  }
  .addons-categories-w .addons-categories {
    gap: 15px;
  }
  .addons-categories-w .addons-categories .category {
    font-size: 18px;
  }
  .addons-categories-w .addons-categories .category.active:after, .addons-categories-w .addons-categories .category:hover:after {
    bottom: 0;
  }
  .addons-index {
    grid-template-columns: 1fr;
  }
  .footer-w {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
  .footer-w .footer-two {
    flex-direction: column;
  }
  .footer-w .legal-links {
    padding: 0;
    margin: 20px 0;
    border: none;
  }
  .footer-w .legal-links.affiliate-links {
    margin-bottom: 20px;
    margin-left: auto;
  }
  .footer-w .legal-links.affiliate-links a {
    margin: 0;
  }
  .footer-w .legal-links.affiliate-links li {
    margin-left: 0;
  }
  .footer-w .footer-two .social-icons .icon-twitter {
    margin: 0;
  }
  .cta-simple h2 {
    font-size: 48px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-copyright-w .footer-copyright {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1080px) {
  .footer-w {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    text-align: center;
  }
  .footer-w .footer-two {
    flex-direction: column;
  }
  .footer-w .footer-two .copyright {
    margin-bottom: 10px;
  }
  .footer-w .footer-two .footer-links-w {
    flex-direction: column;
    text-align: center;
  }
  .footer-w .legal-links {
    padding: 0;
    margin: 15px 0;
    border: none;
  }
  .footer-w .legal-links.affiliate-links {
    margin-left: auto;
    padding-left: 0;
    margin-top: 0;
    border: none;
  }
}

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