@charset "UTF-8";
.debug {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 600px;
  max-height: 70vh;
  overflow-y: auto;
  background: #2d2d2d;
  border: 2px solid #ffa500;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  z-index: 9999;
  color: #e0e0e0;
}
.debug__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  border-bottom: 1px solid #ff7700;
  border-radius: 6px 6px 0 0;
}
.debug__icon {
  font-size: 1.25rem;
}
.debug__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.debug__badge {
  background: #fff;
  color: #ff8c00;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.debug__toggle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.debug__toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}
.debug__toggle:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.debug__toggle-icon {
  display: block;
  font-weight: 300;
}
.debug__body {
  padding: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.debug__section {
  margin-bottom: 1.5rem;
}
.debug__section:last-child {
  margin-bottom: 0;
}
.debug__section--highlight {
  background: rgba(255, 165, 0, 0.1);
  padding: 0.75rem;
  border-radius: 6px;
  border-left: 3px solid #ffa500;
}
.debug__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffa500;
  border-bottom: 1px solid #444;
  padding-bottom: 0.5rem;
}
.debug__section-icon {
  font-size: 1rem;
}
.debug__content {
  background: #1e1e1e;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 0.75rem;
}
.debug__pre {
  margin: 0;
  font-family: "Monaco", "Menlo", "Courier New", monospace;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #a9dc76;
  white-space: pre-wrap;
  word-break: break-word;
}
.debug__empty {
  display: block;
  color: #888;
  font-style: italic;
  font-size: 0.85rem;
}
.debug__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.debug__list-item {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background: #3a3a3a;
  border-left: 3px solid #ffa500;
  border-radius: 4px;
  font-size: 0.85rem;
  line-height: 1.4;
}
.debug__list-item:last-child {
  margin-bottom: 0;
}
.debug--collapsed .debug__body {
  display: none;
}
.debug--collapsed .debug__toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.debug::-webkit-scrollbar {
  width: 8px;
}
.debug::-webkit-scrollbar-track {
  background: #1e1e1e;
  border-radius: 4px;
}
.debug::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}
.debug::-webkit-scrollbar-thumb:hover {
  background: #777;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  font-family: "Lato", sans-serif;
  color: #333333;
}

a {
  text-decoration: none;
}

input:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

.m-main {
  position: relative;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
}
.m-main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-blend-mode: color;
  background: #006996;
  background: linear-gradient(138.47deg, rgba(0, 57, 81, 0.5) 0%, rgba(0, 96, 137, 0.5) 100%);
}

