@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
}

main.site-main {
  width: 100%;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.min-width-0 {
  min-width: 0 !important;
}

.space-x-1 > * + * {
  margin-left: 1rem;
}

.bg-darker {
  background-color: #1d1d1f;
}

.bg-dark .price,
.bg-darker .price {
  color: white;
}

@media (max-width: 992px) {
  .info p {
    margin-left: 120px;
  }
}

.border-0 {
  border: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.radius, .social-flex .social-login a span, .social-flex .social-login #customBtn span, .social-flex .social-login a, .social-flex .social-login #customBtn, .social-flex .social-login, .sso-form__messages p.alert, .sso-form .sso-form__field button[type=submit], .sso-form .sso-form__field input[type=text],
.sso-form .sso-form__field input[type=email],
.sso-form .sso-form__field input[type=phone],
.sso-form .sso-form__field input[type=number],
.sso-form .sso-form__field input[type=tel],
.sso-form .sso-form__field input[type=password], .sso-form.sso-form--confirm-reset button[type=submit], .sso-form.sso-form--reset button[type=submit], .sso-form.sso-form--login {
  border-radius: 12px;
}

.radius-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.radius-top > img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.radius-left {
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0;
}
.radius-left > img {
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0;
}

.radius-right {
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
}
.radius-right > img {
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
}

.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.radius-bottom > img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.sso {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 300px 1fr;
  font-size: 16px;
}
.sso .sso__treccani {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sso .sso__treccani .sso__treccani__sticky {
  position: sticky;
  top: 0;
  padding: 100px 24px 30px 24px;
}
@media (max-width: 1024px) {
  .sso .sso__treccani .sso__treccani__sticky {
    padding: 24px;
  }
}
@media (max-width: 1200px) {
  .sso .sso__treccani {
    padding: 30px 24px;
  }
}
.sso .sso__treccani .sso__treccani__logo,
.sso .sso__treccani .sso__treccani__logo-scuola {
  text-align: center;
}
@media (max-width: 767px) {
  .sso .sso__treccani .sso__treccani__logo-scuola img {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .sso .sso__treccani .sso__treccani__logo img {
    max-width: 140px;
  }
}
.sso .sso__treccani .sso__treccani__intro {
  text-align: center;
  font-weight: 500;
  max-width: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .sso .sso__treccani .sso__treccani__intro {
    padding-top: 30px;
    padding-bottom: 0px;
    display: none;
  }
}
.sso .sso__loginregister {
  padding: 32px 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .sso {
    grid-template-columns: 1fr;
  }
  .sso .sso__treccani {
    padding: 0px;
  }
  .sso .sso__loginregister {
    padding: 24px;
  }
}

.sso-login__help p {
  font-weight: 400;
  margin-bottom: 60px;
}
.sso-login__help a {
  border-bottom: 1px solid #584446;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  display: inline-block;
}
.sso-login__help a:hover {
  opacity: 0.8;
}

.already-logged-in .info {
  margin: 20px 0px 50px;
}
.already-logged-in .btn {
  background-color: #000;
  border-radius: 12px !important;
}
.already-logged-in .logout {
  text-decoration: underline;
}

.legal-info {
  font-size: 11px;
}
.legal-info small {
  font-size: 100%;
}
@media (max-width: 991px) {
  .legal-info {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .legal-info {
    max-width: 410px;
  }
}

@media (min-width: 1440px) {
  .page-template-sun-login .legal-info,
  .page-template-sun-forgot-password .legal-info {
    position: fixed;
    bottom: 10px;
  }
}
.sso-form {
  color: black;
  width: 100%;
  -webkit-transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
  transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
}
.sso-form small {
  font-size: 11px;
  line-height: 15px;
}
.sso-form.sso-form--login {
  max-width: 420px;
}
.sso-form.sso-form--login button[type=submit] {
  max-width: none !important;
}
.sso-form.sso-form--reset {
  max-width: 420px;
  padding-top: 45px;
}
@media (max-width: 991px) {
  .sso-form.sso-form--reset {
    padding-top: 32px;
  }
}
@media (max-width: 1280px) {
  .sso-form.sso-form--reset {
    padding-top: 45px;
  }
}
.sso-form.sso-form--reset button[type=submit] {
  max-width: none !important;
}
.sso-form.sso-form--confirm-reset {
  max-width: 100%;
  padding-top: 0px;
}
.sso-form.sso-form--confirm-reset .sso-form__field {
  max-width: 420px;
}
@media (max-width: 991px) {
  .sso-form.sso-form--confirm-reset {
    padding-top: 32px;
  }
}
.sso-form.sso-form--confirm-reset button[type=submit] {
  max-width: none !important;
}
.sso-form.sso-form--loading {
  opacity: 0.5;
  pointer-events: none;
}
.sso-form.sso-form--success {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}
.sso-form .sso-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sso-form .sso-form__row .sso-form__field {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.sso-form .sso-form__row .sso-form__field:first-child {
  padding-left: 0;
}
.sso-form .sso-form__row .sso-form__field:last-child {
  padding-right: 0;
}
@media (max-width: 1024px) {
  .sso-form .sso-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sso-form .sso-form__row .sso-form__field {
    padding-left: 0;
    padding-right: 0;
  }
}
.sso-form .sso-form__field {
  display: block;
  margin-bottom: 16px;
}
.sso-form .sso-form__field--required label:after {
  display: inline-block;
  content: "*";
  margin-left: 6px;
}
.sso-form .sso-form__field label {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.sso-form .sso-form__field .iti {
  width: 100%;
}
.sso-form .sso-form__field input[type=text],
.sso-form .sso-form__field input[type=email],
.sso-form .sso-form__field input[type=phone],
.sso-form .sso-form__field input[type=number],
.sso-form .sso-form__field input[type=tel],
.sso-form .sso-form__field input[type=password] {
  width: 100%;
  height: 48px;
  font-size: 16px;
}
.sso-form .sso-form__field input:focus {
  border: 1px solid black;
}
.sso-form .sso-form__field--error input {
  border-color: #C40A11;
}
.sso-form .sso-form__field.sso-form__field--submit {
  margin-bottom: 0;
}
.sso-form .sso-form__field .sso-form__field__error {
  color: #C40A11;
  font-size: 14px;
  display: block;
  margin-top: 4px;
  font-weight: 500;
}
.sso-form .sso-form__field button[type=submit] {
  width: 100%;
  max-width: 320px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  min-height: 48px;
  padding: 12px 42px 12px 16px;
  line-height: 1.2em;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  border: 0;
}
@media (max-width: 991px) {
  .sso-form .sso-form__field button[type=submit] {
    max-width: 100%;
  }
}
.sso-form .sso-form__field button[type=submit] span {
  display: inline-block;
  margin-right: 16px;
}
.sso-form .sso-form__field button[type=submit] i {
  font-size: 22px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.sso-form .sso-form__field button[type=submit]:hover:not(:disabled) {
  background-color: black;
}
.sso-form .sso-form__field button[type=submit]:hover:not(:disabled) i {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.sso-form .sso-form__field button[type=submit]:disabled {
  background-color: #D4CFD0;
}
.sso-form .sso-form__field--password .sso-form__field__wrapper {
  position: relative;
}
.sso-form .sso-form__field--password .sso-form__field--password__show {
  position: absolute;
  right: 12px;
  top: 12px;
}
.sso-form .sso-form__field--password .sso-form__field--password__show label {
  margin: 0;
  cursor: pointer;
  line-height: 1em;
}
.sso-form .sso-form__field--password .sso-form__field--password__show i {
  font-size: 24px;
}
.sso-form .sso-form__field--password .sso-form__field--password__show input[type=checkbox] {
  display: none !important;
}
.sso-form .sso-form__field--password-check {
  font-size: 11px;
  color: #AEACAC;
}
.sso-form .sso-form__field--password-check .passwordCheck-valid-customizable {
  color: green;
}
.sso-form .sso-form__field--consent {
  font-size: 11px;
}
.sso-form .sso-form__field--consent label {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 11px;
}
.sso-form .sso-form__field--consent p {
  font-size: 11px;
}
.sso-form .sso-form__field--consent input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.sso-form .sso-form__field--consent input[type=checkbox]:focus + span.title:before {
  border-color: #FFD2D2;
}
.sso-form .sso-form__field--consent input[type=checkbox]:checked + span.title:before {
  content: "✓";
}
.sso-form .sso-form__field--consent span.title {
  display: block;
  font-weight: 500;
  font-size: 11px;
}
.sso-form .sso-form__field--consent span.title:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sso-form .sso-form__field--consent p {
  font-weight: 400;
}

.sso-form__field--reset a {
  color: black;
  border-bottom: 1px solid black;
  font-weight: 400;
}

.sso-login__form {
  max-width: 1440px;
}

.sso-login {
  width: 100%;
}
.sso-login .sso-login__goback {
  margin-bottom: 30px;
}
.sso-login .sso-login__goback a {
  padding: 0;
  border: 0;
  background: transparent;
  color: black;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.sso-login .sso-login__goback a:hover {
  color: black;
}
.sso-login .sso-login__goback a i {
  font-size: 24px;
  display: inline-block;
  margin-right: 12px;
}
.sso-login .sso-login__tabs {
  font-weight: 600;
  margin-bottom: 40px;
}
.sso-login .sso-login__tabs ul {
  margin: 0;
  padding: 0 56px;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid #AEACAC;
}
@media (max-width: 991px) {
  .sso-login .sso-login__tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sso-login .sso-login__tabs ul li {
  display: inline-block;
  margin-right: 24px;
}
.sso-login .sso-login__tabs ul li:last-child {
  margin-right: 0;
}
.sso-login .sso-login__tabs ul li a {
  display: block;
  text-align: center;
  min-width: 174px;
  margin-bottom: -4px;
  padding: 16px 24px;
  color: rgba(174, 172, 172, 0.6);
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-size: 16px;
}
@media (max-width: 991px) {
  .sso-login .sso-login__tabs ul li a {
    padding: 16px;
    min-width: 0;
  }
}
.sso-login .sso-login__tabs ul li a:hover {
  color: black;
}
.sso-login .sso-login__tabs ul li a.active {
  border-bottom: 7px solid black;
  color: black;
}
@media (max-width: 991px) {
  .sso-login {
    max-width: 560px;
    margin: 0 auto;
  }
  .sso-login .sso-login__tabs ul {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .sso-login {
    max-width: 410px;
    margin: 0 auto;
  }
  .sso-login .sso-login__tabs ul {
    width: 100%;
    padding: 0 24px;
  }
}

.sso-login__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sso-login__form-row .sso-form--login,
.sso-login__form-row .sso-login__social,
.sso-login__form-row .sso-form--signup {
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
  width: 100%;
  max-width: none;
}
@media (min-width: 1025px) {
  .sso-login__form-row .sso-form--login,
  .sso-login__form-row .sso-login__social,
  .sso-login__form-row .sso-form--signup {
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .sso-login__form-row .sso-form--login-ts,
  .sso-login__form-row .sso-form--signup-ts {
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .sso-login__form-row .sso-login__social-ts {
    width: 40%;
  }
}
.sso-login__form-row .sso-login__social {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -4px;
  padding-top: 0;
}
.sso-login__form-row .sso-login__form-linee {
  display: none;
}
@media (min-width: 1025px) {
  .sso-login__form-row .sso-login__form-linee {
    width: 1px;
    background: #ccc;
    display: inline-block;
    position: relative;
  }
  .sso-login__form-row .sso-login__form-linee .o {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: white;
    height: 32px;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sso-login__form-row .sso-form__field--reset {
  width: 100%;
  margin-top: 50px;
}
.sso-login__form-row .sso-form--login-title {
  display: none;
}
@media (max-width: 1024px) {
  .sso-login__form-row .sso-form--login {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sso-login__form-row .sso-login__social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1rem;
  }
  .sso-login__form-row .sso-form__field--reset {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sso-login__form-row .sso-form--login-title {
    display: block;
  }
}
.sso-login__form-row .sso-form__field--select select {
  width: 100%;
  border-radius: 10px;
  font-weight: normal;
}

.sso-form--signup-title,
.sso-form--login-title {
  margin: 1rem 0 2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}
.sso-form--signup-title span,
.sso-form--login-title span {
  background: white;
  position: relative;
  z-index: 5;
  display: inline-block;
  margin: 0 auto;
  padding: 0 25px;
  font-size: 20px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
}
.sso-form--signup-title:before,
.sso-form--login-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: black;
  height: 1px;
  display: block;
  z-index: 0;
}

a#verifyEmailCustom:hover {
  cursor: pointer;
}

.sso-signup__form {
  max-width: 1440px;
}

@media (max-width: 992px) {
  .sso-form--signup-title br {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .sso-signup__form .sso-form--signup {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sso-signup__form .sso-login__form-linee {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sso-signup__form .consent-outside-form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sso-form--confirm {
  max-width: 320px;
}

.sso-form__messages {
  width: 100%;
}
.sso-form__messages p.alert {
  background-color: #FFD2D2;
  border: 1px solid #ff9f9f;
  padding: 22px;
  margin: 0 0 48px 0;
  font-size: 16px;
  color: black;
  width: 100%;
}
.sso-form__messages p.alert--warning {
  background-color: #FEEFB3;
  border: 1px solid #fde481;
}

.sso-notice {
  background-color: #D4CFD0;
  border: 1px solid #bcb4b6;
  padding: 42px 48px;
  margin-bottom: 48px;
  font-size: 16px;
  color: black;
  max-width: 820px;
  width: 100%;
}
.sso-notice span.sso-notice__title {
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}
.sso-notice p:last-child {
  margin: 0;
}
.sso-notice.sso-notice--warning {
  background-color: #FEEFB3;
  border: 1px solid #fde481;
}
.sso-notice.sso-notice--error {
  background-color: #FFD2D2;
  border: 1px solid #ff9f9f;
}

@-webkit-keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes drawCircle {
  0% {
    stroke-dashoffset: 300px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 300px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes drawCheck {
  0% {
    stroke-dashoffset: 56px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 56px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#successAnimation + span {
  display: block;
  margin: 10px 0;
}

#successAnimationCircle {
  stroke-dasharray: 300px 300px;
  stroke: black;
}

#successAnimationCheck {
  stroke-dasharray: 56px 56px;
  stroke: black;
}

#successAnimationResult {
  fill: black;
  opacity: 0;
}

#successAnimation.animated {
  -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
          animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationResult {
  -webkit-animation: 0.3s linear 0.9s both fadeIn;
          animation: 0.3s linear 0.9s both fadeIn;
}

.social-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .social-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.social-flex .social-login {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .social-flex .social-login {
    width: auto;
    margin: 0 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-flex .social-login:last-child {
  margin-right: 0;
}
.social-flex .social-login:last-child {
  margin-bottom: 0;
}
.social-flex .social-login:hover {
  opacity: 0.8;
}
.social-flex .social-login a, .social-flex .social-login #customBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
  color: white;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 64px;
  position: relative;
  line-height: 18px;
  text-align: left;
}
.social-flex .social-login a span, .social-flex .social-login #customBtn span {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid black;
}
.social-flex .social-login a span img, .social-flex .social-login #customBtn span img {
  height: 23px;
}
@media (max-width: 991px) {
  .social-flex .social-login a, .social-flex .social-login #customBtn {
    text-indent: -9999px;
    width: 50px;
    padding-left: 0;
  }
}
.social-flex .social-login a.customGPlusSignIn, .social-flex .social-login #customBtn.customGPlusSignIn {
  background: #4285F4;
}
.social-flex .social-login a.customGPlusSignIn span, .social-flex .social-login #customBtn.customGPlusSignIn span {
  border: 2px solid #4285F4;
}
.social-flex .social-login a.fb-custom-btn, .social-flex .social-login #customBtn.fb-custom-btn {
  background: #006aef;
}
.social-flex .social-login a.fb-custom-btn span, .social-flex .social-login #customBtn.fb-custom-btn span {
  border-color: #006aef;
}
.social-flex .social-login a.giunti-custom-btn, .social-flex .social-login #customBtn.giunti-custom-btn {
  background: #fecb11;
  color: #000;
}
.social-flex .social-login a.giunti-custom-btn span, .social-flex .social-login #customBtn.giunti-custom-btn span {
  border-color: #fecb11;
}
.social-flex .social-login .nsm7Bb-HzV7m-LgbsSe {
  background: #2e78f2 !important;
  font-family: "Inter" !important;
  height: 50px;
  border-radius: 0 !important;
}
.social-flex .social-login .S9gUrf-YoZ4jf * {
  font-family: "Inter" !important;
  font-weight: 400 !important;
  font-size: 16px;
  padding: 0;
}
.social-flex .social-login .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 0;
  border: 2px solid #2e78f2;
}
.social-flex .social-login .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
  display: none !important;
}
@media (max-width: 991px) {
  .sso-login__form-row .sso-login__social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.continue {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
/*# sourceMappingURL=frontend.css.map */
