.about-container {
  margin-top: 158px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  /* font-size: 1.05em; */
  /* line-height: 1.7; */
  cursor: pointer;
  /* height: 21px;
  display: flex;
  align-items: center; */
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  background: #fff;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 12px;
  left: 4px;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:checked + label:after {
  background: #eb0a1e;
  color: #fff;
  border: #eb0a1e;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* <!-- Section Header content --> */
.page-navbar-container nav {
  background: #101010;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 94px;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.page-container .page-navbar-container nav .nav-container {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  /* background-color: #101010; */
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  margin: auto;
}

.page-container .page-navbar-container nav .nav-container .nav-item {
  display: inline-block;
  cursor: pointer;
  padding: 14px 25px;
  padding-top: 20px;
  margin-bottom: 4px;
}

.page-container .page-navbar-container nav .nav-container .nav-item a {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  list-style: none;
  color: #cccccc;
}

.page-container .page-navbar-container nav .nav-container .nav-item.nav-item-active a {
  color: #fff;
}

.nav-item-active {
  border-bottom: 2px solid #eb0a1e;
}
/* <!-- Section Component --> */
.section-component-body {
  /* max-width: 1200px;
  margin: 0 auto; */
  margin-top: calc(94px + 64px + 80px);
}

.section-component-body .component-container {
  max-width: 720px;
  margin: 0 auto;
}

.component-container .container-title {
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  color: #1A1A1A;
  margin-bottom: 32px;
}

.component-container .divide-title {
  background-color: #EB0A1E;
  height: 1px;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.register-visit-input-group {
  margin-bottom: 16px;
}

.register-visit-input-group .register-visit-input-label {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #1A1A1A;
  margin-bottom: 16px;
}

.register-visit-input-group .register-visit-checkbox-label {
  font-size: 14px;
  line-height: 150%;
  color: #664040;
  margin-bottom: 12px;
}

.register-visit-input-group .register-visit-text-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
  height: 27px;
}

.register-visit-input-group .register-visit-text-input::placeholder {
  font-size: 18px;
  line-height: 150%;
  color: #CCCCCC;
}

.register-visit-input-group .register-visit-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.register-visit-input-group .register-visit-checkbox-group .checkbox-group-container {
  margin-right: 32px;
}

.calendar-box {
  position: relative;
}

.calendar-box .icon-picker {
  position: absolute;
  bottom: 6px;
  right: 0px;
  cursor: pointer;
}

.component-container .container-sub-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #EB0A1E;
  margin-top: 80px;
  margin-bottom: 40px;
}

.component-container .container-description {
  font-size: 16px;
  line-height: 150%;
  color: #1A1A1A;
  margin-top: 32px;
  margin-bottom: 40px;
}

.component-container .container-button-handle {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.component-container .container-button-handle button:not(:last-child) {
  margin-right: 32px;
}

.component-container .container-button-handle .button-primary {
  background-color: #EB0A1E;
  height: 47px;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  border: none;
}

.component-container .container-button-handle .button-secondary {
  background-color: #FFFFFF;
  height: 47px;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.12em;
  color: #000000;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  border: none;
  border: 1px solid #1A1A1A;
}

@media (min-width: 1161px) {
  /* <!-- Section Header content --> */
  .hide-on-pc {
    display: none !important;
  }
}

@media (max-width: 1160px) {
  .about-container {
    margin-top: 109px;
  }
  /* <!-- Section Header content --> */
  .fixed {
    top: 60px;
  }
  .page-container .page-navbar-container nav .nav-container {
    flex-direction: column;
    padding: 0;
  }
  .page-container .page-navbar-container nav .nav-container .nav-item {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 0;
    padding-top: 14px;
  }
  .nav-item-current {
    display: flex !important;
    justify-content: space-between;
    border: none;
  }
  .page-container .page-navbar-container nav .nav-container .nav-item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
  }
  .nav-item-current .fa-chevron-down {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .page-container .page-navbar-container nav .nav-container .nav-item:not(:first-child) {
    display: none;
  }
  .page-container .page-navbar-container nav .nav-container .nav-item {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 0;
    padding-top: 14px;
  }
  .hide-on-mobile-tablet {
    display: none !important;
  }
  .page-container .page-navbar-container nav .nav-container {
    flex-direction: column;
    padding: 0;
  }
  /* <!-- Section Component --> */ 
  .section-component-body {
    padding: 0 16px;
  }
  .component-container {

  }
  .section-component-body {
    margin-top: calc(60px + 49px + 60px);
  }
  .component-container .container-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  
  .component-container .divide-title {
    width: 80px;
    margin-bottom: 32px;
  }
  .register-visit-input-group .register-visit-input-label {
    font-size: 14px;
    line-height: 20px;
    color: #3A3A3A;
  }
  .register-visit-input-group .register-visit-text-input::placeholder {
    font-size: 14px;
    line-height: 120%;
    color: #808080;
  }
  .component-container .container-sub-title {
    margin-top: 60px;
    margin-bottom: 32px;
    font-size: 18px;
  }
  .component-container .container-description {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .component-container .container-button-handle .button-primary {
    height: 40px;
  }
  .component-container .container-button-handle .button-secondary {
    height: 40px;
  }
}