@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300; 0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);

@font-face {
  font-family: 'suisseintl';
  src: url('/fonts/suisseintl-regular-webxl.woff2') format('woff2'),
       url('/fonts/suisseintl-regular-webxl.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'suisseintl';
  src: url('/fonts/suisseintl-semibold-webxl.woff2') format('woff2'),
       url('/fonts/suisseintl-semibold-webxl.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

a {
  color: #555;
  cursor: pointer;
  text-decoration: none;
}

.d-none {
    display: none !important;
}

.d-flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}

.gap-20 {
  gap: 1.25rem;
}

.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pt-34 {
  padding-top: 2.125rem;
}

.line-h-19 {
  line-height: 1.1875rem;
}

.form-heading {
  font-family: "suisseintl", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: #0a083b;
  margin-bottom: 4px;
}

.form-subheading {
  font-family: "suisseintl", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0a083b;
  margin-bottom: 20px;
}

.discount-banner{
  font-size: 1rem;
  line-height: 1.58;
  color: #0a083b;
  background-color: #E6FCF0;
  border-radius: 6px;
  padding: 8px 15px;
}

.discount-banner span{
font-weight: 600;
}

.signup-container {
  display: flex;
  background: white;
}

.signup-container .logo-holder .company-logo {
  margin-bottom: 32px;
}

.signup-container--left {
  background-color: #ffffff;
  max-width: 525px;
  padding: 24px 16px;
}

.signup-container-wrapper--right {
  width: 100%;
}

.signup-container--right-background {
  background-color: #f8f3f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-container--right {
  width: 100%;
  max-width: 33rem;
  padding-inline: 16px;
}

.content {
  max-width: 35rem;
}

.features-container {
  padding: 2rem 0;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style-type: square;
}

.feature-list li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: left;
  color: #0a083b;
  list-style-position: outside;
  margin-left: 1em;
}

.feature-list li::marker {
  color: #f75b11;
}

.brands-container {
  padding-bottom: 40px;
  max-width: 33rem
}

.brands-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 1.1rem;
  align-items: center;
  justify-items: center;
  padding-top: 1.5625rem;
}

.brands-container .trust-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #0a083b;
}

.login-container {
  display: flex;
  min-height: 100vh;
}

.login-container--left {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.login-container--right {
  display: flex;
  width: 100%;
  background-color: #f8f3f0;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
}

.blob-container {
  background: no-repeat center/100% url("/images/blob.png");
  background-size: contain;
  padding: clamp(4rem, 4rem + 2vw, 7rem);
}

.blob-text {
  position: relative;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 29rem;
  box-sizing: border-box;
  padding: 0 1rem;
}

.blob-intro {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #f75b11;
}

.blob-stat {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #0a083b;
}

#diamondsImage {
  position: absolute;
  inset: 0;
  left: 300px;
}

#login-password {
  text-overflow: ellipsis;
}

.logo-holder .company-logo {
  width: auto;
  height: 24px;
  display: block;
  margin-bottom: 48px;
}

.forgot-password-logo-holder .company-logo {
  width: auto;
  height: 24px;
  display: block;
  margin-bottom: 38px;
}

.forgot-password-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f3f0;
}

.forgot-password-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40rem;
  padding: 1.5625rem;
}

.forgot-password-form-wrapper {
  width: 100%;
}

.forgot-password-form-heading {
  font-family: "suisseintl", sans-serif;
  font-size: clamp(2.125rem, 2vw + 1rem, 2.75rem);
  font-weight: 600;
  line-height: clamp(2.5rem, 3vw + 0.75rem, 3.375rem);
  color: #0a083b;
  margin-bottom: 20px;
}

.forgot-password-subheading-size {
  font-size: clamp(1rem, 3vw - 1.5rem, 1.05rem);
  line-height: clamp(1.5rem, 2vw + 0.25rem, 1.8rem);
}

.has-text-danger {
  color: #b41d1d !important;
}

.form-error-message {
  font-size: 13px;
  text-align: left;
  border-radius: 5px;
  padding: 11px 12px 5px;
  line-height: 16px;
  background: #ffe9e9;
  border: 1px solid #b41d1d;
}

.form-error-message > span:not(.hidden) {
  display: block;
}

.form-error-message > span {
  margin-bottom: 6px;
}

.has-text-danger a {
  color: #b41d1d;
  text-decoration: underline;
}

.fa-check {
  color: white;
}

.has-text-centered {
  text-align: center !important;
}