.m-btn {
  border: 0;
  background: transparent;
  padding: 0;
}
.m-btn--primary {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #004489;
  border-radius: 8px;
  background-color: #004489;
  margin-bottom: 8px;
  padding: 14px;
}
.m-btn--primary:visited {
  color: #fff;
}
.m-btn--primary:hover {
  color: #fff;
}
.m-btn--primary:active {
  color: #fff;
}
.m-btn--secondary {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #ED7203;
  border-radius: 8px;
  background-color: #ED7203;
  margin-bottom: 8px;
  padding: 14px;
}
.m-btn--secondary:visited {
  color: #fff;
}
.m-btn--secondary:hover {
  color: #fff;
}
.m-btn--secondary:active {
  color: #fff;
}
.m-btn--ghost {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #337AB7;
  border: 1px solid #337AB7;
  border-radius: 8px;
  background-color: transparent;
  margin-bottom: 8px;
  padding: 14px;
}
.m-btn--ghost:visited {
  color: #337AB7;
}
.m-btn--ghost:hover {
  color: #337AB7;
}
.m-btn--ghost:active {
  color: #337AB7;
}
.m-btn--gradient {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(138.47deg, #00387B 0%, #2567A0 100%);
  padding: 18px 32px;
}
.m-btn--gradient:visited {
  color: #fff;
}
.m-btn--gradient:hover {
  color: #fff;
}
.m-btn--gradient:active {
  color: #fff;
}
.m-btn--gradient:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--gradient.ghost {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.25);
}
.m-btn--submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #337AB7;
  padding: 8px 16px;
}
.m-btn--submit:visited {
  color: #337AB7;
}
.m-btn--submit:hover {
  color: #337AB7;
}
.m-btn--submit:active {
  color: #337AB7;
}
.m-btn--submit:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #337AB7;
  padding: 8px 16px;
}
.m-btn--back:visited {
  color: #337AB7;
}
.m-btn--back:hover {
  color: #337AB7;
}
.m-btn--back:active {
  color: #337AB7;
}
.m-btn--back:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--reset {
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
  color: #337AB7;
}
.m-btn--reset:visited {
  color: #337AB7;
}
.m-btn--reset:hover {
  color: #337AB7;
}
.m-btn--reset:active {
  color: #337AB7;
}
.m-btn--edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #337AB7;
  padding: 0;
}
.m-btn--edit:visited {
  color: #337AB7;
}
.m-btn--edit:hover {
  color: #337AB7;
}
.m-btn--edit:active {
  color: #337AB7;
}
.m-btn--edit:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--export {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #198754;
  padding: 0;
}
.m-btn--export:visited {
  color: #198754;
}
.m-btn--export:hover {
  color: #198754;
}
.m-btn--export:active {
  color: #198754;
}
.m-btn--export:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #337AB7;
  border-radius: 1000px;
  padding: 12px 24px;
}
.m-btn--add:visited {
  color: #fff;
}
.m-btn--add:hover {
  color: #fff;
}
.m-btn--add:active {
  color: #fff;
}
.m-btn--add:after {
  font-family: "Font Awesome 6 Pro";
  content: "+";
  width: 20px;
  height: 20px;
  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;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 9px;
}
.m-btn--add.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.m-btn--add:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.m-btn--confirm {
  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;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #337AB7;
  border-radius: 10px;
  padding: 17px;
}
.m-btn--confirm:visited {
  color: #fff;
}
.m-btn--confirm:hover {
  color: #fff;
}
.m-btn--confirm:active {
  color: #fff;
}
.m-btn--confirm:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  width: 20px;
  height: 20px;
  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;
  padding: 9px;
}
.m-btn--delete {
  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;
  gap: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #DC3545;
  border-radius: 10px;
  padding: 17px;
}
.m-btn--delete:visited {
  color: #fff;
}
.m-btn--delete:hover {
  color: #fff;
}
.m-btn--delete:active {
  color: #fff;
}
.m-btn--delete:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  width: 20px;
  height: 20px;
  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;
  padding: 9px;
}
.m-btn--link {
  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;
  gap: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.m-btn--link:visited {
  color: #fff;
}
.m-btn--link:hover {
  color: #fff;
}
.m-btn--link:active {
  color: #fff;
}
.m-btn--link:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  width: 20px;
  height: 20px;
  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;
  padding: 9px;
}
.m-btn--riepilogo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  background-color: #337AB7;
  color: #fff;
  border-radius: 999px;
  margin-left: auto;
  padding: 3px 12px;
}
.m-btn--riepilogo:visited {
  color: #fff;
}
.m-btn--riepilogo:hover {
  color: #fff;
}
.m-btn--riepilogo:active {
  color: #fff;
}
.m-btn--riepilogo:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn.no-icon:before, .m-btn.no-icon:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .m-btn--back {
    padding: 8px 0;
  }
  .m-btn--submit {
    padding: 8px 0;
  }
}

.m-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.m-section {
  position: relative;
  padding: 128px 0 40px 0;
}

