/* Reset and Tailwind layer — optional but useful */
html {
    font-size: 100%; /* 1rem = 16px */
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ChubbPublico, Georgia;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    line-height: inherit;
    font-family: ChubbPublico, Georgia;
}

/* HERO Section */
.hero {
    background: no-repeat center center;
    background-size: cover;
    height: 37.625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    padding: 0.625rem 10rem;
}

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 0.625rem 1.25rem;
    color: #fff;
    z-index: 10;
    position: relative;
	height: 6.375rem;
}
.navbar-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navbar-left {
    display: flex;
    align-items: center;
    width: 25%;
}

.navbar-left img {
    height: 2.5rem; /* or whatever height you prefer */
    width: auto;
    max-width: 100%;
}

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 0.625rem;
}
.navbar-right {
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.nav-link {
    color: #fff;
    text-decoration: none;
    margin-right: 1.25rem;
	transition: text-decoration 0.2s ease;
}
.nav-link:last-child {
    margin-right: 0;
}


/* HAMBURGER — EXACT ORIGINAL */
.hamburger {
  display: block;
  margin-left: auto;
  font-size: 1.75rem;
  background: none;
  border: none;
  color: #fff; /* White by default */
  cursor: pointer;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* MOBILE MENU — EXACT ORIGINAL */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 18.75rem;
    background: #fff;
    box-shadow: -2px 0 0.625rem rgba(0, 0, 0, 0.3);
    padding: 2rem 1rem;
    z-index: 10000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.mobile-menu-overlay.open {
    display: block;
    transform: translateX(0);
}
.close-button {
    font-size: 2rem;
    border: none;
    background: none;
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    cursor: pointer;
}
.overlay-menu {
    list-style: none;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
    text-align: center;
}
.overlay-menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: ChubbPublico, sans-serif;
}
.overlay-menu img {
    width: 2.5rem;
    height: auto;
    margin-bottom: 0.5rem;
}
.text_color {
    color: #000;
}

/* Sticky navbar styles */

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.375rem; /* 102px */

    background-color: #fff;
    border-bottom: 0.0625rem solid #ddd; /* 1px */
    box-shadow: 0 0.125rem 0.25rem #0000001a; /* 2px 4px */

    color: #000;
	padding: 1.25rem 11.25rem;
    transition: all 0.3s ease-in-out;

}

.navbar.sticky .nav-link {
    color: #000;
}

.nav-link:hover {
    text-decoration: underline;
}

.navbar.sticky .hamburger {
  color: #000;
  text-shadow: none;
}

/* HERO TEXT */
.hero-text {
        text-align: left;
        line-height: 1.5rem;
		width: 30%;
}



.hero h1 {
    font-size: 3.125rem;
    margin-bottom: 1.25rem; /* 20px */
}

.hero h2 {
    font-size: 3.125rem;
    margin-bottom: 1.25rem; /* 20px */
}

.hero h4 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem; /* 20px */
}

.hero p {
    font-size: 1rem;
    margin-bottom: 1.25rem; /* 20px */
}

/* Standard CTA Button */
.cta-button,
.button_en {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem; /* 50px */
	width: fit-content;				   
    padding: 0 1.5rem; /* 24px */
    background-color: #150f96;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1.25rem; /* 20px */
    text-align: center;
    cursor: pointer;
    font-family: ChubbPublico, Georgia;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover,
.button_en:hover {
    text-decoration: underline;
}

.cta-button-container 
.cta-button {
  background-color: #7acb00;
  color: #000000;
}




/* Align intro */
.align-intro {
    text-align: left;
}

/* --- INFO SECTION (WHAT IS ACCIDENT INSURANCE?) --- */
.info-section {
    padding-top: 4rem;                /* Top and bottom spacing */
	padding-bottom: 0;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
}

.container-information {
    width: 100%;
    max-width: 80%;               
    padding-left: 10rem;             /* Left alignment */
    padding-right: 1rem;            /* Some right spacing for smaller viewports */
    text-align: left;
}

.title {
    font-family: ChubbPublico,Georgia;
    font-size: 2.25em;
    margin-bottom: 1.5rem;
    color: #000;
	text-align: left;
}

.description {
    font-family: ChubbPublico, Georgia;
    font-size: 1.25rem;
    font-weight: 300;
    color: #333;
    line-height: 1.5;
    max-width: 46.875rem; /* 750px */
    text-align: left;
}

/* --- BENEFITS SECTION --- */

.benefits-section {
    background-color: #fff;
    text-align: center;
    padding-top: 4rem; /* vertical spacing */
	padding-bottom: 0;
    display: flex;
    justify-content: flex-start;
}

.container-benefits {
    width: 100%;
    max-width: 80%;             
    padding-left: 10rem;            /* Align with other sections */
    padding-right: 1rem;
    text-align: justify;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    gap: 2rem;
    padding: 1rem 0;
}


.feature-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-left: 0.25rem solid #6bbf4e;
  background: #fff;
  box-shadow: 0 0.0625rem 0.25rem #0000000d;
  min-height: 9.375rem; /* 5 lines * 1.4 line-height * 1.25rem font-size approx */
}