.has-text-left {
  text-align: left !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-26 {
  margin-bottom: 26px;
}

.max-width-full {
  max-width: 100%;
}

.auth-form-footer {
  display: flex;
  gap: 0.25rem;
  font-size: 14px;
  line-height: 18px;
  margin-top: 38px;
  color: #5a5a66;
}

.signup-container .auth-form-footer {
  margin-top: 24px;
}

.auth-form-footer a {
  display: inline-block;
  text-decoration: underline;
  color: #0a083b;
}

.button {
  font-family: "suisseintl";
  height: unset;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
  box-sizing: border-box;
}

.checkbox-title {
  height: 20px;
  font-size: 14px;
  color: #000;
}

.is-fullwidth.extra-margins {
  margin: 20px 0;
}

.forgot-password-wrapper a {
  color: #0a083b;
  text-decoration: underline;
}


.forgot-input {
  box-sizing: border-box;
  padding-bottom: 25px;
}

input[type="checkbox"] + label i {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[class^="icon-"] {
  display: flex;
}

.button.is-large {
  font-size: 15px !important;
  padding: 15px 20px;
}

.button.is-large {
  font-size: 1.5rem;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-large span {
  height: 20px;
}

input[type="checkbox"] + label {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  position: relative;
  vertical-align: bottom;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.icon-check:before {
  content: "\e804";
}

[class^="icon-"]:before {
  width: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  font-size: 100%;
}

.icon-check {
  color: #fff;
}

input[type="checkbox"]:checked + label {
  background-color: #f75b11;
  border: none;
}

input[type="checkbox"] + label.remember-me {
  margin-right: 10px;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

input[type="check20pxbox"] {
  display: none;
}

.flex-row {
  display: flex;
  justify-content: space-between;
}

button,
input,
select,
textarea {
  margin: 0;
}

input.is-danger {
  border-color: #b41d1d;
}

.breadcrumb,
.button,
.delete,
.file,
.is-unselectable,
.modal-close,
.pagination-next,
.pagination-previous,
.switch,
.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.5em - 1px) calc(0.75em - 1px);
  position: relative;
  vertical-align: top;
}

.button {
  background-color: #fff;
  border-color: #b5b5b5;
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding: calc(0.5em - 1px) 1em;
  text-align: center;
  white-space: nowrap;
}

.is-fullwidth {
  width: 100%;
}

.button {
  background-color: #eee;
  border: none;
  color: #555;
  padding-left: 20px;
  padding-right: 20px;
}

.select select,
.textarea {
  background-color: #fff;
  border-color: #eee;
  color: #555;
}

.input,
.textarea {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}

.input {
  border: 1px solid #cccccc;
  padding-inline: 12px;
  padding-block: 14px;
  font-size: 14px;
  line-height: 18px;
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.custom-margin-top {
  margin-top: 1.25rem;
}

.signup-container .custom-margin-top {
    margin-top: 16px;
}

.is-flex {
  display: flex !important;
}

.is-flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.is-absolute {
  position: absolute;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 20px 10px;
}

.flex-column {
  flex-direction: column;
  align-items: center;
}

.box {
  max-width: 384px;
  background-color: #fff;
  color: #aaa;
  display: block;
}

.box {
  padding-top: 10px;
  padding-bottom: 1em;
}

#verification_code,
#google2fa_code {
  border: none !important;
  background-image: linear-gradient(
    to right,
    #f75b11 25px,
    transparent 25px,
    transparent 50px,
    #f75b11 50px,
    #f75b11 75px,
    transparent 75px,
    transparent 100px,
    #f75b11 100px,
    #f75b11 125px,
    transparent 125px,
    transparent 150px,
    #f75b11 150px,
    #f75b11 175px,
    transparent 175px,
    transparent 200px,
    #f75b11 200px,
    #f75b11 225px,
    transparent 225px,
    transparent 250px,
    #f75b11 250px,
    #f75b11 275px,
    transparent 275px,
    transparent 300px
  );
  background-position: bottom;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  padding-left: 4px;
  padding-right: 0;
  font-size: 32px;
  letter-spacing: 1em;
  border-radius: 0;
  box-shadow: none;
  min-width: 306px;
  clip-path: polygon(0 0, calc(100% - 6px) 0, calc(100% - 6px) 100%, 0 100%);
  margin-left: 10px;
}

.title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  flex-grow: 1;
  text-align: left;
  margin-bottom: 10px !important;
}

.subtitle {
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.pagination:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child):not(.mb-20),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.auth-screen .box {
  margin-top: 0;
}

.button:active,
.button:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.input,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  outline: none;
}

.auth-form-footer a:hover,
.forgot-password-wrapper a:hover,
.form-terms-notice small a:hover {
  color: #f75b11;
}

img,
video {
  height: auto;
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: inherit;
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial,
    sans-serif;
}

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  height: 100%;
}

