<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../common/fonts.css";

:focus,
a:focus {
  outline: none;
}
body {
  font-family: Proxima Nova, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  height: 100vh;
  margin: 0;
  opacity: 1;
  transition: opacity 2s; /* used to help reduce content flickering on page load*/
  background-color: #efefef;
}

a {
  text-decoration: none;
  color: #0254a2;
}

.error {
  color: #a61e0c;
  margin-bottom: 8px;
}

.main_logo_link {
  text-decoration: none;
  cursor: pointer;
}

.main_logo_link:hover,
.main_logo_link:active,
.main_logo_link:visited {
  text-decoration: none;
}

input:not([type="checkbox"]),
select {
  font-family: "Proxima Nova";
  font-size: 18px !important;
  border: 1px solid #808488;
  outline: 0;
  color: #000;
  height: 48px;
  padding-left: 20px;
  background-color: #fff !important;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  order: 2;
}
input:not([type="checkbox"])::placeholder,
input:not([type="checkbox"]):-ms-input-placeholder,
input:not([type="checkbox"])::-ms-input-placeholder,
select:invalid {
  color: #7f7f7f;
}
input:not([type="checkbox"]):disabled {
  color: rgb(170, 170, 170);
  border-color: rgba(118, 118, 118, 0.3);
}

select {
  padding-right: 40px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, #0371b5 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #0371b5 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #0371b5;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

@media (max-width: 1366px) {
  input:not([type="checkbox"]) {
    padding: 0 10px;
  }
  select {
    padding: 0 40px 0 10px;
		width: 100%;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.LoginContainer,
.RegisterContainer,
.ResetContainer,
.UpdateProfileContainer,
.RegisterSocialContainer,
.UpdateProfileContainer {
  display: flex;
  align-items: flex-start;
  min-height: calc(100vh - 70px);
  padding-bottom: 20px;
  flex-direction: column;
}

@media (max-width: 1366px) {
  .LoginContainer,
  .RegisterContainer,
  .ResetContainer,
  .UpdateProfileContainer,
  .RegisterSocialContainer,
  .UpdateProfileContainer {
    flex-direction: column;
  }
}

#api {
  height: 100%;
  background: transparent;
  width: 100%;
  padding: 24px 0px 24px;
}
@media (max-width: 1366px) {
  #api {
    padding: 0px;
  }
}

.divider {
  position: relative;
  width: calc(100% + 120px);
  background: #f1f1f1;
  padding: 1px 0;
  margin: 30px -60px;
}
.divider * {
  display: none;
}
@media (max-width: 1366px) {
  .divider {
    width: calc(100% + 40px);
    margin: 30px -20px;
  }
}

.create {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #2e3134;
}

.create p {
  margin: 0;
}

#createAccount,
#terms-link,
#signIn {
  font-weight: 700;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#createAccount:hover,
#terms-link:hover,
#signIn:hover {
  text-decoration: underline;
}

#terms-link {
  font-size: 12px;
}

/* PING Nation info styling */
.ping-nation-menu-holder {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  max-width: 411px;
  width: 60%;
  background-color: #000;
  border-radius: 10px;
}

@media (max-width: 1366px) {
  .ping-nation-menu-holder {
    width: 100%;
  }
}

.ping-nation-menu-holder *,
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ping-nation-what-is {
  color: #0375ba;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 15px 10px;
}

.ping-nation-what-is * {
  margin: 0 3px;
  display: inline-flex;
}

.ping-nation-info-container .caret-icon {
  transform: rotate(180deg);
}
.ping-nation-info-container.open .caret-icon {
  transform: rotate(0);
}

.caret-icon {
  visibility: hidden;
  width: 24px;
  filter: brightness(0) invert(1);
}

@media (max-width: 1336px) {
  .caret-icon {
    visibility: visible;
  }
}

.ping-nation-menu-holder.open .ping-nation-container {
  max-height: 100%;
  /* transition: max-height 1.5s, box-shadow 1.5s;
  box-shadow: 0px 42px 64px 10px rgba(0, 0, 0, 0.2); */
}

