.ux-color-branding-black {
  width: 100%;
  height: 85px;
  background-color: #1d1d1d;
}

.ux-color-branding-dark-grey {
  width: 100%;
  height: 85px;
  background-color: #746F6F;
}

.ux-color-branding-light-grey {
  width: 100%;
  height: 85px;
  background-color: #e9e9e9;
}

.ux-color-branding-white {
  width: 100%;
  height: 85px;
  background-color: #ffffff;
}

.ux-color-functional-beige {
  width: 100%;
  height: 85px;
  background-color: #a8998b;
}

.ux-color-functional-light-beige {
  width: 100%;
  height: 85px;
  background-color: #D7CBBE;
}

.ux-color-functional-light-orange {
  width: 100%;
  height: 85px;
  background-color: #F4EBE5;
}

.ux-color-functional-beige-20 {
  width: 100%;
  height: 85px;
  background-color: #E8E5E2;
}

.ux-color-accent-purple {
  width: 100%;
  height: 85px;
  background-color: #43273B;
}

.ux-color-accent-navy-blue {
  width: 100%;
  height: 85px;
  background-color: #394358;
}

.ux-color-accent-emerard {
  width: 100%;
  height: 85px;
  background-color: #21362C;
}

.ux-color-accent-orange {
  width: 100%;
  height: 85px;
  background-color: #EDC7A2;
}

.ux-color-accent-light-grey {
  width: 100%;
  height: 85px;
  background-color: #f8f8f8;
}

.ux-color-feedback-valid {
  width: 100%;
  height: 85px;
  background-color: #36AD5E;
}

.ux-color-feedback-valid-light {
  width: 100%;
  height: 85px;
  background-color: #cfffdf;
}

.ux-color-feedback-warning {
  width: 100%;
  height: 85px;
  background-color: #C98C1A;
}

.ux-color-feedback-warning-light {
  width: 100%;
  height: 85px;
  background-color: #FFE8BD;
}

.ux-color-feedback-invalid {
  width: 100%;
  height: 85px;
  background-color: #B03333;
}

.ux-color-feedback-invalid-light {
  width: 100%;
  height: 85px;
  background-color: #ffc6c6;
}