body {
  color: #aaa;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
}

.signup-info-area h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 1.1em;
  margin: 13px 0 20px;
}

.signup-row {
  display: flex;
  max-width: 820px;
  padding: 25px;
}

.signup-column {
  flex: 0 0 50%;
  max-width: 50%;
}

.signup-column:first-child {
  padding-right: 40px;
}

.signup-column:last-child {
  padding-left: 40px;
}

.credit-card-notice {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
}

.signup-info-list > div:not(:last-child) {
  margin-bottom: 17px;
}

.plan-checkbox {
  content: "";
  height: 24px;
  width: 24px;
  border: 2px solid #1db44e;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.tick {
  height: 6px;
  width: 10px;
  top: 6px;
  left: 5px;
  border-left: 2px solid #1db44e;
  border-bottom: 2px solid #1db44e;
  transform: rotate(-45deg);
  position: absolute;
}

.text {
  line-height: 22px;
}

/* awards */
.awards {
  margin-top: 28px;
}

.awards .label {
  font-weight: 500;
  margin-bottom: 25px;
}

.award-icons,
.award-icons picture {
  display: flex;
}

.award-icons {
  align-items: center;
}

.award-icons img {
  display: block;
}

.award-icons a:first-child {
  margin-right: 15px;
}

.award-icons a:nth-child(2) {
  margin-right: 10px;
}

.award-icons a:nth-child(2) img {
  width: 71px;
}

.award-icons a:nth-child(3) {
  margin-right: 16px;
}

/*password input*/

.register-password {
  position: relative;
}

input.psw-preview-input {
  padding-right: 52px;
}

.password-preview-eye {
  width: 22px;
  height: 22px;
  border-radius: 75% 0;
  transform: rotate(45deg);
  background-color: #999999;
  top: 9px;
  right: 15px;
  cursor: pointer;
}

.password-preview-eye.is-active,
.password-preview-eye.is-active .eye-inner-wrap {
  background-color: #555555;
}

.password-preview-eye .eye-retina {
  width: 12px;
  height: 12px;
  background-color: white;
}

.password-preview-eye .eye-retina,
.password-preview-eye .eye-inner-wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.password-preview-eye .eye-retina,
.password-preview-eye .eye-inner-wrap,
.password-preview-eye .eye-inner {
  border-radius: 50%;
}

.password-preview-eye .eye-inner-wrap {
  width: 6px;
  height: 6px;
  background-color: #999999;
}

.password-preview-eye .eye-inner {
  width: 3px;
  height: 3px;
  background-color: #ffffff;
  left: 1px;
  top: -1px;
}

.psw-preview-icon-text {
  margin-left: 5px;
}

.psw-preview-wrap {
  margin-bottom: 5px;
}

/**
* Password Score
*/

.password-strength-bar {
  display: flex;
}

.password-strength-bar span {
  height: 6px;
  flex-grow: 1;
  background: #dddddd;
}

.password-strength-bar span:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 1px;
}

.password-strength-bar span:not(:first-child):not(:last-child) {
  margin: 0 1px;
}

.password-strength-bar span:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 1px;
}

.password-strength-wrap {
  width: 100%;
}

