/**

 */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,200;0,600;0,900;1,400;1,600;1,900&family=Figtree:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap");
#registration-modals {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
}
#registration-modals.show {
  display: block;
}
#registration-modals .blackout {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  pointer-events: none;
}
#registration-modals .rpu-registration-show-more {
  display: none;
}
#registration-modals .rpu-registration-show-more.show {
  display: block;
}
#registration-modals #login-popup,
#registration-modals #forgot-pw-popup,
#registration-modals #register-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  min-width: 300px;
  width: calc(100% - 1em);
  height: auto;
  max-height: calc(100% - 1em);
  overflow: auto;
  max-width: 500px;
  padding: 2em;
  z-index: 2;
  border-radius: 1em;
  background-color: #fbfbfb;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: none;
}
#registration-modals #login-popup.wide,
#registration-modals #forgot-pw-popup.wide,
#registration-modals #register-popup.wide {
  max-width: 680px;
}
#registration-modals #login-popup i.close-popup,
#registration-modals #forgot-pw-popup i.close-popup,
#registration-modals #register-popup i.close-popup {
  color: #808285;
  position: absolute;
  right: 1em;
  top: 1em;
  padding: 0.5em;
  cursor: pointer;
  font-size: 16px;
}
#registration-modals #login-popup .loading,
#registration-modals #forgot-pw-popup .loading,
#registration-modals #register-popup .loading {
  display: none;
}
#registration-modals #login-popup .loading.show,
#registration-modals #forgot-pw-popup .loading.show,
#registration-modals #register-popup .loading.show {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(6px);
  z-index: 100;
  color: #175169;
  font-size: 3rem;
  border-radius: inherit;
}
#registration-modals #login-popup .header,
#registration-modals #forgot-pw-popup .header,
#registration-modals #register-popup .header {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e2e2e2;
}
#registration-modals #login-popup .header h2,
#registration-modals #forgot-pw-popup .header h2,
#registration-modals #register-popup .header h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Figtree", "Roboto", sans-serif !important;
  color: #175169;
  margin: 0;
}
#registration-modals #login-popup .header h6,
#registration-modals #forgot-pw-popup .header h6,
#registration-modals #register-popup .header h6 {
  font-family: "Figtree", "Roboto", sans-serif !important;
  margin: 0;
}
#registration-modals #login-popup .header p,
#registration-modals #forgot-pw-popup .header p,
#registration-modals #register-popup .header p {
  margin: 0;
}
#registration-modals #login-popup .form-row,
#registration-modals #forgot-pw-popup .form-row,
#registration-modals #register-popup .form-row {
  margin: 0;
  padding: 0.5em;
  width: 100%;
  transition: width 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}
#registration-modals #login-popup .form-row.form-row-first, #registration-modals #login-popup .form-row.form-row-last,
#registration-modals #forgot-pw-popup .form-row.form-row-first,
#registration-modals #forgot-pw-popup .form-row.form-row-last,
#registration-modals #register-popup .form-row.form-row-first,
#registration-modals #register-popup .form-row.form-row-last {
  width: 50%;
  float: left;
}
@media screen and (max-width: 640px) {
  #registration-modals #login-popup .form-row.form-row-first, #registration-modals #login-popup .form-row.form-row-last,
#registration-modals #forgot-pw-popup .form-row.form-row-first,
#registration-modals #forgot-pw-popup .form-row.form-row-last,
#registration-modals #register-popup .form-row.form-row-first,
#registration-modals #register-popup .form-row.form-row-last {
    width: 100%;
  }
}
#registration-modals #login-popup .form-row.form-row-first,
#registration-modals #forgot-pw-popup .form-row.form-row-first,
#registration-modals #register-popup .form-row.form-row-first {
  clear: left;
}
#registration-modals #login-popup .form-row.form-row-last,
#registration-modals #forgot-pw-popup .form-row.form-row-last,
#registration-modals #register-popup .form-row.form-row-last {
  clear: right;
}
#registration-modals #login-popup .form-row.form-row-optional-shown,
#registration-modals #forgot-pw-popup .form-row.form-row-optional-shown,
#registration-modals #register-popup .form-row.form-row-optional-shown {
  animation: fadeInRow 0.3s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