.ping-nation-container {
  max-height: 0;
  /* transition: max-height 0.5s, box-shadow 0.5s; */
  overflow: hidden;
  display: inline-block;
  margin: auto;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
}

.ping-nation-description {
  padding: 36px 36px 20px;
}

@media (max-width: 1366px) {
  .ping-nation-description {
    padding: 16px 16px 8px 16px;
  }
}

.ping-nation-info {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  display: flex;
}

.ping-nation-info .caret-icon {
  transform: rotate(180deg);
}
.ping-nation-info.open .caret-icon {
  transform: rotate(0);
}

.ping-nation-header {
  margin: 0;
}

.ping-nation-list {
  padding: 0;
  margin: 0;
}

@media (max-width: 1366px) {
  .ping-nation-list {
    max-height: 0;
    transition: max-height 1s;
  }
  .ping-nation-list.open {
    max-height: 600px;
    transition: max-height 1s;
  }
}

.ping-nation-list li {
  list-style: none;
  display: flex;
  align-items: baseline;
  padding-bottom: 12px;
}

.ping-nation-list li {
  padding-bottom: 8px;
}

.ping-nation-list li img {
  margin-right: 10px;
}

.ping-nation-list li p {
  margin: 5px 0;
}

.api-container {
  display: flex;
  flex-direction: column;
  min-height: 428px;
  width: 100%;
}

/* @media (max-width: 1366px) {
  .api-container {
    width: calc(100% - 80px);
  }
} */

.header-holder {
  display: flex;
  min-height: 60px;
  width: 100%;
}

.header-container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  -webkit-box-align: center;
  align-items: center;
  background: #ffffff;
  display: flex;
}

@media (max-width: 1366px) {
  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-text {
  margin-top: 15px;
  font-size: 25px;
}

@media (max-width: 1366px) {
  .header-text {
    font-size: 16px;
  }
}

.ping-logo {
  width: 100%;
  max-width: 105px;
}

@media (max-width: 1366px) {
  .ping-logo {
    max-width: 72px;
  }
}

.options div {
  display: inline-block;
}

.footer {
  position: relative;
  height: 50px;
  width: 100%;
  background: #000;
  display: flex;
  justify-content: center;
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 14px;
  list-style-type: none;
  padding-left: 0;
  flex-direction: row;
  margin: 0;
}

.entry-item label {
  order: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  padding-bottom: 8px;
}

.entry-item {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column-reverse;
}

@media (max-width: 1366px) {
  .entry-item {
    margin-bottom: 20px;
  }
}

.password-label {
  order: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  padding-bottom: 8px;
}

#forgotPassword {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 8px;
  width: 356px;
  height: 56px;
  background: #2e70b0;
  border: 2px solid #2e70b0;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 1366px) {
  button {
    width: 100%;
    padding: 0;
  }
}

.buttons button:hover {
  background-color: #fff;
  color: #2e70b0;
  border-color: #2e70b0;
}

/* 
  PASSWORD RESET STYLE OVERRIDES
*/

/* Global PW reset styles */
#attributeList ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

/* Verification input section styling */
#email_ver_input {
  margin-bottom: 1em;
}

/* New password input section styling */
li.Password:first-child {
  margin-bottom: 2em;
}
.intro {
  margin: 0 0 10px;
}
.intro * {
  margin: 0;
  font-weight: normal;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 1.1em;
  }
}

/* 
  PASSWORD RESET STYLE OVERRIDES
*/

/* Global PW reset styles */
#attributeList ul {
  list-style-type: none;
  padding-left: 0;
}

/* Verification input section styling */
#email_ver_input {
  margin-bottom: 1em;
}

/* New password input section styling */
li.Password:first-child {
  margin-bottom: 2em;
}

.accountButton {
  border: 1px solid #fff;
  color: #fff;
  margin: 0 0 5px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  word-wrap: break-word;
  height: 34px;
  width: 240px;
  padding: 0 10px 0 35px;
  background-color: #505050;
  font-size: 16px;
}