.password-strength-wrap label {
  display: flex;
  justify-content: space-between;
  color: #555555;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}

.password-strength-wrap label span {
  color: #b41d1d;
  font-weight: 500;
}

.password-strength-wrap label span.password-score-0,
.password-strength-wrap label span.password-score-1 {
  color: #b41d1d;
}

.password-strength-bar.password-score-1 span.bar-bad {
  background: orangered;
}

.password-strength-wrap label span.password-score-2 {
  color: darkorange;
}

.password-strength-bar.password-score-2 span.bar-bad,
.password-strength-bar.password-score-2 span.bar-low {
  background: darkorange;
}

.password-strength-wrap label span.password-score-3 {
  color: orange;
}

.password-strength-bar.password-score-3 span.bar-bad,
.password-strength-bar.password-score-3 span.bar-medium,
.password-strength-bar.password-score-3 span.bar-low {
  background: orange;
}

.password-strength-wrap label span.password-score-4 {
  color: #1db44e;
}

.password-strength-bar.password-score-4 span {
  background: #1db44e;
}

.password-strength-container {
  display: flex;
  justify-content: space-between;
}

.has-text-danger {
  color: #b41d1d !important;
}

.has-text-success {
  color: #1db44e !important;
}

.form-success-message {
  font-size: 13px;
  text-align: left;
  padding: 12px;
  border-radius: 5px;
  line-height: 14px;
  border: 1px solid #1db44e;
  background-color: #dfffea;
}

.has-text-centered {
  text-align: center !important;
}

.has-text-left {
  text-align: left !important;
}

.button {
  font-family: "suisseintl", sans-serif;
  height: unset !important;
  font-size: 14px !important;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: none !important;
}

input[type="checkbox"] + label i {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button.is-large {
  font-size: 15px !important;
  padding: 18px 20px;
}

input[type="checkbox"] + label {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  position: relative;
  vertical-align: bottom;
}

[class^="icon-"]:before {
  width: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  font-size: 100%;
}

input[type="checkbox"]:checked + label {
  background-color: #f75b11;
  border: none;
}

input[type="checkbox"] + label.remember-me {
  margin-right: 10px;
}

.is-flex {
  display: flex !important;
}

.box {
  background-color: #fff;
  display: block;
}

.button.is-primary {
  border: 2px solid #F75B11;
  background-color: #F75B11;
  color: white;
}

.button.is-primary:hover {
  border: 2px solid #F75B11;
  background-color: #F75B111A;
  color: #F75B11;
}

.button.is-primary:active {
  border: 2px solid #F75B11;
  background-color: white;
  color: #F75B11;
}

.button.is-primary span {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, suisseintl, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}

body {
  font-family: "suisseintl", sans-serif;
}

.form-terms-notice small {
  font-size: 12px;
  color: #555;
}

.form-terms-notice small a {
  color: #000;
  text-decoration: underline;
}

.has-text-grey-darker {
  color: #555 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.has-margin-right-10 {
  margin-right: 10px !important;
}

.has-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.has-text-success {
  color: #1db44e !important;
}

.form-success-message {
  font-size: 13px;
  text-align: left;
  padding: 12px;
  line-height: 14px;
  border: 1px solid #1db44e;
  background-color: #dfffea;
}
label,
.label,
.forgot-password-wrapper a {
  line-height: 18px;
  font-size: 14px;
}

.input-with-icon {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 25px;
}

.label {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #0a083b;
  margin-bottom: 5px;
}

.auth-screen {
  width: 100%;
  max-width: 23rem;
}

.auth-screen .logo-holder {
  margin-bottom: 48px;
}

.default-margin {
  margin-bottom: 0px !important;
}

.small-text {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 18px;
  color: #555;
}

.hidden {
  display: none;
}

.checkbox-section {
  margin-top: 35px;
}

.checkbox-wrap {
  min-height: 20px;
  padding-right: 20px;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.auth-screen label[for="checkbox"] {
  position: relative;
  padding-left: 30px;
  top: 1px;
}

/* Text color for the label */
input[type="checkbox"] + span {
  cursor: pointer;
  color: #5a5a66;
}

/* Checkbox un-checked style */
input[type="checkbox"] + span:before {
  content: "";
  border: 1px solid #ddd;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 3px;
}

/* Adding a dotted border around the active tabbed-into checkbox */
input[type="checkbox"]:focus + span:before,
input[type="checkbox"] + span:hover:before {
  /* Visible in the full-color space */
  box-shadow: none;
  outline: none;
}
/* Checked checkbox style (in this case the background is green #e7ffba, change this to change the color) */
input[type="checkbox"]:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.756 4.375 7 10 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F75B11;
  color: white;
  border: 1px solid #F75B11;
}

/* Disabled checkbox styles */
input[type="checkbox"]:disabled + span {
  cursor: default;
  color: black;
  opacity: 0.5;
}

.mt-30 {
  margin-top: 0.625rem; /* 10px; */
}

.mt-20 {
  margin-top: 1.25rem;
}

.code-input-container,
.code-input-container__pair {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.code-input {
  width: 48px;
  height: 48px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0;
}

.code-input:focus {
  outline: none;
  border-color: #f75b11;
}

.confirmation-label {
  justify-content: center;
  margin-bottom: 0.75rem;
  padding-top: 1.875rem;
  font-size: 1rem;
}

.confirmation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f3f0;
}

.confirmation-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  padding: 5rem;
}

#submit-form {
  width: 100%;
}