.m-box {
  border-radius: 32px;
  background-color: #E5ECF3;
}
.m-box__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 4px solid #E5ECF3;
  border-radius: 16px 16px 0 0;
  background-color: #fff;
  padding: 13px 24px;
}
.m-box__header {
  position: relative;
  border-width: 4px;
  border-style: solid;
  border-color: #E5ECF3;
  border-radius: 16px;
  background-image: url("../images/bg_card-title.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 196px 80px 80px;
  overflow: hidden;
}
.m-box__header.small {
  padding: 40px 80px;
}
.m-box__header.small .m-box__title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 8px;
  text-shadow: none;
}
.m-box__header.small .m-box__description {
  font-size: 18px;
  line-height: 1.2;
  text-shadow: none;
  margin: 0;
}
.m-box__header.small:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.m-box__title {
  position: relative;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  margin-bottom: 32px;
}
.m-box__description {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  margin-bottom: 48px;
}
.m-box__body {
  border: 4px solid #E5ECF3;
  border-radius: 16px;
  background-color: #fff;
  padding: 80px 40px;
}
.m-box__body:has(+ .m-box__footer) {
  border-radius: 16px 16px 0 0;
}
.m-box__text {
  margin-bottom: 80px;
  padding: 0 80px;
}
.m-box__text h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: #004489;
  margin-bottom: 24px;
}
.m-box__text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #004489;
  margin-bottom: 16px;
}
.m-box__text p, .m-box__text ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 80px;
}
.m-box__text p a, .m-box__text ul a {
  color: #337AB7;
}
.m-box__text p a:visited, .m-box__text ul a:visited {
  color: #337AB7;
}
.m-box__text p a:hover, .m-box__text ul a:hover {
  color: #337AB7;
}
.m-box__text p a:active, .m-box__text ul a:active {
  color: #337AB7;
}
.m-box__text p:last-of-type, .m-box__text ul:last-of-type {
  margin: 0;
}
.m-box__text:last-of-type {
  margin: 0;
}
.m-box__text.intro h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.m-box__text.intro h4 span {
  font-size: 14px;
}
.m-box__text.intro h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #004489;
  margin-bottom: 16px;
}
.m-box__text.intro h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.m-box__text.intro ul {
  margin-bottom: 24px;
  padding-left: 16px;
}
.m-box__text.intro ul li {
  margin-bottom: 8px;
}
.m-box__text.intro table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 90px;
}
.m-box__text.intro table thead tr th {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #E5ECF3;
  background-color: #E5ECF3;
  padding: 14px 8px;
}
.m-box__text.intro table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid #E5ECF3;
  padding: 12px 16px;
}
.m-box__plone {
  padding: 0 80px;
}
.m-box__plone h1, .m-box__plone h2, .m-box__plone h3, .m-box__plone h4, .m-box__plone h5, .m-box__plone h6 {
  color: #004489;
}
.m-box__plone h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.m-box__plone p, .m-box__plone ul {
  margin-bottom: 16px;
}
.m-box__plone a {
  color: #337AB7;
  text-decoration: underline;
}
.m-box__plone a:visited {
  color: #337AB7;
}
.m-box__plone a:hover {
  color: #337AB7;
}
.m-box__plone a:active {
  color: #337AB7;
}
.m-box__plone table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 32px;
}
.m-box__plone table thead tr th {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.258;
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: #E5ECF3;
  padding: 12px 16px;
}
.m-box__plone table tbody tr td {
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.258;
  border: 1px solid #E5ECF3;
  padding: 12px 16px;
}
.m-box__plone > :last-child {
  margin-bottom: 0;
}
.m-box__contents {
  color: #004489;
  background-color: #E5ECF3;
  margin: 16px 80px 0;
  padding: 12px 16px;
}
.m-box__contents p {
  font-size: 16px;
  line-height: 150%;
  color: #004489;
}
.m-box__contents p:last-of-type {
  margin: 0;
}
.m-box__contents li {
  color: #004489;
}
.m-box__contents a {
  color: #004489;
}
.m-box__contents a:visited {
  color: #004489;
}
.m-box__contents a:hover {
  color: #004489;
}
.m-box__contents a:active {
  color: #004489;
}
.m-box__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 40px 80px;
}
.m-box__actions a {
  min-width: 70%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #333333;
  border: 2px solid #337AB7;
  border-radius: 1000px;
  background-color: #E5ECF3;
  padding: 16px;
}
.m-box__actions a:visited {
  color: #333333;
}
.m-box__actions a:hover {
  color: #333333;
}
.m-box__actions a:active {
  color: #333333;
}
.m-box__actions.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-box__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: #E5ECF3;
  border-radius: 0 0 16px 16px;
  background-color: #337AB7;
  padding: 24px;
}

.m-card {
  border: 2px solid #E5ECF3;
  border-radius: 16px;
  padding: 24px;
}
.m-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}
.m-card__icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 8px;
}
.m-card__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #6C6C6C;
  margin: 0;
}
.m-card--results {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid #337AB7;
}
.m-card--results .m-card__number {
  display: block;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #004489;
  background-color: #E5ECF3;
  padding: 20px 123px;
}
.m-card--results .m-card__number:visited {
  color: #004489;
}
.m-card--results .m-card__number:hover {
  color: #004489;
}
.m-card--results .m-card__number:active {
  color: #004489;
}
.m-card--results .m-card__title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  color: #004489;
}
.m-card--results .m-card__link {
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #004489;
  padding: 8px 0;
}
.m-card--results .m-card__link:visited {
  color: #004489;
}
.m-card--results .m-card__link:hover {
  color: #004489;
}
.m-card--results .m-card__link:active {
  color: #004489;
}
.m-card--results .m-card__link span {
  display: block;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #337AB7;
}

