.gls-wzt-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.125rem;
  box-sizing: border-box;
}
.gls-wzt-page-container * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.gls-wzt-page-container h1,
.gls-wzt-page-container h2,
.gls-wzt-page-container h3,
.gls-wzt-page-container h4,
.gls-wzt-page-container h5,
.gls-wzt-page-container h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
}
.gls-wzt-page-container h1:first-child,
.gls-wzt-page-container h2:first-child,
.gls-wzt-page-container h3:first-child,
.gls-wzt-page-container h4:first-child,
.gls-wzt-page-container h5:first-child,
.gls-wzt-page-container h6:first-child {
  margin-top: 0;
}
.gls-wzt-page-container h1 {
  font-size: 2.25rem;
}
.gls-wzt-page-container h2 {
  font-size: 1.875rem;
}
.gls-wzt-page-container h3 {
  font-size: 1.5rem;
}
.gls-wzt-page-container h4 {
  font-size: 1.25rem;
}
.gls-wzt-page-container h5 {
  font-size: 1.125rem;
}
.gls-wzt-page-container h6 {
  font-size: 1rem;
}
.gls-wzt-page-container p {
  margin-top: 0;
  margin-bottom: 16px;
}
.gls-wzt-page-container p:last-child {
  margin-bottom: 0;
}
.gls-wzt-page-container a {
  color: #007cba;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.gls-wzt-page-container a:hover,
.gls-wzt-page-container a:focus {
  color: #003854;
  text-decoration: underline;
}
.gls-wzt-page-container a:focus {
  outline: 2px solid rgba(0, 124, 186, 0.3);
  outline-offset: 2px;
}
.gls-wzt-page-container ul,
.gls-wzt-page-container ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px;
}
.gls-wzt-page-container ul:last-child,
.gls-wzt-page-container ol:last-child {
  margin-bottom: 0;
}
.gls-wzt-page-container ul {
  list-style-type: disc;
}
.gls-wzt-page-container ol {
  list-style-type: decimal;
}
.gls-wzt-page-container li {
  margin-bottom: 8px;
}
.gls-wzt-page-container li:last-child {
  margin-bottom: 0;
}
.gls-wzt-page-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px 0;
  border: 0;
}
.gls-wzt-page-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.gls-wzt-page-container table th,
.gls-wzt-page-container table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.gls-wzt-page-container table th {
  font-weight: 600;
  background-color: #f5f5f5;
}
.gls-wzt-page-container table tr:last-child td {
  border-bottom: 0;
}
.gls-wzt-page-container table tr:hover td {
  background-color: rgba(0, 0, 0, 0.02);
}
.gls-wzt-page-container blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  border-left: 4px solid #007cba;
  background-color: #f5f5f5;
  font-style: italic;
}
.gls-wzt-page-container .button,
.gls-wzt-page-container a.button,
.gls-wzt-page-container input[type="button"],
.gls-wzt-page-container input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007cba;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.gls-wzt-page-container .button:hover,
.gls-wzt-page-container a.button:hover,
.gls-wzt-page-container input[type="button"]:hover,
.gls-wzt-page-container input[type="submit"]:hover,
.gls-wzt-page-container .button:focus,
.gls-wzt-page-container a.button:focus,
.gls-wzt-page-container input[type="button"]:focus,
.gls-wzt-page-container input[type="submit"]:focus {
  background-color: #003854;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}
.gls-wzt-page-container .button:focus,
.gls-wzt-page-container a.button:focus,
.gls-wzt-page-container input[type="button"]:focus,
.gls-wzt-page-container input[type="submit"]:focus {
  outline: 2px solid rgba(0, 124, 186, 0.3);
  outline-offset: 2px;
}
.gls-wzt-page-container .button:active,
.gls-wzt-page-container a.button:active,
.gls-wzt-page-container input[type="button"]:active,
.gls-wzt-page-container input[type="submit"]:active {
  transform: translateY(0);
}
.gls-wzt-page-container input[type="text"],
.gls-wzt-page-container input[type="email"],
.gls-wzt-page-container input[type="url"],
.gls-wzt-page-container input[type="password"],
.gls-wzt-page-container input[type="search"],
.gls-wzt-page-container input[type="number"],
.gls-wzt-page-container input[type="tel"],
.gls-wzt-page-container input[type="date"],
.gls-wzt-page-container textarea,
.gls-wzt-page-container select {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease-in-out;
}
.gls-wzt-page-container input[type="text"]:focus,
.gls-wzt-page-container input[type="email"]:focus,
.gls-wzt-page-container input[type="url"]:focus,
.gls-wzt-page-container input[type="password"]:focus,
.gls-wzt-page-container input[type="search"]:focus,
.gls-wzt-page-container input[type="number"]:focus,
.gls-wzt-page-container input[type="tel"]:focus,
.gls-wzt-page-container input[type="date"]:focus,
.gls-wzt-page-container textarea:focus,
.gls-wzt-page-container select:focus {
  border-color: #007cba;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}
.gls-wzt-page-container textarea {
  min-height: 120px;
  resize: vertical;
}
.gls-wzt-page-container hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 32px 0;
}
.gls-wzt-page-container .wp-block {
  margin-bottom: 24px;
}
.gls-wzt-page-container .wp-block:last-child {
  margin-bottom: 0;
}
.gls-wzt-page-container .alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.gls-wzt-page-container .alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}
.gls-wzt-page-container .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.gls-wzt-page-container .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .gls-wzt-page-container .page-container {
    padding: 12px;
  }
  .gls-wzt-page-container h1 {
    font-size: 2rem;
  }
  .gls-wzt-page-container h2 {
    font-size: 1.75rem;
  }
  .gls-wzt-page-container h3 {
    font-size: 1.4rem;
  }
  .gls-wzt-page-container table {
    display: block;
    overflow-x: auto;
  }
}