.feature-grid {
  display: flex;
  align-items: center; /* vertical centering */
  gap: 1rem;
}

.feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
}




.feature-icon img {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
}


.feature-text h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    font-family: ChubbPublico, Georgia;
    text-align: left;
}

.custom-link {
    color: #1d1c1c;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.25rem;
}

.feature-link,
.cta-button-container {
    text-align: left;
    margin: 1.25rem 0;
}

.feature-link a {
    color: #1d1c1c;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1rem;
}

.disclaimer {
    grid-column: span 3;
    font-size: 0.875rem;
    color: #000;
    margin-top: 1.25rem; /* 20px */
    text-align: center;
    font-family: ChubbPublico, Georgia;
    text-align: justify;
}

/* --- HOW IT WORKS SECTION --- */

.how-it-works-section {
    padding-top: 0rem;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: flex-start;
}

.how-it-works {
    width: 100%;
    max-width: 80%;
    padding-left: 10rem;           /* Align with other sections */
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
    font-family: ChubbPublico, Georgia;
    text-align: left;
}

.how-it-works h2 {
    font-size: 2.25rem;
    margin-bottom: 0.625rem;
}

.how-it-works p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    color: #000;
    font-weight: 300;
}

.step-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 2rem;
    padding: 1rem;
    position: relative;
    background-color: #fff;
    justify-content: flex-start;
}

.step-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.25rem;
    background-color: #7acb00;
}

.step-number {
    font-size: 2.5rem;
    color: #000;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-content {
    font-size: 1.25rem;
    color: #000;
    text-align: left;
    padding-left: 1.25rem;
}

.cta-button-container {
    margin-top: 1.25rem;
    text-align: left;
}

.text-description {
    text-align: left;
}



/* Contact Form Section */
.contact-form {
    width: 100%;
    max-width: 80%;
    padding-left: 10rem;     /* Align left like other sections */
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 0rem;
    font-family: ChubbPublico, Georgia;
    text-align: left;
}

.contact-form h2 {
    font-size: 2.25rem;
    margin-bottom: 0.625rem;
	font-family: ChubbPublico, Georgia;
}

.contact-form p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    font-weight: 300;
    color: #000;
    line-height: 1.8;
}

/* Form fields and layout */
form {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.9375rem;
}

.form-group {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
	margin-right: 1rem;
}

.form-group label {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;       /* 5px */
    text-align: left;
    font-family: ChubbPublico, Georgia;
}

.form-group input,
.form-group textarea {
    font-size: 0.875rem;
    padding: 0.625rem;              /* 10px */
    border: 1px solid #ccc;
    border-radius: 0.25rem;         /* 4px */
    font-family: ChubbPublico, Georgia;
}


.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #000;
}

.form-group input[type=checkbox] {
    flex: 0;
    width: auto;
    margin-right: 0.625rem;         /* 10px */
    font-family: ChubbPublico, Georgia;
}

/* Validation */
.valid {
    border: 0.125rem solid green !important; /* 2px */
}

.invalid {
    border: 0.125rem solid red !important;   /* 2px */
}

/* Confirmation page styles are in line in the HTML because it is dynamic
.confirmation-modal {
    display:none; 
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.6); 
	z-index:10001
}

.confirmation-content {
background: white; 
margin: 10% auto; 
padding: 2rem; 
max-width: 31.25rem; 
text-align: center; 
border-radius: 0.5rem;
}

.confirmation-image {
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.confirmation-button-container {
	margin-top: 1.5rem; 
	display: flex; 
	justify-content: center;
}

*/