@keyframes fadeInRow {
  from {
    opacity: 0;
  }
}
#registration-modals #login-popup .form-row label,
#registration-modals #forgot-pw-popup .form-row label,
#registration-modals #register-popup .form-row label {
  margin: 0;
}
#registration-modals #login-popup .bear-food,
#registration-modals #forgot-pw-popup .bear-food,
#registration-modals #register-popup .bear-food {
  opacity: 0;
  position: absolute;
  top: -5000px;
  left: -5000px;
  height: 0;
  width: 0;
  z-index: -1;
}
#registration-modals #login-popup #toggle-pw,
#registration-modals #forgot-pw-popup #toggle-pw,
#registration-modals #register-popup #toggle-pw {
  background: transparent;
  color: inherit;
  tab-index: -1;
}
#registration-modals #login-popup #toggle-pw:focus,
#registration-modals #forgot-pw-popup #toggle-pw:focus,
#registration-modals #register-popup #toggle-pw:focus {
  border: none;
  outline: none;
}
#registration-modals #login-popup #toggle-pw i,
#registration-modals #forgot-pw-popup #toggle-pw i,
#registration-modals #register-popup #toggle-pw i {
  width: 1.2em;
  color: #666666;
}
#registration-modals #login-popup label,
#registration-modals #forgot-pw-popup label,
#registration-modals #register-popup label {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  font-family: "Figtree", "Roboto", sans-serif !important;
}
#registration-modals #login-popup label .label-flex,
#registration-modals #forgot-pw-popup label .label-flex,
#registration-modals #register-popup label .label-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#registration-modals #login-popup label .label-grid,
#registration-modals #forgot-pw-popup label .label-grid,
#registration-modals #register-popup label .label-grid {
  display: grid;
}
#registration-modals #login-popup label span,
#registration-modals #forgot-pw-popup label span,
#registration-modals #register-popup label span {
  font-size: 16px;
  color: #222222;
}
#registration-modals #login-popup label span b,
#registration-modals #forgot-pw-popup label span b,
#registration-modals #register-popup label span b {
  color: #da4f61;
  font-size: 1rem;
}
#registration-modals #login-popup label span.field-hint,
#registration-modals #forgot-pw-popup label span.field-hint,
#registration-modals #register-popup label span.field-hint {
  font-size: 0.8em;
}
#registration-modals #login-popup label .select2,
#registration-modals #forgot-pw-popup label .select2,
#registration-modals #register-popup label .select2 {
  width: 100% !important;
}
#registration-modals #login-popup label .select2-selection,
#registration-modals #forgot-pw-popup label .select2-selection,
#registration-modals #register-popup label .select2-selection {
  height: 50px;
}
#registration-modals #login-popup label .select2-selection .select2-selection__arrow,
#registration-modals #forgot-pw-popup label .select2-selection .select2-selection__arrow,
#registration-modals #register-popup label .select2-selection .select2-selection__arrow {
  line-height: 47px;
  height: 100%;
}
#registration-modals #login-popup label .select2-selection .select2-selection__rendered,
#registration-modals #forgot-pw-popup label .select2-selection .select2-selection__rendered,
#registration-modals #register-popup label .select2-selection .select2-selection__rendered {
  line-height: 47px;
}
#registration-modals #login-popup label .select2-selection .select2-selection__rendered .select2-selection__placeholder,
#registration-modals #forgot-pw-popup label .select2-selection .select2-selection__rendered .select2-selection__placeholder,
#registration-modals #register-popup label .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  font-family: "Figtree", "Roboto", sans-serif !important;
  color: #777777;
  letter-spacing: unset;
  font-size: 16px;
}
#registration-modals #login-popup label .select2-selection,
#registration-modals #login-popup label select,
#registration-modals #login-popup label input,
#registration-modals #forgot-pw-popup label .select2-selection,
#registration-modals #forgot-pw-popup label select,
#registration-modals #forgot-pw-popup label input,
#registration-modals #register-popup label .select2-selection,
#registration-modals #register-popup label select,
#registration-modals #register-popup label input {
  padding: 1em;
  border-radius: 0.5rem !important;
  font-size: 16px;
  width: 100%;
  display: block;
  font-family: "Figtree", "Roboto", sans-serif !important;
  accent-color: #175169;
  border: 1px solid #bbbbbb !important;
  height: unset;
  line-height: 1;
}
#registration-modals #login-popup label .select2-selection::placeholder,
#registration-modals #login-popup label select::placeholder,
#registration-modals #login-popup label input::placeholder,
#registration-modals #forgot-pw-popup label .select2-selection::placeholder,
#registration-modals #forgot-pw-popup label select::placeholder,
#registration-modals #forgot-pw-popup label input::placeholder,
#registration-modals #register-popup label .select2-selection::placeholder,
#registration-modals #register-popup label select::placeholder,
#registration-modals #register-popup label input::placeholder {
  font-style: oblique;
  color: #888888;
  letter-spacing: unset;
}
#registration-modals #login-popup label .select2-selection:focus,
#registration-modals #login-popup label select:focus,
#registration-modals #login-popup label input:focus,
#registration-modals #forgot-pw-popup label .select2-selection:focus,
#registration-modals #forgot-pw-popup label select:focus,
#registration-modals #forgot-pw-popup label input:focus,
#registration-modals #register-popup label .select2-selection:focus,
#registration-modals #register-popup label select:focus,
#registration-modals #register-popup label input:focus {
  outline: 1px solid #175169;
  box-shadow: none;
}
#registration-modals #login-popup label select,
#registration-modals #forgot-pw-popup label select,
#registration-modals #register-popup label select {
  background: #ffffff;
}
#registration-modals #login-popup label select[disabled],
#registration-modals #forgot-pw-popup label select[disabled],
#registration-modals #register-popup label select[disabled] {
  background: #fbfbfb;
}
#registration-modals #login-popup label .select2-selection,
#registration-modals #forgot-pw-popup label .select2-selection,
#registration-modals #register-popup label .select2-selection {
  padding: 0;
}
#registration-modals #login-popup hr,
#registration-modals #forgot-pw-popup hr,
#registration-modals #register-popup hr {
  position: relative;
  width: 100%;
  clear: both;
  float: left;
}
#registration-modals #login-popup p,
#registration-modals #forgot-pw-popup p,
#registration-modals #register-popup p {
  color: #777777;
  font-family: "Figtree", "Roboto", sans-serif !important;
  letter-spacing: unset;
}
#registration-modals #login-popup a,
#registration-modals #login-popup a:visited,
#registration-modals #forgot-pw-popup a,
#registration-modals #forgot-pw-popup a:visited,
#registration-modals #register-popup a,
#registration-modals #register-popup a:visited {
  color: #175169;
  text-decoration: underline;
}
#registration-modals #login-popup button,
#registration-modals #forgot-pw-popup button,
#registration-modals #register-popup button {
  position: relative;
  background-color: #175169;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  padding: 1em;
  font-weight: 700;
  border-radius: 0.75rem;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