.accountButton:hover {
  background-color: #b9b9b9;
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.accountButton,
.accountButton:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAh1BMVEX///9QUFBOTk5LS0tERERCQkI/Pz9ISEg6OjpGRkZNTU08PDyAgID09PSlpaWWlpZxcXFgYGBZWVlUVFT6+vrx8fHt7e3s7Ozo6Oji4uLJycnGxsa4uLiqqqqgoKCNjY2JiYmGhoZra2tmZmb7+/vu7u7d3d3U1NTNzc2+vr67u7usrKx7e3vprNQnAAAA8klEQVQ4y63Q127DMAxAUZpDwyMeSdqsNqu7/f/va6zahgGJKAr0vgk6DyQh+6V/BiTOOeNRA9zuAWBdM6WBlPDTvaUUoAuMrT0mgNvA1IJjQB3MKjACvp6DK0WAH+agtH8H9jQHLUUgz7Uhx8xOXzNESxirLCYA2mw8tacI5FyIYXq8A9ge2Qs6oTnw2e2ruho2rjBcXJ4ADh3jBOQLQnVhRFx2gNDZ4ACogbHXj/ft9Dj5AcgbJFu5AThQWuYBIGmgtAFQo4EFB+CPGthJAPypgY3BHsheA5UNwLyAvsYNoDyroKUe4EoFTQ/yDtTONvsGUJ8KTUYyH+UAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .accountButton {
    width: 180px;
    font-size: 13px;
  }
}

#GoogleExchange {
  background-image: url("https://ping-nation-azureadui-cdne.azureedge.net/root/assets/idp_logos/white/google.svg");
  background-color: #ea4335;
  background-size: 20px;
  background-position: 7px;
}

#FacebookExchange {
  background-image: url("https://ping-nation-azureadui-cdne.azureedge.net/root/assets/idp_logos/white/facebook.svg");
  background-color: #1877f2;
  background-size: 10px;
  background-position: 10px;
}

#claimVerificationServerError {
  position: fixed;
  top: 0;
  width: 94% !important;
  background: #cb0000 !important;
  color: #fff !important;
  left: 0;
  text-align: center !important;
  padding: 10px 3%;
}

.verifying-modal {
  display: none;
}

#simplemodal-overlay {
  opacity: 1 !important;
  background: rgba(224, 226, 226, 0.8) !important;
  height: 100vh !important;
  width: 100vw !important;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1001;
}