.m-login {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 40px;
}
.m-login__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #004489;
  margin-bottom: 32px;
}
.m-login__item {
  margin-bottom: 24px;
  padding: 0 138px;
}
.m-login__item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.m-login__item:last-of-type {
  margin: 0;
}

.m-companies {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  margin-bottom: 80px;
  padding: 40px 24px;
}
.m-companies__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #004489;
  margin-bottom: 24px;
}
.m-companies__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border: 1px solid #E5ECF3;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 16px 24px;
}
.m-companies__item:last-of-type {
  margin-bottom: 48px;
}
.m-companies__info {
  width: 220px;
}
.m-companies__info h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}
.m-companies__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6C6C6C;
  margin-bottom: 6px;
}
.m-companies__info p span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
.m-companies__info p:last-of-type {
  margin: 0;
}
.m-companies table {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  table-layout: fixed;
}
.m-companies table thead tr th {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #6C6C6C;
  padding: 8px;
}
.m-companies table tbody tr td {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #E5ECF3;
  text-align: center;
  padding: 14px;
}
.m-companies table tbody tr td:first-of-type {
  font-size: 12px;
  font-weight: 400;
  text-align: end;
}
.m-companies table tbody tr:first-of-type td {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-right-color: #fff;
  background-color: #E5ECF3;
}
.m-companies table tbody tr:first-of-type td:first-of-type {
  font-size: 12px;
}
.m-companies table tbody tr:first-of-type td:last-of-type {
  border-right-color: #E5ECF3;
}
.m-companies table tfoot tr td {
  padding: 12px 8px;
}
.m-companies table tfoot tr td.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.m-companies--province {
  padding: 24px 40px;
}
.m-companies--province .m-companies__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.m-companies--province .m-companies__title.name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #F9F9F9;
  margin-bottom: 24px;
  padding: 20px;
}
.m-companies--province .m-companies__title.name span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.m-companies--province .m-companies__item {
  display: block;
  background-color: #E5ECF3;
  padding: 24px 40px;
}
.m-companies--province .m-companies__info {
  width: auto;
}
.m-companies--province .m-companies__info h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.m-companies--province .m-companies__edit {
  position: relative;
  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;
  gap: 12px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #333333;
  background-color: #fff;
  padding: 20px 40px;
}
.m-companies--province .m-companies__edit:visited {
  color: #333333;
}
.m-companies--province .m-companies__edit:hover {
  color: #333333;
}
.m-companies--province .m-companies__edit:active {
  color: #333333;
}
.m-companies--province .m-companies__edit span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.m-companies--province .m-companies__edit:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  color: #337AB7;
}
.m-companies--province .m-companies__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 16px;
  padding: 10px 0;
}

.m-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #6C6C6C;
  background-color: #F9F9F9;
  border: 0;
  border-radius: 3px;
  background-image: url("../images/icon_form-arrow-down-primary.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  padding: 20px 0;
}
.m-select--company {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #6C6C6C;
  background-color: transparent;
  background-image: none;
  border: 1px solid #E5ECF3;
  border-radius: 10px;
  padding: 16px 24px;
}

.m-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.m-dots ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 24px 16px;
}
.m-dots ul li a {
  display: block;
  width: 48px;
  height: 6px;
  background-color: #E5ECF3;
  border-radius: 100px;
}
.m-dots ul li.active a {
  background-color: #F8AF00;
}
@media screen and (max-width: 767px) {
  .m-dots ul {
    display: none;
  }
}