/* Footer */
.footer {
    background-color: #4b4e53;
    color: #fff;
    font-family: ChubbPublico, Georgia;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 0.875rem;
    text-align: left;
}
.footer sup {
    font-size: 0.6rem;
    vertical-align: super;
    margin-left: 0.125rem;                 /* 2px */
}
.footer-top {
    display: flex;
    max-width: 86%;
    gap: 2.5rem; 
    padding-left: 10rem;
    padding-right: 2rem; /* Or keep your existing right-padding */
    box-sizing: border-box;
}
.footer-left {
    flex: 0 0 13.75rem;                     /* 220px */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-right: 1.25rem;                /* 20px */
    position: relative;
}
.footer-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0625rem;                      /* 1px */
    height: 100%;
    background-color: #fff;
}
.footer-left h2 {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;              /* 15px */
}
.social-icons {
    margin-top: 0.625rem;                  /* 10px */
}
.social-icon {
    width: 1.5rem;                         /* 24px */
    height: 1.5rem;                        /* 24px */
}
.footer-right {
    flex: 1;
    padding-left: 1.875rem;                /* 30px */
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;                        /* 15px */
	text-align:left;
}
.footer-section {
    color: #eee;
    line-height: 1.6;
}
.footer-section.uppercase {
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
}
.footer-bottom {
    max-width: 86%;
	padding-top: 1rem;
	padding-left: 10rem;
    padding-right: 2rem; /* Or keep your existing right-padding */
    box-sizing: border-box;
}
.footer-links {
    font-size: 0.875rem;
    margin-top: 0.625rem;                  /* 10px */
    flex-wrap: wrap;
}
.footer-links a {
    color: #ddd;
    margin-right: 0.5rem;                  /* 8px */
    text-decoration: underline;
}
.footer-links a:hover {
    color: #fff;
}

  .footer-links .pipe {
     margin-right: 0.5rem;
  }
  
.link-estilo {
    color: #ddd;
    text-decoration: underline;
    cursor: pointer;
}

/* === FAQ PAGE STYLES === */

/* FAQ Container */
.faq-container {
    background: #fafafa;
    padding: 2.5rem 1.25rem; /* 40px 20px */
    font-family: ChubbPublico, Georgia, serif;
}

/* FAQ Title */
.faq-container h1 {
    text-align: left;
    font-size: 2.25rem; /* 36px */
    margin-bottom: 1.25rem; /* 20px */
}

/* FAQ Accordion Panel */
.mat-expansion-panel {
    margin-bottom: 0.625rem; /* 10px */
    box-shadow: 0rem 0.1875rem 0.0625rem -0.125rem rgba(0, 0, 0, 0.2), 
                0rem 0.125rem 0.125rem 0rem rgba(0, 0, 0, 0.14), 
                0rem 0.0625rem 0.3125rem 0rem rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem; /* 4px */
    overflow: hidden;
    background: #fff;
}

.mat-expansion-panel-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 1.5rem; /* 16px 24px */
    font-size: 1.125rem; /* 18px */
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 0.0625rem solid #ddd; /* 1px */
}

.mat-expansion-panel-header:hover {
    background-color: #f0f0f0;
}

.mat-expansion-panel-body {
    padding: 1rem 1.5rem; /* 16px 24px */
    font-size: 1rem;
    line-height: 1.5;
}

/* FAQ Back Button */
.faq-container .hero-text {
    text-align: center;
    margin-top: 2.5rem; /* 40px */
}

