:root {
  --csh-dark: #232a31;
  --csh-panel: #34454e;
  --csh-green: #2cc76a;
  --csh-green-dark: #22bb5f;
  --csh-blue: #2db6d8;
  --csh-red: #f45c57;
  --csh-text: #232a31;
  --csh-muted: #737f86;
  --csh-line: #e8ecef;
}

.csh-theme {
  background: #fff;
  color: var(--csh-text);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.csh-theme a {
  color: var(--csh-green);
}

.csh-site-header {
  background: var(--csh-dark);
}

.csh-navbar {
  min-height: 86px;
  background: var(--csh-dark);
  box-shadow: 0 10px 30px rgba(20, 29, 36, 0.12);
}

.csh-brand,
.csh-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff !important;
  text-decoration: none !important;
}

.csh-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--csh-green);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

.csh-brand-text {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.csh-navbar .nav-link {
  color: #fff !important;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.csh-navbar .nav-link:hover,
.csh-navbar .nav-link:focus {
  color: var(--csh-green) !important;
}

.csh-nav-btn,
.csh-btn {
  border: 0;
  border-radius: 3px;
  color: #fff !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.csh-nav-btn {
  margin-left: 0.5rem;
  padding: 0.75rem 1rem;
  background: var(--csh-green);
}

.csh-btn {
  padding: 1rem 1.5rem;
}

.csh-btn-green,
.csh-btn-green:hover,
.csh-nav-btn:hover {
  background: var(--csh-green-dark);
}

.csh-btn-blue,
.csh-btn-blue:hover {
  background: var(--csh-blue);
}

.csh-btn-red,
.csh-btn-red:hover {
  background: var(--csh-red);
}

.csh-hero {
  position: relative;
  min-height: 610px;
  color: #fff;
  background: var(--csh-dark) url("../images/header-bg.jpg") center/cover no-repeat;
  overflow: hidden;
}

.csh-hero-track {
  position: relative;
  min-height: 610px;
}

.csh-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 95px 0 75px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(38px);
  transition: opacity 650ms ease, transform 650ms ease, visibility 650ms ease;
}

.csh-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.csh-kicker {
  margin-bottom: 1rem;
  color: var(--csh-green);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.csh-hero h1 {
  max-width: 720px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1.05;
}

.csh-hero-copy {
  max-width: 660px;
  color: #d5d9dc;
  font-size: 1.2rem;
  line-height: 1.7;
}

.csh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.csh-hero-server {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.28));
}

.csh-hero-server-large {
  max-width: 560px;
}

.csh-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.csh-slider-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

.csh-slider-dots button.is-active {
  background: var(--csh-green);
}

.csh-feature-strip,
.csh-more-features,
.csh-pricing {
  padding: 70px 0;
}

.csh-feature {
  height: 100%;
  padding: 28px 20px;
  text-align: center;
}

.csh-feature img {
  width: 85px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.csh-feature h2 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.csh-feature p,
.csh-section-head p,
.csh-mini-feature p,
.csh-plan p {
  color: var(--csh-muted);
  line-height: 1.7;
}

.csh-domain-band {
  padding: 70px 0;
  background: var(--csh-panel);
}

.csh-section-head {
  max-width: 740px;
  margin: 0 auto 38px;
  text-align: center;
}

.csh-section-head h2 {
  margin: 0 0 0.5rem;
  color: var(--csh-text);
  font-size: 2.15rem;
  font-weight: 800;
}

.csh-section-head-light h2,
.csh-section-head-light p {
  color: #fff;
}

.csh-domain-form {
  max-width: 760px;
  margin: 0 auto;
}

.csh-domain-form .form-control {
  height: 56px;
  border: 0;
  border-radius: 3px 0 0 3px;
}

.csh-domain-form .btn {
  min-width: 170px;
  border-radius: 0 3px 3px 0;
}

.csh-mini-feature {
  display: flex;
  gap: 18px;
  min-height: 142px;
  margin-bottom: 28px;
}

.csh-mini-feature img {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.csh-mini-feature h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.csh-plan {
  position: relative;
  height: calc(100% - 42px);
  margin-top: 42px;
  padding: 68px 0 0;
  background: #e8e9ea;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.csh-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(35, 42, 49, 0.12);
}

.csh-plan h3 {
  margin: 0;
  padding: 1rem;
  color: #fff;
  background: #202b34;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.csh-plan p {
  margin: 0;
  padding: 0.75rem 1rem;
  background: #202b34;
}

.csh-price {
  position: absolute;
  top: -42px;
  left: 50%;
  width: 94px;
  height: 94px;
  margin-left: -47px;
  border-radius: 50%;
  background: var(--csh-green);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 94px;
}

.csh-plan-featured .csh-price {
  background: var(--csh-red);
}

.csh-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.csh-plan li {
  padding: 0.8rem 1rem;
  border-top: 1px solid rgba(35, 42, 49, 0.08);
}

.csh-plan .btn {
  display: block;
  border-radius: 0;
}

.csh-main {
  padding: 48px 0;
  background: #fff;
}

.csh-home-main {
  padding-top: 0;
}

.csh-home-main .csh-content > .header-lined,
.csh-home-main .csh-content > .tiles,
.csh-home-main .csh-content > .landing-page {
  display: none;
}

.csh-content .card,
.csh-sidebar .card,
.csh-content .panel,
.csh-sidebar .panel {
  border-color: var(--csh-line);
  border-radius: 4px;
}

.csh-content .btn-primary,
.csh-content .btn-success {
  border-color: var(--csh-green);
  background: var(--csh-green);
}

.csh-footer {
  padding: 54px 0 28px;
  color: #fff;
  background: var(--csh-dark) url("../images/header-bg.jpg") center/cover no-repeat;
}

.csh-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 28px;
}

.csh-footer-brand {
  margin-bottom: 1rem;
}

.csh-footer h4 {
  color: #afb1b3;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.csh-footer p,
.csh-footer-bottom {
  color: #c9d0d4;
}

.csh-footer a {
  display: block;
  margin: 0.35rem 0;
  color: #fff;
}

.csh-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .csh-hero {
    min-height: auto;
    text-align: center;
  }

  .csh-hero-track,
  .csh-slide {
    min-height: 680px;
  }

  .csh-slide {
    padding: 70px 0 86px;
  }

  .csh-hero h1 {
    font-size: 2.8rem;
  }

  .csh-hero-actions {
    justify-content: center;
  }

  .csh-hero-server {
    margin-top: 2rem;
  }

  .csh-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .csh-brand-text {
    font-size: 1rem;
  }

  .csh-brand-mark {
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }

  .csh-hero h1 {
    font-size: 2.15rem;
  }

  .csh-hero-track,
  .csh-slide {
    min-height: 720px;
  }

  .csh-domain-form .input-group {
    display: block;
  }

  .csh-domain-form .form-control,
  .csh-domain-form .btn {
    width: 100%;
    border-radius: 3px;
  }

  .csh-domain-form .btn {
    margin-top: 0.75rem;
  }

  .csh-footer-grid,
  .csh-footer-bottom {
    display: block;
  }

  .csh-footer-bottom span {
    display: block;
    margin-top: 0.5rem;
  }
}
