/*! Place your custom styles here */
html {
  scroll-behavior: smooth;
}

ul.column-count-2 {
  column-count: 2;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table th,
.comparison-table td {
  padding: 0.35em;
  background: none;
  border: 1px solid #ececec;
  color: #ececec;
}
.comparison-table tr > td:first-child {
  font-size: 1.125rem;
  font-weight: 700;
}
.comparison-table.border--round {
  border-radius: 6px;
  border: 1px solid #ececec;
}

.contact-us-details {
  position: relative;
}

.contact-us-details .contact-us-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.contact-us-details .contact-us-item .contact-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
  margin-right: 5px;
  margin-bottom: 0 !important;
}

.gform button {
  border-radius: 6px;
}

.gform button.submit-button:hover {
  cursor: pointer;
  background: #424855;
  color: #fff;
}