.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/font.woff2") format("woff2");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  color: #0b0c0c;
}

a {
  color: inherit;
  text-decoration: none;
}

.gi-header {
  background-color: #004d44;
}
.gi-layout-container-max-l {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
.gi-header-menu {
  display: flex;
  height: 80px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.header-left {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
}
.gi-header-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  stroke: #fff;
  --tw-text-opacity: 1;
}
.gi-header-nav li {
  padding: 8px;
}
.gi-header-separator {
  margin: 0 24px;
  display: block;
  border: 0;
  height: 32px;
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
}
.gi-flex {
  display: flex;
  align-items: center;
}
#main-content {
  margin-top: 32px;
}

.content h2 {
  font:
    700 1.25rem / 1.5 Lato,
    Arial,
    sans-serif;
  margin-bottom: 24px;
}
.content p {
  margin-bottom: 2em;
  text-align: start;
  white-space: normal;
  font:
    400 1.125rem / 1.5 Lato,
    Arial,
    sans-serif;
}
.content a {
  color: #2c55a2;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  font-size: 1.125rem;
  line-height: 1.3;
}
.content img {
  width: 100%;
}
.content video {
  width: 100%;
  /* margin-bottom: 2em; */
}

.content-wrap {
  display: grid;
  grid-template-columns: 1fr 0.1fr;
}

.gi-header-tool-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.gi-text-gray-700 {
  color: #51555e;
}
.gi-heading-xl {
  font:
    700 3rem / 1.125 Lato,
    Arial,
    sans-serif;
  font-size: 40px;
  line-height: 57px;
}
.gi-mb-4 {
  margin-bottom: 16px;
}

.info-section-ul {
  font-size: 18px;
  margin-left: 0px;
}
.gi-mb-9 {
  margin-bottom: 36px;
}
.form-section {
  background-color: #004d44;
  padding: 50px 15px;
}

.form-container {
  background-color: #fff;
  padding: 10px 40px 40px;
  border-radius: 7px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.form-after {
  font-size: 14px;
}
.gi-footer {
  background-color: #fffbf2;
  padding-top: 40px;
  padding-bottom: 32px;
}
.footer-secondary-nav-links {
  display: grid;
  gap: 32px;
  grid-auto-flow: column;
}
.footer-primary-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.footer-secondary-nav-links li {
  margin-bottom: 20px;
  list-style: none;
}
.footer-secondary-nav-links a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.gi-hidden {
  display: none;
}
@media (min-width: 640px) {
  .gi-layout-container-max-l {
    margin: auto auto;
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .gi-layout-container-max-l {
    margin: auto auto;
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .gi-layout-container-max-l {
    margin: auto auto;
    max-width: 950px;
    padding: 0 10px;
  }
}
ul,
ol {
  list-style-type: none;
  margin-left: 0;
}

@media (max-width: 1024px) {
  .mobile-hidden,
  #links-container-desktop,
  .gi-header-separator {
    display: none;
  }
  .gi-hidden {
    display: flex;
  }
  .gi-header-tool-item {
    padding: 18px;
  }
}
@media (max-width: 1024px) {
  .form-container {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .content-asside {
    display: none;
  }
  .content-wrap {
    grid-template-columns: 1fr;
  }
}

.content h1 a {
  font-size: 28px;
  color: #008840;
}
#formSimple {
  border: 2px solid #121534;
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 3px 3px 6px #00000030;
}
.formTitle {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: #121534;
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .formTitle {
    font-size: 24px;
  }
}

/* inline css */
.textcontent p {
  font-size: 18px;
  line-height: 160%;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: inherit;
}
.textcontent h2 {
  font-size: 24px;
  line-height: 140%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: inherit;
}
.textcontent li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 160%;
}
.textcontent a {
  color: #008840;
  text-decoration: underline;
}
.comments-container {
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 24px;
  box-sizing: border-box;
  margin: 10px auto;
}
.comments-title {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin-top: 0 !important;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.register-comment-section {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.user-avatar-placeholder {
  width: 38px;
  height: 38px;
  background-color: #e0e0e0;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-avatar-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.comment-input-field {
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333333;
  padding: 8px 0;
  line-height: 1.4;
}
.comments-controls {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  text-decoration-line: none !important;
}
.all-comments-label {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
}
.all-comments-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a73e8;
}
.comment-count {
  background-color: #1a73e8;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 6px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sort-by-dropdown {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #777777;
  cursor: pointer;
  font-weight: 500;
}
.dropdown-arrow {
  margin-left: 6px;
  fill: #777777;
  width: 10px;
  height: 6px;
}
.notification-bell-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.notification-bell-icon svg {
  width: 100%;
  height: 100%;
  stroke: #777777;
  stroke-width: 1.5;
  fill: none;
}
.comment-wrapper {
  margin-bottom: 25px;
}
.comment-wrapper:last-child {
  margin-bottom: 0;
}
.comment-item {
  display: flex;
  position: relative;
}
.commenter-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #333333;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  margin-right: 15px;
  flex-shrink: 0;
  text-transform: uppercase;
}
.comment-body {
  flex-grow: 1;
}
.comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.commenter-name {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-right: 8px;
}
.comment-time {
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
}
.comment-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 12px;
}
.comment-actions {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #777777;
}
.like-button {
  cursor: pointer;
  margin-right: 6px;
  font-size: 16px;
  line-height: 1;
}
.like-count {
  font-weight: 500;
}
.reply-button {
  font-size: 13px;
  font-weight: 500;
  color: #1a73e8;
  cursor: pointer;
  margin-left: 20px;
}
.replies-section {
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}
.replies-section::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #eeeeee;
}
.reply-to-info {
  font-size: 13px;
  color: #777777;
  margin-bottom: 15px;
}
.reply-to-info .replied-name {
  color: #1a73e8;
  font-weight: 500;
}

#form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}