/* ------------------------------ */
/* ------------------------------ */
/* COUNTRIES */
.Countries {
   display: block;
   width: 100%;
   height: calc(70px * var(--scale));
   padding: calc(25px * var(--scale));
   background-color: var(--background-a);
   border: calc(1px * var(--scale)) solid var(--border-color);
   border-radius: calc(var(--border-radius-5) * var(--scale));
   color: var(--text-color-a);
   font-size: calc(var(--font-size-4) * var(--scale));
   font-weight: var(--font-weight-4);
   line-height: calc(18px * var(--scale));
   text-transform: capitalize;
}
