body {
  font-family: "Inter", sans-serif;
  color: #1D1D1F;
  font-size: 16px;
  line-height: 24px;
  margin-top: 80px;
}
a {
  color: #21409a;
  text-decoration: none;
}
a:hover {
  color: #21409A;
}
.navbar {
  background-color: #0A1A38;
  padding: 16px 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
.navbar-toggler {
  background-color: #fff;
}
.navbar .btn-link {
  color: #ffffffbf;
  text-decoration: none;
}
.nav-link {
  color: #ffffffbf;
}
.nav-link:hover {
  color: #ffffffbf;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffffffbf;
}
.navbar-toggler {
  border-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn-primary {
  background-color: #21409a;
  border-color: #21409a;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #21409A !important;
  border-color: #21409A !important;
}
.hero {
  background: #21409a;
  color: #fff;
  padding: 80px 8px;
}
.hero .btn-primary, .cta .btn-primary, .top-nav .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #21409A;
}
.hero .btn-primary:hover, .hero .btn-primary:active, .cta .btn-primary:hover, .cta .btn-primary:active, .top-nav .btn-primary:hover, .top-nav .btn-primary:active {
  background-color: #0A1A38 !important;
  border-color: #0A1A38 !important;
  color: #fff;
}
.hero .btn-outline-primary, .cta .btn-outline-primary {
  border-color: #fff;
  background-color: #21409a;
  color: #fff;
}
.hero .btn-outline-primary:hover, .hero .btn-outline-primary:active, .cta .btn-outline-primary:hover, .cta .btn-outline-primary:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #21409A !important;
}
.card .btn-primary {
  background-color: #21409a;
  border-color: #21409a;
  font-weight: bold;
  color: #fff;
}
.card .btn-primary:hover, .card .btn-primary:active {
  background-color: #21409A !important;
  border-color: #21409A !important;
  color: #fff;
}
.btn-outline-primary {
  border-color: #21409a;
  color: #21409a;
  background-color: #FFFFFF;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #21409A !important;
  border-color: #21409A !important;
}
.section {
  padding: 80px 8px;
}
.footer {
  background-color: #0A1A38;
  color: #fff;
  padding: 80px 0;
  font-size: 14px;
  line-height: 20px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer li {
  padding-bottom: 12px;
}
h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 16px;
}
h2, .h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3, .h3 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}
.subheading {
  font-size: 20px;
  line-height: 28px;
}
.accordion-button {
  color: #1F2A37;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1F2A37;
  box-shadow: none;
  font-weight: bold;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.cta {
  /*    background-color: #ecf5ff;*/
  background-color: #21409a;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  /*
        background: linear-gradient(90deg, rgba(100, 208, 255, 1) 0%, rgba(20, 85, 177, 1) 72%);
    color: #fff;
*/
}
.text-success {
  color: #15803D !important;
}
.text-danger {
  color: #B91C1C !important;
}
.text-warning {
  color: #D97706 !important;
}
.bg-light {
  background-color: #E0E0E0;
}
.text-muted {
  color: #888CA3 !important;
}
.card {
  border-color: #E5E7EB;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 2rem !important;
  border-radius: 20px;
}
.card-body {
  padding: 32px;
}
.plan-active {
  /*  border-width: 2px;*/
  border: 2px solid #21409A;
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
  background-color: #f5f9fe;
}
ul.arrow-list {
  list-style: none;
  padding-left: 0;
}
ul.arrow-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
ul.arrow-list li::before {
  content: "\279C";
  position: absolute;
  left: 0;
  top: 0;
  color: #21409a;
}
ul.tick-list {
  list-style: none;
  padding-left: 0;
}
ul.tick-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
ul.tick-list li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 0;
  color: #21409a;
}
ul.dot-list {
  list-style: none;
  padding-left: 0;
}
ul.dot-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
ul.dot-list li::before {
  content: "\25CF";
  position: absolute;
  left: 0;
  top: 0;
  color: #21409a;
  font-size: 12px;
}
.plan-selection {
  font-size: 14px;
}
.text-primary {
  color: #0A1A38 !important;
}
.section i {
  font-size: 3rem !important;
}
.top-nav {
  background: #237EDF;
  color: #fff;
  padding: 9px 0;
  box-shadow: 0 2px 8px rgba(13, 71, 161, .25);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.top-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.top-nav .ribbon-text {
  flex: 1;
  font-size: 10px;
  line-height: 12px;
}
.top-nav-inner .btn {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 10px;
  padding: 3px 6px;
}
.fs-14 {
  font-size: 14px !important;
}
.equal-height-cards .card {
  height: 100%;
  min-height: 168px;
}
@media (min-width: 992px) {
  .mega-menu {
    width: 820px;
  }
  .hero {
    padding: 120px 0;
  }
  .section {
    padding: 80px 0;
  }
  .top-nav strong {
    display: inline;
    margin-bottom: 0px;
  }
  .navbar {
    top: 0;
  }
  .columns-lg-2 {
    columns: 2;
    column-gap: 16px;
  }
  .top-nav {
    padding: 12px 0;
  }
  .top-nav-inner {
    justify-content: center;
  }
  .top-nav .ribbon-text {
    flex: initial;
    font-size: 13px;
    line-height: 16px;
  }
  .top-nav-inner .btn {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.mb-12 {
  margin-bottom: 12px;
}
.drag-area {
  border: 2px dashed rgba(0, 151, 250, 0.25);
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  color: rgba(16, 32, 55, 0.5);
  height: 100px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  box-shadow: 0px 0px 14px 0px #3669E82E;
  margin: 0px 0px 10px 0px;
  gap: 16px;
}
.drag-area [type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.btn-browse {
  text-decoration: underline;
  color: #21409a;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.csm a{
  color: #fff;
  text-decoration: underline;
}