.faq-container .button_en {
    display: inline-block;
    padding: 0.625rem 1.25rem; /* 10px 20px */
    background-color: #150f96;
    color: #fff;
    border: none;
    border-radius: 0.25rem; /* 4px */
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-container .button_en:hover {
    background-color: #0b0f75;
}

/* FAQ Accordion */
.accordion .accordion-header {
    background-color: #f1f1f1;
    color: #444;
    cursor: pointer;
    padding: 1.125rem; /* 18px */
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 1.125rem; /* 18px */
    transition: background-color 0.3s ease;
    border-bottom: 0.0625rem solid #ddd; /* 1px */
}

.accordion .accordion-header:hover {
    text-decoration: underline;
}

.accordion .accordion-header.active {
    background-color: #e2e2e2;
}

.accordion .accordion-content {
    padding: 0 1.125rem; /* 18px */
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    text-align: left;
}


/* RESPONSIVE — Mobile (max-width: 768px) */
@media (max-width: 48rem) {
    
	.hero {
    padding: 0.625rem 1rem;
}

	.navbar {
    padding: 0rem 0rem;
}
	
	.navbar.sticky  {
    padding: 0.625rem 1rem;
}
	
	.navbar-content {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .align-intro {
        text-align: left;
        margin-left: 1%;
    }

    .navbar-left {
        display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
	
	.navbar-left img {
    height: 2.5rem;       /* Explicit height */
    width: auto;
    max-width: 60%;       /* Optional scaling constraint */
    min-height: 2rem;     /* Prevent collapse */
    display: block;       /* Avoid inline behavior weirdness */
  }


  .hamburger {
    color: #fff; /* Force white on mobile */
    text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5); /* subtle dark shadow for contrast */
  }

  .navbar.sticky .hamburger {
    color: #000; /* Still black when sticky on mobile */
    text-shadow: none;
  }

    .navbar-right {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        padding: 1rem;
        margin-top: 1rem;
    }

    .navbar-right.active {
        display: flex;
    }

    .navbar-right .nav-link {
        color: #000;
        text-align: left;
        padding: 0.625rem 0; /* 10px 0 */
    }

    .nav-link {
        margin: 0.625rem 0; /* 10px 0 */
        width: 100%;
        text-align: left;
    }

    .hero-text {
        text-align: left;
        line-height: 1.5rem;
		width: 80%;
    }

    .hero h2 {
        font-size: 1.75rem;
    }

    .hero h4 {
        font-size: 1.25rem;
    }

    /* CTA Button - Mobile */
    .cta-button,
    .button_en {
        width: 100%;
        max-width: 18.75rem; /* 300px */
        margin: 1.25rem auto; /* 20px */
        height: 3.125rem; /* 50px */
        font-size: 1.125rem; /* 18px */
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .mobile-menu-overlay {
        display: none;
    }


    .mobile-menu-overlay.open {
        display: block;
    }

    .button_en {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.125rem;
        width: 86%;
        background-color: #150f96;
        color: #fff;
        border: none;
        border-radius: 0;
        font-size: 1.25rem;
        text-align: center;
        cursor: pointer;
        font-family: ChubbPublico, Georgia;
    }

      .container-information {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
  }

    .title {
        font-family: ChubbPublico, Georgia;
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
        color: #000;
        text-align: left;
    }

    .description {
        font-family: ChubbPublico, Georgia;
        font-size: 1.25rem;
        font-weight: 300;
        color: #333;
        line-height: 1.8;
        margin: 0 auto;
        text-align: left;
    }
	


.info-section {
    padding: 3rem 1rem;
    background-color: #fff;
    text-align: center;
	max-width: 100%;
}

.benefits-section {
    padding-top: 0; /* vertical spacing */
	padding-bottom: 0;
}

  .container-benefits,
  .feature-link {
      padding-left: 1rem;
      padding-right: 1rem;
	  max-width: 100%;
  }

    .feature-icon,
    .feature-icon img {
        width: 3.125rem;
        height: 3.125rem;
    }

  .how-it-works {
      padding-left: 1rem;
      padding-right: 1rem;
	  max-width: 100%;
  }

  .cta-button-container {
      padding-left: 1rem;
      padding-right: 1rem;
  }
	
	.how-it-works p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem; /* 20px */
    color: #000;
	font-weight: 300;
	line-height: 1.8;	
    font-family: ChubbPublico, Georgia;
}

    .step-box {
        flex-direction: column;
        text-align: left;
		padding: 1rem 1rem 2.25rem 1rem;
    }

.step-content {
    font-size: 1.25rem;
    color: #000;
    text-align: left;
	padding: 0rem 1.5rem;
}

    .step-number {
        margin-bottom: 0.625rem;
    }

  .contact-form {
      padding-left: 1rem;
      padding-right: 1rem;
	  max-width: 100%;
	  font-family: ChubbPublico, Georgia;
  }

.contact-form p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;         /* 20px */
    font-weight: 300;
	color: #000;
	line-height: 1.8;
    font-family: ChubbPublico, Georgia;
}	



    .form-group {
        flex: 1 1 100%;
    }

    .withForm {
        width: 100%;
    }

.footer {
    font-family: ChubbPublico, Georgia;
    padding-top: 2rem;
    padding-bottom: 2rem;

}

    .footer-top, 
    .footer-bottom	{
        flex-direction: column;
        align-items: center;
        text-align: left;
		padding-left: 1rem;
    padding-right: 1rem;
	max-width: 100%;
    }

    .footer-left {
        width: 100%;
        border-right: none;
        padding-right: 0;
        flex: 0 0 3rem;
    }

    .footer-left:after {
        display: none;
    }

    .footer-right {
        padding-left: 0;
        width: 100%;
        text-align: left;
    }

    .footer-section {
        padding: 0 0.625rem;
    }

    .footer-links {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0.375rem; /* 6px */
        margin-top: 1.25rem; /* 20px */
    }

    .footer-links a {
        margin: 0;
    }

  .footer-links .pipe {
    display: none;
  }

    /* FAQ Container - Mobile */
    .faq-container {
        padding: 1.25rem 0.625rem; /* 20px 10px */
    }

    /* FAQ Title - Mobile */
    .faq-container h1 {
        font-size: 1.75rem;
        text-align: center;
    }

    /* FAQ Panel Header - Mobile */
    .mat-expansion-panel-header {
        padding: 0.75rem 1rem; /* 12px 16px */
        font-size: 1rem;
    }

    /* FAQ Panel Body - Mobile */
    .mat-expansion-panel-body {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }
}

/* RESPONSIVE — Desktop (min-width: 769px) */
@media (min-width: 48.0625rem) {
    .hamburger,
    .mobile-menu-overlay {
        display: none !important;
    }

    .navbar-right {
        display: flex !important;
    }
}

/* Spinner */
.load {
    top: 90px;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 999;
    height: 2em;
    overflow: visible;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    color: black;
    font-weight: bold;
}
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 4, 0.1);
}
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
input:focus::placeholder {
  color: transparent;
}