.submit-form-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.submit-button-container {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 424px;
}

.text-center {
  text-align: center;
}

.input-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.registration-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.registration-label .validation-message {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 16px;
}

.registration-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reg-error {
  color: #b41d1d;
}

.reg-recommendation {
  color: #01758a;
}

.letter-input-error {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #b41d1d;
  text-align: center;
  padding-top: 0.5rem;
  display: none;
}

.login-confirmation-link {
  padding-top: 1.875rem;
}

.login-confirmation-link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
  color: #0a083b;
}

.confirmation-form-subheading {
  font-family: "suisseintl", sans-serif;
  font-size: clamp(1rem, 3vw - 1.5rem, 1.125rem);
  font-weight: 400;
  line-height: clamp(1.5rem, 2vw + 0.25rem, 2rem);
  color: #0a083b;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 210.22px;
  background-color: white;
  color: rgba(90, 90, 102, 1);

  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 10px 14px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border: solid #cccccc 1px;
  position: absolute;
  z-index: 1;
  top: -105%;
  left: 50%;
  margin-left: 1.5rem;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

.tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: 9px;
  border-style: solid;
  border-color: transparent #c1c1c1 transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* ---------- */

.lost-page-infographic {
  padding-top: 2.5rem;
}

.lost-page-infographic img {
  width: 368px;
}

.lost-page-button-container {
  width: 100%;
  margin-top: 1.875rem;
}

.custom-max-width {
  max-width: 23rem;
}

.carousel-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  position: relative;
  padding: 0 6rem;
  box-sizing: border-box;
}

.carousel-container .brands-container {
  border-top: 1px solid #DADADA;
  padding-top: 3rem;
}

.carousel-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #0A083B;
  padding-bottom: 2.375rem;
}

.carousel-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 290px;
  background-color: white;
  padding: 25px 24px;;
  border: 1px solid #DADADA;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0px #00000026;
}

.carousel-review {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #0A083B;
}

.carousel-review-author {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #0A083B;
}

.carousel-controls {
  padding: 3rem 0;
}

.carousel-button-prev,
.carousel-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 23px;
  border-radius: 100%;
  cursor: pointer;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #0A083B;
}

.btn-outline:hover {
  background-color: #0A083B1A;
  box-shadow: inset 0 0 0 1px #0A083B;

}

.btn-outline:active {
  background-color: #0A083B;
}

.carousel-button-prev .arrow-svg {
  position: relative;
  right: 2px;
}

.carousel-button-next .arrow-svg {
  position: relative;
  left: 2px;
}

.btn-outline:active .arrow-svg path {
  fill: white;
}

.carousel-container .review-swiper {
  position: relative;
  margin: 0;
  margin-left: -6rem;
  max-width: 610px;
  height: 238px;
}

.carousel-container .swiper-card {
    width: 300px;
    height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 18px;
    background-color: white;
    border: 1px solid #DADADA;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0px #00000026;
    box-sizing: border-box;
}

.carousel-container .slide-overflow {
  position: absolute;
  width: 22%;
  height: 100%;
  z-index: 2;
}

.carousel-container .slide-overflow.left {
  background: linear-gradient(90deg, #F8F3F0 66%, rgba(248, 243, 240, 0) 99%);
}

.carousel-container .slide-overflow.right {
  background: linear-gradient(270deg, #F8F3F0 66%, rgba(248, 243, 240, 0) 99%);
  right: 0;
  top: 0;
}

.mockups-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  position: relative;
  padding: 0 6rem;
  box-sizing: border-box;
}

.mockups-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #0A083B;
  padding-bottom: 2rem;
}

.mockups-container .mockup-swiper {
  max-width: 34rem;
  margin: 0;
}

/* Workaround for slide not scalling properly on desktop viewpoert sizes */
.mockups-container .swiper-wrapper {
  width: 0;
}

.mockups-container .mockup-swiper img {
  width: 100%;
}

/* START new 2FA form styles */

.code-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: #0A083B;
    text-align: center;
    margin-bottom: 26px;
}