.m-form--tool .m-form__fieldset.dipendenti {
  border: 2px solid #E5ECF3;
  border-radius: 16px;
  background-color: #F9F9F9;
  padding: 80px 188px 118px;
}
.m-form--tool .m-form__fieldset.dipendenti input {
  width: 100%;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  border: 1px solid #9D9D9D;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 20px;
}
.m-form--tool .m-form__fieldset.dipendenti label {
  display: block;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.m-form--tool .m-form__fieldset.prospetto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding: 40px 0;
}
.m-form--tool .m-form__fieldset.prospetto .m-form__field {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}
.m-form--tool .m-form__fieldset.prospetto .m-form__field label {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  border: 3px solid #337AB7;
  border-radius: 1000px;
  background-color: #E5ECF3;
  padding: 20px 0;
  cursor: pointer;
}
.m-form--tool .m-form__fieldset.prospetto .m-form__field input {
  display: none;
}
.m-form--tool .m-form__fieldset.categorie {
  border-radius: 10px;
  background-color: #E5ECF3;
  padding: 40px 24px;
}
.m-form--tool .m-form__fieldset.categorie .m-form__field {
  margin-bottom: 24px;
}
.m-form--tool .m-form__fieldset.categorie .m-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.m-form--tool .m-form__fieldset.categorie input {
  width: 56px;
  height: 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  border: 1px solid #337AB7;
  border-radius: 3px;
  background-color: #fff;
}
.m-form--tool .m-form__fieldset.categorie label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.m-form--tool .m-form__fieldset.categorie .m-form__error {
  text-align: start;
}
.m-form--tool .m-form__fieldset.widget {
  background-color: #E5ECF3;
  margin-bottom: 16px;
  padding: 42px 24px;
}
.m-form--tool .m-form__fieldset.widget .m-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.m-form--tool .m-form__fieldset.widget .m-form__inner label {
  width: 50%;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
.m-form--tool .m-form__fieldset.widget .m-form__inner input {
  width: 50%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #337AB7;
  background-color: #fff;
  padding: 16px;
}
.m-form--tool .m-form__fieldset.widget .m-form__inner input[disabled] {
  opacity: 0.25;
}
.m-form--tool .m-form__fieldset.widget .m-form__inner.checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-form--tool .m-form__fieldset.widget .m-form__inner.checkbox label {
  width: auto;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  text-transform: none;
}
.m-form--tool .m-form__fieldset.widget .m-form__inner.checkbox input {
  width: auto;
}
.m-form--tool .m-form__error {
  text-align: center;
  margin-top: 16px;
}
.m-form--contacts {
  border: 4px solid #337AB7;
  border-radius: 32px;
  overflow: hidden;
}
.m-form--contacts .m-form__header {
  position: relative;
  background: #00448980;
  backdrop-filter: blur(40px);
  cursor: pointer;
  padding: 31px 20px;
}
.m-form--contacts .m-form__header a {
  display: none;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  color: #fff;
}
.m-form--contacts .m-form__header a:visited {
  color: #fff;
}
.m-form--contacts .m-form__header a:hover {
  color: #fff;
}
.m-form--contacts .m-form__header a:active {
  color: #fff;
}
.m-form--contacts .m-form__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}
.m-form--contacts .m-form__title span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 4px;
}
.m-form--contacts .m-form__body {
  display: none;
  background-color: #F9F9F9;
  padding: 44px 20px;
}
.m-form--contacts .m-form__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 48px;
}
.m-form--contacts .m-form__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.m-form--contacts .m-form__fieldset label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}
.m-form--contacts .m-form__fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background-color: #E9ECEF;
  background-image: url("../images/icon_form-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) center;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  padding: 7px 13px;
}
.m-form--contacts .m-form__fieldset input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  padding: 7px 13px;
}
.m-form--contacts .m-form__fieldset textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  padding: 7px 13px;
}
.m-form--contacts .m-form__fieldset .m-form__submit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #004489;
  border-radius: 8px;
  background-color: #004489;
  padding: 14px 0;
}
.m-form--contacts .m-form__fieldset .m-form__exit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #337AB7;
  border: 1px solid #337AB7;
  border-radius: 8px;
  background-color: transparent;
  padding: 14px 0;
}
.m-form--contacts .m-form__fieldset .m-form__buttons {
  margin-bottom: 24px;
}
.m-form--contacts .m-form__fieldset .m-form__buttons p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #6C6C6C;
  margin: 0;
}
.m-form--contacts .m-form__fieldset .m-form__buttons:last-of-type {
  margin: 0;
}
.m-form--contacts .m-form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-form--contacts .m-form__thankyou {
  text-align: center;
}
.m-form--contacts .m-form__thankyou h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  color: #004489;
  margin-bottom: 24px;
}
.m-form--contacts .m-form__thankyou p {
  font-size: 20px;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-form--tool .m-form__fieldset.dipendenti {
    padding: 20px;
  }
  .m-form--tool .m-form__fieldset.prospetto {
    gap: 16px;
    padding: 0;
  }
}