#registration-modals #login-popup button:disabled, #registration-modals #login-popup button[disabled],
#registration-modals #forgot-pw-popup button:disabled,
#registration-modals #forgot-pw-popup button[disabled],
#registration-modals #register-popup button:disabled,
#registration-modals #register-popup button[disabled] {
  background-color: #cccccc;
}
#registration-modals #login-popup button > i:not(.fa-spin),
#registration-modals #forgot-pw-popup button > i:not(.fa-spin),
#registration-modals #register-popup button > i:not(.fa-spin) {
  display: inline-block;
}
#registration-modals #login-popup button:hover,
#registration-modals #forgot-pw-popup button:hover,
#registration-modals #register-popup button:hover {
  border-radius: 1.5rem;
}
#registration-modals #login-popup button#rpu-user-forget, #registration-modals #login-popup button#rpu-user-login, #registration-modals #login-popup button#rpu-register-user, #registration-modals #login-popup button#rpu-register-user-continued,
#registration-modals #forgot-pw-popup button#rpu-user-forget,
#registration-modals #forgot-pw-popup button#rpu-user-login,
#registration-modals #forgot-pw-popup button#rpu-register-user,
#registration-modals #forgot-pw-popup button#rpu-register-user-continued,
#registration-modals #register-popup button#rpu-user-forget,
#registration-modals #register-popup button#rpu-user-login,
#registration-modals #register-popup button#rpu-register-user,
#registration-modals #register-popup button#rpu-register-user-continued {
  width: 100%;
}
#registration-modals #login-popup button#rpu-user-forget:focus, #registration-modals #login-popup button#rpu-user-login:focus, #registration-modals #login-popup button#rpu-register-user:focus, #registration-modals #login-popup button#rpu-register-user-continued:focus,
#registration-modals #forgot-pw-popup button#rpu-user-forget:focus,
#registration-modals #forgot-pw-popup button#rpu-user-login:focus,
#registration-modals #forgot-pw-popup button#rpu-register-user:focus,
#registration-modals #forgot-pw-popup button#rpu-register-user-continued:focus,
#registration-modals #register-popup button#rpu-user-forget:focus,
#registration-modals #register-popup button#rpu-user-login:focus,
#registration-modals #register-popup button#rpu-register-user:focus,
#registration-modals #register-popup button#rpu-register-user-continued:focus {
  outline: 1px solid #175169;
  outline-offset: 3px;
}
#registration-modals #login-popup.show,
#registration-modals #forgot-pw-popup.show,
#registration-modals #register-popup.show {
  display: block;
  animation: 0.3s fade-in cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
@keyframes fade-in {
  from {
    top: calc(50% - 1em);
    opacity: 0;
  }
}
