.atw {
  padding: 0px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #F2F7F2;
  color: #443850;
}
.atw h1 {
  margin: 0.5rem 0 0 0;
}
.atw h2 {
  margin: 0.5rem 0 0 0;
}
.atw h3 {
  margin: 0.5rem 0 0 0;
}
.atw h4 {
  margin: 0.5rem 0 0 0;
}
.atw h5 {
  margin: 0.5rem 0 0 0;
}
.atw h6 {
  margin: 0.5rem 0 0 0;
}
.atw p, .atw ul, .atw ol, .atw li {
  font-size: 0.9rem;
  color: #443850;
}
.atw ul, .atw ol {
  margin-bottom: 0.5rem;
}
.atw img {
  max-width: 100%;
}
.atw b,
.atw strong {
  font-weight: 600;
}
.atw hr {
  height: 1px;
  width: 100%;
  border: initial;
  background: #443850;
  opacity: 0.5;
}
.atw * {
  box-sizing: border-box;
}
.atw label.error {
  color: #C6322D;
  font-size: 0.75rem;
}
.atw-waiver-block {
  border-radius: 0.25rem;
  padding: 0rem 2rem 0 2rem;
  position: relative;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: column;
}
.atw-waiver-block[block=wysiwyg] {
  gap: 0.75rem;
}
.atw-waiver-block[block=wysiwyg] p {
  margin: 0 0 0.5rem 0;
}
.atw-input-group {
  display: flex;
  flex-direction: column;
}
.atw-input-label {
  font-size: 0.8rem;
  font-weight: 600;
}
.atw-input-label .required {
  color: #C6322D;
}
.atw-required {
  color: #C6322D;
}
.atw-input-control {
  box-sizing: border-box;
  border-radius: 0.25rem;
  padding: 0.5rem;
  border: solid 1px #fff;
  min-height: 34px;
  background: white;
  color: #443850;
  font-size: 1rem;
}
.atw-input-control.error {
  border-left: solid 3px #C6322D;
}
.atw-input-control[name=submitting_on_behalf_of] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #443850;
}
.atw-input-description {
  font-size: 0.8rem;
  margin: 0.25rem 0 0 0;
}
.atw-btn-primary {
  display: inline-block;
  background: #443850;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.25s ease;
}
.atw-btn-primary:hover {
  background: #332A3C;
}
.atw-btn-secondary {
  display: inline-block;
  background: #D3D4D9;
  border: none;
  color: #292130;
  padding: 0.5rem 1rem;
  display: inline;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.25s ease;
}
.atw-btn-secondary:hover {
  background: #C8CAD0;
}
.atw-block-actions {
  position: absolute;
  right: 2px;
  top: 2px;
  background: #ffffff;
  border: solid 1px #7F8136;
  border-radius: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}
.atw-block-actions li {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
}
.atw-block-actions li > svg {
  height: auto;
  width: 1rem;
  display: block;
}
.atw-block-actions li:hover {
  background: #f3f3f3;
}
.atw-block-actions li.ico-edit > svg {
  width: 0.7rem;
}
.atw-block-actions li.ico-new > svg {
  width: 0.8rem;
}
.atw-block-actions li[action=remove]:hover {
  background: #C6322D;
  color: white;
}
.atw-current-time {
  font-weight: 400;
}
.atw .toastify {
  background: #C6322D;
  left: 2.5rem;
  right: 2.5rem;
}
.atw-d-flex {
  display: flex;
}
.atw-flex-direciton-row {
  flex-direction: row;
}
.atw-flex-gap-1 {
  gap: 0.25rem;
}
.atw-flex-gap-2 {
  gap: 0.5rem;
}
.atw-flex-gap-3 {
  gap: 0.75rem;
}
.atw-flex-gap-4 {
  gap: 1rem;
}
.atw-flex-grow-1 {
  flex-grow: 1;
}
.atw-align-items-center {
  align-items: center;
}
.atw-flex-column {
  flex-direction: column;
}
.atw-row {
  display: flex;
  gap: 1rem;
}
.atw-d-block {
  display: block !important;
}
.atw-d-none {
  display: none !important;
}
.atw-mt-1 {
  margin-top: 0.25rem;
}
.atw-mt-2 {
  margin-top: 0.5rem;
}
.atw-mt-3 {
  margin-top: 0.75rem;
}
.atw-mt-4 {
  margin-top: 1rem;
}
.atw-mb-1 {
  margin-bottom: 0.25rem;
}
.atw-mb-2 {
  margin-bottom: 0.5rem;
}
.atw-mb-3 {
  margin-bottom: 0.75rem;
}
.atw-mb-4 {
  margin-bottom: 1rem;
}
.atw-mb-16 {
  margin-bottom: 4rem;
}
.atw-col-50 {
  width: calc(50% - 0.5rem);
}
.atw-col-100 {
  width: 100%;
}
.atw-submit-container {
  align-items: center;
}
.atw-visibility-hidden {
  visibility: hidden;
}
.atw-loading-container {
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  display: none;
  justify-content: center;
}
.atw-loading-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.25);
}
.atw-loading-indicator {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 0.25rem;
  position: relative;
  z-index: 1;
  background: white;
  padding: 2rem 2rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.atw-rotating-svg {
  width: 64px;
  height: 64px;
  animation: atwLoadingIcon 2000ms linear infinite;
  transform-origin: 50% 50%;
  margin: 0 auto;
}
.atw.loading .atw-loading-container {
  display: flex;
}
.atw.loading .atw-waiver-block {
  filter: blur(5px);
}

[enroll-in-promotions-id="0"] {
  display: none !important;
}

@media (max-width: 768px) {
  .atw-row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .atw-col-50 {
    width: 100%;
  }
  .atw-visibility-hidden {
    display: none;
  }
  .atw-submit-container {
    align-items: baseline;
  }
}
@keyframes atwLoadingIcon {
  0% {
    transform: rotate(0deg) scale(1); /* Start at normal size */
  }
  50% {
    transform: rotate(180deg) scale(1.1); /* Mid-point: halfway through rotation and 10% larger */
  }
  100% {
    transform: rotate(360deg) scale(1); /* Full rotation, back to original size */
  }
}
#dob {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
}
#dob.active {
  display: flex;
}
#dob .dob-container {
  background: #fff;
  padding: 1rem;
  max-width: 425px;
  text-align: center;
  border-radius: 0.25rem;
  max-height: calc(100vh - 5rem);
}
@media (max-width: 991px) {
  #dob .dob-container {
    max-width: 350px;
  }
}
#dob .dob-container .dob-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
#dob .dob-container .dob-actions .action {
  font-size: 0.75rem;
  cursor: pointer;
  color: #443850;
}
#dob .dob-heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#dob .dob-heading .active-tab {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  color: #443850;
}
#dob .dob-tab {
  display: none;
  overflow-y: auto;
  max-height: calc(100vh - 17rem);
}
#dob .dob-tab.active {
  display: block;
}
#dob .dob-select {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#dob .dob-select li {
  flex: 1 1 25%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0.75rem 0.5rem;
  min-width: 25%;
}
@media (max-width: 991px) {
  #dob .dob-select li {
    flex: 1 1 33.33%;
  }
}
@media (max-width: 400px) {
  #dob .dob-select li {
    flex: 1 1 50%;
  }
}
@media (max-width: 250px) {
  #dob .dob-select li {
    flex: 1 1 100%;
  }
}
#dob .dob-select li:hover {
  background: #F2F7F2;
}

/*# sourceMappingURL=waivers.css.map */