.m-results {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  border: 2px solid #E5ECF3;
  border-radius: 16px;
  padding: 24px 40px;
}
.m-results__title {
  display: block;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.m-results a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #333333;
  border-radius: 3px;
  background-color: #F9F9F9;
  padding: 20px 116px;
}
.m-results a:visited {
  color: #333333;
}
.m-results a:hover {
  color: #333333;
}
.m-results a:active {
  color: #333333;
}
.m-results a:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 300;
  color: #337AB7;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-grid {
  display: grid;
}
.m-grid--two {
  grid-template-columns: repeat(2, 1fr);
}
.m-grid--two .m-card:last-of-type {
  border-right: 0;
}
.m-grid--three {
  grid-template-columns: repeat(3, 1fr);
}
.m-grid--three.homepage {
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .m-grid .m-card {
    border: 0;
  }
}

.m-questions {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-width: 1px 0;
  border-style: solid;
  border-color: #E5ECF3;
}
.m-questions li {
  border-bottom: 1px solid #E5ECF3;
  padding: 17px 16px;
}
.m-questions li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 100%;
  color: #337AB7;
}
.m-questions li a:visited {
  color: #337AB7;
}
.m-questions li a:hover {
  color: #337AB7;
}
.m-questions li a:active {
  color: #337AB7;
}
.m-questions li a:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-questions li:last-of-type {
  border: 0;
}

.m-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.m-modal__content {
  position: relative;
  width: 90vh;
  max-height: 90vh;
  overflow-y: scroll;
  border-radius: 10px;
  background-color: #fff;
  padding: 48px;
}
.m-modal__item {
  margin-bottom: 48px;
  padding: 0 16px;
}
.m-modal__item h3 {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}
.m-modal__item:last-of-type {
  margin: 0;
}
.m-modal__text p {
  font-size: 16px;
  line-height: 150%;
}
.m-modal .m-btn {
  position: absolute;
  top: 12px;
  right: 24px;
}
.m-modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-modal--azienda .m-modal__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #004489;
  margin-bottom: 16px;
}
.m-modal--azienda .m-modal__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
.m-modal--azienda .m-modal__item {
  position: relative;
  border-radius: 8px;
  border: 1px solid #E5ECF3;
  margin-bottom: 16px;
  padding: 24px;
}
.m-modal--azienda .m-modal__item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  color: #333333;
  text-transform: none;
  margin: 0;
}
.m-modal--azienda .m-modal__item.selected {
  background-color: #E5ECF3;
}
.m-modal--azienda .m-modal__item.selected:after {
  content: url("../images/icon_checked-circle.svg");
  position: absolute;
  top: 16px;
  right: 16px;
}

.m-nav {
  background-color: #004489;
  padding: 4px 24px;
}
.m-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-logo {
  display: block;
}
.m-logo img {
  max-height: 40px;
}

.m-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.m-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  cursor: pointer;
}
.m-menu li a {
  color: #fff;
}
.m-menu li a:visited {
  color: #fff;
}
.m-menu li a:hover {
  color: #fff;
}
.m-menu li a:active {
  color: #fff;
}
.m-menu li:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
}

.m-submenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  right: -4px;
  bottom: -10px;
  left: -4px;
  z-index: 1;
  background-color: #004489;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 8px 0;
}
.m-submenu li {
  cursor: default;
}
.m-submenu li a {
  color: #fff;
  padding: 4px 8px;
}
.m-submenu li a:visited {
  color: #fff;
}
.m-submenu li a:hover {
  color: #fff;
}
.m-submenu li a:active {
  color: #fff;
}
.m-submenu li:after {
  content: none;
}
.m-submenu.active {
  display: block;
}

.m-disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid #dc3545;
  border-radius: 10px;
  margin-bottom: 38px;
  padding: 16px 24px;
}
.m-disclaimer i {
  font-size: 24px;
  color: #dc3545;
}

.m-error {
  font-size: 16px;
  border-radius: 10px;
  padding: 16px 24px;
}
.m-error--warning {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
}

.m-widget__label {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 8px 0;
}
.m-widget__label span {
  font-size: 14px;
  text-transform: none;
}
.m-widget__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.m-widget__item .m-form__field {
  width: 50%;
}
.m-widget__item select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #337AB7;
  background-color: #fff;
  background-image: url("../images/icon_form-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  padding: 16px;
}
.m-widget__item input {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #337AB7;
  background-color: #fff;
  padding: 16px;
}
.m-widget__item input[disabled] {
  opacity: 0.25;
}

.m-info {
  font-size: 16px;
  color: #F8AF00;
  cursor: pointer;
}