body.home {
  font-family: "Open Sans", sans-serif;
}

.hse-auth {
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  background: #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
}
.hse-auth p {
  font-size: 13.5px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  margin: 16px 0 0;
}
.hse-auth p a {
  color: #EF5600;
  text-decoration: none;
}
.hse-auth p a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.hse-auth ul {
  margin-top: 7px;
}
.hse-auth ul li {
  color: #FFFFFF;
  font-weight: 400;
}
.hse-auth .text-note {
  font-size: 11.7px;
  opacity: 0.6;
}
.hse-auth__wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.hse-auth__wrapper::-webkit-scrollbar {
  display: none;
}
.hse-auth__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #EF5600, #FD2348);
  z-index: 100;
}
.hse-auth__container {
  width: 100%;
  max-width: 328px;
  padding: 100px 0;
  transition: padding 0.3s ease;
}
.hse-auth__container_inner {
  position: relative;
}
.hse-auth__logo {
  position: fixed;
  width: 105px;
  top: 40px;
  left: calc(50% - 52.5px);
  z-index: 5;
}
.hse-auth__logo img {
  transition: filter 0.2s ease;
  filter: brightness(0) invert(1);
}
.hse-auth__logo a:hover img {
  filter: none;
}
.hse-auth__form {
  width: 100%;
  background: #050505;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  position: relative;
  z-index: 10;
  min-height: 200px;
}
.hse-auth__form h4 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 20.25px;
}
.hse-auth__form h4.hse-auth__title {
  font-size: 22.5px;
  text-shadow: 0px 0px 12px #FF4A35, 0px 0px 2px #FFFFFF;
}
.hse-auth__form p {
  margin: 12px 0 0;
}
.hse-auth__form p.account-type {
  font-weight: 700;
  margin: 5px 0 0;
}
.hse-auth__form p.signup-subtitle {
  font-size: 11.4px;
  margin-top: 16px;
}
.hse-auth__user-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  margin: 0;
  transition: min-height 0.3s ease-out, margin 0.3s ease-out;
}
.hse-auth__user-info[style*="display: flex"] {
  min-height: 200px;
  margin: 16px 0;
}
.hse-auth__user-info .user_avatar {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  box-shadow: 0px 0px 8px 0px #EF5404;
  box-shadow: 0px 0px 2px 0px #FFFFFF;
  box-shadow: 0px 0px 18px 0px #FF4A35;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hse-auth__user-info .user_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hse-auth__user-info a.button-common {
  margin-top: 16px;
}
.hse-auth__remember-me {
  width: -moz-max-content;
  width: max-content;
}
.hse-auth__remember-me label {
  cursor: pointer;
  align-items: center;
  margin-top: 16px;
  position: relative;
}
.hse-auth__terms-agree {
  width: -moz-max-content;
  width: max-content;
}
.hse-auth__terms-agree span {
  font-size: 11.7px;
  font-weight: 400;
}
.hse-auth__terms-agree span a {
  color: #EF5600;
  text-decoration: underline;
}
.hse-auth__terms-agree span a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.hse-auth__button.button-red-gradient {
  width: 100%;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 5px;
  position: relative;
  transition: all 0.2s linear;
}
.hse-auth__button.button-red-gradient span {
  transition: all 0.2s linear;
  right: -2.5px;
  position: relative;
}
.hse-auth__button.button-red-gradient:disabled {
  cursor: default;
}
.hse-auth__button.button-red-gradient.loading {
  background: linear-gradient(96.46deg, #EF5600 0%, #FD2348 100%);
}
.hse-auth__button.button-red-gradient::after {
  transition: all 0.2s linear;
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  transform-origin: center;
  padding: 2px;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  --_m:
  conic-gradient(#0000 10%, #FFFFFF),
  linear-gradient(#FFFFFF 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: spin 1.5s infinite linear;
}
.hse-auth__button.button-red-gradient.loading {
  cursor: default;
}
.hse-auth__button.button-red-gradient.loading:disabled {
  opacity: 1;
}
.hse-auth__button.button-red-gradient.loading span {
  opacity: 0;
}
.hse-auth__button.button-red-gradient.loading::after {
  visibility: visible;
  opacity: 1;
}
.hse-auth__button.button-red-gradient span.button-text-countdown {
  font-size: 13.5px;
  color: #808080;
  letter-spacing: normal;
  text-transform: none;
  right: 0;
}
.hse-auth__button.button-red-gradient span.button-text-resend {
  font-size: 13.5px;
  color: #EF5600;
  letter-spacing: normal;
  text-transform: none;
  right: 0;
}
.hse-auth__button.button-red-gradient.button-countdown {
  background: #333333;
  border: 1px solid rgba(255, 255, 255, 0.0352941176);
  opacity: 1;
}
.hse-auth__button.button-red-gradient.button-resend {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.0352941176);
}
.hse-auth__button.button-red-gradient.button-resend::after {
  background: #EF5600;
}
.hse-auth__button.button-red-gradient.button-wide-text {
  letter-spacing: 4px;
  font-size: 16.3px;
}
.hse-auth__button.button-red-gradient.button-wide-text span {
  right: -2px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hse-auth__footer {
  margin-top: 24px;
  text-align: center;
  color: #808080;
}
.hse-auth__footer a {
  color: #fff;
  text-decoration: none;
}
.hse-auth__footer a:hover {
  text-decoration: underline;
}
.hse-auth__role-select {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0;
}
.hse-auth__role-select .role-option {
  background: transparent;
}
.hse-auth__role-select .role-option input[type=radio] {
  position: absolute;
  opacity: 0;
}
.hse-auth__role-select .role-option input[type=radio]:checked ~ .role-text {
  border: 1px solid #EF5600;
  background: rgba(239, 86, 0, 0.1607843137);
}
.hse-auth__role-select .role-option input[type=radio]:checked ~ .role-text::before {
  border-color: #EF5600;
}
.hse-auth__role-select .role-option input[type=radio]:checked ~ .role-text::after {
  display: block;
}
.hse-auth__role-select .role-option .role-text {
  display: flex;
  padding: 12px 12px 8px 44px;
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.hse-auth__role-select .role-option .role-text:hover {
  background: #1A1A1A;
}
.hse-auth__role-select .role-option .role-text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #808080;
  border-radius: 50%;
}
.hse-auth__role-select .role-option .role-text::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EF5600;
  display: none;
}
.hse-auth__role-select .role-option .role-title {
  color: #FFFFFF;
  font-size: 15.75px;
  font-weight: 400;
}
.hse-auth p.signup-footer {
  margin-top: 24px;
  color: #808080;
  font-size: 11.7px;
  font-weight: 400;
}

.hse-auth .error-message-block, .single-product .error-message-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  background: rgba(253, 35, 72, 0.0588235294);
  border-radius: 8px;
  border: 1px solid rgba(253, 35, 72, 0.1215686275);
  margin-top: 16px;
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  justify-content: flex-start;
}
.hse-auth .error-message-block[style*="display: flex"], .single-product .error-message-block[style*="display: flex"] {
  max-height: 100px;
  opacity: 1;
  padding: 12px;
  margin-top: 16px;
}
.hse-auth .error-message-block svg, .single-product .error-message-block svg {
  min-width: 24px;
  min-height: 24px;
}
.hse-auth .error-message-block p, .single-product .error-message-block p {
  font-size: 13.5px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
.hse-auth .bottom-links, .single-product .bottom-links {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hse-auth .bottom-links a, .single-product .bottom-links a {
  color: #EF5600;
  text-decoration: none;
  font-weight: 400;
}
.hse-auth .bottom-links a:hover, .single-product .bottom-links a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.hse-auth .bottom-links .bottom-link-separator, .single-product .bottom-links .bottom-link-separator {
  color: #4D4D4D;
}
.hse-auth .bottom-links .button-link, .single-product .bottom-links .button-link {
  background-color: transparent;
  border: none;
  color: #EF5600;
  text-decoration: none;
  font-weight: 400;
}
.hse-auth .bottom-links .button-link:hover, .single-product .bottom-links .button-link:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.password-requirements {
  margin: 16px 0;
}
.password-requirements p {
  margin: 16px 0 12px;
  font-size: 11.7px;
  font-weight: 700;
  opacity: 0.6;
}
.password-requirements .requirement {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 11.7px;
  font-weight: 400;
  margin-bottom: 5px;
}
.password-requirements .requirement span {
  opacity: 0.6;
}
.password-requirements .requirement .requirement-icon-green, .password-requirements .requirement .requirement-icon-red {
  display: none;
}
.password-requirements .requirement .requirement-icon-grey {
  display: block;
}
.password-requirements .requirement.valid .requirement-icon-grey, .password-requirements .requirement.valid .requirement-icon-red {
  display: none;
}
.password-requirements .requirement.valid .requirement-icon-green {
  display: block;
}
.password-requirements .requirement.invalid {
  color: #FD2348;
}
.password-requirements .requirement.invalid .requirement-icon-grey, .password-requirements .requirement.invalid .requirement-icon-green {
  display: none;
}
.password-requirements .requirement.invalid .requirement-icon-red {
  display: block;
}
.password-requirements .requirement.invalid span {
  opacity: 1;
}
.password-requirements .requirement svg {
  margin-right: 12px;
}

.forgot-email-query-sent {
  display: flex;
  flex-direction: column;
}

.button-contact-support {
  margin-top: 16px;
  width: -moz-max-content;
  width: max-content;
  align-self: center;
}

.hidden-field {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.right-sidebar.active + .right-sidebar-overlay {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 90;
  background: rgba(13, 13, 13, 0.8);
}

.right-sidebar.help-block-sidebar {
  padding: 0;
}
.right-sidebar.help-block-sidebar .modal-title-wrapper {
  padding: 18px 16px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.right-sidebar.help-block-sidebar .modal-title-wrapper .modal-content-close {
  top: 16px;
}
.right-sidebar.help-block-sidebar .content-header .title-text p {
  margin: 12px 0 16px;
  text-align: left;
}
.right-sidebar.help-block-sidebar .right-sidebar-content-wrapper {
  height: calc(100% - 164px);
  overflow-y: auto;
}

.single-product .right-sidebar.help-block-sidebar {
  height: calc(100% - 90px);
  top: 64px;
}

.right-sidebar.help-block-sidebar .help-accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
}
.right-sidebar.help-block-sidebar .help-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px 0 16px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.right-sidebar.help-block-sidebar .help-accordion__header div {
  padding-bottom: 16px;
}
.right-sidebar.help-block-sidebar .help-accordion__header svg {
  position: absolute;
  right: 16px;
  top: 16px;
}
.right-sidebar.help-block-sidebar .help-accordion__header .help-accordion__icon {
  transition: transform 0.3s ease;
}
.right-sidebar.help-block-sidebar .help-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13.5px;
  line-height: 1.5;
  text-align: left;
  justify-content: flex-start;
  position: relative;
}
.right-sidebar.help-block-sidebar .help-accordion__content p, .right-sidebar.help-block-sidebar .help-accordion__content li {
  text-align: left;
  font-weight: 400;
  font-size: 13.5px;
  color: #FFFFFF;
  margin-top: 12px;
}
.right-sidebar.help-block-sidebar .help-accordion__content ol {
  padding-left: 16px;
}
.right-sidebar.help-block-sidebar .help-accordion__content ol > li {
  font-weight: 600;
}
.right-sidebar.help-block-sidebar .help-accordion__content ol > li .regular-text {
  font-weight: 400;
}
.right-sidebar.help-block-sidebar .help-accordion__content ol > li ul {
  padding-left: 0;
}
.right-sidebar.help-block-sidebar .help-accordion__content ol > li ul li {
  list-style-type: disc;
}
.right-sidebar.help-block-sidebar .help-accordion__content .note-text {
  font-size: 11.7px;
  opacity: 0.6;
}
.right-sidebar.help-block-sidebar .help-accordion__content a {
  color: #EF5600;
  text-decoration: none;
}
.right-sidebar.help-block-sidebar .help-accordion__content a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.right-sidebar.help-block-sidebar .help-accordion__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1019607843);
}
.right-sidebar.help-block-sidebar .help-accordion:hover {
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  background: #141414;
}
.right-sidebar.help-block-sidebar .help-accordion.active {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: #191919;
}
.right-sidebar.help-block-sidebar .help-accordion.active:hover {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: #191919;
}
.right-sidebar.help-block-sidebar .help-accordion.active .help-accordion__header .help-accordion__icon {
  transform: rotate(180deg);
}
.right-sidebar.help-block-sidebar .help-accordion.active .help-accordion__content {
  padding: 4px 16px 16px;
}

.help-block-after p {
  text-align: left;
  margin-top: 26px;
}
.help-block-after button {
  margin-top: 20px;
}/*# sourceMappingURL=hse-auth.css.map */