#simplemodal-container {
  position: fixed !important;
  text-align: center !important;
  box-shadow: 0px 0px 0px 0px !important;
  overflow: hidden !important;
  z-index: 1002 !important;
  left: 50% !important;
  top: 30% !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+c3Bpbm5lcjwvdGl0bGU+CjxwYXRoIGZpbGw9IiMwMzc1QkEiIGQ9Ik0zMiAxNmMtMC4wNDAtMi4wODktMC40OTMtNC4xNzItMS4zMzEtNi4wNzctMC44MzQtMS45MDYtMi4wNDYtMy42MzMtMy41MzMtNS4wNjAtMS40ODYtMS40MjgtMy4yNDgtMi41NTctNS4xNTYtMy4zMDItMS45MDYtMC43NDgtMy45NTYtMS4xMDUtNS45ODEtMS4wNjEtMi4wMjUgMC4wNDAtNC4wNDIgMC40OC01Ljg4NSAxLjI5Mi0xLjg0NSAwLjgwOS0zLjUxNyAxLjk4My00Ljg5OCAzLjQyNHMtMi40NzQgMy4xNDctMy4xOTMgNC45OTRjLTAuNzIyIDEuODQ2LTEuMDY3IDMuODI5LTEuMDIzIDUuNzkgMC4wNDAgMS45NjEgMC40NjggMy45MTEgMS4yNTQgNS42OTQgMC43ODQgMS43ODQgMS45MjEgMy40MDEgMy4zMTYgNC43MzYgMS4zOTQgMS4zMzYgMy4wNDYgMi4zOTEgNC44MzIgMy4wODUgMS43ODUgMC42OTcgMy43MDEgMS4wMjggNS41OTggMC45ODUgMS44OTctMC4wNDAgMy43OC0wLjQ1NSA1LjUwMi0xLjIxNiAxLjcyMy0wLjc1OSAzLjI4NS0xLjg1OSA0LjU3NC0zLjIwOCAxLjI5LTEuMzQ4IDIuMzA4LTIuOTQ1IDIuOTc3LTQuNjcgMC40MDctMS4wNDYgMC42ODQtMi4xMzcgMC44MjktMy4yNDQgMC4wMzkgMC4wMDIgMC4wNzggMC4wMDQgMC4xMTggMC4wMDQgMS4xMDUgMCAyLTAuODk1IDItMiAwLTAuMDU2LTAuMDAzLTAuMTEyLTAuMDA3LTAuMTY3aDAuMDA3ek0yOC44MjIgMjEuMzExYy0wLjczMyAxLjY2My0xLjc5NiAzLjE2OS0zLjA5OSA0LjQxMnMtMi44NDQgMi4yMjUtNC41MDggMi44NjhjLTEuNjYzIDAuNjQ2LTMuNDQ3IDAuOTUyLTUuMjE1IDAuOTA5LTEuNzY5LTAuMDQxLTMuNTE5LTAuNDI5LTUuMTE5LTEuMTQtMS42MDItMC43MDgtMy4wNTMtMS43MzQtNC4yNS0yLjk5MXMtMi4xNDEtMi43NDMtMi43Ni00LjM0NmMtMC42MjEtMS42MDMtMC45MTMtMy4zMTktMC44NzEtNS4wMjQgMC4wNDEtMS43MDUgMC40MTctMy4zODggMS4xMDItNC45MjggMC42ODMtMS41NDEgMS42NzItMi45MzcgMi44ODMtNC4wODhzMi42NDItMi4wNTggNC4xODQtMi42NTJjMS41NDItMC41OTYgMy4xOTItMC44NzUgNC44MzItMC44MzMgMS42NDEgMC4wNDEgMy4yNTcgMC40MDQgNC43MzYgMS4wNjQgMS40OCAwLjY1OCAyLjgyIDEuNjA5IDMuOTI2IDIuNzc0czEuOTc1IDIuNTQgMi41NDMgNC4wMjFjMC41NyAxLjQ4MSAwLjgzNyAzLjA2NCAwLjc5NCA0LjY0MWgwLjAwN2MtMC4wMDUgMC4wNTUtMC4wMDcgMC4xMS0wLjAwNyAwLjE2NyAwIDEuMDMyIDAuNzgxIDEuODggMS43ODQgMS45ODgtMC4xOTUgMS4wODgtMC41MTcgMi4xNTEtMC45NjIgMy4xNTZ6Ij48L3BhdGg+Cjwvc3ZnPgo=") !important;
  width: 50px !important;
  height: 50px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  padding: 0 !important;
}

.simplemodal-container * {
  display: none !important;
}

.form-wrapper {
  display: flex;
  width: 100%;
}

.form-container {
  display: flex;
  align-items: flex-start;
  gap: 134px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1366px) {
  .form-container {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
    gap: 24px;
  }
}

.heading-wrapper {
  display: flex;
  width: 100%;
}

.heading-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 48px 80px 48px;
}

@media (max-width: 1366px) {
  .heading-container {
    padding: 24px 20px 24px;
  }
}

.primary-heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 8px;
}

.secondary-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #000000;
}

.form-primary-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding: 12.5px 0px 12.5px;
}

@media (max-width: 1366px) {
  .form-primary-section {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 16px;
  }
}

.form-primary-section:first-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #2e3134;
}

.ping-nation-info-container {
  display: flex;
  width: 100%;
  padding-bottom: 16px;
}

.create-sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #2e3134;
  padding-bottom: 8px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 32px;
}
</pre></body></html>