.code-form__header {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

.code-form__subheader {
    font-size: 16px;
    line-height: 24px;
}

.code-form__subheader--bold {
    font-weight: 600;
}

.reset-message {
    text-align: center;
    color: #0A083B;
    margin-bottom: 30px;
}

.reset-message__text {
    font-size: 16px;
    line-height: 24px;
}

.reset-message__text--link {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    color: #0A083B;
}

/* END new 2FA form styles */

@media print, screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (max-width: 399.98px) {
  #verification_code,
  #google2fa_code {
    background-image: linear-gradient(
      to right,
      #f75b11 21px,
      transparent 21px,
      transparent 42px,
      #f75b11 42px,
      #f75b11 63px,
      transparent 63px,
      transparent 84px,
      #f75b11 84px,
      #f75b11 105px,
      transparent 105px,
      transparent 126px,
      #f75b11 126px,
      #f75b11 147px,
      transparent 147px,
      transparent 168px,
      #f75b11 168px,
      #f75b11 189px,
      transparent 189px,
      transparent 210px,
      #f75b11 210px,
      #f75b11 231px,
      transparent 231px,
      transparent 252px
    );
    padding-left: 3px;
    font-size: 27px;
    width: 256px;
    min-width: 256px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 819.98px) {
  .signup-row {
    max-width: 100%;
  }

  .signup-column {
    flex: 100%;
    max-width: 100%;
  }
  .signup-column:first-child {
    padding-right: 0;
  }

  .signup-column:last-child {
    padding-left: 0;
  }

  .signup-column:last-child {
    display: none;
  }
}

@media (max-width: 590px) {
  .carousel-container .swiper-card {
    width: 100%;
    height: 285px;
  }

  .carousel-container .review-swiper {
    height: 290px;
    margin-left: -5.5rem;
    min-width: 580px;
  }
}

@media (max-width: 481px) {
  .carousel-container .swiper-card {
    width: 232px;
    height: 285px;
  }

  .carousel-container .review-swiper {
    max-width: 238px;
    height: 290px;
    margin: 0;
    min-width: 0;
  }

  .carousel-container .slide-overflow {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .md-white-bg {
    background-color: white;
  }

  body {
    background-color: #f8f3f0;
  }

  .carousel-container {
    padding: 2.3125rem 1.875rem;
    max-width: 36rem;
  }

  .mockups-container {
    padding: 2.3125rem 1.875rem;
    max-width: 36rem;
  }

  .signup-container {
    flex-direction: column;
    align-items: center;
  }

  .login-container--left {
    align-items: flex-start;
    padding: 25px;
  }

  .login-container--right {
    display: none;
  }

  #register-infographic {
    display: none;
  }

  .tooltip .tooltiptext {
    right: 150%;
    left: unset;
  }

  .tooltip .tooltiptext::after {
    left: 100%;
    border-color: transparent transparent transparent white;
  }

  .tooltip .tooltiptext::before {
    left: 100%;
    border-color: transparent transparent transparent #c1c1c1;
  }
}

@media (min-width: 1199.98px) {
  .forgot-password-header {
    text-align: center;
  }

  .forgot-password-form-wrapper {
    max-width: 78%;
  }

  .logo-holder .company-logo {
    height: 30px;
  }

  .forgot-password-content-wrapper {
    padding-top: 3.5rem;
    align-items: center;
  }

  .signup-container {
    flex-direction: row;
  }

  .signup-container--right {
    width: 100%;
    padding-inline: 120px;
  }

  .signup-container-wrapper--left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .signup-container-wrapper--right {
    flex: 1;
    min-height: 100vh;
  }

  .signup-container--right-background {
    justify-content: flex-start;
    height: 100%;
  }

  .signup-container--left {
    padding: 24px 120px;
    margin-block: auto;
  }

  .input {
    border-radius: 5px;
    padding-inline: 12px;
    padding-block: 11px;
  }

  .button.is-large {
    padding: 14px 20px;
  }

  .lost-page-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .custom-max-width {
    max-width: 32rem;
  }

  .form-heading {
    font-size: 44px;
    line-height: 53px;
  }

  .form-subheading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 36px;
  }

  .discount-banner{
  padding: 10px 15px;
}

  .lost-page-button-container {
    width: 47%;
  }

  #lost-submit-form {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .confirmation-content-wrapper {
    padding: 40px 20px;
  }

  .code-input {
    width: 58px;
    height: 58px;
  }

  .input-button-container {
        width: 100%;
    }
}

@media (min-width: 1199.98px) {
  .confirmation-content-wrapper {
    padding: 80px;
  }

  .forgot-password-logo-holder .company-logo {
    height: 37px;
    margin-bottom: 4.375rem;
  }
}

@media (min-width: 1439.98px) {
  .signup-container--right {
    padding: 2.3rem 5.625rem;
  }
}