.linear-functional-beige {
  background: linear-gradient(120deg, #a8998b 0%, #D7CBBE 100%);
}

.linear-branding-dark-grey {
  background: linear-gradient(120deg, #746F6F 0%, #BCB4B4 100%);
}

.box, .box-w-shadow, .card-radio .form-check-label, .card-checkbox .form-check-label {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.box-w-shadow, .card-radio .form-check-label, .card-checkbox .form-check-label {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.blur {
  position: relative;
  overflow: hidden;
}
.blur:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(10px);
}

.ux-color-branding-black {
  width: 100%;
  height: 85px;
  background-color: #1d1d1d;
}

.ux-color-branding-dark-grey {
  width: 100%;
  height: 85px;
  background-color: #746F6F;
}

.ux-color-branding-light-grey {
  width: 100%;
  height: 85px;
  background-color: #e9e9e9;
}

.ux-color-branding-white {
  width: 100%;
  height: 85px;
  background-color: #ffffff;
}

.ux-color-functional-beige {
  width: 100%;
  height: 85px;
  background-color: #a8998b;
}

.ux-color-functional-light-beige {
  width: 100%;
  height: 85px;
  background-color: #D7CBBE;
}

.ux-color-functional-light-orange {
  width: 100%;
  height: 85px;
  background-color: #F4EBE5;
}

.ux-color-functional-beige-20 {
  width: 100%;
  height: 85px;
  background-color: #E8E5E2;
}

.ux-color-accent-purple {
  width: 100%;
  height: 85px;
  background-color: #43273B;
}

.ux-color-accent-navy-blue {
  width: 100%;
  height: 85px;
  background-color: #394358;
}

.ux-color-accent-emerard {
  width: 100%;
  height: 85px;
  background-color: #21362C;
}

.ux-color-accent-orange {
  width: 100%;
  height: 85px;
  background-color: #EDC7A2;
}

.ux-color-accent-light-grey {
  width: 100%;
  height: 85px;
  background-color: #f8f8f8;
}

.ux-color-feedback-valid {
  width: 100%;
  height: 85px;
  background-color: #36AD5E;
}

.ux-color-feedback-valid-light {
  width: 100%;
  height: 85px;
  background-color: #cfffdf;
}

.ux-color-feedback-warning {
  width: 100%;
  height: 85px;
  background-color: #C98C1A;
}

.ux-color-feedback-warning-light {
  width: 100%;
  height: 85px;
  background-color: #FFE8BD;
}

.ux-color-feedback-invalid {
  width: 100%;
  height: 85px;
  background-color: #B03333;
}

.ux-color-feedback-invalid-light {
  width: 100%;
  height: 85px;
  background-color: #ffc6c6;
}

.linear-functional-beige {
  background: linear-gradient(120deg, #a8998b 0%, #D7CBBE 100%);
}

.linear-branding-dark-grey {
  background: linear-gradient(120deg, #746F6F 0%, #BCB4B4 100%);
}

@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
.linear-background-animated {
  background-size: 400% 400%;
  animation: gradient 3s ease-in-out infinite;
  transition: all 0.5s ease;
}

.shimmerLine {
  height: 10px;
  background: #777;
  margin-top: 20px;
}

.shimmerBox {
  height: 100%;
  position: relative;
}

.shimmerBox::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 250px;
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}
.animateLoading {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.box, .box-w-shadow, .card-radio .form-check-label, .card-checkbox .form-check-label {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.box-w-shadow, .card-radio .form-check-label, .card-checkbox .form-check-label {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.blur {
  position: relative;
  overflow: hidden;
}
.blur:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(10px);
}

.hero-section-title, h2 > span, span.h2 > span, h2, span.h2, h1 > span, span.h1 > span, h1, span.h1, .font-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

h3 > span, span.h3 > span, h3, span.h3, .font-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.subtitle-alt, h4 > span, span.h4 > span, h4, span.h4, .font-subtitle-alt {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

a, strong, button, input[type=submit], input[type=button], .font-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.flatpickr-calendar, .datepicker, p, span, .font-paragraph {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

pre span, .font-code {
  font-family: "roboto-mono", monospace;
  font-weight: 400;
}

.normal-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

h1, span.h1 {
  font-size: 2.125rem;
  font-size: clamp(2.125rem, 1.95rem + 0.875vw, 3rem);
  margin-bottom: 1rem;
}
h2, span.h2 {
  font-size: 1.5rem !important;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem) !important;
  margin-bottom: 1rem;
}
h3, span.h3 {
  font-size: 1.125rem !important;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem) !important;
  margin-bottom: 1rem;
}
h4, span.h4 {
  font-size: 1rem !important;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem) !important;
  margin-bottom: 1rem;
}
p, span {
  margin-bottom: 1rem;
}
p.p2, span.p2 {
  font-size: 0.875rem;
}
p.p3, span.p3 {
  font-size: 0.75rem;
}

span {
  margin-bottom: 0;
}
pre span {
  display: inline;
  font-size: 0.875rem;
}

a, strong, button, input[type=submit], input[type=button] {
  font-size: 1rem;
  text-decoration: none;
}

.hero-section-title {
  font-size: 2.125rem;
  font-size: clamp(2.125rem, 1.75rem + 1.875vw, 4rem);
}

mark {
  background-color: #a8998b;
  color: white;
}

.underline {
  text-decoration: underline;
}

.font-title, h1, h1 > span, h2, h2 > span, span.h1, span.h1 > span, span.h2, span.h2 > span, .hero-section-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.font-subtitle, h3, h3 > span, span.h3, span.h3 > span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.font-subtitle-alt, h4, h4 > span, .subtitle-alt, span.h4, span.h4 > span {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.font-link, a, strong, button, input[type=submit], input[type=button] {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.flatpickr-calendar, .datepicker, .font-paragraph, p, span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.font-code, pre span {
  font-family: "roboto-mono", monospace;
  font-weight: 400;
}

.input-container, .plain-input-container {
  container: formControl/inline-size;
  display: table;
}
@container formControl (min-width: 410px) {
  .input-container .plain-input, .input-container .plain-dropdown, .plain-input-container .plain-input, .plain-input-container .plain-dropdown {
    min-width: 280px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .input-container .plain-input, .input-container .plain-dropdown, .plain-input-container .plain-input, .plain-input-container .plain-dropdown {
    width: 100%;
  }
}

.plain-input, .plain-dropdown {
  padding: 0.5rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  background-color: #ffffff;
  min-width: 0;
  width: 100%;
  color: #746F6F;
}
.plain-input::-moz-placeholder, .plain-dropdown::-moz-placeholder {
  color: #E5E5E5;
}
.plain-input::placeholder, .plain-dropdown::placeholder {
  color: #E5E5E5;
}
.plain-input:focus, .plain-dropdown:focus, .plain-input:active, .plain-dropdown:active {
  outline: 2px solid #a8998b;
}
.plain-input:disabled, .plain-dropdown:disabled {
  background-color: rgba(116, 111, 111, 0.2);
}

.form-group {
  margin: 0;
  outline: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  position: relative;
}
.form-group label {
  color: #a8998b;
}
.form-group span.info {
  height: auto;
  width: auto;
  display: block;
  padding: 0;
  background: none;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  cursor: pointer;
  color: #E5E5E5;
  width: 18px;
  height: 18px;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.form-group span.info:hover {
  color: rgba(29, 29, 29, 0.5);
}
.form-group span.info i {
  font-size: 10px;
}
.form-group div.input-container {
  position: relative;
  width: 100%;
}
.form-group div.input-container > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.form-group div.input-container input, .form-group div.input-container select, .form-group div.input-container textarea {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.form-group div.input-container input:focus, .form-group div.input-container input:active, .form-group div.input-container select:focus, .form-group div.input-container select:active, .form-group div.input-container textarea:focus, .form-group div.input-container textarea:active {
  outline: 0;
}
.form-group div.input-container.with-cta {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
}
.form-group div.input-container.with-cta > .invalid-msg {
  flex-basis: 100%;
}
.form-group div.input-container.search-input-container > div {
  position: relative;
}
.form-group div.input-container.search-input-container > div input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.form-group div.input-container.search-input-container > div ul {
  position: absolute;
  left: -1rem;
  /* top: auto; */
  top: calc(40px + 0.5rem + 2px);
  background: white;
  width: calc(100% + 2rem);
  z-index: 99;
  margin-bottom: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.form-group div.input-container.search-input-container > div ul > li {
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 0;
}
.form-group div.input-container.search-input-container > div ul > li:hover {
  background-color: #E8E5E2;
}
.form-group div.input-container.search-input-container > div ul > .no_result {
  font-weight: bold;
  padding: 1rem;
}
.form-group:focus-within, .form-group:active {
  outline: 2px solid #a8998b;
}
.form-group.disabled {
  background-color: rgba(116, 111, 111, 0.2);
}
.form-group.disabled input:disabled {
  background: none;
}

.card-radio, .card-checkbox {
  container-type: inline-size;
  padding-left: 0 !important;
}
.card-radio input[type=radio], .card-radio input[type=checkbox], .card-checkbox input[type=radio], .card-checkbox input[type=checkbox] {
  display: none;
}
.card-radio input[type=radio]:checked + .form-check-label, .card-radio input[type=checkbox]:checked + .form-check-label, .card-checkbox input[type=radio]:checked + .form-check-label, .card-checkbox input[type=checkbox]:checked + .form-check-label {
  outline: 2px solid #a8998b;
  position: relative;
}
.card-radio input[type=radio]:checked + .form-check-label:before, .card-radio input[type=checkbox]:checked + .form-check-label:before, .card-checkbox input[type=radio]:checked + .form-check-label:before, .card-checkbox input[type=checkbox]:checked + .form-check-label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 0;
  right: 0;
  font-size: 1.5em;
  color: #ffffff;
  background-color: #a8998b;
  border-radius: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.card-radio .form-check-label, .card-checkbox .form-check-label {
  background: #ffffff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card-radio .form-check-label div.outer, .card-radio .form-check-label span.outer, .card-checkbox .form-check-label div.outer, .card-checkbox .form-check-label span.outer {
  min-width: 200px;
}
.card-radio .form-check-label div.outer:before, .card-radio .form-check-label span.outer:before, .card-checkbox .form-check-label div.outer:before, .card-checkbox .form-check-label span.outer:before {
  padding-top: 67.1428571429%;
}
.card-radio .form-check-label .content, .card-checkbox .form-check-label .content {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-radio .form-check-label .content p, .card-checkbox .form-check-label .content p {
  margin-bottom: 0;
}

@container (min-width: 350px) {
  input[type=radio]:checked + .form-check-label:before, input[type=checkbox]:checked + .form-check-label:before {
    width: 2em;
    height: 2em;
  }
}
div.form-group:has(> span.invalid-msg) {
  outline: 2px solid #B03333;
}

div.plain-input-container:has(> span.invalid-msg) input:not(input[type=submit]) {
  outline: 2px solid #B03333;
}

.invalid-msg {
  color: #B03333;
  font-size: 0.75rem;
}

.form-check label span {
  display: block;
  font-size: 0.875rem;
}

.datepicker {
  border-radius: 6px;
}
.datepicker .datepicker__month {
  font-size: 0.875rem;
}
.datepicker .datepicker__month-name {
  font-size: 1rem;
}
.datepicker .datepicker__week-name {
  font-size: 0.75rem;
}
.datepicker .datepicker__inner {
  padding: 0.875rem;
}

.flatpickr-calendar {
  border-radius: 6px;
  border: 0;
  box-shadow: none;
  margin-left: -1rem;
  margin-top: 0.5rem;
  padding: 1rem;
  color: #746F6F;
}
.flatpickr-calendar .flatpickr-day {
  font-size: 0.875rem;
}
.flatpickr-calendar .flatpickr-day.selected {
  background: #a8998b;
  color: white;
  border: 1px transparent;
  border-radius: 0;
}
.flatpickr-calendar .flatpickr-day.selected:hover {
  color: #746F6F;
}
.flatpickr-calendar .flatpickr-day.today {
  border: 0;
  background: rgba(168, 153, 139, 0.45);
  color: white;
  border-radius: 0;
}
.flatpickr-calendar .flatpickr-day.today:hover {
  background: none;
  color: #746F6F;
}
.flatpickr-calendar .flatpickr-day:hover {
  background: none;
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-calendar .numInputWrapper, .flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-size: 1rem;
  font-weight: bold;
  color: #746F6F;
}
.flatpickr-calendar span.flatpickr-weekday {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.flatpickr-calendar.open, .flatpickr-calendar.inline, .flatpickr-calendar.animate .open {
  margin-left: -1rem;
  margin-top: 0.5rem;
}

.ux-color-branding-black {
  width: 100%;
  height: 85px;
  background-color: #1d1d1d;
}

.ux-color-branding-dark-grey {
  width: 100%;
  height: 85px;
  background-color: #746F6F;
}

.ux-color-branding-light-grey {
  width: 100%;
  height: 85px;
  background-color: #e9e9e9;
}

.ux-color-branding-white {
  width: 100%;
  height: 85px;
  background-color: #ffffff;
}

.ux-color-functional-beige {
  width: 100%;
  height: 85px;
  background-color: #a8998b;
}

.ux-color-functional-light-beige {
  width: 100%;
  height: 85px;
  background-color: #D7CBBE;
}

.ux-color-functional-light-orange {
  width: 100%;
  height: 85px;
  background-color: #F4EBE5;
}

.ux-color-functional-beige-20 {
  width: 100%;
  height: 85px;
  background-color: #E8E5E2;
}

.ux-color-accent-purple {
  width: 100%;
  height: 85px;
  background-color: #43273B;
}

.ux-color-accent-navy-blue {
  width: 100%;
  height: 85px;
  background-color: #394358;
}

.ux-color-accent-emerard {
  width: 100%;
  height: 85px;
  background-color: #21362C;
}

.ux-color-accent-orange {
  width: 100%;
  height: 85px;
  background-color: #EDC7A2;
}

.ux-color-accent-light-grey {
  width: 100%;
  height: 85px;
  background-color: #f8f8f8;
}

.ux-color-feedback-valid {
  width: 100%;
  height: 85px;
  background-color: #36AD5E;
}

.ux-color-feedback-valid-light {
  width: 100%;
  height: 85px;
  background-color: #cfffdf;
}

.ux-color-feedback-warning {
  width: 100%;
  height: 85px;
  background-color: #C98C1A;
}

.ux-color-feedback-warning-light {
  width: 100%;
  height: 85px;
  background-color: #FFE8BD;
}

.ux-color-feedback-invalid {
  width: 100%;
  height: 85px;
  background-color: #B03333;
}

.ux-color-feedback-invalid-light {
  width: 100%;
  height: 85px;
  background-color: #ffc6c6;
}

.linear-functional-beige {
  background: linear-gradient(120deg, #a8998b 0%, #D7CBBE 100%);
}

.linear-branding-dark-grey {
  background: linear-gradient(120deg, #746F6F 0%, #BCB4B4 100%);
}

.box, .box-w-shadow, .card-radio .form-check-label, .card-checkbox .form-check-label {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.box-w-shadow, .card-radio .form-check-label, .card-checkbox .form-check-label {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.blur {
  position: relative;
  overflow: hidden;
}
.blur:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(10px);
}

.font-title, h1, h1 > span, h2, h2 > span, span.h1, span.h1 > span, span.h2, span.h2 > span, .hero-section-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.font-subtitle, h3, h3 > span, span.h3, span.h3 > span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.font-subtitle-alt, h4, h4 > span, .subtitle-alt, span.h4, span.h4 > span {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.font-link, a, strong, button, input[type=submit], input[type=button] {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.font-paragraph, p, span, .datepicker, .flatpickr-calendar {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.font-code, pre span {
  font-family: "roboto-mono", monospace;
  font-weight: 400;
}

.normal-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

h1, span.h1 {
  font-size: 2.125rem;
  font-size: clamp(2.125rem, 1.95rem + 0.875vw, 3rem);
  margin-bottom: 1rem;
}
h2, span.h2 {
  font-size: 1.5rem !important;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem) !important;
  margin-bottom: 1rem;
}
h3, span.h3 {
  font-size: 1.125rem !important;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem) !important;
  margin-bottom: 1rem;
}
h4, span.h4 {
  font-size: 1rem !important;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem) !important;
  margin-bottom: 1rem;
}
p, span {
  margin-bottom: 1rem;
}
p.p2, span.p2 {
  font-size: 0.875rem;
}
p.p3, span.p3 {
  font-size: 0.75rem;
}

span {
  margin-bottom: 0;
}
pre span {
  display: inline;
  font-size: 0.875rem;
}

a, strong, button, input[type=submit], input[type=button] {
  font-size: 1rem;
  text-decoration: none;
}

.hero-section-title {
  font-size: 2.125rem;
  font-size: clamp(2.125rem, 1.75rem + 1.875vw, 4rem);
}

mark {
  background-color: #a8998b;
  color: white;
}

.underline {
  text-decoration: underline;
}

.rewards-check-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, rgba(116, 111, 111, 0.8) 0%, rgba(116, 111, 111, 0.95) 100%);
  border-radius: 50%;
  margin: auto;
  display: block;
}
@keyframes icon_animation_vip {
  0% {
    box-shadow: 0 0 0 0 rgba(116, 111, 111, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0 rgb(122.95, 118.2, 118.2);
  }
  to {
    box-shadow: 0 0 0 0.5rem transparent;
  }
}
.rewards-table tr td:nth-child(3) .rewards-check-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, rgba(116, 111, 111, 0.6) 0%, rgba(116, 111, 111, 0.75) 100%);
  border-radius: 50%;
  margin: auto;
  display: block;
}
@keyframes icon_animation_silver {
  0% {
    box-shadow: 0 0 0 0 rgba(116, 111, 111, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0 rgb(150.75, 147, 147);
  }
  to {
    box-shadow: 0 0 0 0.5rem transparent;
  }
}
.rewards-table tr td:nth-child(4) .rewards-check-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, rgba(116, 111, 111, 0.4) 0%, rgba(116, 111, 111, 0.55) 100%);
  border-radius: 50%;
  margin: auto;
  display: block;
}
@keyframes icon_animation_gold {
  0% {
    box-shadow: 0 0 0 0 rgba(116, 111, 111, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0 rgb(178.55, 175.8, 175.8);
  }
  to {
    box-shadow: 0 0 0 0.5rem transparent;
  }
}
.rewards-table tr td:nth-child(5) .rewards-check-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, rgba(116, 111, 111, 0.2) 0%, rgba(116, 111, 111, 0.25) 100%);
  border-radius: 50%;
  margin: auto;
  display: block;
}
@keyframes icon_animation_platinum {
  0% {
    box-shadow: 0 0 0 0 rgba(116, 111, 111, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0 rgb(220.25, 219, 219);
  }
  to {
    box-shadow: 0 0 0 0.5rem transparent;
  }
}
.rewards-table tr td:nth-child(6) .rewards-check-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, rgba(116, 111, 111, 0.1) 0%, rgba(116, 111, 111, 0.15) 100%);
  border-radius: 50%;
  margin: auto;
  display: block;
}
@keyframes icon_animation_diamond {
  0% {
    box-shadow: 0 0 0 0 rgba(116, 111, 111, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0 rgb(234.15, 233.4, 233.4);
  }
  to {
    box-shadow: 0 0 0 0.5rem transparent;
  }
}
.points-detail-container {
  display: grid;
  gap: 1.5rem;
}
.points-detail-container > div h3, .points-detail-container > div span.h3, .points-detail-container > div h4, .points-detail-container > div span.h4, .points-detail-container > div p {
  margin-bottom: 0 !important;
}
.points-detail-container > div:nth-child(1) {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.points-detail-container > div:nth-child(1) > div:nth-child(1) {
  width: 60px;
  height: 60px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.points-detail-container > div:nth-child(1) > div:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .points-detail-container > div:nth-child(1) > div:nth-child(2) {
    flex-direction: row;
  }
}
.points-detail-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.points-detail-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (min-width: 576px) {
  .points-detail-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
    justify-content: flex-end;
  }
}

.rewards-table {
  width: 100%;
}
.rewards-table tr {
  border-bottom: 1px solid #E5E5E5;
}
.rewards-table tr:has(+ .tier-separator) {
  border-bottom: unset;
}
.rewards-table tr:has(th) {
  border: 1px solid #746F6F;
}
.rewards-table tr th {
  border: unset;
  padding: 1rem;
  white-space: nowrap;
}
.rewards-table tr th:not(:nth-child(1)) {
  text-align: center;
  color: #a8998b;
}
.rewards-table tr td {
  padding: 1rem;
  word-break: break-word !important;
  border: unset;
}
.rewards-table tr td:nth-child(1) {
  width: 350px;
}
.rewards-table .extra-points-row td {
  color: #746F6F !important;
}
.rewards-table tr td:nth-child(3) {
  text-align: center;
}
.rewards-table tr td:nth-child(4) {
  text-align: center;
}
.rewards-table tr td:nth-child(5) {
  text-align: center;
}
.rewards-table tr td:nth-child(6) {
  text-align: center;
}
.rewards-table tr.tier-separator {
  background-color: #E8E5E2;
  border: unset;
}
.rewards-table tr.tier-separator td {
  text-transform: uppercase !important;
}

.current-benefits-cards-container .card {
  height: 100%;
  justify-content: center;
}
.current-benefits-cards-container .card h4, .current-benefits-cards-container .card span.h4 {
  display: flex;
}
.current-benefits-cards-container .card h4:before, .current-benefits-cards-container .card span.h4:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #746F6F;
  border-radius: 50%;
  margin-right: 1rem;
  min-width: 1rem;
  margin-top: 3px;
}

.partner-rewards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .partner-rewards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.partner-rewards-container .card .content > div:nth-child(1) {
  margin: 0 !important;
  align-items: center;
}
.partner-rewards-container .card .content p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.partner-rewards-container .card .content a.link {
  text-transform: capitalize;
  color: #a8998b;
}
.partner-rewards-container .card .content img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.restaurant-rewards-container {
  margin-top: 3rem;
}
@container (min-width: 992px) {
  .restaurant-rewards-container .card .outer {
    width: 60% !important;
  }
  .restaurant-rewards-container .card .content {
    width: 40% !important;
    justify-content: center;
  }
}

.qr-code-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.qr-code-card > div {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  padding-bottom: 0;
}
.qr-code-card > div > img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.qr-code-card > div > div p, .qr-code-card > div > div h4, .qr-code-card > div > div span.h4 {
  margin: 0;
}
.qr-code-card > img {
  max-width: 310px;
  width: 100%;
}
.qr-code-card > p {
  text-align: center;
}

.loyalty-program-points-card {
  display: flex;
  padding: 1rem;
  height: 46px;
  background: white;
  gap: 1rem;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  align-items: center;
}
.loyalty-program-points-card > div {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.loyalty-program-points-card p, .loyalty-program-points-card h3, .loyalty-program-points-card span.h3 {
  margin-bottom: 0 !important;
}

.aeroplan-redeem-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.row {
  margin: 0;
  padding-top: 150px;
  position: relative;
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.col-md-offset-2 {
  margin: 0;
}

.checkBoxContainer {
  max-width: 200px;
  margin-bottom: 0;
  font-size: initial;
  padding-left: 2.5rem;
}

.main-section {
  display: flex;
  gap: 4rem;
}
.main-section .loginCard {
  width: 100%;
}

.registerMarque {
  background-image: none;
}

#registerSection .main-section {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  #registerSection .main-section {
    flex-direction: row;
  }
}

.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

#loginForm {
  width: 100%;
  height: 100%;
  position: relative;
  background: none;
  color: black;
  padding-top: 0;
}

#loginForm::before {
  background-image: none;
}

.form-horizontal .control-label {
  text-align: left;
}

.control-label {
  color: #a9998a;
}

select {
  border: none !important;
  box-shadow: none !important;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.form-horizontal h4, .form-horizontal span.h4 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
}

#benefits {
  font-size: 2rem;
}

.form-control {
  color: black !important;
}

.form-horizontal h5 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

.checkBoxContainer {
  max-width: none;
}

.upper-card {
  height: 300px;
  position: relative;
}

.upper-card a {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

.upper-card,
.center-card {
  margin-bottom: 5rem;
}

.lower-card-title {
  margin-bottom: 3rem;
}

.center-card,
.lower-card {
  padding: 1.5rem;
}

.card-table {
  width: 100%;
  height: 100%;
  border: 1px solid #f8f8f8;
  border-collapse: collapse;
  padding: 5px;
}

.card-table th {
  border: 1px solid #f8f8f8;
  padding: 5px;
  background: #f0f0f0;
}

.card-table td {
  border: 1px solid #f8f8f8;
  padding: 5px;
  text-align: center;
}

.card-table tr td:nth-child(1) {
  width: 250px;
  text-align: left;
  word-break: break-all;
  font-size: 0.9em;
  text-transform: capitalize;
  font-weight: bold;
  color: #746e6e;
}

.card-ico img {
  width: 80px;
  height: 80px;
}

.card-ico span {
  font-weight: bold;
  font-size: 0.9em;
}

.card-level {
  grid-row-gap: 1rem;
  justify-items: center;
}

.card-level img {
  width: 35px;
  height: 35px;
}

.card-level span,
.card-level a {
  font-size: 0.8em;
  width: 100%;
  padding: 2px 3px 2px 3px;
}

.card-level a {
  background: none;
  font-size: 0.8em;
  color: #a9998a;
  border: 1px solid;
}

.card-level h5 {
  font-size: 0.8em;
}

.card-table tr td:nth-child(2) {
  color: #e56a06;
}

.card-table tr td:nth-child(3) {
  color: #bbbab7;
}

.card-table tr td:nth-child(4) {
  color: #f9a602;
}

.card-table tr td:nth-child(5) {
  color: #746e6e;
}

.card-table tr td:nth-child(6) {
  color: #025ab4;
}

.card-table tr td:nth-child(7) {
  color: #0a0a0a;
}

.ih-partners {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 5rem;
}

.ih-partners div {
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  filter: grayscale(0.65);
  transform: translateZ(0) perspective(1px) scale(1);
  transition: all 0.7s ease;
}

.ih-partners div:hover {
  transform: translateZ(0) perspective(1px) scale(1.03);
  filter: grayscale(0);
  transition: all 0.7s ease;
}

/* bootstrap carsousel */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item img {
  display: none;
}

.carousel-fade .carousel-inner .item img:nth-child(1) {
  display: block;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1280px) {
  .row {
    display: grid;
    justify-items: center;
  }
}
@media (max-width: 1150px) {
  .row {
    padding-top: 70px;
  }
  .ih-partners {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 900px) {
  .center-card .card-table tr {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .center-card .card-table tr td:nth-child(1) {
    grid-column: span 3;
  }
}
@media (max-width: 655px) {
  .card-table tr td:nth-child(1) {
    width: auto;
    font-size: 0.7em;
  }
}
@media (max-width: 525px) {
  .ih-partners {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 425px) {
  .ih-partners {
    grid-template-columns: 1fr;
  }
}
.login-section > div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.login-section > div > section {
  flex: 1;
}
@media (min-width: 992px) {
  .login-section > div {
    flex-direction: row-reverse;
    gap: 3.625rem;
  }
  .login-section > div h1, .login-section > div span.h1, .login-section > div h1 ~ p, .login-section > div span.h1 ~ p {
    text-align: left;
  }
}
.login-section > div .checkbox-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
}
.login-section > div .checkbox-container > div {
  white-space: nowrap;
}

.loginCard .enlarged, .login-section .enlarged {
  width: 50%;
  max-width: 300px;
}

.table {
  color: #746F6F;
}
.table .btn-group {
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.table .btn-group a {
  max-width: -moz-max-content;
  max-width: max-content;
}
.table .btn-group .dropdown-menu {
  inset: 0px auto auto auto !important;
  transform: translate3d(0px, 48px, 0px) !important;
}

.badge {
  background-color: #746F6F;
}
.badge.hollow {
  background-color: transparent;
  border: 1px solid #746F6F;
  color: #746F6F;
  font-weight: 300;
  border-radius: 0;
}
.badge.text-bg-baige {
  background-color: #a8998b;
  color: #ffffff;
}

.multi-hotel-department-container > div {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(29, 29, 29, 0.3);
}
.multi-hotel-department-container > div .form-check {
  margin-bottom: 0;
}
.multi-hotel-department-container > div:first-child {
  padding-top: 0;
}

.innhotels-checkbox-container .form-groups {
  margin-bottom: 1.5rem !important;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(29, 29, 29, 0.3) !important;
}

.alert {
  margin-bottom: 1.5rem;
}

.form-container {
  container: form/inline-size;
}
.form-container .form-groups {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.form-container .form-groups .form-group {
  flex: 0 1 100%;
}
.form-container .form-groups .form-check {
  margin-bottom: 0;
}
@container form (min-width: 430px) {
  .form-container .form-groups.grid-2 .form-group, .form-container .form-groups.grid-2 .form-check, .form-container .form-groups.grid-3 .form-group, .form-container .form-groups.grid-3 .form-check, .form-container .form-groups.grid-4 .form-group, .form-container .form-groups.grid-4 .form-check {
    flex: 0 1 calc(50% - 0.75rem);
  }
}
@container form (min-width: 768px) {
  .form-container .form-groups.grid-3 .form-group, .form-container .form-groups.grid-3 .form-check, .form-container .form-groups.grid-4 .form-group, .form-container .form-groups.grid-4 .form-check {
    flex: 0 1 calc(33.3333333333% - 1rem);
  }
  .form-container .form-groups .form-group.w-100p, .form-container .form-groups .form-check.w-100p {
    flex: 0 1 100% !important;
  }
}
@container form (min-width: 1200px) {
  .form-container .form-groups.grid-4 .form-group, .form-container .form-groups.grid-4 .form-check {
    flex: 0 1 calc(25% - 1.125rem);
  }
}

.form-group.disabled select:disabled {
  background: none;
}
.form-group .input-container {
  width: 100%;
}

.card-radio label:has(input[type=radio]:checked,
input[type=checkbox]:checked),
.card-checkbox label:has(input[type=radio]:checked,
input[type=checkbox]:checked) {
  outline: 2px solid #a8998b;
  position: relative;
}
.card-radio label:has(input[type=radio]:checked,
input[type=checkbox]:checked):before,
.card-checkbox label:has(input[type=radio]:checked,
input[type=checkbox]:checked):before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 0;
  right: 0;
  font-size: 1.5em;
  color: #ffffff;
  background-color: #a8998b;
  border-radius: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.register-ads {
  margin-bottom: 2.125rem;
}

.loyalty-highlights > div {
  display: flex;
  gap: 1rem;
}
.loyalty-highlights > div img {
  max-width: 30px;
  height: -moz-max-content;
  height: max-content;
}
.loyalty-highlights > div h3 i, .loyalty-highlights > div span.h3 i {
  color: #a8998b;
  margin-right: 0.5rem;
}

.promo-code-container {
  flex-wrap: wrap;
}
.promo-code-container .plain-input, .promo-code-container .plain-dropdown {
  flex: 1;
}
.promo-code-container .input-wrapper {
  position: relative;
  flex: 1;
}
.promo-code-container .promo-code-list {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.promo-code-container .promo-code-list .promo-success {
  border: 1px solid;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  color: #36AD5E;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 14px;
}
.promo-code-container .promo-code-list .promo-success .remove-btn {
  color: #36AD5E;
  background: none;
}
.promo-code-container #loadingSpinner {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#registrationConfirmationModal .row {
  padding: 0;
  margin: 0;
}
#registrationConfirmationModal .row > * {
  margin: 0;
}
#registrationConfirmationModal .modal-body {
  gap: 0;
}
@media (max-width: 1280px) {
  #registrationConfirmationModal .row {
    justify-items: flex-start;
  }
}/*# sourceMappingURL=register.css.map */