@media (min-width: 1000px) {
  .claimText .lead.Headertext,
  .claimText h1 {
    margin-left: 100px;
  }
}
/* NEW MOD */
[data-cloak-anymod],
[data-anymod][not-found] {
  opacity: 0 !important;
}
/* NEW MOD */

[mlakdr] {
  display: none;
}
[mlakdr] input.valid[type='text']:not(.browser-default) {
  border-bottom: 1px solid #d4cdcd;
  -webkit-box-shadow: 0 1px 0 0 #d4cdcd;
  box-shadow: 0 1px 0 0 #d4cdcd;
}
[mlakdr] .btn.focus,
[mlakdr] .btn:focus,
[mlakdr] .btn:hover {
  color: #d4cdcd;
  text-decoration: none;
}
[mlakdr] .text-secondary {
  text-decoration: underline;
}
[mlakdr] .gdpr-input-field {
  height: 46px;
  margin-left: 10%;
  margin-top: 1px;
}
[mlakdr] .gdpr-consent-label {
  display: block;
  text-align: left !important;
  -webkit-transform: translateY(-28px) translatex(10px) scale(0.92) !important;
  transform: translateY(-28px) translatex(10px) scale(0.92) !important;
  margin-top: 14px;
}
[mlakdr] .gdpr-consent-input {
  position: absolute !important;
  opacity: 1 !important;
  display: block;
  left: -30px;
  top: 7px;
  cursor: pointer;
  pointer-events: all !important;
}
[mlakdr] .fixed-action-btn {
  opacity: 0.01;
  z-index: -9;
}
[mlakdr] .anm-visible {
  opacity: 0.99;
  z-index: 99999;
}
[mlakdr] .close_ {
  font-size: 2.6rem !important;
}
[mlakdr] .card {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(6, 16, 64, 0.42);
  box-shadow: 0px 5px 20px 0px rgba(6, 16, 64, 0.42);
}
@media (max-width: 700px) {
  [mlakdr] #coloring {
    display: none;
  }
  [mlakdr] .card {
    right: 2vw !important;
    /* z-index: 1000 !important; */
    z-index: 99999 !important;
    bottom: 95px !important;
    max-width: 96vw !important;
  }
  [mlakdr] .fixed-action-btn {
    position: fixed;
    bottom: 465px !important;
    right: 1vw;
    z-index: 99 !important;
    left: unset;
    top: unset;
  }
}
[mlakdr] .card {
  max-width: 350px;
  position: fixed !important;
  bottom: 65px;
  right: 50px;
  padding: 20px;
  margin: 0px;
  z-index: 99;
}
[mlakdr] .fixed-action-btn {
  bottom: 40px;
  z-index: 99;
}
[mlakdr] #coloring {
  background-color: #b51227 !important;
}
[mlakdr] .btn-large {
  background-color: #b51227 !important;
}
[mlakdr] .btn-floating.white i {
  color: var(--white);
}
[mlakdr] form .material-icons.prefix {
  color: gray;
}
[mlakdr] form .bottom-container {
  width: 304px;
  margin-left: 46px;
}
[mlakdr] form .bottom-container .red-text {
  margin-bottom: 10px;
}
[mlakdr] form textarea.materialize-textarea {
  min-height: 90px;
  overflow-y: auto;
}
[mlakdr] .input-field input:focus + label,
[mlakdr] .input-field textarea:focus + label {
  color: rgba(181, 18, 39, 0.99) !important;
}
[mlakdr] .input-field input:focus,
[mlakdr] .input-field textarea:focus {
  border-bottom: 1px solid rgba(181, 18, 39, 0.99) !important;
  -webkit-box-shadow: 0 1px 0 0 rgba(181, 18, 39, 0.99) !important;
  box-shadow: 0 1px 0 0 rgba(181, 18, 39, 0.99) !important;
}
[mlakdr] .input-field .prefix.active {
  color: rgba(181, 18, 39, 0.99);
}
@media (min-width: 701px) {
  [mlakdr] .card {
    max-width: 390px;
  }
  [mlakdr] .bottom-container {
    width: 344px;
  }
}
[mlakdr] .activeSelector {
  display: none;
  z-index: 99998;
  position: fixed !important;
  background-color: #000000b8;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  padding: 0;
  margin: 0;
}
[mlakdr] .activeSelector {
  display: block !important;
}
@media (min-width: 500px) and (max-width: 700px) {
  [mlakdr] .card {
    right: 20vw !important;
  }
}
/* NEW MOD */

#am-notification * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
#am-notification {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 88vh;
  width: 100%;
  text-align: center;
  font-size: 15px;
  min-height: 4rem;
  color: white;
  z-index: 99999;
  transition: top 1s;
}
#am-notification.hide {
  top: -800px;
}
#am-notification p {
  line-height: 4rem;
}
#am-notification span.notification {
  color: white;
}
#am-notification a {
  font-style: italic;
  color: #bebbbb;
  font-size: 0.85em;
  text-decoration: none;
}
#am-notification a:hover {
  text-decoration: underline;
}
#am-notification button {
  font-style: normal;
  font-size: 1em;
  margin-left: 1.5rem;
  padding: 0.35rem 0.75rem;
  background: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  border: 1px solid white;
}
#am-notification button:hover {
  border: 1px solid transparent;
  background: white;
  color: black;
  transform: translateZ(0);
  transition: all 0.5s ease;
  text-decoration: none;
}
  @media (max-width: 799px) {
    #am-notification {
      top: 75vh;
    }
}
@media (max-width: 499px) {
  #am-notification {
    top: 55vh;
  } 
  #am-notification span,
  #am-notification a,
  #am-notification button {
    line-height: 1.3em;
    display: block;
    text-align: left;
    margin: 16px 12px 20px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.am-notification {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 88vh;
  width: 100%;
  text-align: center;
  font-size: 15px;
  min-height: 4rem;
  color: white;
  z-index: 99999;
  transition: top 1s;
}
.am-notification.hide {
  top: -800px;
}
/* p {
  line-height: 4rem;
} */
span.notification {
  color: white;
}
a {
  font-style: italic;
  color: grey;
  font-size: 0.85em;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button {
  font-style: normal;
  font-size: 1em;
  margin-left: 1.5rem;
  padding: 0.35rem 0.75rem;
  background: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  border: 1px solid white;
}

button:hover {
  border: 1px solid transparent;
  background: white;
  color: black;
  transform: translateZ(0);
  transition: all 0.5s ease;
  text-decoration: none;
}

@media (max-width: 499px) {
  #am-notification {
    top: 55vh;
  }
  span,
  a,
  button {
    line-height: 1.3em;
    display: block;
    text-align: left;
    margin: 16px 12px 20px;
  }
}
/* this is closing the nesting on anm-notification, that is really BAD NESTING, because it is too deep */

.border {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
