@keyframes animateRight {
  0% {
    transform: translate(100%, 100%) scale(0%, 0%);
  }
  100% {
    transform: translate(0, 0) scale(70%, 70%);
  }
}

@keyframes animateLeft {
  0% {
    transform: translate(-100%, 100%) scale(0%, 0%);
  }
  100% {
    transform: translate(0, 0) scale(70%, 70%);
  }
}

/* line 18, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.filter-option-inner-inner {
  padding: 0;
}

/* line 22, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.sparkles-right {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(70%);
  animation: 1s ease-out 0s 1 animateRight;
}

/* line 29, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.sparkles-left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(70%);
  animation: 1s ease-out 0s 1 animateLeft;
}

/* line 36, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.sb-page-wrapper {
  background: url(/assets/website/HA_bg-a3b93004561fedff1b1536b74353d057b3912db90d72501a8cce45e4bea97124.svg) no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

/* line 49, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.sb-2-page-wrapper {
  background: url(/assets/website/HA_bg-a3b93004561fedff1b1536b74353d057b3912db90d72501a8cce45e4bea97124.svg) no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

/* line 60, app/assets/stylesheets/website/smokeball_design_fixes.scss */
iframe.sbIntIframe {
  width: 100%;
  min-height: 300px;
}

/* line 64, app/assets/stylesheets/website/smokeball_design_fixes.scss */
p.sb-detail-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1D222F;
  margin-bottom: 1.5rem;
}

/* line 71, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.form-control {
  height: 40px !important;
}

/* line 75, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.ls2px {
  letter-spacing: 2px;
}

/* line 79, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.sb-link {
  font-size: 1.2rem;
  color: #E1692E;
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.btn-orange {
  background-color: #E1692E;
  border-color: #E1692E;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #E1692E;
}

/* line 93, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.btn-outline-orange {
  color: #5E5E5E;
  border-color: #E1692E;
  border-radius: 30px;
  border: 2px solid #E1692E;
}

/* line 100, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.btn-orange:hover, .btn-outline-orange:hover {
  background-color: #E1692E;
  border-color: #E1692E;
  color: #fff;
}

/* line 106, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.lcFeaturesHeading, .haHeading {
  color: #1D222F;
}

@media (max-width: 991.98px) {
  /* line 112, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  p.sb-detail-text {
    font-size: 1.2rem;
  }
  /* line 116, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  #lcFeaturesLogo {
    height: 36px !important;
  }
  /* line 119, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .haHeading, .lcFeaturesHeading {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  /* line 126, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .sb-page-wrapper {
    align-items: start;
  }
}

/* line 131, app/assets/stylesheets/website/smokeball_design_fixes.scss */
h1 {
  line-height: 1.2;
}

/* line 135, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.w-80 {
  width: 80%;
}

/* line 139, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.smokeball_header {
  background-color: white !important;
}

/* line 142, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.sbra-page-wrapper {
  background: url(/assets/website/HA_bg-a3b93004561fedff1b1536b74353d057b3912db90d72501a8cce45e4bea97124.svg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20rem 1rem;
}

@media (max-width: 991.98px) {
  /* line 142, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .sbra-page-wrapper {
    padding: 10rem 1rem;
  }
}

@media (max-width: 767.98px) {
  /* line 142, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .sbra-page-wrapper {
    align-items: start;
  }
}

/* line 162, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.navbar {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

@media (max-width: 991.98px) {
  /* line 162, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .navbar {
    height: auto;
    justify-content: center;
    padding: 20px;
    row-gap: 20px;
  }
}

/* line 177, app/assets/stylesheets/website/smokeball_design_fixes.scss */
iframe.sbIntIframe {
  width: 100%;
  min-height: 400px;
}

/* line 182, app/assets/stylesheets/website/smokeball_design_fixes.scss */
p.sb-detail-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1D222F;
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  /* line 182, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  p.sb-detail-text {
    font-size: 1.2rem;
  }
}

/* line 193, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.ls2px {
  letter-spacing: 2px;
}

/* line 197, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.sb-link {
  font-size: 1.2rem;
  color: #E1692E;
  text-decoration: underline;
}

/* line 203, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.sb-text {
  font-size: 24px;
  line-height: 40px;
  color: #1D222F;
  font-weight: 500;
}

/* line 210, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.btn-sb-primary {
  background-color: #E1692E;
  border-color: #E1692E;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #E1692E;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px;
}

/* line 223, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.btn-outline-orange {
  color: #5E5E5E;
  border-color: #E1692E;
  border-radius: 30px;
  border: 2px solid #E1692E;
}

/* line 229, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.btn-outline-orange:hover {
  background-color: #E1692E;
  border-color: #E1692E;
  color: #fff;
}

/* line 236, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.btn-orange:hover {
  background-color: #E1692E;
  border-color: #E1692E;
  color: #fff;
}

/* line 242, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.font-medium {
  font-weight: 500;
}

/* line 246, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.lcFeaturesHeading,
.raHeading {
  color: #1D222F;
  line-height: 3.5rem;
}

@media (max-width: 1199.98px) {
  /* line 246, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .lcFeaturesHeading,
.raHeading {
    font-size: 1.8rem;
  }
}

@media (max-width: 991.98px) {
  /* line 246, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .lcFeaturesHeading,
.raHeading {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  /* line 246, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .lcFeaturesHeading,
.raHeading {
    font-size: 1.25rem;
  }
}

/* line 264, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.vso-section-header,
.vso-subSection {
  padding: 100px 0;
}

@media (max-width: 991.98px) {
  /* line 264, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .vso-section-header,
.vso-subSection {
    padding: 40px 0;
  }
}

/* line 273, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.vso-image {
  margin: 0 auto;
}

/* line 277, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.vso-footer {
  background-color: #F4F4F4;
  padding: 140px 40px;
}

/* line 281, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.vso-footer .vso-footer-inner {
  padding: 48px 40px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 287, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.vso-footer .vso-footer-inner .left-section {
  border-right: 1px solid #C1C1C1;
}

@media (max-width: 991.98px) {
  /* line 287, app/assets/stylesheets/website/smokeball_design_fixes.scss */
  .vso-footer .vso-footer-inner .left-section {
    border-right: none;
    border-bottom: 1px solid #C1C1C1;
  }
}

/* line 295, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.vso-footer .vso-footer-inner .left-section > h1 {
  font-size: 40px;
  letter-spacing: 8px;
  color: #2F2F2F;
}

/* line 304, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.vso-contact {
  font-size: 18px;
  font-weight: medium;
  color: #000;
}

/* line 309, app/assets/stylesheets/website/smokeball_design_fixes.scss */
.vso-contact a {
  color: #E1692E;
  text-decoration: underline;
  font-weight: bold;
}
