@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInToTop {
  0% {
    -webkit-transform: translateY(0.9375rem);
    -moz-transform: translateY(0.9375rem);
    -ms-transform: translateY(0.9375rem);
    -o-transform: translateY(0.9375rem);
    transform: translateY(0.9375rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInToTop {
  0% {
    -webkit-transform: translateY(0.9375rem);
    -moz-transform: translateY(0.9375rem);
    -ms-transform: translateY(0.9375rem);
    -o-transform: translateY(0.9375rem);
    transform: translateY(0.9375rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInToBottom {
  0% {
    -webkit-transform: translateY(-0.9375rem);
    -moz-transform: translateY(-0.9375rem);
    -ms-transform: translateY(-0.9375rem);
    -o-transform: translateY(-0.9375rem);
    transform: translateY(-0.9375rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInToBottom {
  0% {
    -webkit-transform: translateY(-0.9375rem);
    -moz-transform: translateY(-0.9375rem);
    -ms-transform: translateY(-0.9375rem);
    -o-transform: translateY(-0.9375rem);
    transform: translateY(-0.9375rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    -o-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    -o-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    -o-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    -o-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
:root {
  --c-primary: #EFDF00;
  --c-primary-light: #fff789;
  --c-primary-hover: #F8EB4C;
  --c-secondary: #1A1A1A;
  --c-bg-alert-success: #E0F8EA;
  --c-alert-success: #40D37C;
  --c-alert-success-icon: #40D37C;
  --c-bg-alert-error: #FCE3E3;
  --c-alert-error: #EE5352;
  --c-alert-error-icon: #EE5352;
  --c-bg-alert-info: #DBF0F6;
  --c-alert-info: #1FA2C8;
  --c-alert-info-icon: #1FA2C8;
  --c-bg-alert-warning: #FEF1E2;
  --c-alert-warning: #F7A84B;
  --c-alert-warning-icon: #F7A84B;
  --c-border-expandable: #D9D9D6;
  --c-background-expandable: #EBEBEB;
  --c-background-expandable-hover: white;
  --c-background-expandable-expanded: #F2F2F2;
  --c-text: #3E3F40;
  --c-text-helper: #656666;
  --c-text-titles: #1A1A1A;
  --c-text-tables: #1A1A1A;
  --c-text-body: #3E3F40;
  --c-text-menu: #FFFFFF;
  --c-text-menu-mobile: #1A1A1A;
  --c-text-main-menu: #3E3F40;
  --c-text-lighten: #3E3F40;
  --c-text-placeholder: #8C8C8B;
  --c-text-light: #FFFFFF;
  --c-text-light-hover: #F2F2F2;
  --c-text-on-primary: #1A1A1A;
  --c-text-on-primary-light: #676767;
  --c-text-on-secondary: #FFFFFF;
  --c-text-body-row: #1A1A1A;
  --c-text-tooltip: #F2F2F2;
  --c-text-logo: #D9D9D6;
  --c-text-status-active: #1A1A1A;
  --c-text-status-cancel: #656666;
  --c-text-status-pending: #1A1A1A;
  --c-background: #F2F2F2;
  --c-background-row: #EBEBEB;
  --c-background-hover: white;
  --c-background-page: #FFFFFF;
  --c-background-tooltip: #1A1A1A;
  --c-background-tooltip-hover: #3E3F40;
  --c-background-row-expanded: #F2F2F2;
  --c-background-checkbox: #F2F2F2;
  --c-fill-checkbox: #1A1A1A;
  --c-background-chip: #D9D9D6;
  --c-background-pagination: #D9D9D6;
  --c-background-notification: #DBF0F6;
  --c-background-filter-mobile: #F2F2F2;
  --c-header-bg-light: #D9D9D6;
  --c-header-bg-dark: #1A1A1A;
  --c-bg-teaser: #F2F2F2;
  --c-bg-coverages: #EBEBEB;
  --c-background-status-active: #E0F8EA;
  --c-background-status-cancel: #EBEBEB;
  --c-background-status-pending: #DBF0F6;
  --c-text-primary-button: #1A1A1A;
  --c-text-primary-button-hover: #1A1A1A;
  --c-text-primary-button-disabled: rgba(26, 26, 26, 0.32);
  --c-text-secondary-button: #1A1A1A;
  --c-text-secondary-button-hover: #656666;
  --c-text-secondary-button-disabled: rgba(26, 26, 26, 0.3);
  --c-text-tetriary-button: #1A1A1A;
  --c-text-tetriary-button-hover: #656666;
  --c-text-tetriary-button-disabled: rgba(26, 26, 26, 0.3);
  --c-bg-primary-button: #EFDF00;
  --c-bg-primary-button-hover: #F8EB4C;
  --c-bg-primary-button-disabled: rgba(239, 223, 0, 0.32);
  --c-bg-secondary-button: transparent;
  --c-bg-secondary-button-hover: transparent;
  --c-bg-secondary-button-disabled: transparent;
  --c-button-secondary-active: #1A1A1A;
  --c-bg-negative-button: #EE5352;
  --c-bg-negative-button-hover: rgba(238, 83, 82, 0.3);
  --c-border-secondary-button: #1A1A1A;
  --c-border-secondary-button-hover: #656666;
  --c-border-secondary-button-disabled: rgba(26, 26, 26, 0.3);
  --c-border: #D9D9D6;
  --c-border-tooltip: #1A1A1A;
  --c-border-tooltip-hover: #3E3F40;
  --c-border-datatable: #D9D9D6;
  --c-border-datatable-selected: #3E3F40;
  --c-border-messages: #EBEBEB;
  --c-border-search: #656666;
  --c-border-search-focus: #EFDF00;
  --c-border-business-area: #3E3F40;
  --c-border-input-hover: #656666;
  --c-accent: #EBEBEB;
  --c-complement-1: #1A1A1A;
  --c-separator: #EBEBEB;
  --c-link: #1A1A1A;
  --c-link-hover: #656666;
  --c-link-dropdown-hover-background: #EFDF00;
  --c-link-underline-hover: #1A1A1A;
  --c-switch-inactive-bg: #EBEBEB;
}

@font-face {
  font-family: "NouvelR";
  src: local("NouvelR Light"), local("NouvelR-Light"), url("../../../../assets/fonts/renault/NouvelR-Light.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "NouvelR";
  src: local("NouvelR Book"), local("NouvelR-Book"), url("../../../../assets/fonts/renault/NouvelR-Book.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "NouvelR";
  src: local("NouvelR Regular"), local("NouvelR-Regular"), url("../../../../assets/fonts/renault/NouvelR-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "NouvelR";
  src: local("NouvelR Semibold"), local("NouvelR-Semibold"), url("../../../../assets/fonts/renault/NouvelR-Semibold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "NouvelR";
  src: local("NouvelR Bold"), local("NouvelR-Bold"), url("../../../../assets/fonts/renault/NouvelR-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "NouvelR";
  src: local("NouvelR Extrabold"), local("NouvelR-Extrabold"), url("../../../../assets/fonts/renault/NouvelR-Extrabold.woff2") format("woff2");
  font-weight: 800;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}
a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

svg:not(:root) {
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  background-color: #e2e2e2;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--c-background-page);
}

.body-container {
  overflow: hidden;
}

button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: rgba(255, 255, 255, 0);
  border: 0;
  padding: 0;
  text-align: center;
  color: currentColor;
  border-color: rgba(255, 255, 255, 0);
  font: inherit;
  line-height: 1.2;
  cursor: pointer;
}
button:focus {
  outline: none;
}

hr {
  height: 1px;
  width: 100%;
  border: 0;
  margin: 0;
  background-color: var(--c-border);
}

input::-webkit-input-placeholder {
  color: var(--c-text-placeholder);
}
input:-moz-placeholder {
  color: var(--c-text-placeholder);
}
input::-moz-placeholder {
  color: var(--c-text-placeholder);
}
input:-ms-input-placeholder {
  color: var(--c-text-placeholder);
}

.input-container-height {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.form .has-error,
form .has-error {
  position: relative;
  /* Do not show red border around disabled & touched input */
}
.form .has-error input,
form .has-error input {
  border-color: #D93b2a;
}
.form .has-error input[disabled],
form .has-error input[disabled] {
  border-color: var(--c-border);
}
.form .has-error .message,
form .has-error .message {
  color: #D93b2a;
  font-size: 0.75rem;
}
.form .field-validation-error,
form .field-validation-error {
  color: #D93b2a;
}

.relative {
  position: relative;
}

:focus {
  outline: none;
}

.focus-element {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color !important;
}

button.focus-element {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color !important;
}

object {
  display: inline;
  overflow: hidden;
}

a {
  white-space: nowrap;
}

.container-fluid, .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.container-fluid:after, .container:after {
  content: "";
  display: table;
  clear: both;
}
.half-padded.container-fluid, .half-padded.container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 899px) {
  .container-fluid, .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 600px) {
  .ignore-gutter-sm.container-fluid, .ignore-gutter-sm.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 900px) {
  .ignore-gutter-md.container-fluid, .ignore-gutter-md.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .ignore-gutter-lg.container-fluid, .ignore-gutter-lg.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1800px) {
  .ignore-gutter-xl.container-fluid, .ignore-gutter-xl.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .ignore-gutter-lt-sm.container-fluid, .ignore-gutter-lt-sm.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 899px) {
  .ignore-gutter-lt-md.container-fluid, .ignore-gutter-lt-md.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .ignore-gutter-lt-lg.container-fluid, .ignore-gutter-lt-lg.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1799px) {
  .ignore-gutter-lt-xl.container-fluid, .ignore-gutter-lt-xl.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container {
  max-width: 1470px;
}
.container.container-mini {
  max-width: 960px;
}
.container.container-small {
  max-width: 1200px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.fluid-row {
  font-size: 0;
}
.fluid-row:after {
  content: "";
  display: table;
  clear: both;
}
.fluid-row > [class^=col-],
.fluid-row > [class*=" col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.fluid-row > * {
  font-size: 1rem;
}

.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
.flex-row > [class^=col-],
.flex-row > [class*=" col-"] {
  display: inline-block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: none;
  vertical-align: top;
}
.flex-row > [class^=col-] > *,
.flex-row > [class*=" col-"] > * {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-row > * {
  font-size: 1rem;
}

[class^=col-],
[class*=" col-"] {
  -webkit-flex-basis: 99.9%;
  -ms-flex-basis: 99.9%;
  flex-basis: 99.9%;
  width: 100%;
  min-height: 1px;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-0h {
  -webkit-flex-basis: 4.0666666667%;
  -ms-flex-basis: 4.0666666667%;
  flex-basis: 4.0666666667%;
  width: 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-offset-0h {
  margin-left: 4.1666666667%;
}

.col-1 {
  -webkit-flex-basis: 8.2333333333%;
  -ms-flex-basis: 8.2333333333%;
  flex-basis: 8.2333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-1h {
  -webkit-flex-basis: 12.4%;
  -ms-flex-basis: 12.4%;
  flex-basis: 12.4%;
  width: 12.5%;
  max-width: 12.5%;
}

.col-offset-1h {
  margin-left: 12.5%;
}

.col-2 {
  -webkit-flex-basis: 16.5666666667%;
  -ms-flex-basis: 16.5666666667%;
  flex-basis: 16.5666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-2h {
  -webkit-flex-basis: 20.7333333333%;
  -ms-flex-basis: 20.7333333333%;
  flex-basis: 20.7333333333%;
  width: 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-offset-2h {
  margin-left: 20.8333333333%;
}

.col-3 {
  -webkit-flex-basis: 24.9%;
  -ms-flex-basis: 24.9%;
  flex-basis: 24.9%;
  width: 25%;
  max-width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-3h {
  -webkit-flex-basis: 29.0666666667%;
  -ms-flex-basis: 29.0666666667%;
  flex-basis: 29.0666666667%;
  width: 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-offset-3h {
  margin-left: 29.1666666667%;
}

.col-4 {
  -webkit-flex-basis: 33.2333333333%;
  -ms-flex-basis: 33.2333333333%;
  flex-basis: 33.2333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-4h {
  -webkit-flex-basis: 37.4%;
  -ms-flex-basis: 37.4%;
  flex-basis: 37.4%;
  width: 37.5%;
  max-width: 37.5%;
}

.col-offset-4h {
  margin-left: 37.5%;
}

.col-5 {
  -webkit-flex-basis: 41.5666666667%;
  -ms-flex-basis: 41.5666666667%;
  flex-basis: 41.5666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-5h {
  -webkit-flex-basis: 45.7333333333%;
  -ms-flex-basis: 45.7333333333%;
  flex-basis: 45.7333333333%;
  width: 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-offset-5h {
  margin-left: 45.8333333333%;
}

.col-6 {
  -webkit-flex-basis: 49.9%;
  -ms-flex-basis: 49.9%;
  flex-basis: 49.9%;
  width: 50%;
  max-width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-6h {
  -webkit-flex-basis: 54.0666666667%;
  -ms-flex-basis: 54.0666666667%;
  flex-basis: 54.0666666667%;
  width: 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-offset-6h {
  margin-left: 54.1666666667%;
}

.col-7 {
  -webkit-flex-basis: 58.2333333333%;
  -ms-flex-basis: 58.2333333333%;
  flex-basis: 58.2333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-7h {
  -webkit-flex-basis: 62.4%;
  -ms-flex-basis: 62.4%;
  flex-basis: 62.4%;
  width: 62.5%;
  max-width: 62.5%;
}

.col-offset-7h {
  margin-left: 62.5%;
}

.col-8 {
  -webkit-flex-basis: 66.5666666667%;
  -ms-flex-basis: 66.5666666667%;
  flex-basis: 66.5666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-8h {
  -webkit-flex-basis: 70.7333333333%;
  -ms-flex-basis: 70.7333333333%;
  flex-basis: 70.7333333333%;
  width: 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-offset-8h {
  margin-left: 70.8333333333%;
}

.col-9 {
  -webkit-flex-basis: 74.9%;
  -ms-flex-basis: 74.9%;
  flex-basis: 74.9%;
  width: 75%;
  max-width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-9h {
  -webkit-flex-basis: 79.0666666667%;
  -ms-flex-basis: 79.0666666667%;
  flex-basis: 79.0666666667%;
  width: 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-offset-9h {
  margin-left: 79.1666666667%;
}

.col-10 {
  -webkit-flex-basis: 83.2333333333%;
  -ms-flex-basis: 83.2333333333%;
  flex-basis: 83.2333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-10h {
  -webkit-flex-basis: 87.4%;
  -ms-flex-basis: 87.4%;
  flex-basis: 87.4%;
  width: 87.5%;
  max-width: 87.5%;
}

.col-offset-10h {
  margin-left: 87.5%;
}

.col-11 {
  -webkit-flex-basis: 91.5666666667%;
  -ms-flex-basis: 91.5666666667%;
  flex-basis: 91.5666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-11h {
  -webkit-flex-basis: 95.7333333333%;
  -ms-flex-basis: 95.7333333333%;
  flex-basis: 95.7333333333%;
  width: 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-offset-11h {
  margin-left: 95.8333333333%;
}

.col-12 {
  -webkit-flex-basis: 99.9%;
  -ms-flex-basis: 99.9%;
  flex-basis: 99.9%;
  width: 100%;
  max-width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-12h {
  -webkit-flex-basis: 104.0666666667%;
  -ms-flex-basis: 104.0666666667%;
  flex-basis: 104.0666666667%;
  width: 104.1666666667%;
  max-width: 104.1666666667%;
}

.col-offset-12h {
  margin-left: 104.1666666667%;
}

@media (min-width: 600px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-0h {
    -webkit-flex-basis: 4.0666666667%;
    -ms-flex-basis: 4.0666666667%;
    flex-basis: 4.0666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-sm-offset-0h {
    margin-left: 4.1666666667%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.2333333333%;
    -ms-flex-basis: 8.2333333333%;
    flex-basis: 8.2333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-1h {
    -webkit-flex-basis: 12.4%;
    -ms-flex-basis: 12.4%;
    flex-basis: 12.4%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .col-sm-offset-1h {
    margin-left: 12.5%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.5666666667%;
    -ms-flex-basis: 16.5666666667%;
    flex-basis: 16.5666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-2h {
    -webkit-flex-basis: 20.7333333333%;
    -ms-flex-basis: 20.7333333333%;
    flex-basis: 20.7333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-sm-offset-2h {
    margin-left: 20.8333333333%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 24.9%;
    -ms-flex-basis: 24.9%;
    flex-basis: 24.9%;
    width: 25%;
    max-width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-3h {
    -webkit-flex-basis: 29.0666666667%;
    -ms-flex-basis: 29.0666666667%;
    flex-basis: 29.0666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-sm-offset-3h {
    margin-left: 29.1666666667%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.2333333333%;
    -ms-flex-basis: 33.2333333333%;
    flex-basis: 33.2333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-4h {
    -webkit-flex-basis: 37.4%;
    -ms-flex-basis: 37.4%;
    flex-basis: 37.4%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .col-sm-offset-4h {
    margin-left: 37.5%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.5666666667%;
    -ms-flex-basis: 41.5666666667%;
    flex-basis: 41.5666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-5h {
    -webkit-flex-basis: 45.7333333333%;
    -ms-flex-basis: 45.7333333333%;
    flex-basis: 45.7333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-sm-offset-5h {
    margin-left: 45.8333333333%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 49.9%;
    -ms-flex-basis: 49.9%;
    flex-basis: 49.9%;
    width: 50%;
    max-width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-6h {
    -webkit-flex-basis: 54.0666666667%;
    -ms-flex-basis: 54.0666666667%;
    flex-basis: 54.0666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-sm-offset-6h {
    margin-left: 54.1666666667%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.2333333333%;
    -ms-flex-basis: 58.2333333333%;
    flex-basis: 58.2333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-7h {
    -webkit-flex-basis: 62.4%;
    -ms-flex-basis: 62.4%;
    flex-basis: 62.4%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .col-sm-offset-7h {
    margin-left: 62.5%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.5666666667%;
    -ms-flex-basis: 66.5666666667%;
    flex-basis: 66.5666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-8h {
    -webkit-flex-basis: 70.7333333333%;
    -ms-flex-basis: 70.7333333333%;
    flex-basis: 70.7333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-sm-offset-8h {
    margin-left: 70.8333333333%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 74.9%;
    -ms-flex-basis: 74.9%;
    flex-basis: 74.9%;
    width: 75%;
    max-width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-9h {
    -webkit-flex-basis: 79.0666666667%;
    -ms-flex-basis: 79.0666666667%;
    flex-basis: 79.0666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-sm-offset-9h {
    margin-left: 79.1666666667%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.2333333333%;
    -ms-flex-basis: 83.2333333333%;
    flex-basis: 83.2333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-10h {
    -webkit-flex-basis: 87.4%;
    -ms-flex-basis: 87.4%;
    flex-basis: 87.4%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .col-sm-offset-10h {
    margin-left: 87.5%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.5666666667%;
    -ms-flex-basis: 91.5666666667%;
    flex-basis: 91.5666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-11h {
    -webkit-flex-basis: 95.7333333333%;
    -ms-flex-basis: 95.7333333333%;
    flex-basis: 95.7333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-sm-offset-11h {
    margin-left: 95.8333333333%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 99.9%;
    -ms-flex-basis: 99.9%;
    flex-basis: 99.9%;
    width: 100%;
    max-width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-12h {
    -webkit-flex-basis: 104.0666666667%;
    -ms-flex-basis: 104.0666666667%;
    flex-basis: 104.0666666667%;
    width: 104.1666666667%;
    max-width: 104.1666666667%;
  }
  .col-sm-offset-12h {
    margin-left: 104.1666666667%;
  }
}
@media (min-width: 900px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-0h {
    -webkit-flex-basis: 4.0666666667%;
    -ms-flex-basis: 4.0666666667%;
    flex-basis: 4.0666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-md-offset-0h {
    margin-left: 4.1666666667%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.2333333333%;
    -ms-flex-basis: 8.2333333333%;
    flex-basis: 8.2333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-1h {
    -webkit-flex-basis: 12.4%;
    -ms-flex-basis: 12.4%;
    flex-basis: 12.4%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .col-md-offset-1h {
    margin-left: 12.5%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.5666666667%;
    -ms-flex-basis: 16.5666666667%;
    flex-basis: 16.5666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-2h {
    -webkit-flex-basis: 20.7333333333%;
    -ms-flex-basis: 20.7333333333%;
    flex-basis: 20.7333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-md-offset-2h {
    margin-left: 20.8333333333%;
  }
  .col-md-3 {
    -webkit-flex-basis: 24.9%;
    -ms-flex-basis: 24.9%;
    flex-basis: 24.9%;
    width: 25%;
    max-width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-3h {
    -webkit-flex-basis: 29.0666666667%;
    -ms-flex-basis: 29.0666666667%;
    flex-basis: 29.0666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-md-offset-3h {
    margin-left: 29.1666666667%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.2333333333%;
    -ms-flex-basis: 33.2333333333%;
    flex-basis: 33.2333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-4h {
    -webkit-flex-basis: 37.4%;
    -ms-flex-basis: 37.4%;
    flex-basis: 37.4%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .col-md-offset-4h {
    margin-left: 37.5%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.5666666667%;
    -ms-flex-basis: 41.5666666667%;
    flex-basis: 41.5666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-5h {
    -webkit-flex-basis: 45.7333333333%;
    -ms-flex-basis: 45.7333333333%;
    flex-basis: 45.7333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-md-offset-5h {
    margin-left: 45.8333333333%;
  }
  .col-md-6 {
    -webkit-flex-basis: 49.9%;
    -ms-flex-basis: 49.9%;
    flex-basis: 49.9%;
    width: 50%;
    max-width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-6h {
    -webkit-flex-basis: 54.0666666667%;
    -ms-flex-basis: 54.0666666667%;
    flex-basis: 54.0666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-md-offset-6h {
    margin-left: 54.1666666667%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.2333333333%;
    -ms-flex-basis: 58.2333333333%;
    flex-basis: 58.2333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-7h {
    -webkit-flex-basis: 62.4%;
    -ms-flex-basis: 62.4%;
    flex-basis: 62.4%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .col-md-offset-7h {
    margin-left: 62.5%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.5666666667%;
    -ms-flex-basis: 66.5666666667%;
    flex-basis: 66.5666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-8h {
    -webkit-flex-basis: 70.7333333333%;
    -ms-flex-basis: 70.7333333333%;
    flex-basis: 70.7333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-md-offset-8h {
    margin-left: 70.8333333333%;
  }
  .col-md-9 {
    -webkit-flex-basis: 74.9%;
    -ms-flex-basis: 74.9%;
    flex-basis: 74.9%;
    width: 75%;
    max-width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-9h {
    -webkit-flex-basis: 79.0666666667%;
    -ms-flex-basis: 79.0666666667%;
    flex-basis: 79.0666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-md-offset-9h {
    margin-left: 79.1666666667%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.2333333333%;
    -ms-flex-basis: 83.2333333333%;
    flex-basis: 83.2333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-10h {
    -webkit-flex-basis: 87.4%;
    -ms-flex-basis: 87.4%;
    flex-basis: 87.4%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .col-md-offset-10h {
    margin-left: 87.5%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.5666666667%;
    -ms-flex-basis: 91.5666666667%;
    flex-basis: 91.5666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-11h {
    -webkit-flex-basis: 95.7333333333%;
    -ms-flex-basis: 95.7333333333%;
    flex-basis: 95.7333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-md-offset-11h {
    margin-left: 95.8333333333%;
  }
  .col-md-12 {
    -webkit-flex-basis: 99.9%;
    -ms-flex-basis: 99.9%;
    flex-basis: 99.9%;
    width: 100%;
    max-width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-12h {
    -webkit-flex-basis: 104.0666666667%;
    -ms-flex-basis: 104.0666666667%;
    flex-basis: 104.0666666667%;
    width: 104.1666666667%;
    max-width: 104.1666666667%;
  }
  .col-md-offset-12h {
    margin-left: 104.1666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-0h {
    -webkit-flex-basis: 4.0666666667%;
    -ms-flex-basis: 4.0666666667%;
    flex-basis: 4.0666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-lg-offset-0h {
    margin-left: 4.1666666667%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.2333333333%;
    -ms-flex-basis: 8.2333333333%;
    flex-basis: 8.2333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-1h {
    -webkit-flex-basis: 12.4%;
    -ms-flex-basis: 12.4%;
    flex-basis: 12.4%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .col-lg-offset-1h {
    margin-left: 12.5%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.5666666667%;
    -ms-flex-basis: 16.5666666667%;
    flex-basis: 16.5666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-2h {
    -webkit-flex-basis: 20.7333333333%;
    -ms-flex-basis: 20.7333333333%;
    flex-basis: 20.7333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-lg-offset-2h {
    margin-left: 20.8333333333%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 24.9%;
    -ms-flex-basis: 24.9%;
    flex-basis: 24.9%;
    width: 25%;
    max-width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-3h {
    -webkit-flex-basis: 29.0666666667%;
    -ms-flex-basis: 29.0666666667%;
    flex-basis: 29.0666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-lg-offset-3h {
    margin-left: 29.1666666667%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.2333333333%;
    -ms-flex-basis: 33.2333333333%;
    flex-basis: 33.2333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-4h {
    -webkit-flex-basis: 37.4%;
    -ms-flex-basis: 37.4%;
    flex-basis: 37.4%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .col-lg-offset-4h {
    margin-left: 37.5%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.5666666667%;
    -ms-flex-basis: 41.5666666667%;
    flex-basis: 41.5666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-5h {
    -webkit-flex-basis: 45.7333333333%;
    -ms-flex-basis: 45.7333333333%;
    flex-basis: 45.7333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-lg-offset-5h {
    margin-left: 45.8333333333%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 49.9%;
    -ms-flex-basis: 49.9%;
    flex-basis: 49.9%;
    width: 50%;
    max-width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-6h {
    -webkit-flex-basis: 54.0666666667%;
    -ms-flex-basis: 54.0666666667%;
    flex-basis: 54.0666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-lg-offset-6h {
    margin-left: 54.1666666667%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.2333333333%;
    -ms-flex-basis: 58.2333333333%;
    flex-basis: 58.2333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-7h {
    -webkit-flex-basis: 62.4%;
    -ms-flex-basis: 62.4%;
    flex-basis: 62.4%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .col-lg-offset-7h {
    margin-left: 62.5%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.5666666667%;
    -ms-flex-basis: 66.5666666667%;
    flex-basis: 66.5666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-8h {
    -webkit-flex-basis: 70.7333333333%;
    -ms-flex-basis: 70.7333333333%;
    flex-basis: 70.7333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-lg-offset-8h {
    margin-left: 70.8333333333%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 74.9%;
    -ms-flex-basis: 74.9%;
    flex-basis: 74.9%;
    width: 75%;
    max-width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-9h {
    -webkit-flex-basis: 79.0666666667%;
    -ms-flex-basis: 79.0666666667%;
    flex-basis: 79.0666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-lg-offset-9h {
    margin-left: 79.1666666667%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.2333333333%;
    -ms-flex-basis: 83.2333333333%;
    flex-basis: 83.2333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-10h {
    -webkit-flex-basis: 87.4%;
    -ms-flex-basis: 87.4%;
    flex-basis: 87.4%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .col-lg-offset-10h {
    margin-left: 87.5%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.5666666667%;
    -ms-flex-basis: 91.5666666667%;
    flex-basis: 91.5666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-11h {
    -webkit-flex-basis: 95.7333333333%;
    -ms-flex-basis: 95.7333333333%;
    flex-basis: 95.7333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-lg-offset-11h {
    margin-left: 95.8333333333%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 99.9%;
    -ms-flex-basis: 99.9%;
    flex-basis: 99.9%;
    width: 100%;
    max-width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-12h {
    -webkit-flex-basis: 104.0666666667%;
    -ms-flex-basis: 104.0666666667%;
    flex-basis: 104.0666666667%;
    width: 104.1666666667%;
    max-width: 104.1666666667%;
  }
  .col-lg-offset-12h {
    margin-left: 104.1666666667%;
  }
}
@media (min-width: 1800px) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-0h {
    -webkit-flex-basis: 4.0666666667%;
    -ms-flex-basis: 4.0666666667%;
    flex-basis: 4.0666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xl-offset-0h {
    margin-left: 4.1666666667%;
  }
  .col-xl-1 {
    -webkit-flex-basis: 8.2333333333%;
    -ms-flex-basis: 8.2333333333%;
    flex-basis: 8.2333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-1h {
    -webkit-flex-basis: 12.4%;
    -ms-flex-basis: 12.4%;
    flex-basis: 12.4%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .col-xl-offset-1h {
    margin-left: 12.5%;
  }
  .col-xl-2 {
    -webkit-flex-basis: 16.5666666667%;
    -ms-flex-basis: 16.5666666667%;
    flex-basis: 16.5666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-2h {
    -webkit-flex-basis: 20.7333333333%;
    -ms-flex-basis: 20.7333333333%;
    flex-basis: 20.7333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xl-offset-2h {
    margin-left: 20.8333333333%;
  }
  .col-xl-3 {
    -webkit-flex-basis: 24.9%;
    -ms-flex-basis: 24.9%;
    flex-basis: 24.9%;
    width: 25%;
    max-width: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-3h {
    -webkit-flex-basis: 29.0666666667%;
    -ms-flex-basis: 29.0666666667%;
    flex-basis: 29.0666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xl-offset-3h {
    margin-left: 29.1666666667%;
  }
  .col-xl-4 {
    -webkit-flex-basis: 33.2333333333%;
    -ms-flex-basis: 33.2333333333%;
    flex-basis: 33.2333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-4h {
    -webkit-flex-basis: 37.4%;
    -ms-flex-basis: 37.4%;
    flex-basis: 37.4%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .col-xl-offset-4h {
    margin-left: 37.5%;
  }
  .col-xl-5 {
    -webkit-flex-basis: 41.5666666667%;
    -ms-flex-basis: 41.5666666667%;
    flex-basis: 41.5666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-5h {
    -webkit-flex-basis: 45.7333333333%;
    -ms-flex-basis: 45.7333333333%;
    flex-basis: 45.7333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xl-offset-5h {
    margin-left: 45.8333333333%;
  }
  .col-xl-6 {
    -webkit-flex-basis: 49.9%;
    -ms-flex-basis: 49.9%;
    flex-basis: 49.9%;
    width: 50%;
    max-width: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-6h {
    -webkit-flex-basis: 54.0666666667%;
    -ms-flex-basis: 54.0666666667%;
    flex-basis: 54.0666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xl-offset-6h {
    margin-left: 54.1666666667%;
  }
  .col-xl-7 {
    -webkit-flex-basis: 58.2333333333%;
    -ms-flex-basis: 58.2333333333%;
    flex-basis: 58.2333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-7h {
    -webkit-flex-basis: 62.4%;
    -ms-flex-basis: 62.4%;
    flex-basis: 62.4%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .col-xl-offset-7h {
    margin-left: 62.5%;
  }
  .col-xl-8 {
    -webkit-flex-basis: 66.5666666667%;
    -ms-flex-basis: 66.5666666667%;
    flex-basis: 66.5666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-8h {
    -webkit-flex-basis: 70.7333333333%;
    -ms-flex-basis: 70.7333333333%;
    flex-basis: 70.7333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xl-offset-8h {
    margin-left: 70.8333333333%;
  }
  .col-xl-9 {
    -webkit-flex-basis: 74.9%;
    -ms-flex-basis: 74.9%;
    flex-basis: 74.9%;
    width: 75%;
    max-width: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-9h {
    -webkit-flex-basis: 79.0666666667%;
    -ms-flex-basis: 79.0666666667%;
    flex-basis: 79.0666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xl-offset-9h {
    margin-left: 79.1666666667%;
  }
  .col-xl-10 {
    -webkit-flex-basis: 83.2333333333%;
    -ms-flex-basis: 83.2333333333%;
    flex-basis: 83.2333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-10h {
    -webkit-flex-basis: 87.4%;
    -ms-flex-basis: 87.4%;
    flex-basis: 87.4%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .col-xl-offset-10h {
    margin-left: 87.5%;
  }
  .col-xl-11 {
    -webkit-flex-basis: 91.5666666667%;
    -ms-flex-basis: 91.5666666667%;
    flex-basis: 91.5666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-11h {
    -webkit-flex-basis: 95.7333333333%;
    -ms-flex-basis: 95.7333333333%;
    flex-basis: 95.7333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xl-offset-11h {
    margin-left: 95.8333333333%;
  }
  .col-xl-12 {
    -webkit-flex-basis: 99.9%;
    -ms-flex-basis: 99.9%;
    flex-basis: 99.9%;
    width: 100%;
    max-width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-12h {
    -webkit-flex-basis: 104.0666666667%;
    -ms-flex-basis: 104.0666666667%;
    flex-basis: 104.0666666667%;
    width: 104.1666666667%;
    max-width: 104.1666666667%;
  }
  .col-xl-offset-12h {
    margin-left: 104.1666666667%;
  }
}
.col-bottom-padding {
  padding-bottom: 0.9375rem;
}

body {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  /*  margin-top: 0;
  */
  margin-bottom: 0.9375rem;
  position: relative;
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2.5rem;
}
h1 svg,
h1 object,
.h1 svg,
.h1 object {
  height: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}
h2 svg,
h2 object,
.h2 svg,
.h2 object {
  height: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}
h3 svg,
h3 object,
.h3 svg,
.h3 object {
  height: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}
h4 svg,
h4 object,
.h4 svg,
.h4 object {
  height: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}
h5 svg,
h5 object,
.h5 svg,
.h5 object {
  height: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
h6 svg,
h6 object,
.h6 svg,
.h6 object {
  height: 1rem;
}

.f1 {
  font-size: 2rem;
}
.f1 svg,
.f1 object {
  height: 2rem;
}

.f2 {
  font-size: 1.75rem;
}
.f2 svg,
.f2 object {
  height: 1.75rem;
}

.f3 {
  font-size: 1.5rem;
}
.f3 svg,
.f3 object {
  height: 1.5rem;
}

.f4 {
  font-size: 1.25rem;
}
.f4 svg,
.f4 object {
  height: 1.25rem;
}

.f5 {
  font-size: 1rem;
  font-weight: 500;
}
.f5 svg,
.f5 object {
  height: 1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.f1,
.f2,
.f3,
.f4,
.f5,
.f6 {
  color: var(--c-text-titles);
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

@font-face {
  font-family: "MaterialIcons-Regular";
  src: url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.woff2?58336588") format("woff2"), url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.woff?58336588") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:not([class^=icon--]),
[class*=" icon-"]:not([class*=" icon--"]) {
  display: inline-block !important;
  text-decoration: none;
  pointer-events: none;
}
[class^=icon-]:not([class^=icon--]):before,
[class*=" icon-"]:not([class*=" icon--"]):before {
  font-family: "MaterialIcons-Regular";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:not([class^=icon--]).no-margin:before, [class^=icon-]:not([class^=icon--])[class*=m-l]:before, [class^=icon-]:not([class^=icon--])[class*=m-r]:before,
[class*=" icon-"]:not([class*=" icon--"]).no-margin:before,
[class*=" icon-"]:not([class*=" icon--"])[class*=m-l]:before,
[class*=" icon-"]:not([class*=" icon--"])[class*=m-r]:before {
  margin: 0;
}

.icon-down-dir:before {
  content: "\e800";
} /* '' */
.icon-up-dir:before {
  content: "\e801";
} /* '' */
.icon-left-dir:before {
  content: "\e802";
} /* '' */
.icon-right-dir:before {
  content: "\e803";
} /* '' */
.icon-down-open:before {
  content: "\e804";
} /* '' */
.icon-left-open:before {
  content: "\e805";
} /* '' */
.icon-right-open:before {
  content: "\e806";
} /* '' */
.icon-up-open:before {
  content: "\e807";
} /* '' */
.icon-up-open-big:before {
  content: "\e808";
} /* '' */
.icon-right-open-big:before {
  content: "\e809";
} /* '' */
.icon-left-open-big:before {
  content: "\e80a";
} /* '' */
.icon-down-open-big:before {
  content: "\e80b";
} /* '' */
.icon-dot:before {
  content: "\e80c";
} /* '' */
.icon-calendar-check:before {
  content: "\e80d";
} /* '' */
.icon-cancel:before {
  content: "\e14c";
} /* '' */
.icon-settings:before {
  content: "\e80f";
} /* '' */
.icon-plus:before {
  content: "\e810";
} /* '' */
.icon-minus-round:before {
  content: "\e811";
} /* '' */
.icon-check-round:before {
  content: "\e812";
} /* '' */
.icon-check:before {
  content: "\e813";
} /* '' */
.icon-menu:before {
  content: "\e5d2";
} /* '' */
.icon-message:before {
  content: "\e815";
} /* '' */
.icon-documents:before {
  content: "\e816";
} /* '' */
.icon-clock:before {
  content: "\e817";
} /* '' */
.icon-house:before {
  content: "\e818";
} /* '' */
.icon-phone:before {
  content: "\e819";
} /* '' */
.icon-printer:before {
  content: "\e81a";
} /* '' */
.icon-question:before {
  content: "\e81b";
} /* '' */
.icon-signout:before {
  content: "\e81c";
} /* '' */
.icon-shield:before {
  content: "\e81d";
} /* '' */
.icon-play:before {
  content: "\e81e";
} /* '' */
.icon-pencil:before {
  content: "\e81f";
} /* '' */
.icon-lock:before {
  content: "\e820";
} /* '' */
.icon-contact:before {
  content: "\e821";
} /* '' */
.icon-clock-bold:before {
  content: "\e822";
} /* '' */
.icon-plus-bold:before {
  content: "\e823";
} /* '' */
.icon-minus-bold:before {
  content: "\e824";
} /* '' */
.icon-plus-squared:before {
  content: "\f0fe";
} /* '' */
.icon-minus-squared:before {
  content: "\f146";
} /* '' */
@font-face {
  font-family: "Material Icons";
  src: url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.woff2") format("woff2"), url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.woff") format("woff"), url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.ttf") format("truetype"), url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.otf") format("otf"), url("../../../../assets/fonts/icons/material-icons/MaterialIcons-Regular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Material Icons Outlined";
  src: url("../../../../assets/fonts/icons/material-icons/MaterialIconsOutlined-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons Outlined"), local("MaterialIconsOutlined-Regular"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsOutlined-Regular.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsOutlined-Regular.woff2") format("woff2"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsOutlined-Regular.woff") format("woff"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsOutlined-Regular.ttf") format("truetype"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsOutlined-Regular.otf") format("otf"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsOutlined-Regular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Material Icons Extension";
  font-style: normal;
  font-weight: 400;
  src: url("../../../../assets/fonts/icons/material-icons/MaterialIconsExtension-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons Extension"), local("MaterialIconsExtension-Regular"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsExtension-Regular.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsExtension-Regular.woff") format("woff"), url("../../../../assets/fonts/icons/material-icons/MaterialIconsExtension-Regular.ttf") format("truetype");
}
[class^=material-icon-],
[class*=" material-icon-"],
[class^=ext-material-icon-],
[class*=" ext-material-icon-"] {
  pointer-events: none;
}
[class^=material-icon-]:before,
[class*=" material-icon-"]:before,
[class^=ext-material-icon-]:before,
[class*=" ext-material-icon-"]:before {
  text-align: center;
  vertical-align: bottom;
  speak: none;
  text-decoration: inherit;
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-family: "Material Icons";
}
[class^=material-icon-].no-margin:before, [class^=material-icon-][class*=m-l]:before, [class^=material-icon-][class*=m-r]:before,
[class*=" material-icon-"].no-margin:before,
[class*=" material-icon-"][class*=m-l]:before,
[class*=" material-icon-"][class*=m-r]:before,
[class^=ext-material-icon-].no-margin:before,
[class^=ext-material-icon-][class*=m-l]:before,
[class^=ext-material-icon-][class*=m-r]:before,
[class*=" ext-material-icon-"].no-margin:before,
[class*=" ext-material-icon-"][class*=m-l]:before,
[class*=" ext-material-icon-"][class*=m-r]:before {
  margin: 0;
}
[class^=material-icon-].size-1-3rem,
[class*=" material-icon-"].size-1-3rem,
[class^=ext-material-icon-].size-1-3rem,
[class*=" ext-material-icon-"].size-1-3rem {
  font-size: 1.3rem;
}
[class^=material-icon-].size-1-5rem,
[class*=" material-icon-"].size-1-5rem,
[class^=ext-material-icon-].size-1-5rem,
[class*=" ext-material-icon-"].size-1-5rem {
  font-size: 1.5rem;
}
[class^=material-icon-].size-2rem,
[class*=" material-icon-"].size-2rem,
[class^=ext-material-icon-].size-2rem,
[class*=" ext-material-icon-"].size-2rem {
  font-size: 2rem;
}

[class^=ext-material-icon-]:before,
[class*=" ext-material-icon-"]:before {
  font-family: "Material Icons Extension";
}

.material-icon-check::before {
  content: "\e5ca";
}

.material-icon-info::before, .material-icon-info-outline::before {
  content: "\e88f";
}

.material-icon-warning::before {
  font-family: "Material Icons Outlined";
  content: "\e8b2";
}

.material-icon-chat-outline::before {
  content: "\e0cb";
}

.material-icon-error::before {
  content: "\e001";
}

@font-face {
  font-family: "AI Icon Font";
  src: url("../../../../assets/fonts/icons/ai-icons/ai-iconfont.eot");
  src: local("AI Icon Font"), local("ai-iconfont"), url("../../../../assets/fonts/icons/ai-icons/ai-iconfont.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/icons/ai-icons/ai-iconfont.woff2") format("woff2"), url("../../../../assets/fonts/icons/ai-icons/ai-iconfont.woff") format("woff"), url("../../../../assets/fonts/icons/ai-icons/ai-iconfont.ttf") format("truetype");
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free Regular";
  src: url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.eot");
  /* For IE6-8 */
  src: local("Font Awesome 5 Free Regular"), local("fa-regular-400"), url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.woff2") format("woff2"), url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.woff") format("woff"), url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../../../assets/fonts/icons/font-awesome/fa-brands-400.eot");
  src: url("../../../../assets/fonts/icons/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/icons/font-awesome/fa-brands-400.woff2") format("woff2"), url("../../../../assets/fonts/icons/font-awesome/fa-brands-400.woff") format("woff"), url("../../../../assets/fonts/icons/font-awesome/fa-brands-400.ttf") format("truetype"), url("../../../../assets/fonts/icons/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands", sans-serif;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.eot");
  src: url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.woff2") format("woff2"), url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.woff") format("woff"), url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.ttf") format("truetype"), url("../../../../assets/fonts/icons/font-awesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../../../assets/fonts/icons/font-awesome/fa-solid-900.eot");
  src: url("../../../../assets/fonts/icons/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/icons/font-awesome/fa-solid-900.woff2") format("woff2"), url("../../../../assets/fonts/icons/font-awesome/fa-solid-900.woff") format("woff"), url("../../../../assets/fonts/icons/font-awesome/fa-solid-900.ttf") format("truetype"), url("../../../../assets/fonts/icons/font-awesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
}

.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.text-smaller {
  font-size: 0.875em;
}
.text-smaller svg,
.text-smaller object {
  height: 0.875em;
}

.text-bigger {
  font-size: 1.125em;
}
.text-bigger svg,
.text-bigger object {
  height: 1.125em;
}

.text-smaller-rem {
  font-size: 0.875rem;
}
.text-smaller-rem svg,
.text-smaller-rem object {
  height: 0.875rem;
}

.text-bigger-rem {
  font-size: 1.125rem;
}
.text-bigger-rem svg,
.text-bigger-rem object {
  height: 1.125rem;
}

.text-helper {
  font-size: 1.125em;
  color: var(--c-text-helper);
}

.text-subtitle {
  color: var(--c-text);
}

.text-lighten {
  color: var(--c-text-lighten);
}
.text-lighten svg {
  color: var(--c-text-lighten);
}

.text-primary {
  color: var(--c-primary);
}
.text-primary svg {
  color: var(--c-primary);
}

.text-secondary {
  color: var(--c-secondary);
}
.text-secondary svg {
  color: var(--c-secondary);
}

.text-border {
  color: var(--c-border);
}
.text-border svg {
  color: var(--c-border);
}

.text-light {
  color: var(--c-text-light);
}
.text-light svg {
  color: var(--c-text-light);
}

.text-negative {
  color: #D93b2a;
}
.text-negative svg {
  color: #D93b2a;
}

.line-height-smaller {
  line-height: 1.2;
}

.line-height-bigger {
  line-height: 2;
}

.line-height-base {
  line-height: 1.6;
}

.word-break-all {
  word-break: break-all;
}

.white-space-nowrap {
  white-space: nowrap;
}

.white-space-normal {
  white-space: normal;
}

.empty-char-before.lh-04 {
  line-height: 0.4;
}
.empty-char-before.lh-08 {
  line-height: 0.8;
}
.empty-char-before.lh-19 {
  line-height: 1.9;
}
.empty-char-before:before {
  content: " ";
}

.font-regular {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}

.font-light {
  font-family: "NouvelR", sans-serif;
  font-weight: 200;
}

.font-bold {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-bold {
  font-weight: bold;
}

.valign-top {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-middle {
  vertical-align: middle;
}

.l-flex-col {
  display: flex;
  flex-direction: column;
}

.l-block {
  display: block;
}

.l-inline-block {
  display: inline-block;
}

.l-inline {
  display: inline;
}

.l-relative {
  position: relative;
}

.l-absolute {
  position: absolute;
}

.l-fixed {
  position: fixed;
}

.l-full {
  width: 100%;
}

.l-full-height {
  height: 100%;
}

.table {
  display: table;
}

.table-layout-fixed {
  table-layout: fixed;
}

.thead {
  display: table-header-group;
}

.tbody {
  display: table-row-group;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.th {
  display: table-cell;
}

.hide {
  display: none;
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-small {
  padding-left: 2px !important;
}

.border {
  border: 1px solid var(--c-border);
}

.border-top {
  border-top: 1px solid var(--c-border);
}

.border-bottom {
  border-bottom: 1px solid var(--c-border);
}

.border-left {
  border-left: 1px solid var(--c-border);
}

.border-right {
  border-right: 1px solid var(--c-border);
}

.border-x {
  border-left: 1px solid var(--c-border);
  border-right: 1px solid var(--c-border);
}

.border-y {
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.bg-size-cover {
  background-size: cover;
}

.bg-position-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-primary {
  background-color: var(--c-primary);
  color: var(--c-text-on-primary);
}

.bg-primary-light {
  background-color: var(--c-primary-light);
  color: var(--c-text-on-primary-light);
}

.bg-primary-hover {
  background-color: var(--c-primary-hover);
  color: var(--c-text-on-primary);
}

.bg-secondary {
  background-color: var(--c-secondary);
  color: var(--c-text-on-secondary);
}

.bg-background {
  background-color: var(--c-background);
  color: var(--c-text);
}

.bg-border {
  background-color: var(--c-border);
  color: var(--c-text);
}

.bg-text {
  background-color: var(--c-text);
  color: var(--c-text-light);
}

.bg-text-light {
  background-color: var(--c-text-light);
  color: var(--c-text);
}

.bg-text-lighten {
  background-color: var(--c-text-lighten);
  color: var(--c-text);
}

.primary-text-color {
  color: var(--c-primary);
}

.primary-border-color {
  border-color: var(--c-primary);
}

.primary-background-color {
  background-color: var(--c-primary);
}

.text-strip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 33vw;
}

.icon-width {
  width: 48px !important;
}

[class^=max-width],
[class*=" max-width"],
[class^=max-size],
[class*=" max-size"],
[class^=max-width-],
[class*=" max-width-"],
[class^=max-size-],
[class*=" max-size-"] {
  width: 100%;
}

[class^=max-height],
[class*=" max-height"],
[class^=max-size],
[class*=" max-size"],
[class^=max-height-],
[class*=" max-height-"],
[class^=max-size-],
[class*=" max-size-"] {
  height: 100%;
}

.max-width-16 {
  max-width: 16px;
}

.max-width-32 {
  max-width: 32px;
}

.max-width-48 {
  max-width: 48px;
}

.max-width-64 {
  max-width: 64px;
}

.max-width-80 {
  max-width: 80px;
}

.max-width-96 {
  max-width: 96px;
}

.max-width-112 {
  max-width: 112px;
}

.max-width-128 {
  max-width: 128px;
}

.max-width-144 {
  max-width: 144px;
}

.max-width-160 {
  max-width: 160px;
}

.max-width-176 {
  max-width: 176px;
}

.max-width-192 {
  max-width: 192px;
}

.max-width-208 {
  max-width: 208px;
}

.max-width-224 {
  max-width: 224px;
}

.max-width-240 {
  max-width: 240px;
}

.max-width-256 {
  max-width: 256px;
}

.max-height-16 {
  max-height: 16px;
}

.max-height-32 {
  max-height: 32px;
}

.max-height-48 {
  max-height: 48px;
}

.max-height-64 {
  max-height: 64px;
}

.max-height-80 {
  max-height: 80px;
}

.max-height-96 {
  max-height: 96px;
}

.max-height-112 {
  max-height: 112px;
}

.max-height-128 {
  max-height: 128px;
}

.max-height-144 {
  max-height: 144px;
}

.max-height-160 {
  max-height: 160px;
}

.max-height-176 {
  max-height: 176px;
}

.max-height-192 {
  max-height: 192px;
}

.max-height-208 {
  max-height: 208px;
}

.max-height-224 {
  max-height: 224px;
}

.max-height-240 {
  max-height: 240px;
}

.max-height-256 {
  max-height: 256px;
}

.max-size-16 {
  max-width: 16px;
  max-height: 16px;
}

.max-size-32 {
  max-width: 32px;
  max-height: 32px;
}

.max-size-48 {
  max-width: 48px;
  max-height: 48px;
}

.max-size-64 {
  max-width: 64px;
  max-height: 64px;
}

.max-size-80 {
  max-width: 80px;
  max-height: 80px;
}

.max-size-96 {
  max-width: 96px;
  max-height: 96px;
}

.max-size-112 {
  max-width: 112px;
  max-height: 112px;
}

.max-size-128 {
  max-width: 128px;
  max-height: 128px;
}

.max-size-144 {
  max-width: 144px;
  max-height: 144px;
}

.max-size-160 {
  max-width: 160px;
  max-height: 160px;
}

.max-size-176 {
  max-width: 176px;
  max-height: 176px;
}

.max-size-192 {
  max-width: 192px;
  max-height: 192px;
}

.max-size-208 {
  max-width: 208px;
  max-height: 208px;
}

.max-size-224 {
  max-width: 224px;
  max-height: 224px;
}

.max-size-240 {
  max-width: 240px;
  max-height: 240px;
}

.max-size-256 {
  max-width: 256px;
  max-height: 256px;
}

.size-16 {
  width: 16px;
  height: 16px;
}

.size-32 {
  width: 32px;
  height: 32px;
}

.size-48 {
  width: 48px;
  height: 48px;
}

.size-64 {
  width: 64px;
  height: 64px;
}

.size-80 {
  width: 80px;
  height: 80px;
}

.size-96 {
  width: 96px;
  height: 96px;
}

.size-112 {
  width: 112px;
  height: 112px;
}

.size-128 {
  width: 128px;
  height: 128px;
}

.size-144 {
  width: 144px;
  height: 144px;
}

.size-160 {
  width: 160px;
  height: 160px;
}

.size-176 {
  width: 176px;
  height: 176px;
}

.size-192 {
  width: 192px;
  height: 192px;
}

.size-208 {
  width: 208px;
  height: 208px;
}

.size-224 {
  width: 224px;
  height: 224px;
}

.size-240 {
  width: 240px;
  height: 240px;
}

.size-256 {
  width: 256px;
  height: 256px;
}

.m {
  margin: 1.875rem;
}

.m-t {
  margin-top: 1.875rem;
}

.m-b {
  margin-bottom: 1.875rem;
}

.m-l {
  margin-left: 1.875rem;
}

.m-r {
  margin-right: 1.875rem;
}

.m-x {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.m-y {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.p {
  padding: 1.875rem;
}

.p-t {
  padding-top: 1.875rem;
}

.p-b {
  padding-bottom: 1.875rem;
}

.p-l {
  padding-left: 1.875rem;
}

.p-r {
  padding-right: 1.875rem;
}

.p-x {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.p-y {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.m-mini {
  margin: 0.3125rem;
}

.m-t-mini {
  margin-top: 0.3125rem;
}

.m-b-mini {
  margin-bottom: 0.3125rem;
}

.m-l-mini {
  margin-left: 0.3125rem;
}

.m-r-mini {
  margin-right: 0.3125rem;
}

.m-x-mini {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.m-y-mini {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.p-mini {
  padding: 0.3125rem;
}

.p-t-mini {
  padding-top: 0.3125rem;
}

.p-b-mini {
  padding-bottom: 0.3125rem;
}

.p-l-mini {
  padding-left: 0.3125rem;
}

.p-r-mini {
  padding-right: 0.3125rem;
}

.p-x-mini {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.p-y-mini {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.m-quarter {
  margin: 0.46875rem;
}

.m-t-quarter {
  margin-top: 0.46875rem;
}

.m-b-quarter {
  margin-bottom: 0.46875rem;
}

.m-l-quarter {
  margin-left: 0.46875rem;
}

.m-r-quarter {
  margin-right: 0.46875rem;
}

.m-x-quarter {
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
}

.m-y-quarter {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}

.p-quarter {
  padding: 0.46875rem;
}

.p-t-quarter {
  padding-top: 0.46875rem;
}

.p-b-quarter {
  padding-bottom: 0.46875rem;
}

.p-l-quarter {
  padding-left: 0.46875rem;
}

.p-r-quarter {
  padding-right: 0.46875rem;
}

.p-x-quarter {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.p-y-quarter {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}

.m-half {
  margin: 0.9375rem;
}

.m-t-half {
  margin-top: 0.9375rem;
}

.m-b-half {
  margin-bottom: 0.9375rem;
}

.m-l-half {
  margin-left: 0.9375rem;
}

.m-r-half {
  margin-right: 0.9375rem;
}

.m-x-half {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.m-y-half {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.p-half {
  padding: 0.9375rem;
}

.p-t-half {
  padding-top: 0.9375rem;
}

.p-b-half {
  padding-bottom: 0.9375rem;
}

.p-l-half {
  padding-left: 0.9375rem;
}

.p-r-half {
  padding-right: 0.9375rem;
}

.p-x-half {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.p-y-half {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.m-double {
  margin: 3.75rem;
}

.m-t-double {
  margin-top: 3.75rem;
}

.m-b-double {
  margin-bottom: 3.75rem;
}

.m-l-double {
  margin-left: 3.75rem;
}

.m-r-double {
  margin-right: 3.75rem;
}

.m-x-double {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.m-y-double {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.p-double {
  padding: 3.75rem;
}

.p-t-double {
  padding-top: 3.75rem;
}

.p-b-double {
  padding-bottom: 3.75rem;
}

.p-l-double {
  padding-left: 3.75rem;
}

.p-r-double {
  padding-right: 3.75rem;
}

.p-x-double {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.p-y-double {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.m-triple {
  margin: 5.625rem;
}

.m-t-triple {
  margin-top: 5.625rem;
}

.m-b-triple {
  margin-bottom: 5.625rem;
}

.m-l-triple {
  margin-left: 5.625rem;
}

.m-r-triple {
  margin-right: 5.625rem;
}

.m-x-triple {
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

.m-y-triple {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.p-triple {
  padding: 5.625rem;
}

.p-t-triple {
  padding-top: 5.625rem;
}

.p-b-triple {
  padding-bottom: 5.625rem;
}

.p-l-triple {
  padding-left: 5.625rem;
}

.p-r-triple {
  padding-right: 5.625rem;
}

.p-x-triple {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.p-y-triple {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.m-alt {
  margin: 1.25rem;
}

.m-t-alt {
  margin-top: 1.25rem;
}

.m-b-alt {
  margin-bottom: 1.25rem;
}

.m-l-alt {
  margin-left: 1.25rem;
}

.m-r-alt {
  margin-right: 1.25rem;
}

.m-x-alt {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.m-y-alt {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-alt {
  padding: 1.25rem;
}

.p-t-alt {
  padding-top: 1.25rem;
}

.p-b-alt {
  padding-bottom: 1.25rem;
}

.p-l-alt {
  padding-left: 1.25rem;
}

.p-r-alt {
  padding-right: 1.25rem;
}

.p-x-alt {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-y-alt {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.m-mini-alt {
  margin: 0.2083333333rem;
}

.m-t-mini-alt {
  margin-top: 0.2083333333rem;
}

.m-b-mini-alt {
  margin-bottom: 0.2083333333rem;
}

.m-l-mini-alt {
  margin-left: 0.2083333333rem;
}

.m-r-mini-alt {
  margin-right: 0.2083333333rem;
}

.m-x-mini-alt {
  margin-left: 0.2083333333rem;
  margin-right: 0.2083333333rem;
}

.m-y-mini-alt {
  margin-top: 0.2083333333rem;
  margin-bottom: 0.2083333333rem;
}

.p-mini-alt {
  padding: 0.2083333333rem;
}

.p-t-mini-alt {
  padding-top: 0.2083333333rem;
}

.p-b-mini-alt {
  padding-bottom: 0.2083333333rem;
}

.p-l-mini-alt {
  padding-left: 0.2083333333rem;
}

.p-r-mini-alt {
  padding-right: 0.2083333333rem;
}

.p-x-mini-alt {
  padding-left: 0.2083333333rem;
  padding-right: 0.2083333333rem;
}

.p-y-mini-alt {
  padding-top: 0.2083333333rem;
  padding-bottom: 0.2083333333rem;
}

.m-quarter-alt {
  margin: 0.3125rem;
}

.m-t-quarter-alt {
  margin-top: 0.3125rem;
}

.m-b-quarter-alt {
  margin-bottom: 0.3125rem;
}

.m-l-quarter-alt {
  margin-left: 0.3125rem;
}

.m-r-quarter-alt {
  margin-right: 0.3125rem;
}

.m-x-quarter-alt {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.m-y-quarter-alt {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.p-quarter-alt {
  padding: 0.3125rem;
}

.p-t-quarter-alt {
  padding-top: 0.3125rem;
}

.p-b-quarter-alt {
  padding-bottom: 0.3125rem;
}

.p-l-quarter-alt {
  padding-left: 0.3125rem;
}

.p-r-quarter-alt {
  padding-right: 0.3125rem;
}

.p-x-quarter-alt {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.p-y-quarter-alt {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.m-half-alt {
  margin: 0.625rem;
}

.m-t-half-alt {
  margin-top: 0.625rem;
}

.m-b-half-alt {
  margin-bottom: 0.625rem;
}

.m-l-half-alt {
  margin-left: 0.625rem;
}

.m-r-half-alt {
  margin-right: 0.625rem;
}

.m-x-half-alt {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.m-y-half-alt {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.p-half-alt {
  padding: 0.625rem;
}

.p-t-half-alt {
  padding-top: 0.625rem;
}

.p-b-half-alt {
  padding-bottom: 0.625rem;
}

.p-l-half-alt {
  padding-left: 0.625rem;
}

.p-r-half-alt {
  padding-right: 0.625rem;
}

.p-x-half-alt {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.p-y-half-alt {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.m-double-alt {
  margin: 2.5rem;
}

.m-t-double-alt {
  margin-top: 2.5rem;
}

.m-b-double-alt {
  margin-bottom: 2.5rem;
}

.m-l-double-alt {
  margin-left: 2.5rem;
}

.m-r-double-alt {
  margin-right: 2.5rem;
}

.m-x-double-alt {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-y-double-alt {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-double-alt {
  padding: 2.5rem;
}

.p-t-double-alt {
  padding-top: 2.5rem;
}

.p-b-double-alt {
  padding-bottom: 2.5rem;
}

.p-l-double-alt {
  padding-left: 2.5rem;
}

.p-r-double-alt {
  padding-right: 2.5rem;
}

.p-x-double-alt {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-y-double-alt {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.m-triple-alt {
  margin: 3.75rem;
}

.m-t-triple-alt {
  margin-top: 3.75rem;
}

.m-b-triple-alt {
  margin-bottom: 3.75rem;
}

.m-l-triple-alt {
  margin-left: 3.75rem;
}

.m-r-triple-alt {
  margin-right: 3.75rem;
}

.m-x-triple-alt {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.m-y-triple-alt {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.p-triple-alt {
  padding: 3.75rem;
}

.p-t-triple-alt {
  padding-top: 3.75rem;
}

.p-b-triple-alt {
  padding-bottom: 3.75rem;
}

.p-l-triple-alt {
  padding-left: 3.75rem;
}

.p-r-triple-alt {
  padding-right: 3.75rem;
}

.p-x-triple-alt {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.p-y-triple-alt {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.m-clear {
  margin: 0 !important;
}

.m-t-clear {
  margin-top: 0 !important;
}

.m-b-clear {
  margin-bottom: 0 !important;
}

.m-l-clear {
  margin-left: 0 !important;
}

.m-r-clear {
  margin-right: 0 !important;
}

.m-x-clear {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-y-clear {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-clear {
  padding: 0 !important;
}

.p-t-clear {
  padding-top: 0 !important;
}

.p-b-clear {
  padding-bottom: 0 !important;
}

.p-l-clear {
  padding-left: 0 !important;
}

.p-r-clear {
  padding-right: 0 !important;
}

.p-x-clear {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-y-clear {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

[data-am-button] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.9375rem 1.875rem;
  transition: background-color 200ms ease;
  border-radius: 4px;
  cursor: pointer;
}

[data-am-button~=compact] {
  padding: 0.3125rem 1.25rem;
}

[data-am-button~=primary],
[data-am-button~=primary-light] {
  background-color: var(--c-primary);
  color: var(--c-text-primary-button);
}
[data-am-button~=primary]:hover,
[data-am-button~=primary-light]:hover {
  background-color: var(--c-bg-primary-button-hover);
  color: var(--c-text-primary-button);
  text-decoration: none;
}
[data-am-button~=primary]:hover:disabled, [data-am-button~=primary]:hover[disabled],
[data-am-button~=primary-light]:hover:disabled,
[data-am-button~=primary-light]:hover[disabled] {
  background-color: var(--c-bg-primary-button-disabled);
  color: lightenColor(var(--c-text-primary-button), 50%);
}
[data-am-button~=primary]:disabled, [data-am-button~=primary][disabled],
[data-am-button~=primary-light]:disabled,
[data-am-button~=primary-light][disabled] {
  background-color: var(--c-bg-primary-button-disabled);
  color: var(--c-text-primary-button-disabled);
}

[data-am-button~=secondary] {
  background-color: var(--c-bg-secondary-button);
  color: var(--c-text-secondary-button);
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
}
[data-am-button~=secondary]:hover {
  background-color: var(--c-bg-secondary-button-hover);
  color: var(--c-text-secondary-button);
  text-decoration: none;
}
[data-am-button~=secondary]:hover:disabled, [data-am-button~=secondary]:hover[disabled] {
  background-color: var(--c-bg-primary-button-disabled);
  color: lightenColor(var(--c-text-secondary-button), 50%);
}
[data-am-button~=secondary]:disabled, [data-am-button~=secondary][disabled] {
  background-color: var(--c-bg-primary-button-disabled);
  color: var(--c-text-primary-button-disabled);
}
[data-am-button~=secondary]:hover {
  background-color: var(--c-bg-secondary-button-hover);
  color: var(--c-text-on-primary);
  border-color: var(--c-bg-secondary-button-hover);
}

[data-am-button~=tertiary] {
  color: var(--c-primary);
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  padding: 0;
  flex-direction: row-reverse;
}
[data-am-button~=tertiary]:hover {
  text-decoration: underline;
}
[data-am-button~=tertiary].backward-link {
  flex-direction: row;
}
[data-am-button~=tertiary].backward-link [data-am-icon] {
  margin-right: 0.46875rem;
}

[data-am-button~=full-width] {
  display: block;
  width: 100%;
}

.logout-landing-page [data-am-button] {
  width: 100%;
  max-width: 400px;
  padding: 0.9375rem 1.875rem;
}

[data-am-button~=icon] img {
  margin-right: 0.5rem;
}

[data-am-button~=negative] {
  background-color: #D93b2a;
}

[data-am-columnrow] {
  display: table;
  width: 100%;
  color: var(--c-text-main-menu);
  background-color: var(--c-background-page);
}
[data-am-columnrow] .column {
  display: table-cell;
  vertical-align: middle;
}
[data-am-columnrow] .column:first-child {
  width: 100%;
  border: 0px;
}
[data-am-columnrow] .column:last-child {
  margin-top: 0px;
}
[data-am-columnrow] .column.minimal {
  width: 1px;
}
[data-am-columnrow] .b-l {
  border-left: 1px solid var(--c-border);
}
[data-am-columnrow] .b-r {
  border-right: 1px solid var(--c-border);
}
[data-am-columnrow] .b-b {
  border-bottom: 1px solid var(--c-border);
}
[data-am-columnrow] .b-t {
  border-top: 1px solid var(--c-border);
}

[data-am-columnrow~=always] {
  display: table;
  width: 100%;
}
[data-am-columnrow~=always] .column {
  display: table-cell;
  vertical-align: middle;
}
[data-am-columnrow~=always] .column:last-child {
  text-align: right;
  padding-left: 0.9375rem;
  white-space: nowrap;
}

[data-am-content] > *:first-child {
  margin-top: 0;
}
[data-am-content] > *:last-child {
  margin-bottom: 0;
}

[data-am-content~=text-bold] > * {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}

[data-am-content~=text-smaller] > * {
  font-size: 0.875em;
}

[data-am-dropdown] {
  -webkit-animation: fadeInToBottom 200ms ease;
  animation: fadeInToBottom 200ms ease;
  position: absolute;
  top: calc(100% + 0.9375rem);
  right: 0;
  z-index: 30;
  display: none;
}
[data-am-dropdown].is-open {
  display: block;
}
[data-am-dropdown] .dropdown {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  position: relative;
  background-color: var(--c-background-dropdown);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  width: 225px;
  text-align: left;
}
[data-am-dropdown] .dropdown:before, [data-am-dropdown] .dropdown:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}
[data-am-dropdown] .dropdown:before {
  border: 11px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  right: calc(0.625rem - 1px);
}
[data-am-dropdown] .dropdown:after {
  border: 10px solid transparent;
  border-bottom-color: var(--c-background-dropdown);
  right: 0.625rem;
}
[data-am-dropdown] .dropdown-link {
  display: block;
  padding: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
}
[data-am-dropdown] .dropdown-link:hover {
  background-color: var(--c-link-dropdown-hover-background);
}
[data-am-dropdown] .dropdown-link + .dropdown-link {
  border-top: 1px solid var(--c-border);
}
[data-am-dropdown] .dropdown-link-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline !important;
  margin: 0;
  text-align: left;
}
[data-am-dropdown] .dropdown-section {
  padding: 0.9375rem 0.625rem;
}

[data-am-dropdown~=wide] .dropdown {
  width: 330px;
}

[data-am-footer] {
  color: var(--c-link);
  padding-top: 1.875rem;
  padding-bottom: 5.625rem;
  border-top: 1px solid var(--c-border);
}
[data-am-footer] .footer-logo-container {
  display: block;
  float: left;
  margin-right: 3.75rem;
}
[data-am-footer] .footer-logo {
  display: block;
  max-width: 180px;
}
[data-am-footer] .footer-logo-text {
  float: left;
  font-size: 0.75rem;
  color: var(--c-text-body);
  padding-top: 0.625rem;
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}
[data-am-footer] .logo-content-block {
  min-width: 325px;
  text-align: left;
}
[data-am-footer] .logo-content-block img {
  max-width: 180px;
  height: 40px;
}
[data-am-footer] .footer-link-item {
  display: inline-block;
  margin-left: 0.9375rem;
}
[data-am-footer] .footer-link {
  text-decoration: none;
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}
[data-am-footer] .footer-link:hover {
  color: var(--c-text-titles);
}
[data-am-footer] [back-to-top-link]::after {
  font-family: "Material Icons";
  font-weight: 600;
  color: var(--c-link);
  position: relative;
  left: 5px;
  content: "\f1e0";
}
[data-am-footer] [back-to-top-link]:hover::after {
  color: var(--c-link-hover);
}

[data-am-footer-wrapper] {
  background-color: #FFFFFF;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
[data-am-header] {
  border-bottom: 1px solid var(--c-border-header);
  box-shadow: var(--c-header-border-box-shadow);
}
[data-am-header] [data-am-header-logo-row] {
  height: 4.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--c-header-border-logo-row);
}
[data-am-header] [data-am-header-logo-row] a {
  display: block;
}
[data-am-header] [data-am-header-logo-row] [data-am-header-logo-row-spacer] {
  flex-grow: 1;
  min-width: 2.5rem;
}
[data-am-header] [data-am-header-logo-row] > div {
  overflow-x: hidden;
}
[data-am-header] [data-am-header-logo-row] a > img {
  max-width: 180px;
  height: 40px;
}
[data-am-header] [data-am-header-nav-row] {
  height: 4.5rem;
  display: flex;
  align-items: center;
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] {
  display: flex;
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block].is-active {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] [data-am-link] {
  color: var(--c-text);
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-spacer] {
  flex-grow: 1;
}
[data-am-header] [data-am-header-top-row] {
  background: var(--c-header-bg-light);
  font-size: 14px;
}
[data-am-header] [data-am-header-top-row] [data-am-header-top-row-container] {
  display: flex;
  height: 3rem;
}
[data-am-header] [data-am-header-top-row] [data-am-header-top-row-container] > div {
  display: flex;
  align-self: center;
}
[data-am-header] [data-am-header-top-row] [data-am-header-top-row-container] > div[data-am-header-top-row-center] {
  flex-grow: 1;
  justify-content: center;
}
[data-am-header] [data-am-header-top-row] [data-am-header-top-row-container] [data-am-link] {
  color: var(--c-text);
}
[data-am-header] [data-am-company-header-ext] {
  white-space: nowrap;
  position: relative;
  padding: 0 0.75rem;
  min-width: 300px;
}
[data-am-header] [data-am-company-header-ext] [data-am-dropdown-trigger][data-am-link],
[data-am-header] [data-am-company-header-ext] menu > li[data-am-link] {
  color: var(--c-text);
}
[data-am-header] [data-am-company-header-ext] menu {
  display: none;
  position: absolute;
  list-style: none;
  width: 100%;
  padding: 0px;
  background: var(--c-header-bg-light);
  left: 0;
  top: 2.25rem;
  margin: 0px;
  z-index: 99;
}
[data-am-header] [data-am-company-header-ext] menu li {
  padding: 1rem 2.75rem;
  padding-right: 0;
  display: block;
  border-top: 1px solid var(--c-header-border-dark);
}
[data-am-header] [data-am-company-header-ext].is-open menu {
  display: block;
}
[data-am-header] [data-am-company-header-ext].is-open [data-am-dropdown-trigger] > [data-am-icon] {
  transform: rotate(180deg);
}
[data-am-header] [data-am-header-business-areas] {
  display: flex;
}
[data-am-header] [data-am-header-business-areas] > div {
  align-self: center;
  border-right: 1px solid var(--c-header-border-dark);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
[data-am-header] [data-am-header-business-areas] > div:last-child {
  border-right: none;
  padding-right: 0;
}
[data-am-header] [data-am-header-business-areas] > div [data-am-link] {
  color: var(--c-text);
}
[data-am-header] .restrictedlinkitemblock:not(:first-child):not(:empty) {
  margin-left: 1.5rem;
}

[data-am-inputtext] {
  position: relative;
}
[data-am-inputtext] textarea, [data-am-inputtext] input {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  border: 2px solid var(--c-border);
  border-radius: 0;
  background-color: var(--c-background);
  transition: border-color 200ms ease;
  font-size: 1rem;
}
[data-am-inputtext] textarea:focus, [data-am-inputtext] input:focus {
  outline: none;
  border-color: var(--c-text);
}
[data-am-inputtext] textarea[disabled], [data-am-inputtext] input[disabled] {
  background-color: var(--c-accent);
}
[data-am-inputtext] textarea.input-validation-error, [data-am-inputtext] input.input-validation-error {
  border-color: #D93b2a;
}
[data-am-inputtext] input {
  height: 50px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
[data-am-inputtext] textarea {
  padding: 0.9375rem;
  min-height: 200px;
  resize: vertical;
}
[data-am-inputtext] textarea[disabled] {
  resize: none;
}
[data-am-inputtext] .input-spinner {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.9375rem;
}
[data-am-inputtext] .input-spinner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc((0.9375rem - 1px) * -1);
  left: -1.875rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--c-background) 40%);
}

[data-am-inputtext~=zip] {
  max-width: 100px;
}

[data-am-inputtext~=textarea-fixed] textarea {
  resize: none;
}

[data-am-inputtext~=textarea-thin] textarea {
  min-height: 140px;
}

.editContactInformation,
.bank_control {
  display: none;
}

[data-am-link] {
  color: var(--c-primary);
}
[data-am-link][disabled] {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: unset;
}
[data-am-link]:hover {
  text-decoration: underline;
  cursor: pointer;
}
[data-am-link].is-disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  text-decoration: none !important;
}
[data-am-link].is-disabled:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
[data-am-link][data-am-link~=underline]:hover {
  color: var(--c-link-underline-hover);
}

[data-am-link~=primary-color] {
  color: var(--c-link);
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
[data-am-link~=primary-color][data-am-link~=underline]:hover {
  color: var(--c-link-hover);
}
[data-am-link~=primary-color]:hover {
  color: var(--c-link-hover);
}

[data-am-link~=big] {
  font-size: 1.125rem;
}

[data-am-link~=small] {
  font-size: 0.875rem;
}

[data-am-link~=underline] {
  text-decoration: underline;
}
[data-am-link~=underline] span {
  text-decoration: underline;
}

[data-am-link~=no-decoration] {
  text-decoration: none;
}
[data-am-link~=no-decoration]:hover {
  text-decoration: none;
}

[data-am-link~=uppercase] {
  text-transform: uppercase;
}

[data-am-link~=bold] {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}

[data-am-link~=hover-primary]:hover {
  color: var(--c-primary);
}

[data-am-link~=icon], [data-am-link~=badge] {
  display: flex;
  align-items: center;
}

[data-am-link~=icon] img {
  margin-right: 0.5rem;
}

[data-am-link~=badge]::after {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 0.75rem;
  background: var(--c-alert-warning);
  margin-left: 0.5rem;
}

p a {
  color: var(--c-text);
  text-decoration: underline;
}

[data-am-list] {
  list-style: none;
  margin: 0;
  padding: 0;
}

[data-am-modal] {
  -webkit-animation: fadeIn 400ms ease;
  animation: fadeIn 400ms ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  z-index: 100;
  white-space: normal;
  text-align: left;
}
[data-am-modal] a {
  text-decoration: underline;
  color: var(--c-secondary);
}
[data-am-modal] .modal-container {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
[data-am-modal] .modal-center {
  display: table-cell;
  vertical-align: middle;
  padding: 1.875rem;
}
[data-am-modal] .modal-dialog {
  -webkit-animation: fadeInToTop 400ms ease;
  animation: fadeInToTop 400ms ease;
  position: relative;
  width: 100%;
  max-width: 630px;
  background-color: var(--c-background);
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
[data-am-modal] .modal-header {
  padding-right: 1.875rem;
  margin-bottom: 1.875rem;
}
[data-am-modal] .modal-header-2 {
  padding-right: 1.875rem;
  margin-bottom: 0.5rem;
}
[data-am-modal] .btn-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25rem;
  color: var(--c-primary-light);
  font-size: 2.3rem;
  transition: color 200ms ease;
}
[data-am-modal] .btn-close-modal:hover {
  color: var(--c-primary);
}
[data-am-modal] .modal-section-bottom {
  background-color: var(--c-accent);
  margin-bottom: -1.875rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding: 1.875rem;
}

[data-am-modal~=small] .modal-dialog {
  max-width: 380px;
}

[data-am-modal~=big] .modal-dialog {
  max-width: 711px;
}

[data-am-spinner] {
  height: 1.5rem;
  width: 1.5rem;
  animation: spinner_rotation 1.4s linear infinite;
}
@keyframes spinner_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-am-spinner] svg > circle {
  stroke: var(--c-primary);
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
  animation: spinner_circle 1.4s ease-in-out infinite;
}
@keyframes spinner_circle {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

[data-am-tooltip] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
[data-am-tooltip].is-open .ui-block {
  display: block;
}
[data-am-tooltip].is-open .tooltip {
  display: table;
}
[data-am-tooltip].is-open .tooltip-btn {
  color: var(--c-primary-hover);
  border-color: var(--c-primary-hover);
}
[data-am-tooltip] .tooltip-btn {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
  background-color: unset;
  color: var(--c-primary);
  font-size: 1.4rem;
  line-height: inherit;
  border-radius: 50%;
  transition: background-color 200ms ease;
  border: 2px solid var(--c-primary);
  top: -1px;
  left: 10px;
  cursor: pointer;
}
[data-am-tooltip] .tooltip-btn:hover {
  color: var(--c-primary-hover);
  border-color: var(--c-primary-hover);
}
[data-am-tooltip] .btn-icon {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.75em;
}
@-webkit-keyframes fadeInTooltip {
  0% {
    -webkit-transform: translateY(-0.9375rem) translateX(-50%);
    -moz-transform: translateY(-0.9375rem) translateX(-50%);
    -ms-transform: translateY(-0.9375rem) translateX(-50%);
    -o-transform: translateY(-0.9375rem) translateX(-50%);
    transform: translateY(-0.9375rem) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes fadeInTooltip {
  0% {
    -webkit-transform: translateY(-0.9375rem) translateX(-50%);
    -moz-transform: translateY(-0.9375rem) translateX(-50%);
    -ms-transform: translateY(-0.9375rem) translateX(-50%);
    -o-transform: translateY(-0.9375rem) translateX(-50%);
    transform: translateY(-0.9375rem) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
[data-am-tooltip] .tooltip {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: fadeInTooltip 200ms ease;
  animation: fadeInTooltip 200ms ease;
  position: absolute;
  display: none;
  top: calc(100% + 0.9375rem);
  left: 8px;
  width: 300px;
  max-width: 300px;
  max-height: 400px;
  background-color: var(--c-background-tooltip);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 0.9375rem 1.25rem;
  color: var(--c-text-light);
  z-index: 85;
  line-height: 1.6;
  font-size: 1rem;
  text-align: left;
  white-space: normal;
  overflow: auto;
}
[data-am-tooltip] .tooltip:before, [data-am-tooltip] .tooltip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 10px);
}
[data-am-tooltip] .tooltip:before {
  border: 12px solid rgba(255, 255, 255, 0);
  border-bottom-color: rgba(0, 0, 0, 0.05);
  margin-left: -2px;
}
[data-am-tooltip] .tooltip:after {
  border: 10px solid rgba(255, 255, 255, 0);
  border-bottom-color: var(--c-background-tooltip);
}
[data-am-tooltip] .tooltip.double-top {
  top: calc(100% + 1.875rem);
}
[data-am-tooltip] .tooltip-right {
  left: -130px;
}
[data-am-tooltip] .tooltip-left {
  left: 0;
  transform: none;
  animation: none;
}
[data-am-tooltip] .tooltip-content {
  padding-right: 0.9375rem;
  font-weight: 300;
  margin-top: 0.625rem;
}
[data-am-tooltip] .tooltip-content .title {
  margin: -0.9375rem -2.1875rem 0 -1.25rem;
  padding: 0.9375rem 2.1875rem 0.625rem 1.25rem;
  color: var(--c-text-light);
  background-color: var(--c-complement-1);
}
[data-am-tooltip] .tooltip-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem;
  color: var(--c-text-light);
  font-size: 1.25rem;
  line-height: 1;
  transition: color 200ms ease;
  cursor: pointer;
}
[data-am-tooltip] .tooltip-close-btn:hover {
  color: var(--c-text-light-hover);
}
[data-am-tooltip] .ui-block {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 82;
}
[data-am-tooltip] .m-t-mini {
  margin-top: 0;
}

[data-am-tooltip~=with-title] .tooltip:after {
  border-bottom-color: var(--c-complement-1);
}

[data-am-tooltip~=complement-1-color] .tooltip-btn {
  background-color: var(--c-complement-1);
  color: var(--c-text-on-primary-light);
  cursor: pointer;
}
[data-am-tooltip~=complement-1-color] .tooltip-btn:hover {
  background-color: var(--c-complement-1);
}

[data-am-tooltip~=light-color] .tooltip-btn {
  background-color: inherit;
  color: var(--c-border-tooltip);
}
[data-am-tooltip~=light-color] .tooltip-btn:hover {
  background-color: inherit;
}

[data-am-message-unread~=False] [name=unread],
[data-am-message-unread~=false] [name=unread] {
  display: none !important;
}

[data-am-table] {
  border: 1px solid var(--c-border);
}
[data-am-table] .table-container {
  overflow: hidden;
}
[data-am-table] .table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
[data-am-table] .th,
[data-am-table] .td {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-bottom: 1px solid var(--c-border);
  vertical-align: middle;
}
[data-am-table] .th:first-child,
[data-am-table] .td:first-child {
  padding-left: 1.25rem;
}
[data-am-table] .th:last-child,
[data-am-table] .td:last-child {
  padding-right: 1.25rem;
}
[data-am-table] .th.image-icon,
[data-am-table] .td.image-icon {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
[data-am-table] .th.image-icon img,
[data-am-table] .td.image-icon img {
  display: block;
}
[data-am-table] a.tr:hover {
  background-color: var(--c-background-hover);
}
[data-am-table] .th {
  padding-top: 0.47rem;
  padding-bottom: 0.47rem;
  color: var(--c-text-titles);
  font-size: 1rem;
  line-height: 2rem;
}
[data-am-table] .td {
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
  color: var(--c-text-titles);
}
[data-am-table] .row-heading {
  display: none;
}
[data-am-table] .row-heading + .td:first-child {
  padding-left: 0.625rem;
}
[data-am-table] .thead {
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}
[data-am-table] .last-column {
  text-align: right;
}
[data-am-table] .table-filter {
  display: block;
  width: 100%;
  text-align: left;
}
[data-am-table] .th,
[data-am-table] .td,
[data-am-table] .table-header {
  color: var(--c-text-tables);
}
[data-am-table] .tbody {
  background-color: var(--c-background);
}

.table-footer {
  padding: 0.47rem;
  text-align: center;
  line-height: 2rem;
}

[data-am-policy-document-item]:hover,
[data-am-insurance-claims-item]:hover {
  cursor: pointer;
}

[data-am-table] .table,
[data-am-table] .thead,
[data-am-table] .tbody {
  display: block;
}
[data-am-table] .tr {
  display: flex;
}
[data-am-table] .thead a:hover {
  cursor: default;
}

[data-am-table][data-am-policy-document-block] .th:first-child,
[data-am-table][data-am-policy-document-block] .td:first-child {
  width: 200px;
  min-width: 105px;
  max-width: 200px;
}
[data-am-table][data-am-policy-document-block] .th:last-child,
[data-am-table][data-am-policy-document-block] .td:last-child {
  text-align: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-am-insurance-claims-block] [data-am-table] .th:not(:first-child),
[data-am-insurance-claims-block] [data-am-table] .td:not(:first-child) {
  width: calc((100% - 50px) / 5);
}
[data-am-insurance-claims-block] [data-am-table] .th:first-child,
[data-am-insurance-claims-block] [data-am-table] .td:first-child {
  width: 60px;
}

[data-am-linklist] .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-am-linklist] .item-link {
  display: block;
  padding: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: var(--c-background);
  color: var(--c-text-lighten);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-am-linklist] .item-link:hover {
  background-color: var(--c-background-hover);
}
[data-am-linklist] a .item-link [data-am-columnrow] .column {
  cursor: pointer;
}

[data-am-linklist~=document] .item-link {
  position: relative;
  padding-left: 60px;
}
[data-am-linklist~=document] .document-icon-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
}
[data-am-linklist~=document] .document-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 0.9375rem;
}

[name~=notification-badge] {
  position: relative;
}

[notification-button] img {
  position: relative;
  top: 3px;
  max-width: 24px;
}
[notification-button] [messages-badge-title] {
  display: inline-block;
  color: var(--c-text-light);
}

.contactUs-card-container {
  padding: 0px 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 11.25rem;
  row-gap: 1.875rem;
}
.contactUs-card-container .contactUs-mainInfo-container {
  padding: 30px 0 0 0;
  margin-left: -30px;
}
.contactUs-card-container .contactUs-mainInfo-container .section-title {
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--c-text-titles);
  margin-bottom: 0.9375rem;
}
.contactUs-card-container .contactUs-mainInfo-container .section-content {
  font-size: 16px;
  color: var(--c-text);
  margin-right: 0.625rem;
}
.contactUs-card-container .contactUs-mainInfo-container .item-space {
  margin-bottom: 0.9375rem;
}
.contactUs-card-container .contactUs-mainInfo-container .contact-icon, .contactUs-card-container .contactUs-mainInfo-container .contact-icon + div {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.625rem;
}

[claims-content-container] {
  margin-top: 1.5rem;
}

.claim-container .single-claim-detail-row {
  overflow: hidden;
  height: 72px;
  color: var(--c-text-titles);
  max-width: 840px;
}
.claim-container .single-claim-detail-row-odd {
  background-color: var(--c-background);
  max-width: 840px;
}
.claim-container .single-claim-first-column {
  float: left;
  font-size: 16px;
  font-family: "Volvo Novum", sans-serif;
  padding-left: 24px;
  width: 210px;
  height: 72px;
  display: flex;
  align-items: center;
}
.claim-container .single-claim-second-column {
  font-size: 16px;
  color: var(--c-text-body);
  font-family: "Volvo Novum", sans-serif;
  overflow: hidden;
  overflow-wrap: anywhere;
  min-height: 72px;
  display: flex;
  align-items: center;
}
.claim-container .single-claim-header {
  color: var(--c-text-titles);
  font-size: 2rem;
}
.claim-container .single-claim-subheader {
  color: var(--c-text-helper);
  font-size: 1.5rem;
  padding-top: 7px;
}
.claim-container .backward-link {
  margin-top: 38px;
  margin-bottom: 30px;
}

.submit-claim-action {
  text-align: center;
  margin-top: 60px;
}
.submit-claim-action a {
  width: 100%;
  margin-top: 1.875rem;
}

.action-buttons {
  flex-wrap: wrap;
  display: flex;
}
.action-buttons .submit-claim-button {
  border-radius: 4px;
  background-color: var(--c-text-body);
}
.action-buttons .submit-claim-action {
  text-align: right;
  margin-bottom: 18px;
}
.action-buttons .searchbox-container {
  margin-bottom: 18px;
  overflow: auto;
  margin-left: 1.5rem;
}

[data-am-insurance-claims-block] [data-am-claims-no-items] {
  display: flex;
  align-items: center;
  background: var(--c-background-notification);
  justify-content: left;
  min-height: 72px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
[data-am-insurance-claims-block] [data-am-claims-no-items] p {
  margin: 0;
  padding-left: 0.625rem;
}
[data-am-insurance-claims-block] [data-am-claims-no-items]:before {
  position: relative;
  content: "\e001";
  font-family: "Material Icons";
  font-size: 22px;
  transform: rotate(180deg);
}

.checkboxRoot:hover {
  background-color: transparent;
}

.icon {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 1px var(--c-text-light-hover), inset 0 -1px 0 var(--c-text-light-hover);
  background-color: var(--c-background-page);
  background-image: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0.8), hsla(0deg, 0%, 100%, 0));
}
.checkboxRoot.Mui-focusVisible .icon {
  outline: 2px auto rgba(19, 124, 189, 0.6);
  outline-offset: 2px;
}
input:hover ~ .icon {
  background-color: var(--c-background-checkbox);
}
input:disabled ~ .icon {
  box-shadow: none;
  background: rgba(206, 217, 224, 0.5);
}

.checkedIcon {
  background-color: var(--c-primary);
  background-image: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0.1), hsla(0deg, 0%, 100%, 0));
}
.checkedIcon:before {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='%23fff'/%3E%3C/svg%3E");
  content: "";
}
input:hover ~ .checkedIcon {
  background-color: var(--c-primary);
}

.indeterminateIcon {
  background-color: var(--c-primary);
  background-image: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0.1), hsla(0deg, 0%, 100%, 0));
  border-radius: 4px;
}
.indeterminateIcon:before {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 13H5v-2h14v2z' fill='%23fff'/%3E%3C/svg%3E");
  content: "";
}
.indeterminateIcon input:hover {
  background-color: var(--c-primary);
}

.table-actions {
  background-color: var(--c-background-page);
  overflow-x: hidden;
  z-index: 2;
  padding-top: 5px;
}
.table-actions > .first-line .action-buttons {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 288px;
}
.table-actions .MuiButtonBase-root {
  border-radius: 4px;
  padding: 6px 16px;
  box-shadow: none;
}
.table-actions .MuiButtonBase-root.filterButton {
  color: var(--c-primary);
  background-color: #FFFFFF;
  min-width: 104px;
  height: 48px;
  border: 1px solid var(--c-primary);
  margin-right: 16px;
  font-family: "NouvelR";
  display: flex;
  flex-wrap: wrap;
  height: 48px;
  white-space: normal;
  line-height: 1.5;
}
@media (hover: hover) {
  .table-actions .MuiButtonBase-root.filterButton:hover {
    box-shadow: none;
    border-width: 2px;
  }
}
.table-actions .MuiButtonBase-root.filterButton:active {
  border: 2px solid var(--c-button-secondary-active);
  color: var(--c-button-secondary-active);
}
.table-actions .MuiButtonBase-root.sortButton {
  color: var(--c-primary);
  background-color: #FFFFFF;
  min-width: 90px;
  height: 48px;
  border: 1px solid var(--c-primary);
  margin-right: 16px;
  font-family: "NouvelR";
  display: flex;
  flex-wrap: wrap;
  height: auto;
  white-space: normal;
  line-height: 1.5;
}
@media (hover: hover) {
  .table-actions .MuiButtonBase-root.sortButton:hover {
    box-shadow: none;
    border-width: 2px;
  }
}
.table-actions .MuiButtonBase-root.sortButton:active {
  border: 2px solid var(--c-button-secondary-active);
  color: var(--c-button-secondary-active);
}
.table-actions .MuiButtonBase-root.exportButton {
  color: var(--c-primary);
  background-color: #FFFFFF;
  min-width: 114px;
  height: 48px;
  border: 1px solid var(--c-primary);
  margin-left: auto;
  font-family: "NouvelR";
  display: flex;
  flex-wrap: wrap;
  height: auto;
  white-space: normal;
  line-height: 1.5;
}
@media (hover: hover) {
  .table-actions .MuiButtonBase-root.exportButton:hover {
    box-shadow: none;
    border-width: 2px;
  }
}
.table-actions .MuiButtonBase-root.exportButton .export-icon {
  content: url("/assets/images/export.svg");
}
.table-actions .MuiButtonBase-root.exportButton .MuiIcon-root {
  height: unset;
}
.table-actions .MuiButtonBase-root.exportButton:active {
  border: 2px solid var(--c-button-secondary-active);
  color: var(--c-button-secondary-active);
}
.table-actions .MuiButtonBase-root.exportButton .MuiButton-endIcon {
  display: block;
  margin-top: -2px;
}
.table-actions > .selectedCriteria {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  list-style: none;
}
.table-actions .MuiBox-root.chips {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 24px;
  margin-top: 0px;
}
.table-actions .MuiBox-root.chips > .chipLi {
  margin-bottom: 8px;
}
.table-actions .MuiBox-root.chips > .chipLi > .MuiChip-root.chip {
  margin-right: 10px;
  border-radius: 6px;
  background-color: var(--c-background-chip);
  border: 1px solid var(--c-border);
}
.table-actions .MuiBox-root.chips > .clearButton {
  color: var(--c-primary);
  font-size: 12px;
  height: 32px;
}
.table-actions .MuiBox-root.chips > .clearButton > .closeIcon {
  margin-right: -6px;
}
.table-actions .MuiButton-root {
  text-transform: none;
}

.dateFilterLabel {
  padding-top: 20px;
  width: 50px;
}

.datatableFooter {
  flex-shrink: 0;
}
.datatableFooter > .MuiToolbar-root {
  justify-content: center;
  padding-left: 0px;
  flex-wrap: wrap;
  line-height: 46px;
}
.datatableFooter > .MuiToolbar-root > .MuiTypography-root, .datatableFooter > .MuiToolbar-root .MuiSelect-root {
  font-family: "Volvo Novum", sans-serif;
  font-size: 12pt;
}
.datatableFooter > .MuiToolbar-root > .MuiTablePagination-spacer {
  display: none;
}
.datatableFooter .datatablePagination {
  flex-shrink: 0;
  margin-left: 16px;
  margin-top: -2px;
}
.datatableFooter .datatablePagination > .MuiButtonBase-root {
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background-color: var(--c-primary);
  color: var(--c-text-light);
}
.datatableFooter .datatablePagination > .MuiButtonBase-root + .MuiButtonBase-root {
  margin-left: 24px;
}
.datatableFooter .datatablePagination > .Mui-disabled {
  background-color: var(--c-background-pagination);
}

.paper {
  width: 100%;
  margin-bottom: 16px;
}

.datatable {
  table-layout: fixed;
}
.datatable > .MuiTableHead-root {
  border: 1px solid #FFFFFF;
}
.datatable > .MuiTableBody-root tr:first-child {
  border-top: 1px solid var(--c-border-datatable);
}

.visuallyHidden {
  border: 0px;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  top: 20px;
  width: 1px;
}

.datatableContainer.headerContainer {
  overflow-x: hidden;
}

.datatableHeader > .MuiTableCell-root {
  border-bottom: unset;
}
.datatableHeader > .selectAllColumn {
  padding: 2px 0 0 0;
  text-align: right;
  font-family: "Volvo Novum", sans-serif;
  font-weight: normal;
}

.datatableHeaderLabel, .datatableHeaderLabelUnsorted {
  font-family: "Volvo Novum", sans-serif;
  font-size: 12pt;
}

.datatableHeaderLabelUnsorted {
  display: inline-flex;
  align-items: center;
  flex-direction: inherit;
  justify-content: flex-start;
}

.datatableHeaderSelectAll .MuiFormControlLabel-labelPlacementStart {
  margin-left: 4px;
}
.datatableHeaderSelectAll .MuiIconButton-edgeStart {
  margin-left: 4px;
}

.datatableHeaderSelectAllMobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 26px;
}
.datatableHeaderSelectAllMobile > span {
  padding-right: 12px;
}
.datatableHeaderSelectAllMobile .MuiIconButton-edgeStart {
  margin-left: 0px;
}

.noDataMessage {
  height: 72px;
  width: 100%;
  background-color: var(--c-background-notification);
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal 16px/24px Volvo Novum, Sans-serif;
  font-family: sans-serif;
  border-top: 1px solid #FFFFFF;
}

.scroller {
  overflow: auto;
  overflow-x: hidden;
  display: flex;
}

.stickyHeader {
  top: 0px;
  position: sticky;
  background-color: var(--c-background-page);
  overflow-x: hidden;
  z-index: 2;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.mybusiness .MuiTableCell-root {
  font-size: 1rem;
}
.mybusiness [is-mobile~=false] .MuiTableRow-root.tableRowExpanded .MuiTableCell-root {
  padding: 0;
}

.MuiTableRow-root.tableRow {
  background-color: var(--c-background-row);
  border-top: 1px solid var(--c-border-datatable);
  vertical-align: baseline;
}
.MuiTableRow-root.tableRow div {
  padding-left: 14px;
}
.MuiTableRow-root.tableRow > .MuiTableCell-root {
  border-bottom: unset;
  line-height: 35px;
  font-size: 12pt;
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}
.MuiTableRow-root.tableRow > .MuiTableCell-root > a {
  color: var(--c-primary);
  text-decoration: underline;
}
.MuiTableRow-root.tableRow > .MuiTableCell-root > .hasTooltip {
  display: inline-flex;
  align-items: center;
  word-break: break-word;
}
.MuiTableRow-root.tableRow > .MuiTableCell-root > span[data-status] {
  padding: 6px 12px;
  border-radius: 0px;
}
.MuiTableRow-root.tableRow > .MuiTableCell-root > span[data-status=Active] {
  color: var(--c-text-status-active);
  background-color: var(--c-background-status-active);
}
.MuiTableRow-root.tableRow > .MuiTableCell-root > span[data-status=Cancel] {
  color: var(--c-text-status-cancel);
  background-color: var(--c-background-status-cancel);
}
.MuiTableRow-root.tableRow > .MuiTableCell-root > span[data-status=Pending] {
  color: var(--c-text-status-pending);
  background-color: var(--c-background-status-pending);
}
.MuiTableRow-root.tableRow.Mui-selected, .MuiTableRow-root.tableRow.Mui-selected:hover {
  background-color: var(--c-background-row);
  border: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRow.Mui-selected > .MuiTableCell-root, .MuiTableRow-root.tableRow.Mui-selected:hover > .MuiTableCell-root {
  color: var(--c-text-body-row);
  border-bottom: 1px solid var(--c-primary);
  border-top: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRow.Mui-selected > .MuiTableCell-root:first-of-type, .MuiTableRow-root.tableRow.Mui-selected:hover > .MuiTableCell-root:first-of-type {
  border-left: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRow.Mui-selected > .MuiTableCell-root:last-of-type, .MuiTableRow-root.tableRow.Mui-selected:hover > .MuiTableCell-root:last-of-type {
  border-right: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRow td:first-of-type {
  border-left: 1px solid var(--c-border-datatable);
}
.MuiTableRow-root.tableRow td:last-of-type {
  border-right: 1px solid var(--c-border-datatable);
}
.MuiTableRow-root.tableRow .viewLink {
  text-align: center;
}

.MuiTableRow-root.tableRowExpandable {
  border-top: 1px solid var(--c-border-datatable);
  background-color: var(--c-background-row);
}
.MuiTableRow-root.tableRowExpandable.expanded, .MuiTableRow-root.tableRowExpandable.expanded:hover {
  background-color: var(--c-background-row-expanded);
  border-bottom: unset;
}
.MuiTableRow-root.tableRowExpandable.selected.expanded, .MuiTableRow-root.tableRowExpandable.selected.expanded:hover {
  border-bottom: unset;
  border-top: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRowExpandable.selected, .MuiTableRow-root.tableRowExpandable.selected:hover {
  background-color: var(--c-background-row-expanded);
  border-bottom: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRowExpandable.selected > .MuiTableCell-root, .MuiTableRow-root.tableRowExpandable.selected:hover > .MuiTableCell-root {
  color: var(--c-text-body-row);
  border-bottom: unset;
  border-top: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRowExpandable.selected > .MuiTableCell-root:link, .MuiTableRow-root.tableRowExpandable.selected:hover > .MuiTableCell-root:link {
  color: var(--c-primary);
  text-decoration: underline;
}
.MuiTableRow-root.tableRowExpandable.selected > .MuiTableCell-root:first-of-type, .MuiTableRow-root.tableRowExpandable.selected:hover > .MuiTableCell-root:first-of-type {
  border-left: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRowExpandable.selected > .MuiTableCell-root:last-of-type, .MuiTableRow-root.tableRowExpandable.selected:hover > .MuiTableCell-root:last-of-type {
  border-right: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRowExpandable td:first-of-type {
  border-left: 1px solid var(--c-border-datatable);
}
.MuiTableRow-root.tableRowExpandable td:last-of-type {
  border-right: 1px solid var(--c-border-datatable);
}
.MuiTableRow-root.tableRowExpandable > * {
  border-bottom: unset;
}
.MuiTableRow-root.tableRowExpandable .expandAction {
  text-align: right;
  color: var(--c-primary);
  width: 5%;
}
.MuiTableRow-root.tableRowExpandable .expandAction > span {
  cursor: pointer;
}
.MuiTableRow-root.tableRowExpandable .expandAction > .MuiButtonBase-root {
  color: var(--c-primary);
}

.MuiTableRow-root.tableRowExpandedDetails {
  background-color: var(--c-background-row-expanded);
  visibility: collapse;
  display: none;
}
.MuiTableRow-root.tableRowExpandedDetails > .MuiTableCell-root {
  border-bottom: unset;
}
.MuiTableRow-root.tableRowExpandedDetails.selected.expanded td, .MuiTableRow-root.tableRowExpandedDetails.selected.expanded:hover td {
  border-bottom: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRowExpandedDetails.expanded {
  visibility: unset;
  display: table-row;
}
.MuiTableRow-root.tableRowExpandedDetails.selected > .MuiTableCell-root {
  color: var(--c-text-body-row);
}
.MuiTableRow-root.tableRowExpandedDetails.selected > .MuiTableCell-root:first-of-type {
  border-left: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRowExpandedDetails.selected > .MuiTableCell-root:last-of-type {
  border-right: 1px solid var(--c-primary);
}
.MuiTableRow-root.tableRowExpandedDetails > .replyButton {
  padding: 10px 0 0 10px;
}
.MuiTableRow-root.tableRowExpandedDetails .card-fields {
  display: inline-block;
  max-width: 100%;
  padding: 20px 16px 15px 16px;
}
.MuiTableRow-root.tableRowExpandedDetails .card-fields.row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
}
.MuiTableRow-root.tableRowExpandedDetails .card-field {
  float: left;
  margin-right: 16px;
  display: flex;
  line-height: 52px;
  max-width: 100%;
}
.MuiTableRow-root.tableRowExpandedDetails .card-fieldName {
  font-weight: bold;
  font-size: 16px;
  color: var(--c-text-titles);
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.MuiTableRow-root.tableRowExpandedDetails .card-fieldValue {
  font-size: 16px;
  color: var(--c-text-titles);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MuiTableRow-root.tableRowExpandedDetails .card-fieldValue.link {
  color: var(--c-primary);
  text-decoration: underline;
}
.MuiTableRow-root.tableRowExpandedDetails td:first-of-type {
  border-left: 1px solid var(--c-border-datatable);
}
.MuiTableRow-root.tableRowExpandedDetails td:last-of-type {
  border-right: 1px solid var(--c-border-datatable);
}

.selectRowCheckbox {
  padding-left: 14px;
}

.table-card-header {
  background-color: var(--c-background);
  display: flex;
  align-items: center;
  height: 72px;
  border-top: 1px solid var(--c-border);
  border-left: 1px solid var(--c-border);
  border-right: 1px solid var(--c-border);
  color: var(--c-text-body);
}
.table-card-header.selected {
  border-top: 1px solid var(--c-primary);
  border-left: 1px solid var(--c-primary);
  border-right: 1px solid var(--c-primary);
}
.table-card-header.MuiTableRow-root.MuiTableRow-hover:hover {
  background-color: var(--c-background);
}
.table-card-header > .MuiTableCell-root {
  border-bottom: unset;
  line-height: 35px;
  font-family: Volvo Novum, sans-serif;
  font-size: 12pt;
}
.table-card-header > * {
  border-bottom: unset;
}
.table-card-header .expandAction {
  text-align: left;
  color: var(--c-primary);
  width: 10%;
  padding-left: 10px;
  margin-right: 10px;
}
.table-card-header .expandAction > span {
  cursor: pointer;
}
.table-card-header .expandAction > .MuiButtonBase-root {
  color: var(--c-primary);
}
.table-card-header .expandAction.MuiTableCell-root {
  padding-left: 10px;
}
.table-card-header .MuiBox-root > a {
  color: var(--c-primary);
  text-decoration: underline;
}

.table-card-content {
  background-color: var(--c-background);
  border-bottom: 1px solid var(--c-border);
  border-left: 1px solid var(--c-border);
  border-right: 1px solid var(--c-border);
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 10px;
}
.table-card-content .card-fields {
  display: inline-block;
  max-width: 100%;
}
.table-card-content .card-fields.row {
  display: flex;
  padding-top: 0px;
  flex-wrap: wrap;
}
.table-card-content .card-fields.row.last {
  padding-bottom: 1.5rem;
}
.table-card-content .card-field {
  float: left;
  margin-right: 16px;
  display: flex;
  line-height: 52px;
  max-width: 100%;
}
.table-card-content .card-fieldName {
  font-weight: bold;
  font-size: 16px;
  color: var(--c-text-titles);
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.table-card-content .card-fieldValue {
  font-size: 16px;
  color: var(--c-text-titles);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-card-content .viewLink {
  text-align: center;
  margin-bottom: 26px;
}
.table-card-content .viewLink a {
  color: var(--c-primary);
  text-decoration: underline;
  font-size: 16px;
}
.table-card-content.selected {
  border-left: 1px solid var(--c-primary);
  border-right: 1px solid var(--c-primary);
  border-bottom: 1px solid var(--c-primary);
}

.selectRowCheckbox {
  padding-left: 14px;
}

.filter {
  vertical-align: top;
  border-bottom: unset;
  background-color: var(--c-background-chip);
}
.filter > * {
  border-bottom: unset;
}
.filter.MuiTableRow-root {
  vertical-align: top;
}
.filter > .MuiTableCell-root {
  border-bottom: unset;
}
.filter .MuiListItem-gutters {
  padding-left: 3px;
}
.filter .MuiTextField-root {
  padding-left: 30px;
}
.filter .filterDate .MuiTableCell-head {
  padding-right: 0px;
}
.filter .filterDate .MuiInput-input {
  min-width: 84px;
}
.filter .filterDate .MuiInput-underline:after {
  border-bottom-color: var(--c-primary);
}
.filter .filterDate .MuiFormControl-marginNormal {
  margin-top: 10px;
}
.filter span {
  font-family: Volvo Novum, sans-serif;
  font-size: 16px;
}
.filter.expanded {
  border-bottom: unset;
  background-color: var(--c-background-chip);
  border-top: 1px solid var(--c-border-datatable);
}

.MuiButtonBase-root.MuiIconButton-root.MuiPickersDay-day.MuiPickersDay-daySelected {
  background-color: var(--c-primary);
}

.datatable-filter-mobile-root {
  margin-left: -20px;
  margin-right: -20px;
}
.datatable-filter-mobile-root .accordion-item {
  border-top: 1px solid var(--c-text-menu);
  border-left: 1px solid var(--c-text-menu);
  border-right: 1px solid var(--c-text-menu);
  margin: unset;
}
.datatable-filter-mobile-root .accordion-item:last-of-type {
  margin-bottom: 10px;
}
.datatable-filter-mobile-root .accordion-item:not(last-child) {
  border-bottom: 0;
}
.datatable-filter-mobile-root .accordion-item:last-child {
  border-bottom: 1px solid var(--c-text-menu);
}
.datatable-filter-mobile-root .accordion-item:before {
  display: none;
}
.datatable-filter-mobile-root .accordion-item:expanded {
  margin: auto;
}
.datatable-filter-mobile-root .accordion-item .accordion-header {
  background-color: var(--c-background-filter-mobile);
  min-height: 72px;
}
.datatable-filter-mobile-root .accordion-item .accordion-header p {
  font-size: 16px;
  color: var(--c-text-titles);
  font-family: "Volvo Novum", sans-serif;
}
.datatable-filter-mobile-root .accordion-item .MuiAccordionSummary-content.Mui-expanded {
  margin: unset;
}
.datatable-filter-mobile-root .accordion-item .MuiAccordionSummary-root {
  padding-left: 20px;
}
.datatable-filter-mobile-root .accordion-item .MuiAccordionSummary-root.Mui-expanded {
  min-height: 72px;
}
.datatable-filter-mobile-root .accordion-item .MuiCollapse-container {
  background-color: var(--c-background-filter-mobile);
}
.datatable-filter-mobile-root .accordion-item .MuiIconButton-root {
  margin-right: 6px;
}
.datatable-filter-mobile-root .accordion-item .MuiCheckbox-root {
  margin-right: 0px;
}
.datatable-filter-mobile-root .accordion-item .MuiTypography-root {
  padding-top: 3px;
}
.datatable-filter-mobile-root .accordion-item .MuiAccordionDetails-root {
  padding: 8px 16px 16px 24px;
}
.datatable-filter-mobile-root .accordion-item .MuiAccordionDetails-root .MuiListItemText-root {
  margin-top: 0px;
}
.datatable-filter-mobile-root .accordion-item .MuiAccordionDetails-root span {
  font-size: 16px;
  color: var(--c-text-titles);
  font-family: "Volvo Novum", sans-serif;
}
.datatable-filter-mobile-root .accordion-item .MuiAccordionDetails-root .MuiListItem-gutters {
  padding-left: 4px;
}
.datatable-filter-mobile-root .accordion-item.MuiAccordion-root.Mui-expanded {
  margin: unset;
}
.datatable-filter-mobile-root .accordion-item.MuiAccordion-root.Mui-expanded:last-of-type {
  margin-bottom: 10px;
}
.datatable-filter-mobile-root .accordion-item .MuiTextField-root {
  padding-left: 12px;
  margin-top: 10px;
}
.datatable-filter-mobile-root .accordion-item.MuiPaper-elevation1 {
  box-shadow: none;
}
.datatable-filter-mobile-root .accordion-item .accordion-details:last-of-type {
  margin-bottom: 10px;
}

.datatable-header-mobile {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid var(--c-text-menu);
}
.datatable-header-mobile .column {
  height: 72px;
  background-color: var(--c-background-filter-mobile);
  color: var(--c-text-body);
  font-size: 16px;
  padding-left: 20px;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: 1px solid var(--c-text-menu);
  display: flex;
  align-items: center;
}
.datatable-header-mobile .column .column-name {
  margin-right: 5px;
}
.datatable-header-mobile .column .sort-icon {
  color: var(--c-primary);
}
.datatable-header-mobile .column .sort-icon .sort-renderer {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
}
.datatable-header-mobile .column:last-of-type {
  margin-bottom: 10px;
}

.helpIcon {
  margin-left: 4px;
  color: var(--c-primary);
}

.MuiTooltip-tooltip.helpIconTooltip {
  background-color: var(--c-link-hover);
  color: var(--c-text-tooltip);
  max-width: 230px;
  font-family: "Volvo Novum", sans-serif;
  font-size: 16px;
  padding: 12px 15px 12px 15px;
  font-weight: 100;
  margin-top: 5px;
  line-height: 22px;
}
.MuiTooltip-tooltip.helpIconTooltip > .MuiTooltip-tooltipPlacementBottom {
  margin: 5px 0;
}

.helpIconTooltipIcon {
  margin-left: 5px;
}

.expandMessageRenderer .messagesRoot {
  padding-top: 0px;
  padding-bottom: 28px;
}
.expandMessageRenderer .messagesRoot > .messageItem {
  padding: 23px 0 0 12px;
  font-size: 12pt;
}
.expandMessageRenderer .messagesRoot > .messageItem > .MuiFormControl-root > .MuiOutlinedInput-root {
  border-radius: 4px;
}
.expandMessageRenderer .messagesRoot > .messageItem > .MuiFormControl-root > .MuiOutlinedInput-root > .Mui-focused, .expandMessageRenderer .messagesRoot > .messageItem > .MuiFormControl-root > .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
  border: 1px solid var(--c-border-messages);
}
.expandMessageRenderer .messagesRoot > .messageItem > .messageItemContent {
  background-color: var(--c-background-page);
  width: 100%;
}
.expandMessageRenderer .messagesRoot > .messageItem > .messageItemContent .MuiOutlinedInput-multiline {
  padding: 24px 28px 24px 28px;
  line-height: 26px;
  font-family: "Volvo Novum", sans-serif;
}
.expandMessageRenderer .messagesRoot > .messageItem > .messageItemHeader {
  margin-bottom: 5px;
  font-family: "Volvo Novum", sans-serif;
}
.expandMessageRenderer > .newMessageBox {
  width: 100%;
  padding: 23px 0 0 12px;
}
.expandMessageRenderer > .newMessageBox > .MuiTextField-root {
  width: 100%;
}
.expandMessageRenderer > .newMessageBox > .MuiTextField-root > .MuiOutlinedInput-multiline {
  background-color: var(--c-background-page);
  min-height: 98px;
  padding: 24px 28px 24px 28px;
  line-height: 26px;
}
.expandMessageRenderer > .newMessageBox > .MuiTextField-root > .MuiOutlinedInput-multiline textarea {
  font-size: 16px;
}
.expandMessageRenderer > .newMessageBox > .MuiTextField-root > .MuiOutlinedInput-multiline > .Mui-focused, .expandMessageRenderer > .newMessageBox > .MuiTextField-root > .MuiOutlinedInput-multiline .MuiOutlinedInput-notchedOutline {
  border: 1px solid var(--c-primary);
}
.expandMessageRenderer .actionButtons {
  padding: 19px 0 49px 12px;
}
.expandMessageRenderer .actionButtons > .replyButton.MuiButtonBase-root, .expandMessageRenderer .actionButtons .sendButton.MuiButtonBase-root {
  color: white;
  background-color: var(--c-primary);
  min-width: 104px;
  height: 48px;
  text-transform: none;
}
.expandMessageRenderer .actionButtons > .replyButton.MuiButtonBase-root:hover, .expandMessageRenderer .actionButtons .sendButton.MuiButtonBase-root:hover {
  background-color: var(--c-link-hover);
}
.expandMessageRenderer .actionButtons .cancelButton.MuiButtonBase-root {
  color: var(--c-primary);
  margin-left: 16px;
  text-transform: unset;
}

.newMessageDialog [data-am-inputtext] textarea {
  font-size: 16px;
}

.messageSentConfirmationDialog .MuiBackdrop-root {
  background-color: rgba(0, 0, 0, 0.2);
}
.messageSentConfirmationDialog .MuiDialog-paper {
  width: 711px;
  max-width: 711px;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: var(--c-background);
}
.messageSentConfirmationDialog .header {
  padding: 6px 6px 0px 0;
  text-align: right;
}
.messageSentConfirmationDialog .header .MuiSvgIcon-root {
  font-size: 30px;
}
.messageSentConfirmationDialog .btn-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25rem;
  color: var(--c-primary-light);
  font-size: 2.3rem;
  transition: color 200ms ease;
}
.messageSentConfirmationDialog .title {
  text-align: center;
  font-size: 32px;
  font-family: "Volvo Novum", sans-serif;
  color: var(--c-text-body);
  padding-top: 50px;
  font-weight: 700;
}
.messageSentConfirmationDialog .title.MuiTypography-root {
  padding-top: 65px;
}
.messageSentConfirmationDialog .content {
  text-align: center;
  color: var(--c-text-body);
  padding-top: 16px;
  font-size: 20px;
  font-family: "Volvo Novum", sans-serif;
}
.messageSentConfirmationDialog .continueButton {
  color: var(--c-text-light);
  background-color: var(--c-primary);
  min-width: 137px;
  height: 48px;
  border-radius: 4px;
}
.messageSentConfirmationDialog .continueButton:hover {
  background-color: var(--c-link-hover);
}
.messageSentConfirmationDialog .actionButtons, .messageSentConfirmationDialog .MuiDialogActions-root {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 35px;
  margin-top: 50px;
}
.messageSentConfirmationDialog .actionButtons .continueButton, .messageSentConfirmationDialog .MuiDialogActions-root .continueButton {
  color: var(--c-text-light);
  background-color: var(--c-primary);
  min-width: 137px;
  height: 48px;
  border-radius: 4px;
}
.messageSentConfirmationDialog .actionButtons .continueButton:hover, .messageSentConfirmationDialog .MuiDialogActions-root .continueButton:hover {
  background-color: var(--c-link-hover);
}
.messageSentConfirmationDialog .MuiDialogActions-root {
  padding-bottom: 70px;
  margin-top: 25px;
}

.notificationAreaRoot {
  height: 72px;
  max-width: 607px;
  background-color: var(--c-background-notification);
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin-bottom: 42px;
}
.notificationAreaRoot > .notificationText {
  padding-left: 16px;
  color: #333;
  font-size: 12pt;
}
.notificationAreaRoot > .notificationText a {
  text-decoration: underline;
}

.searchAutocomplete {
  display: flex;
  justify-content: flex-end;
}
.searchAutocomplete .searchIconBox {
  width: 40px;
  float: right;
  color: var(--c-text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 4px 4px 0px;
  border-color: var(--c-border-search);
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  padding-right: 8px;
}
.searchAutocomplete .searchIconBox .searchIcon {
  color: var(--c-border-search);
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchAutocomplete .searchAutocompleteInput {
  width: 100%;
}
.searchAutocomplete .searchAutocompleteInput input {
  font-size: 16px;
}
.searchAutocomplete .searchAutocompleteInput .MuiInputBase-input {
  height: 10px;
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root > .MuiInputLabel-root {
  font-family: "NouvelR";
  font-size: 16px;
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root > .MuiInputLabel-outlined {
  margin-top: -5px;
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root > .MuiOutlinedInput-root {
  border-radius: 4px 0px 0px 4px;
  font-family: "NouvelR";
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root > .MuiOutlinedInput-root > .Mui-focused, .searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root > .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
  border-color: var(--c-border-search);
  border-width: 1px 0px 1px 1px;
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root > .MuiFormLabel-root.Mui-focused {
  color: var(--c-text-tables);
  margin-top: 0px;
}
.searchAutocomplete .MuiAutocomplete-popper .MuiAutocomplete-paper {
  font-family: "NouvelR";
  font-size: 16px;
}

.searchPlain {
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
  height: 48px;
  min-width: 150px;
  float: left;
  margin-bottom: 24px;
}
.searchPlain .searchPlainInput {
  width: 100%;
}
.searchPlain .searchPlainInput .Mui-focused, .searchPlain .searchPlainInput .MuiOutlinedInput-notchedOutline {
  border-color: var(--c-border-search);
  border-width: 1px 0px 1px 1px;
}
.searchPlain .searchPlainInput label.MuiInputLabel-outlined {
  margin-top: -4px;
}
.searchPlain .searchPlainInput label.MuiInputLabel-outlined.Mui-focused, .searchPlain .searchPlainInput label.MuiInputLabel-outlined.MuiFormLabel-filled {
  margin-top: 0px;
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root {
  height: 48px;
  border-radius: 4px 0px 0px 4px;
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root > .Mui-focused, .searchPlain .searchPlainInput > .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
  border-color: var(--c-border-search);
  border-width: 1px 0px 1px 1px;
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root input {
  padding: 14px 14px;
  max-width: 300px;
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root.Mui-focused fieldset {
  border-color: var(--c-border-search);
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root:hover fieldset {
  border-color: var(--c-border-search);
}
.searchPlain .searchPlainInput > .MuiFormLabel-root.Mui-focused {
  color: var(--c-text-tables);
}
.searchPlain .searchIconBox {
  width: 40px;
  float: right;
  color: var(--c-text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 4px 4px 0px;
  border-color: var(--c-border-search);
  border-width: 1px 1px 1px 0px;
  border-style: solid;
}
.searchPlain .searchIconBox .searchIcon {
  color: var(--c-border-search);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataLoadingSpinner {
  display: flex;
  justify-content: center;
  height: 200px;
  width: 100%;
  padding-top: 50px;
}
.dataLoadingSpinner .MuiCircularProgress-colorPrimary {
  color: var(--c-text);
}
.dataLoadingSpinner .MuiCircularProgress-root {
  height: 60px !important;
  width: 60px !important;
}
.dataLoadingSpinner label {
  padding: 17px 0 0 20px;
}

.mybusiness span.MuiSwitch-root {
  width: 3rem;
  height: 1.5rem;
  padding: 0;
  margin-left: 0.75rem;
}
.mybusiness span.MuiSwitch-root span.MuiSwitch-switchBase.MuiSwitch-colorSecondary {
  padding: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.mybusiness span.MuiSwitch-root span.MuiSwitch-switchBase.MuiSwitch-colorSecondary .MuiIconButton-label {
  width: 100%;
  height: 100%;
}
.mybusiness span.MuiSwitch-root span.MuiSwitch-switchBase.MuiSwitch-colorSecondary .MuiIconButton-label .MuiSwitch-thumb {
  width: 100%;
  height: 100%;
  border: 1px solid var(--c-switch-inactive-bg);
}
.mybusiness span.MuiSwitch-root span.MuiSwitch-switchBase.MuiSwitch-colorSecondary.Mui-checked {
  transform: translateX(1.5rem);
  color: var(--c-text-on-primary);
}
.mybusiness span.MuiSwitch-root span.MuiSwitch-switchBase.MuiSwitch-colorSecondary.Mui-checked .MuiSwitch-thumb {
  border-color: var(--c-primary);
}
.mybusiness span.MuiSwitch-root span.MuiSwitch-switchBase.MuiSwitch-colorSecondary.Mui-checked + .MuiSwitch-track {
  background-color: var(--c-primary);
}
.mybusiness span.MuiSwitch-root .MuiSwitch-track {
  border-radius: 0.75rem;
  background-color: var(--c-switch-inactive-bg);
  opacity: 1;
}
.mybusiness span.MuiSwitch-root + .MuiFormControlLabel-label {
  padding-left: 0.75rem;
}

[generic-search] .MuiInputBase-root.MuiOutlinedInput-root input.MuiInputBase-input {
  height: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
[generic-search] .MuiInputBase-root.MuiOutlinedInput-root .MuiInputAdornment-root {
  opacity: 0.3;
}

[data-am-dialog] .MuiDialogTitle-root {
  background: var(--c-background-row);
  min-width: 20.5rem;
}
[data-am-dialog] .content-text {
  max-width: 20.5rem;
  text-align: center;
}
[data-am-dialog] .close-button {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
}

[coverages-container] hr {
  margin-bottom: 1.875rem;
  background-color: var(--c-separator);
}
[coverages-container] [single-insurance-coverage] {
  margin-bottom: 1.25rem;
  background-color: var(--c-background);
  color: var(--c-text-body);
}
[coverages-container] [single-insurance-coverage].excluded {
  background-color: unset;
}
[coverages-container] [included-coverages] [single-insurance-coverage]:last-of-type {
  margin-bottom: 1.875rem;
}
[coverages-container] [coverage-header] {
  display: block;
  width: 100%;
  border: 1px solid var(--c-border);
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
[coverages-container] [coverage-header] .coverage-includance {
  display: flex;
  align-items: center;
  padding-bottom: 0.625rem;
}
[coverages-container] [coverage-header] .coverage-includance .includance-text {
  padding-left: 1.25rem;
}
[coverages-container] [coverage-header] .coverage-title {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 0.625rem;
}
[coverages-container] [button-container] {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  color: var(--c-primary);
}
[coverages-container] [button-container] a:hover {
  cursor: pointer;
}
[coverages-container] [button-container] a::after {
  font-family: "Material Icons", sans-serif;
  font-size: 28px;
  color: var(--c-link);
  position: relative;
  top: 8px;
}
[coverages-container] [button-container] a#expand_button {
  text-decoration: unset;
}
[coverages-container] [button-container] a#expand_button::after {
  content: "\e145";
}
[coverages-container] [button-container] a#collapse_button {
  text-decoration: unset;
}
[coverages-container] [button-container] a#collapse_button::after {
  content: "\e5cd";
}
[coverages-container] [button-container] .expandable-button {
  position: relative;
  top: 5px;
}
[coverages-container] [coverage-expandable] {
  padding: 1.875rem;
  border: 1px solid var(--c-border);
  border-top: none;
}
[coverages-container] .description {
  padding-bottom: 1.25rem;
}
[coverages-container] .deductables {
  display: flex;
  flex-wrap: wrap;
  line-height: 36px;
  margin-right: -1.875rem;
}
[coverages-container] .deductables .col {
  padding-right: 1.875rem;
}
[coverages-container] .selfrisk {
  padding-right: 1.875rem;
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}
[coverages-container] .title,
[coverages-container] .includance,
[coverages-container] .buttons {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
[coverages-container] .includance {
  width: 100%;
}
[coverages-container] .title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
  font-size: 20px;
  line-height: 66px;
}

[data-am-role-icon] {
  height: 1.75rem;
  width: 1.75rem;
}

.role-tooltip-item {
  display: flex;
}
.role-tooltip-item .role-description {
  padding-left: 1rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

[data-am-permission-item] {
  display: inline-flex;
  align-items: center;
  margin-right: 1.5rem;
}
[data-am-permission-item] > label {
  display: flex;
  align-items: center;
}
[data-am-permission-item] > label > span {
  margin-left: 0.5rem;
}
[data-am-permission-item] > div {
  margin-right: 4px;
  margin-left: 4px;
}

[invite-user-form-container] a {
  text-decoration: underline;
}

[data-am-alert] {
  position: relative;
  padding: 0.9375rem 1.875rem;
  padding-left: calc(22px + 1.875rem);
}
[data-am-alert] .alert-icon {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  font-size: 22px;
  margin-top: 20px;
  line-height: 1;
}
[data-am-alert] .alert-icon [class^=icon-]:not([class^=icon--]):before,
[data-am-alert] .alert-icon [class*=" icon-"]:not([class*=" icon--"]):before {
  margin: 0;
  font-family: "Material Icons";
  content: "\e88f";
  font-size: 24px;
}
[data-am-alert] p {
  margin: 0;
}
[data-am-alert] a {
  font-weight: bold;
  color: var(--c-secondary);
}
[data-am-alert] a:hover {
  text-decoration: underline;
  color: var(--c-secondary);
}
[data-am-alert] .alert-title,
[data-am-alert] .alert-message {
  display: block;
  color: var(--c-border-input-hover);
  font-size: 18px;
}
[data-am-alert] .alert-title {
  font-weight: bold;
  margin-bottom: 0.3125rem;
}

/* Colors */
[data-am-alert~=alert] {
  background-color: #e2e2e2;
  color: #D93b2a;
}

[data-am-alert~=success] {
  background-color: var(--c-bg-alert-success);
  color: var(--c-alert-success);
}
[data-am-alert~=success] .alert-icon {
  color: var(--c-alert-success-icon);
  opacity: 0.9;
}

[data-am-alert~=error] {
  background-color: var(--c-bg-alert-error);
  color: var(--c-alert-error);
}
[data-am-alert~=error] .alert-icon {
  color: var(--c-alert-error-icon);
  opacity: 0.9;
}

[data-am-alert~=info] {
  background-color: var(--c-bg-alert-info);
  color: var(--c-alert-info);
}
[data-am-alert~=info] .alert-icon {
  color: var(--c-alert-info-icon);
  opacity: 0.9;
}

[data-am-alert~=warning] {
  background-color: var(--c-bg-alert-warning);
  color: var(--c-alert-warning);
}
[data-am-alert~=warning] .alert-icon {
  color: var(--c-alert-warning-icon);
  opacity: 0.9;
}

[data-am-alert~=secondary] {
  background-color: var(--c-secondary);
  color: var(--c-text-on-secondary);
}
[data-am-alert~=secondary] .alert-icon {
  color: var(--c-primary);
}

[data-am-alert~=secondary-light] {
  background-color: #E3E9F5;
  color: var(--c-text-on-primary);
}
[data-am-alert~=secondary-light] .alert-icon {
  color: var(--c-primary);
}

[data-am-alert~=background-2] {
  background-color: #ffffff;
  color: var(--c-text);
}

/* Sizes */
[data-am-alert~=big-icon] {
  padding: 1.25rem 1.875rem;
  padding-left: calc(32px + 1.875rem);
}
[data-am-alert~=big-icon] .alert-icon {
  font-size: 32px;
}

[data-am-alert~=no-icon] {
  padding: 0.9375rem;
}
[data-am-alert~=no-icon] .alert-icon {
  display: none;
}

[data-am-accordion] .accordion-item {
  background-color: var(--c-background-row);
  border-bottom: 1px solid var(--c-border);
  flex-direction: column;
  display: flex;
  flex: 100%;
}
[data-am-accordion] .accordion-div a {
  display: flex;
  flex: auto;
}
[data-am-accordion] .accordion-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  background-color: var(--c-background-row);
  color: var(--c-text-lighten);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
[data-am-accordion] .accordion-header:hover {
  background-color: var(--c-background-row-expanded);
}
[data-am-accordion] .accordion-header a:hover {
  text-decoration: none;
  background-color: var(--c-background-row-expanded);
}
[data-am-accordion] .accordion-header a {
  text-decoration: none;
  background-color: var(--c-background-row);
}
[data-am-accordion] .accordion-body {
  display: none;
  padding: 1.25rem;
  border-top: 0;
}
[data-am-accordion] .accordion-body [data-am-content] ul {
  margin-bottom: 0.9375rem;
}
[data-am-accordion] .accordion-body [data-am-content] .card-field {
  display: flex;
  float: left;
  max-width: 100%;
  margin-right: 16px;
}
[data-am-accordion] .checkbox {
  position: fixed;
  top: -9999px;
  visibility: hidden;
}
[data-am-accordion] .checkbox:checked ~ .accordion-body {
  display: block;
  background-color: var(--c-background-row-expanded);
}
[data-am-accordion] .checkbox:checked ~ .accordion-header a {
  background-color: var(--c-background-row-expanded);
}

/* Checkbox Toggle Styles */
.checkbox:checked + label .Expand-icon {
  display: none;
}

.checkbox:not(:checked) + label .Expand-icon {
  display: block;
}

.checkbox:checked + label .collapse-icon {
  display: block;
}

.checkbox:not(:checked) + label .collapse-icon {
  display: none;
}

[data-am-table] .td {
  border-bottom: 0;
}

.span-label {
  font-weight: 500;
  color: var(--c-text-titles);
  padding: 1.25rem;
}

.span-text {
  font-weight: 400;
  color: var(--c-primary);
  padding: 1.25rem;
  padding-left: 0.2083333333rem;
}

.MuiSvgIcon-root {
  fill: var(--c-primary);
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.card-container {
  /* tablet only */
}
.card-container.container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.875rem;
}
.card-container .card-item {
  background: var(--c-bg-teaser);
  flex-grow: 1;
  flex-direction: row-reverse;
  overflow: hidden;
}
.card-container .card-item h2 {
  text-overflow: ellipsis;
  overflow: hidden;
}
.card-container .card-item a {
  white-space: normal;
}
.card-container .card-item-content {
  padding: 24px 24px 40px 24px;
  text-align: left;
}
.card-container .card-item-content h1, .card-container h2, .card-container h3, .card-container h4, .card-container h5, .card-container h6 {
  margin-block-start: 0;
}
.card-container .card-image {
  padding: 0;
  margin: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}
.card-container .no-image .card-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .card-container .two-card-width-md {
    flex: 1 1 auto;
    width: 48%;
  }
  .card-container .one-card-width-md {
    display: flex;
    flex-wrap: wrap;
  }
  .card-container .one-card-width-md .card-image {
    width: 50%;
    min-height: 300px;
    max-height: unset;
  }
  .card-container .one-card-width-md .card-item-content {
    flex: 1 1 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card-container .one-card-width-md.no-image {
    width: 100%;
    margin: auto;
  }
  .card-container .two-card-width-md .card-image {
    width: 100%;
  }
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.page-actions > div, .page-actions a {
  width: 100%;
  margin-bottom: 2.5rem;
}

.search-box {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.company-name {
  margin-bottom: 1.875rem;
}

[data-am-icon] {
  height: 24px;
  width: 24px;
}

[data-am-icon~=large] {
  height: 64px;
  width: 64px;
}

[class^=icon-]:not([class^=icon--]):before,
[class*=" icon-"]:not([class*=" icon--"]):before {
  font-family: "Material Icons";
}

.icon-down-dir:before,
.icon-up-dir:before {
  font-size: 1.4rem;
  position: relative;
  top: 6px;
  left: -6px;
}

.icon-down-dir:before {
  content: "\e316";
}

.icon-up-dir:before {
  content: "\e313";
}

[data-am-document-list] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
[data-am-document-list] [data-am-document-list-item] {
  display: flex;
  align-items: center;
  background: var(--c-background-row);
  border: 1px solid var(--c-border);
  padding: 0.9375rem;
  margin-bottom: 0.46875rem;
}
[data-am-document-list] [data-am-document-list-item] .document-title {
  font-weight: 500;
}
[data-am-document-list] [data-am-document-list-item] .document-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-am-document-list] [data-am-document-list-item] .document-due-date {
  font-size: 14px;
  color: var(--c-text-helper);
}
[data-am-document-list] [data-am-document-list-item] > div {
  flex-grow: 1;
}
[data-am-document-list] a[data-am-document-list-item]:hover {
  background: var(--c-background-row-expanded);
}
[data-am-document-list] [data-am-document-list-no-items], [data-am-document-list] [data-am-document-list-show-all] {
  display: flex;
  justify-content: center;
}
[data-am-document-list] [data-am-document-list-no-items] {
  display: flex;
  align-items: center;
  background: var(--c-background-notification);
  justify-content: left;
  min-height: 72px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
[data-am-document-list] [data-am-document-list-no-items] p {
  margin: 0;
  padding-left: 0.625rem;
}
[data-am-document-list] [data-am-document-list-no-items]:before {
  position: relative;
  content: "\e001";
  font-family: "Material Icons";
  font-size: 22px;
  transform: rotate(180deg);
}
[data-am-document-list] [data-am-document-list-show-all] {
  margin-top: auto;
  padding-top: 0.9375rem;
}

[data-am-document-list-container] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
[data-am-document-list-container] > div {
  display: flex;
  flex-direction: column;
}

[data-am-banner] {
  background: #ffffff;
}

[data-am-form] {
  margin-top: 1.0625rem;
}
[data-am-form] > .row > [class^=col-], [data-am-form] > .row > [class*=" col-"], [data-am-form] .block.companynumberblock > .row > [class^=col-], [data-am-form] .block.companynumberblock > .row > [class*=" col-"], [data-am-form] .block.companyinformationblock > .row > [class^=col-], [data-am-form] .block.companyinformationblock > .row > [class*=" col-"], [data-am-form] form > .row > [class^=col-], [data-am-form] form > .row > [class*=" col-"] {
  padding-right: 2.5rem;
  margin-bottom: 2rem;
  padding-left: 0;
}
[data-am-form] .readonly-field {
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
  line-height: 3rem;
}
[data-am-form] [data-am-required-field-marker] {
  display: none;
}
[data-am-form] form [data-am-required-field-marker] {
  display: initial;
}
[data-am-form] [data-am-spinner-container] {
  line-height: 3rem;
  display: flex;
  align-items: center;
  color: var(--c-primary);
}

[data-am-hero] {
  position: relative;
  height: 200px;
}
[data-am-hero] .hero-image-container,
[data-am-hero] .hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[data-am-hero] .hero-image-container {
  overflow: hidden;
}
[data-am-hero] .hero-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
[data-am-hero] .hero-content-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
}
[data-am-hero] .hero-content {
  display: table-cell;
  vertical-align: middle;
}

.overview-container [overview-cell-container] {
  min-height: 222px;
}

[single-insurance-title-wrapper] {
  display: flex;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  flex-wrap: wrap;
  gap: 1.875rem;
  align-items: center;
}
[single-insurance-title-wrapper] [single-insurance-header-row] {
  gap: 1.875rem;
  display: flex;
}
[single-insurance-title-wrapper] [single-insurance-header] .f3 {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}
[single-insurance-title-wrapper] [single-insurance-header] .vehicle-regnr {
  font-size: 20px;
}
[single-insurance-title-wrapper] [single-insurance-header] .vehicle-model, [single-insurance-title-wrapper] [single-insurance-header] .price {
  font-size: 18px;
}
[single-insurance-title-wrapper] .backward-link {
  flex-basis: 100%;
  text-align: left;
  justify-content: flex-start;
}
[single-insurance-title-wrapper] .image-container {
  padding: 0.625rem;
  content: " ";
  border-radius: 50%;
  max-width: 144px;
  width: 144px;
  height: 144px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--c-primary);
}
[single-insurance-title-wrapper] .image-container .image {
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 80px;
  display: block;
}

[insurance-docs] .insurancelettersblock h5 {
  font-weight: 400;
}

[insurance-docs] .insuranceinvoiceblock h5 {
  font-weight: 400;
}

[policy-claims-block] .insuranceclaimsblock h5 {
  font-weight: 400;
}

[single-insurance-details]::after {
  content: "";
  display: table;
  clear: both;
}
[single-insurance-details] .f5 {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}
[single-insurance-details] .font-medium {
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}
[single-insurance-details] #selfrisk {
  color: #EFDF00;
  text-decoration: underline;
  font-weight: 500;
}

[data-am-insurance-claims-block~=limit-records-3] li[data-am-insurance-claims-item]:nth-of-type(n + 4) {
  display: none;
}

[data-am-insurance-claims-block~=limit-records-3] [data-am-insurance-claims-item]:nth-of-type(n + 4) {
  display: none;
}

[data-am-policy-document-block~=limit-records-3] [data-am-policy-document-item]:nth-of-type(n + 4) {
  display: none;
}

[data-am-insurance-payments-block~=limit-records-3] li[data-am-insurance-payments-item]:nth-of-type(n + 4) {
  display: none;
}

[data-am-policy-document-block~=limit-records-3] .display-others,
[data-am-insurance-claims-block~=limit-records-3] .display-others,
[data-am-insurance-payments-block~=limit-records-3] .display-others {
  display: inherit;
}

[data-am-policy-document-block~=limit-records-3] [data-am-no-more-to-show],
[data-am-insurance-claims-block~=limit-records-3] [data-am-no-more-to-show],
[data-am-insurance-payments-block~=limit-records-3] [data-am-no-more-to-show] {
  display: none;
}

[data-am-insurance-claims-block~=limit-records-5] li[data-am-insurance-claims-item]:nth-of-type(n + 6) {
  display: none;
}

[data-am-insurance-claims-block~=limit-records-5] [data-am-insurance-claims-item]:nth-of-type(n + 6) {
  display: none;
}

[data-am-policy-document-block~=limit-records-5] [data-am-policy-document-item]:nth-of-type(n + 6) {
  display: none;
}

[data-am-insurance-payments-block~=limit-records-5] li[data-am-insurance-payments-item]:nth-of-type(n + 6) {
  display: none;
}

[data-am-policy-document-block~=limit-records-5] .display-others,
[data-am-insurance-claims-block~=limit-records-5] .display-others,
[data-am-insurance-payments-block~=limit-records-5] .display-others {
  display: inherit;
}

[data-am-policy-document-block~=limit-records-5] [data-am-no-more-to-show],
[data-am-insurance-claims-block~=limit-records-5] [data-am-no-more-to-show],
[data-am-insurance-payments-block~=limit-records-5] [data-am-no-more-to-show] {
  display: none;
}

[data-am-insurance-claims-block~=limit-records-6] li[data-am-insurance-claims-item]:nth-of-type(n + 7) {
  display: none;
}

[data-am-insurance-claims-block~=limit-records-6] [data-am-insurance-claims-item]:nth-of-type(n + 7) {
  display: none;
}

[data-am-policy-document-block~=limit-records-6] [data-am-policy-document-item]:nth-of-type(n + 7) {
  display: none;
}

[data-am-insurance-payments-block~=limit-records-6] li[data-am-insurance-payments-item]:nth-of-type(n + 7) {
  display: none;
}

[data-am-policy-document-block~=limit-records-6] .display-others,
[data-am-insurance-claims-block~=limit-records-6] .display-others,
[data-am-insurance-payments-block~=limit-records-6] .display-others {
  display: inherit;
}

[data-am-policy-document-block~=limit-records-6] [data-am-no-more-to-show],
[data-am-insurance-claims-block~=limit-records-6] [data-am-no-more-to-show],
[data-am-insurance-payments-block~=limit-records-6] [data-am-no-more-to-show] {
  display: none;
}

[data-am-insurance-claims-block~=limit-records-10] li[data-am-insurance-claims-item]:nth-of-type(n + 11) {
  display: none;
}

[data-am-insurance-claims-block~=limit-records-10] [data-am-insurance-claims-item]:nth-of-type(n + 11) {
  display: none;
}

[data-am-policy-document-block~=limit-records-10] [data-am-policy-document-item]:nth-of-type(n + 11) {
  display: none;
}

[data-am-insurance-payments-block~=limit-records-10] li[data-am-insurance-payments-item]:nth-of-type(n + 11) {
  display: none;
}

[data-am-policy-document-block~=limit-records-10] .display-others,
[data-am-insurance-claims-block~=limit-records-10] .display-others,
[data-am-insurance-payments-block~=limit-records-10] .display-others {
  display: inherit;
}

[data-am-policy-document-block~=limit-records-10] [data-am-no-more-to-show],
[data-am-insurance-claims-block~=limit-records-10] [data-am-no-more-to-show],
[data-am-insurance-payments-block~=limit-records-10] [data-am-no-more-to-show] {
  display: none;
}

.expandable-section {
  border: 1px solid var(--c-border-expandable);
  border-bottom: none;
  cursor: pointer;
}
.expandable-section h1, .expandable-section h2, .expandable-section h3, .expandable-section h4, .expandable-section h5, .expandable-section h6,
.expandable-section .h1, .expandable-section .h2, .expandable-section .h3, .expandable-section .h4, .expandable-section .h5, .expandable-section .h6 {
  display: inline;
  margin-bottom: 0;
  margin-top: 0;
}
.expandable-section p {
  margin-bottom: 0;
}
.expandable-section a {
  text-decoration: underline;
}

.expandable-section:last-of-type {
  border-bottom: 1px solid var(--c-border-expandable);
}

.expandable-section-header {
  background-color: var(--c-background-expandable);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.25rem;
  min-height: 72px;
}
.expandable-section-header:hover {
  background-color: var(--c-background-expandable-hover);
}
.expandable-section-header.expanded {
  background-color: var(--c-background-expandable-expanded);
}
.expandable-section-header.expanded:hover {
  background-color: var(--c-background-expandable-expanded);
}

.expandable-section-body {
  overflow: hidden;
  padding: 1.25rem;
  padding-top: 0;
  background-color: var(--c-background-expandable-expanded);
}

@media (min-width: 375px) {
  .hidden-xs {
    display: none !important;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .no-margin-xs {
    margin: 0 !important;
  }
  .no-padding-xs {
    padding: 0 !important;
  }
  .max-width-16-xs {
    max-width: 16px;
  }
  .max-width-32-xs {
    max-width: 32px;
  }
  .max-width-48-xs {
    max-width: 48px;
  }
  .max-width-64-xs {
    max-width: 64px;
  }
  .max-width-80-xs {
    max-width: 80px;
  }
  .max-width-96-xs {
    max-width: 96px;
  }
  .max-width-112-xs {
    max-width: 112px;
  }
  .max-width-128-xs {
    max-width: 128px;
  }
  .max-width-144-xs {
    max-width: 144px;
  }
  .max-width-160-xs {
    max-width: 160px;
  }
  .max-width-176-xs {
    max-width: 176px;
  }
  .max-width-192-xs {
    max-width: 192px;
  }
  .max-width-208-xs {
    max-width: 208px;
  }
  .max-width-224-xs {
    max-width: 224px;
  }
  .max-width-240-xs {
    max-width: 240px;
  }
  .max-width-256-xs {
    max-width: 256px;
  }
  .max-height-16-xs {
    max-height: 16px;
  }
  .max-height-32-xs {
    max-height: 32px;
  }
  .max-height-48-xs {
    max-height: 48px;
  }
  .max-height-64-xs {
    max-height: 64px;
  }
  .max-height-80-xs {
    max-height: 80px;
  }
  .max-height-96-xs {
    max-height: 96px;
  }
  .max-height-112-xs {
    max-height: 112px;
  }
  .max-height-128-xs {
    max-height: 128px;
  }
  .max-height-144-xs {
    max-height: 144px;
  }
  .max-height-160-xs {
    max-height: 160px;
  }
  .max-height-176-xs {
    max-height: 176px;
  }
  .max-height-192-xs {
    max-height: 192px;
  }
  .max-height-208-xs {
    max-height: 208px;
  }
  .max-height-224-xs {
    max-height: 224px;
  }
  .max-height-240-xs {
    max-height: 240px;
  }
  .max-height-256-xs {
    max-height: 256px;
  }
  .max-size-16-xs {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-xs {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-xs {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-xs {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-xs {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-xs {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-xs {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-xs {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-xs {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-xs {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-xs {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-xs {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-xs {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-xs {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-xs {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-xs {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-xs {
    width: 16px;
    height: 16px;
  }
  .size-32-xs {
    width: 32px;
    height: 32px;
  }
  .size-48-xs {
    width: 48px;
    height: 48px;
  }
  .size-64-xs {
    width: 64px;
    height: 64px;
  }
  .size-80-xs {
    width: 80px;
    height: 80px;
  }
  .size-96-xs {
    width: 96px;
    height: 96px;
  }
  .size-112-xs {
    width: 112px;
    height: 112px;
  }
  .size-128-xs {
    width: 128px;
    height: 128px;
  }
  .size-144-xs {
    width: 144px;
    height: 144px;
  }
  .size-160-xs {
    width: 160px;
    height: 160px;
  }
  .size-176-xs {
    width: 176px;
    height: 176px;
  }
  .size-192-xs {
    width: 192px;
    height: 192px;
  }
  .size-208-xs {
    width: 208px;
    height: 208px;
  }
  .size-224-xs {
    width: 224px;
    height: 224px;
  }
  .size-240-xs {
    width: 240px;
    height: 240px;
  }
  .size-256-xs {
    width: 256px;
    height: 256px;
  }
  .m-xs {
    margin: 1.875rem;
  }
  .m-t-xs {
    margin-top: 1.875rem;
  }
  .m-b-xs {
    margin-bottom: 1.875rem;
  }
  .m-l-xs {
    margin-left: 1.875rem;
  }
  .m-r-xs {
    margin-right: 1.875rem;
  }
  .m-x-xs {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-xs {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-xs {
    padding: 1.875rem;
  }
  .p-t-xs {
    padding-top: 1.875rem;
  }
  .p-b-xs {
    padding-bottom: 1.875rem;
  }
  .p-l-xs {
    padding-left: 1.875rem;
  }
  .p-r-xs {
    padding-right: 1.875rem;
  }
  .p-x-xs {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-xs {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-xs {
    margin: 0.3125rem;
  }
  .m-t-mini-xs {
    margin-top: 0.3125rem;
  }
  .m-b-mini-xs {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-xs {
    margin-left: 0.3125rem;
  }
  .m-r-mini-xs {
    margin-right: 0.3125rem;
  }
  .m-x-mini-xs {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-xs {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-xs {
    padding: 0.3125rem;
  }
  .p-t-mini-xs {
    padding-top: 0.3125rem;
  }
  .p-b-mini-xs {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-xs {
    padding-left: 0.3125rem;
  }
  .p-r-mini-xs {
    padding-right: 0.3125rem;
  }
  .p-x-mini-xs {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-xs {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-xs {
    margin: 0.46875rem;
  }
  .m-t-quarter-xs {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-xs {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-xs {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-xs {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-xs {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-xs {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-xs {
    padding: 0.46875rem;
  }
  .p-t-quarter-xs {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-xs {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-xs {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-xs {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-xs {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-xs {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-xs {
    margin: 0.9375rem;
  }
  .m-t-half-xs {
    margin-top: 0.9375rem;
  }
  .m-b-half-xs {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-xs {
    margin-left: 0.9375rem;
  }
  .m-r-half-xs {
    margin-right: 0.9375rem;
  }
  .m-x-half-xs {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-xs {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-xs {
    padding: 0.9375rem;
  }
  .p-t-half-xs {
    padding-top: 0.9375rem;
  }
  .p-b-half-xs {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-xs {
    padding-left: 0.9375rem;
  }
  .p-r-half-xs {
    padding-right: 0.9375rem;
  }
  .p-x-half-xs {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-xs {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-xs {
    margin: 3.75rem;
  }
  .m-t-double-xs {
    margin-top: 3.75rem;
  }
  .m-b-double-xs {
    margin-bottom: 3.75rem;
  }
  .m-l-double-xs {
    margin-left: 3.75rem;
  }
  .m-r-double-xs {
    margin-right: 3.75rem;
  }
  .m-x-double-xs {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-xs {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-xs {
    padding: 3.75rem;
  }
  .p-t-double-xs {
    padding-top: 3.75rem;
  }
  .p-b-double-xs {
    padding-bottom: 3.75rem;
  }
  .p-l-double-xs {
    padding-left: 3.75rem;
  }
  .p-r-double-xs {
    padding-right: 3.75rem;
  }
  .p-x-double-xs {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-xs {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-xs {
    margin: 5.625rem;
  }
  .m-t-triple-xs {
    margin-top: 5.625rem;
  }
  .m-b-triple-xs {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-xs {
    margin-left: 5.625rem;
  }
  .m-r-triple-xs {
    margin-right: 5.625rem;
  }
  .m-x-triple-xs {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-xs {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-xs {
    padding: 5.625rem;
  }
  .p-t-triple-xs {
    padding-top: 5.625rem;
  }
  .p-b-triple-xs {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-xs {
    padding-left: 5.625rem;
  }
  .p-r-triple-xs {
    padding-right: 5.625rem;
  }
  .p-x-triple-xs {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-xs {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-xs {
    margin: 1.25rem;
  }
  .m-t-alt-xs {
    margin-top: 1.25rem;
  }
  .m-b-alt-xs {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-xs {
    margin-left: 1.25rem;
  }
  .m-r-alt-xs {
    margin-right: 1.25rem;
  }
  .m-x-alt-xs {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-xs {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-xs {
    padding: 1.25rem;
  }
  .p-t-alt-xs {
    padding-top: 1.25rem;
  }
  .p-b-alt-xs {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-xs {
    padding-left: 1.25rem;
  }
  .p-r-alt-xs {
    padding-right: 1.25rem;
  }
  .p-x-alt-xs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-xs {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-xs {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-xs {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-xs {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-xs {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-xs {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-xs {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-xs {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-xs {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-xs {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-xs {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-xs {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-xs {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-xs {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-xs {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-xs {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-xs {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-xs {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-xs {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-xs {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-xs {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-xs {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-xs {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-xs {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-xs {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-xs {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-xs {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-xs {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-xs {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-xs {
    margin: 0.625rem;
  }
  .m-t-half-alt-xs {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-xs {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-xs {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-xs {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-xs {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-xs {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-xs {
    padding: 0.625rem;
  }
  .p-t-half-alt-xs {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-xs {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-xs {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-xs {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-xs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-xs {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-xs {
    margin: 2.5rem;
  }
  .m-t-double-alt-xs {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-xs {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-xs {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-xs {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-xs {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-xs {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-xs {
    padding: 2.5rem;
  }
  .p-t-double-alt-xs {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-xs {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-xs {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-xs {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-xs {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-xs {
    margin: 3.75rem;
  }
  .m-t-triple-alt-xs {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-xs {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-xs {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-xs {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-xs {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-xs {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-xs {
    padding: 3.75rem;
  }
  .p-t-triple-alt-xs {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-xs {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-xs {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-xs {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-xs {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-xs {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-xs {
    margin: 0 !important;
  }
  .m-t-clear-xs {
    margin-top: 0 !important;
  }
  .m-b-clear-xs {
    margin-bottom: 0 !important;
  }
  .m-l-clear-xs {
    margin-left: 0 !important;
  }
  .m-r-clear-xs {
    margin-right: 0 !important;
  }
  .m-x-clear-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-xs {
    padding: 0 !important;
  }
  .p-t-clear-xs {
    padding-top: 0 !important;
  }
  .p-b-clear-xs {
    padding-bottom: 0 !important;
  }
  .p-l-clear-xs {
    padding-left: 0 !important;
  }
  .p-r-clear-xs {
    padding-right: 0 !important;
  }
  .p-x-clear-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 374px) {
  .hidden-lt-xs {
    display: none !important;
  }
  .text-left-lt-xs {
    text-align: left;
  }
  .text-right-lt-xs {
    text-align: right;
  }
  .text-center-lt-xs {
    text-align: center;
  }
  .no-margin-lt-xs {
    margin: 0 !important;
  }
  .no-padding-lt-xs {
    padding: 0 !important;
  }
  .max-width-16-lt-xs {
    max-width: 16px;
  }
  .max-width-32-lt-xs {
    max-width: 32px;
  }
  .max-width-48-lt-xs {
    max-width: 48px;
  }
  .max-width-64-lt-xs {
    max-width: 64px;
  }
  .max-width-80-lt-xs {
    max-width: 80px;
  }
  .max-width-96-lt-xs {
    max-width: 96px;
  }
  .max-width-112-lt-xs {
    max-width: 112px;
  }
  .max-width-128-lt-xs {
    max-width: 128px;
  }
  .max-width-144-lt-xs {
    max-width: 144px;
  }
  .max-width-160-lt-xs {
    max-width: 160px;
  }
  .max-width-176-lt-xs {
    max-width: 176px;
  }
  .max-width-192-lt-xs {
    max-width: 192px;
  }
  .max-width-208-lt-xs {
    max-width: 208px;
  }
  .max-width-224-lt-xs {
    max-width: 224px;
  }
  .max-width-240-lt-xs {
    max-width: 240px;
  }
  .max-width-256-lt-xs {
    max-width: 256px;
  }
  .max-height-16-lt-xs {
    max-height: 16px;
  }
  .max-height-32-lt-xs {
    max-height: 32px;
  }
  .max-height-48-lt-xs {
    max-height: 48px;
  }
  .max-height-64-lt-xs {
    max-height: 64px;
  }
  .max-height-80-lt-xs {
    max-height: 80px;
  }
  .max-height-96-lt-xs {
    max-height: 96px;
  }
  .max-height-112-lt-xs {
    max-height: 112px;
  }
  .max-height-128-lt-xs {
    max-height: 128px;
  }
  .max-height-144-lt-xs {
    max-height: 144px;
  }
  .max-height-160-lt-xs {
    max-height: 160px;
  }
  .max-height-176-lt-xs {
    max-height: 176px;
  }
  .max-height-192-lt-xs {
    max-height: 192px;
  }
  .max-height-208-lt-xs {
    max-height: 208px;
  }
  .max-height-224-lt-xs {
    max-height: 224px;
  }
  .max-height-240-lt-xs {
    max-height: 240px;
  }
  .max-height-256-lt-xs {
    max-height: 256px;
  }
  .max-size-16-lt-xs {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-lt-xs {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-lt-xs {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-lt-xs {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-lt-xs {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-lt-xs {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-lt-xs {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-lt-xs {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-lt-xs {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-lt-xs {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-lt-xs {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-lt-xs {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-lt-xs {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-lt-xs {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-lt-xs {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-lt-xs {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-lt-xs {
    width: 16px;
    height: 16px;
  }
  .size-32-lt-xs {
    width: 32px;
    height: 32px;
  }
  .size-48-lt-xs {
    width: 48px;
    height: 48px;
  }
  .size-64-lt-xs {
    width: 64px;
    height: 64px;
  }
  .size-80-lt-xs {
    width: 80px;
    height: 80px;
  }
  .size-96-lt-xs {
    width: 96px;
    height: 96px;
  }
  .size-112-lt-xs {
    width: 112px;
    height: 112px;
  }
  .size-128-lt-xs {
    width: 128px;
    height: 128px;
  }
  .size-144-lt-xs {
    width: 144px;
    height: 144px;
  }
  .size-160-lt-xs {
    width: 160px;
    height: 160px;
  }
  .size-176-lt-xs {
    width: 176px;
    height: 176px;
  }
  .size-192-lt-xs {
    width: 192px;
    height: 192px;
  }
  .size-208-lt-xs {
    width: 208px;
    height: 208px;
  }
  .size-224-lt-xs {
    width: 224px;
    height: 224px;
  }
  .size-240-lt-xs {
    width: 240px;
    height: 240px;
  }
  .size-256-lt-xs {
    width: 256px;
    height: 256px;
  }
  .m-lt-xs {
    margin: 1.875rem;
  }
  .m-t-lt-xs {
    margin-top: 1.875rem;
  }
  .m-b-lt-xs {
    margin-bottom: 1.875rem;
  }
  .m-l-lt-xs {
    margin-left: 1.875rem;
  }
  .m-r-lt-xs {
    margin-right: 1.875rem;
  }
  .m-x-lt-xs {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-lt-xs {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-lt-xs {
    padding: 1.875rem;
  }
  .p-t-lt-xs {
    padding-top: 1.875rem;
  }
  .p-b-lt-xs {
    padding-bottom: 1.875rem;
  }
  .p-l-lt-xs {
    padding-left: 1.875rem;
  }
  .p-r-lt-xs {
    padding-right: 1.875rem;
  }
  .p-x-lt-xs {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-lt-xs {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-lt-xs {
    margin: 0.3125rem;
  }
  .m-t-mini-lt-xs {
    margin-top: 0.3125rem;
  }
  .m-b-mini-lt-xs {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-lt-xs {
    margin-left: 0.3125rem;
  }
  .m-r-mini-lt-xs {
    margin-right: 0.3125rem;
  }
  .m-x-mini-lt-xs {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-lt-xs {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-lt-xs {
    padding: 0.3125rem;
  }
  .p-t-mini-lt-xs {
    padding-top: 0.3125rem;
  }
  .p-b-mini-lt-xs {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-lt-xs {
    padding-left: 0.3125rem;
  }
  .p-r-mini-lt-xs {
    padding-right: 0.3125rem;
  }
  .p-x-mini-lt-xs {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-lt-xs {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-lt-xs {
    margin: 0.46875rem;
  }
  .m-t-quarter-lt-xs {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-lt-xs {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-lt-xs {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-lt-xs {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-lt-xs {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-lt-xs {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-lt-xs {
    padding: 0.46875rem;
  }
  .p-t-quarter-lt-xs {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-lt-xs {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-lt-xs {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-lt-xs {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-lt-xs {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-lt-xs {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-lt-xs {
    margin: 0.9375rem;
  }
  .m-t-half-lt-xs {
    margin-top: 0.9375rem;
  }
  .m-b-half-lt-xs {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-lt-xs {
    margin-left: 0.9375rem;
  }
  .m-r-half-lt-xs {
    margin-right: 0.9375rem;
  }
  .m-x-half-lt-xs {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-lt-xs {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-lt-xs {
    padding: 0.9375rem;
  }
  .p-t-half-lt-xs {
    padding-top: 0.9375rem;
  }
  .p-b-half-lt-xs {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-lt-xs {
    padding-left: 0.9375rem;
  }
  .p-r-half-lt-xs {
    padding-right: 0.9375rem;
  }
  .p-x-half-lt-xs {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-lt-xs {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-lt-xs {
    margin: 3.75rem;
  }
  .m-t-double-lt-xs {
    margin-top: 3.75rem;
  }
  .m-b-double-lt-xs {
    margin-bottom: 3.75rem;
  }
  .m-l-double-lt-xs {
    margin-left: 3.75rem;
  }
  .m-r-double-lt-xs {
    margin-right: 3.75rem;
  }
  .m-x-double-lt-xs {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-lt-xs {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-lt-xs {
    padding: 3.75rem;
  }
  .p-t-double-lt-xs {
    padding-top: 3.75rem;
  }
  .p-b-double-lt-xs {
    padding-bottom: 3.75rem;
  }
  .p-l-double-lt-xs {
    padding-left: 3.75rem;
  }
  .p-r-double-lt-xs {
    padding-right: 3.75rem;
  }
  .p-x-double-lt-xs {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-lt-xs {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-lt-xs {
    margin: 5.625rem;
  }
  .m-t-triple-lt-xs {
    margin-top: 5.625rem;
  }
  .m-b-triple-lt-xs {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-lt-xs {
    margin-left: 5.625rem;
  }
  .m-r-triple-lt-xs {
    margin-right: 5.625rem;
  }
  .m-x-triple-lt-xs {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-lt-xs {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-lt-xs {
    padding: 5.625rem;
  }
  .p-t-triple-lt-xs {
    padding-top: 5.625rem;
  }
  .p-b-triple-lt-xs {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-lt-xs {
    padding-left: 5.625rem;
  }
  .p-r-triple-lt-xs {
    padding-right: 5.625rem;
  }
  .p-x-triple-lt-xs {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-lt-xs {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-lt-xs {
    margin: 1.25rem;
  }
  .m-t-alt-lt-xs {
    margin-top: 1.25rem;
  }
  .m-b-alt-lt-xs {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-lt-xs {
    margin-left: 1.25rem;
  }
  .m-r-alt-lt-xs {
    margin-right: 1.25rem;
  }
  .m-x-alt-lt-xs {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-lt-xs {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-lt-xs {
    padding: 1.25rem;
  }
  .p-t-alt-lt-xs {
    padding-top: 1.25rem;
  }
  .p-b-alt-lt-xs {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-lt-xs {
    padding-left: 1.25rem;
  }
  .p-r-alt-lt-xs {
    padding-right: 1.25rem;
  }
  .p-x-alt-lt-xs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-lt-xs {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-lt-xs {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-lt-xs {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-lt-xs {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-lt-xs {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-lt-xs {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-lt-xs {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-lt-xs {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-lt-xs {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-lt-xs {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-lt-xs {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-lt-xs {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-lt-xs {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-lt-xs {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-lt-xs {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-lt-xs {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-lt-xs {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-lt-xs {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-lt-xs {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-lt-xs {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-lt-xs {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-lt-xs {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-lt-xs {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-lt-xs {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-lt-xs {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-lt-xs {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-lt-xs {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-lt-xs {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-lt-xs {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-lt-xs {
    margin: 0.625rem;
  }
  .m-t-half-alt-lt-xs {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-lt-xs {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-lt-xs {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-lt-xs {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-lt-xs {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-lt-xs {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-lt-xs {
    padding: 0.625rem;
  }
  .p-t-half-alt-lt-xs {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-lt-xs {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-lt-xs {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-lt-xs {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-lt-xs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-lt-xs {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-lt-xs {
    margin: 2.5rem;
  }
  .m-t-double-alt-lt-xs {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-lt-xs {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-lt-xs {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-lt-xs {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-lt-xs {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-lt-xs {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-lt-xs {
    padding: 2.5rem;
  }
  .p-t-double-alt-lt-xs {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-lt-xs {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-lt-xs {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-lt-xs {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-lt-xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-lt-xs {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-lt-xs {
    margin: 3.75rem;
  }
  .m-t-triple-alt-lt-xs {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-lt-xs {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-lt-xs {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-lt-xs {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-lt-xs {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-lt-xs {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-lt-xs {
    padding: 3.75rem;
  }
  .p-t-triple-alt-lt-xs {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-lt-xs {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-lt-xs {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-lt-xs {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-lt-xs {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-lt-xs {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-lt-xs {
    margin: 0 !important;
  }
  .m-t-clear-lt-xs {
    margin-top: 0 !important;
  }
  .m-b-clear-lt-xs {
    margin-bottom: 0 !important;
  }
  .m-l-clear-lt-xs {
    margin-left: 0 !important;
  }
  .m-r-clear-lt-xs {
    margin-right: 0 !important;
  }
  .m-x-clear-lt-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-lt-xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-lt-xs {
    padding: 0 !important;
  }
  .p-t-clear-lt-xs {
    padding-top: 0 !important;
  }
  .p-b-clear-lt-xs {
    padding-bottom: 0 !important;
  }
  .p-l-clear-lt-xs {
    padding-left: 0 !important;
  }
  .p-r-clear-lt-xs {
    padding-right: 0 !important;
  }
  .p-x-clear-lt-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-lt-xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 600px) {
  .hidden-sm {
    display: none !important;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .no-margin-sm {
    margin: 0 !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
  .max-width-16-sm {
    max-width: 16px;
  }
  .max-width-32-sm {
    max-width: 32px;
  }
  .max-width-48-sm {
    max-width: 48px;
  }
  .max-width-64-sm {
    max-width: 64px;
  }
  .max-width-80-sm {
    max-width: 80px;
  }
  .max-width-96-sm {
    max-width: 96px;
  }
  .max-width-112-sm {
    max-width: 112px;
  }
  .max-width-128-sm {
    max-width: 128px;
  }
  .max-width-144-sm {
    max-width: 144px;
  }
  .max-width-160-sm {
    max-width: 160px;
  }
  .max-width-176-sm {
    max-width: 176px;
  }
  .max-width-192-sm {
    max-width: 192px;
  }
  .max-width-208-sm {
    max-width: 208px;
  }
  .max-width-224-sm {
    max-width: 224px;
  }
  .max-width-240-sm {
    max-width: 240px;
  }
  .max-width-256-sm {
    max-width: 256px;
  }
  .max-height-16-sm {
    max-height: 16px;
  }
  .max-height-32-sm {
    max-height: 32px;
  }
  .max-height-48-sm {
    max-height: 48px;
  }
  .max-height-64-sm {
    max-height: 64px;
  }
  .max-height-80-sm {
    max-height: 80px;
  }
  .max-height-96-sm {
    max-height: 96px;
  }
  .max-height-112-sm {
    max-height: 112px;
  }
  .max-height-128-sm {
    max-height: 128px;
  }
  .max-height-144-sm {
    max-height: 144px;
  }
  .max-height-160-sm {
    max-height: 160px;
  }
  .max-height-176-sm {
    max-height: 176px;
  }
  .max-height-192-sm {
    max-height: 192px;
  }
  .max-height-208-sm {
    max-height: 208px;
  }
  .max-height-224-sm {
    max-height: 224px;
  }
  .max-height-240-sm {
    max-height: 240px;
  }
  .max-height-256-sm {
    max-height: 256px;
  }
  .max-size-16-sm {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-sm {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-sm {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-sm {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-sm {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-sm {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-sm {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-sm {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-sm {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-sm {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-sm {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-sm {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-sm {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-sm {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-sm {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-sm {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-sm {
    width: 16px;
    height: 16px;
  }
  .size-32-sm {
    width: 32px;
    height: 32px;
  }
  .size-48-sm {
    width: 48px;
    height: 48px;
  }
  .size-64-sm {
    width: 64px;
    height: 64px;
  }
  .size-80-sm {
    width: 80px;
    height: 80px;
  }
  .size-96-sm {
    width: 96px;
    height: 96px;
  }
  .size-112-sm {
    width: 112px;
    height: 112px;
  }
  .size-128-sm {
    width: 128px;
    height: 128px;
  }
  .size-144-sm {
    width: 144px;
    height: 144px;
  }
  .size-160-sm {
    width: 160px;
    height: 160px;
  }
  .size-176-sm {
    width: 176px;
    height: 176px;
  }
  .size-192-sm {
    width: 192px;
    height: 192px;
  }
  .size-208-sm {
    width: 208px;
    height: 208px;
  }
  .size-224-sm {
    width: 224px;
    height: 224px;
  }
  .size-240-sm {
    width: 240px;
    height: 240px;
  }
  .size-256-sm {
    width: 256px;
    height: 256px;
  }
  .m-sm {
    margin: 1.875rem;
  }
  .m-t-sm {
    margin-top: 1.875rem;
  }
  .m-b-sm {
    margin-bottom: 1.875rem;
  }
  .m-l-sm {
    margin-left: 1.875rem;
  }
  .m-r-sm {
    margin-right: 1.875rem;
  }
  .m-x-sm {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-sm {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-sm {
    padding: 1.875rem;
  }
  .p-t-sm {
    padding-top: 1.875rem;
  }
  .p-b-sm {
    padding-bottom: 1.875rem;
  }
  .p-l-sm {
    padding-left: 1.875rem;
  }
  .p-r-sm {
    padding-right: 1.875rem;
  }
  .p-x-sm {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-sm {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-sm {
    margin: 0.3125rem;
  }
  .m-t-mini-sm {
    margin-top: 0.3125rem;
  }
  .m-b-mini-sm {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-sm {
    margin-left: 0.3125rem;
  }
  .m-r-mini-sm {
    margin-right: 0.3125rem;
  }
  .m-x-mini-sm {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-sm {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-sm {
    padding: 0.3125rem;
  }
  .p-t-mini-sm {
    padding-top: 0.3125rem;
  }
  .p-b-mini-sm {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-sm {
    padding-left: 0.3125rem;
  }
  .p-r-mini-sm {
    padding-right: 0.3125rem;
  }
  .p-x-mini-sm {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-sm {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-sm {
    margin: 0.46875rem;
  }
  .m-t-quarter-sm {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-sm {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-sm {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-sm {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-sm {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-sm {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-sm {
    padding: 0.46875rem;
  }
  .p-t-quarter-sm {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-sm {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-sm {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-sm {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-sm {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-sm {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-sm {
    margin: 0.9375rem;
  }
  .m-t-half-sm {
    margin-top: 0.9375rem;
  }
  .m-b-half-sm {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-sm {
    margin-left: 0.9375rem;
  }
  .m-r-half-sm {
    margin-right: 0.9375rem;
  }
  .m-x-half-sm {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-sm {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-sm {
    padding: 0.9375rem;
  }
  .p-t-half-sm {
    padding-top: 0.9375rem;
  }
  .p-b-half-sm {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-sm {
    padding-left: 0.9375rem;
  }
  .p-r-half-sm {
    padding-right: 0.9375rem;
  }
  .p-x-half-sm {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-sm {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-sm {
    margin: 3.75rem;
  }
  .m-t-double-sm {
    margin-top: 3.75rem;
  }
  .m-b-double-sm {
    margin-bottom: 3.75rem;
  }
  .m-l-double-sm {
    margin-left: 3.75rem;
  }
  .m-r-double-sm {
    margin-right: 3.75rem;
  }
  .m-x-double-sm {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-sm {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-sm {
    padding: 3.75rem;
  }
  .p-t-double-sm {
    padding-top: 3.75rem;
  }
  .p-b-double-sm {
    padding-bottom: 3.75rem;
  }
  .p-l-double-sm {
    padding-left: 3.75rem;
  }
  .p-r-double-sm {
    padding-right: 3.75rem;
  }
  .p-x-double-sm {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-sm {
    margin: 5.625rem;
  }
  .m-t-triple-sm {
    margin-top: 5.625rem;
  }
  .m-b-triple-sm {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-sm {
    margin-left: 5.625rem;
  }
  .m-r-triple-sm {
    margin-right: 5.625rem;
  }
  .m-x-triple-sm {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-sm {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-sm {
    padding: 5.625rem;
  }
  .p-t-triple-sm {
    padding-top: 5.625rem;
  }
  .p-b-triple-sm {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-sm {
    padding-left: 5.625rem;
  }
  .p-r-triple-sm {
    padding-right: 5.625rem;
  }
  .p-x-triple-sm {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-sm {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-sm {
    margin: 1.25rem;
  }
  .m-t-alt-sm {
    margin-top: 1.25rem;
  }
  .m-b-alt-sm {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-sm {
    margin-left: 1.25rem;
  }
  .m-r-alt-sm {
    margin-right: 1.25rem;
  }
  .m-x-alt-sm {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-sm {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-sm {
    padding: 1.25rem;
  }
  .p-t-alt-sm {
    padding-top: 1.25rem;
  }
  .p-b-alt-sm {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-sm {
    padding-left: 1.25rem;
  }
  .p-r-alt-sm {
    padding-right: 1.25rem;
  }
  .p-x-alt-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-sm {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-sm {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-sm {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-sm {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-sm {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-sm {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-sm {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-sm {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-sm {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-sm {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-sm {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-sm {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-sm {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-sm {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-sm {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-sm {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-sm {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-sm {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-sm {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-sm {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-sm {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-sm {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-sm {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-sm {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-sm {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-sm {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-sm {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-sm {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-sm {
    margin: 0.625rem;
  }
  .m-t-half-alt-sm {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-sm {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-sm {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-sm {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-sm {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-sm {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-sm {
    padding: 0.625rem;
  }
  .p-t-half-alt-sm {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-sm {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-sm {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-sm {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-sm {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-sm {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-sm {
    margin: 2.5rem;
  }
  .m-t-double-alt-sm {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-sm {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-sm {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-sm {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-sm {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-sm {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-sm {
    padding: 2.5rem;
  }
  .p-t-double-alt-sm {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-sm {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-sm {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-sm {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-sm {
    margin: 3.75rem;
  }
  .m-t-triple-alt-sm {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-sm {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-sm {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-sm {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-sm {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-sm {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-sm {
    padding: 3.75rem;
  }
  .p-t-triple-alt-sm {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-sm {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-sm {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-sm {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-sm {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-sm {
    margin: 0 !important;
  }
  .m-t-clear-sm {
    margin-top: 0 !important;
  }
  .m-b-clear-sm {
    margin-bottom: 0 !important;
  }
  .m-l-clear-sm {
    margin-left: 0 !important;
  }
  .m-r-clear-sm {
    margin-right: 0 !important;
  }
  .m-x-clear-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-sm {
    padding: 0 !important;
  }
  .p-t-clear-sm {
    padding-top: 0 !important;
  }
  .p-b-clear-sm {
    padding-bottom: 0 !important;
  }
  .p-l-clear-sm {
    padding-left: 0 !important;
  }
  .p-r-clear-sm {
    padding-right: 0 !important;
  }
  .p-x-clear-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .claim-container .single-claim-first-column {
    width: 210px;
  }
  .page-actions {
    flex-wrap: nowrap;
  }
  .page-actions > *:not(:last-child) {
    margin-right: 1.25rem;
  }
  [included-coverages] .col-sm-4 {
    padding-left: 0;
    padding-right: 1.875rem;
  }
  [included-coverages] .col-sm-4:nth-child(3n) {
    padding-right: 0;
  }
  [data-am-form] .form-actions {
    display: flex;
  }
  [data-am-form] .form-actions .actions-text {
    align-content: center;
  }
}
@media (max-width: 599px) {
  .hidden-lt-sm {
    display: none !important;
  }
  .text-left-lt-sm {
    text-align: left;
  }
  .text-right-lt-sm {
    text-align: right;
  }
  .text-center-lt-sm {
    text-align: center;
  }
  .no-margin-lt-sm {
    margin: 0 !important;
  }
  .no-padding-lt-sm {
    padding: 0 !important;
  }
  .max-width-16-lt-sm {
    max-width: 16px;
  }
  .max-width-32-lt-sm {
    max-width: 32px;
  }
  .max-width-48-lt-sm {
    max-width: 48px;
  }
  .max-width-64-lt-sm {
    max-width: 64px;
  }
  .max-width-80-lt-sm {
    max-width: 80px;
  }
  .max-width-96-lt-sm {
    max-width: 96px;
  }
  .max-width-112-lt-sm {
    max-width: 112px;
  }
  .max-width-128-lt-sm {
    max-width: 128px;
  }
  .max-width-144-lt-sm {
    max-width: 144px;
  }
  .max-width-160-lt-sm {
    max-width: 160px;
  }
  .max-width-176-lt-sm {
    max-width: 176px;
  }
  .max-width-192-lt-sm {
    max-width: 192px;
  }
  .max-width-208-lt-sm {
    max-width: 208px;
  }
  .max-width-224-lt-sm {
    max-width: 224px;
  }
  .max-width-240-lt-sm {
    max-width: 240px;
  }
  .max-width-256-lt-sm {
    max-width: 256px;
  }
  .max-height-16-lt-sm {
    max-height: 16px;
  }
  .max-height-32-lt-sm {
    max-height: 32px;
  }
  .max-height-48-lt-sm {
    max-height: 48px;
  }
  .max-height-64-lt-sm {
    max-height: 64px;
  }
  .max-height-80-lt-sm {
    max-height: 80px;
  }
  .max-height-96-lt-sm {
    max-height: 96px;
  }
  .max-height-112-lt-sm {
    max-height: 112px;
  }
  .max-height-128-lt-sm {
    max-height: 128px;
  }
  .max-height-144-lt-sm {
    max-height: 144px;
  }
  .max-height-160-lt-sm {
    max-height: 160px;
  }
  .max-height-176-lt-sm {
    max-height: 176px;
  }
  .max-height-192-lt-sm {
    max-height: 192px;
  }
  .max-height-208-lt-sm {
    max-height: 208px;
  }
  .max-height-224-lt-sm {
    max-height: 224px;
  }
  .max-height-240-lt-sm {
    max-height: 240px;
  }
  .max-height-256-lt-sm {
    max-height: 256px;
  }
  .max-size-16-lt-sm {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-lt-sm {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-lt-sm {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-lt-sm {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-lt-sm {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-lt-sm {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-lt-sm {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-lt-sm {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-lt-sm {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-lt-sm {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-lt-sm {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-lt-sm {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-lt-sm {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-lt-sm {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-lt-sm {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-lt-sm {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-lt-sm {
    width: 16px;
    height: 16px;
  }
  .size-32-lt-sm {
    width: 32px;
    height: 32px;
  }
  .size-48-lt-sm {
    width: 48px;
    height: 48px;
  }
  .size-64-lt-sm {
    width: 64px;
    height: 64px;
  }
  .size-80-lt-sm {
    width: 80px;
    height: 80px;
  }
  .size-96-lt-sm {
    width: 96px;
    height: 96px;
  }
  .size-112-lt-sm {
    width: 112px;
    height: 112px;
  }
  .size-128-lt-sm {
    width: 128px;
    height: 128px;
  }
  .size-144-lt-sm {
    width: 144px;
    height: 144px;
  }
  .size-160-lt-sm {
    width: 160px;
    height: 160px;
  }
  .size-176-lt-sm {
    width: 176px;
    height: 176px;
  }
  .size-192-lt-sm {
    width: 192px;
    height: 192px;
  }
  .size-208-lt-sm {
    width: 208px;
    height: 208px;
  }
  .size-224-lt-sm {
    width: 224px;
    height: 224px;
  }
  .size-240-lt-sm {
    width: 240px;
    height: 240px;
  }
  .size-256-lt-sm {
    width: 256px;
    height: 256px;
  }
  .m-lt-sm {
    margin: 1.875rem;
  }
  .m-t-lt-sm {
    margin-top: 1.875rem;
  }
  .m-b-lt-sm {
    margin-bottom: 1.875rem;
  }
  .m-l-lt-sm {
    margin-left: 1.875rem;
  }
  .m-r-lt-sm {
    margin-right: 1.875rem;
  }
  .m-x-lt-sm {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-lt-sm {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-lt-sm {
    padding: 1.875rem;
  }
  .p-t-lt-sm {
    padding-top: 1.875rem;
  }
  .p-b-lt-sm {
    padding-bottom: 1.875rem;
  }
  .p-l-lt-sm {
    padding-left: 1.875rem;
  }
  .p-r-lt-sm {
    padding-right: 1.875rem;
  }
  .p-x-lt-sm {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-lt-sm {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-lt-sm {
    margin: 0.3125rem;
  }
  .m-t-mini-lt-sm {
    margin-top: 0.3125rem;
  }
  .m-b-mini-lt-sm {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-lt-sm {
    margin-left: 0.3125rem;
  }
  .m-r-mini-lt-sm {
    margin-right: 0.3125rem;
  }
  .m-x-mini-lt-sm {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-lt-sm {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-lt-sm {
    padding: 0.3125rem;
  }
  .p-t-mini-lt-sm {
    padding-top: 0.3125rem;
  }
  .p-b-mini-lt-sm {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-lt-sm {
    padding-left: 0.3125rem;
  }
  .p-r-mini-lt-sm {
    padding-right: 0.3125rem;
  }
  .p-x-mini-lt-sm {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-lt-sm {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-lt-sm {
    margin: 0.46875rem;
  }
  .m-t-quarter-lt-sm {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-lt-sm {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-lt-sm {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-lt-sm {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-lt-sm {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-lt-sm {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-lt-sm {
    padding: 0.46875rem;
  }
  .p-t-quarter-lt-sm {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-lt-sm {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-lt-sm {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-lt-sm {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-lt-sm {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-lt-sm {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-lt-sm {
    margin: 0.9375rem;
  }
  .m-t-half-lt-sm {
    margin-top: 0.9375rem;
  }
  .m-b-half-lt-sm {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-lt-sm {
    margin-left: 0.9375rem;
  }
  .m-r-half-lt-sm {
    margin-right: 0.9375rem;
  }
  .m-x-half-lt-sm {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-lt-sm {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-lt-sm {
    padding: 0.9375rem;
  }
  .p-t-half-lt-sm {
    padding-top: 0.9375rem;
  }
  .p-b-half-lt-sm {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-lt-sm {
    padding-left: 0.9375rem;
  }
  .p-r-half-lt-sm {
    padding-right: 0.9375rem;
  }
  .p-x-half-lt-sm {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-lt-sm {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-lt-sm {
    margin: 3.75rem;
  }
  .m-t-double-lt-sm {
    margin-top: 3.75rem;
  }
  .m-b-double-lt-sm {
    margin-bottom: 3.75rem;
  }
  .m-l-double-lt-sm {
    margin-left: 3.75rem;
  }
  .m-r-double-lt-sm {
    margin-right: 3.75rem;
  }
  .m-x-double-lt-sm {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-lt-sm {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-lt-sm {
    padding: 3.75rem;
  }
  .p-t-double-lt-sm {
    padding-top: 3.75rem;
  }
  .p-b-double-lt-sm {
    padding-bottom: 3.75rem;
  }
  .p-l-double-lt-sm {
    padding-left: 3.75rem;
  }
  .p-r-double-lt-sm {
    padding-right: 3.75rem;
  }
  .p-x-double-lt-sm {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-lt-sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-lt-sm {
    margin: 5.625rem;
  }
  .m-t-triple-lt-sm {
    margin-top: 5.625rem;
  }
  .m-b-triple-lt-sm {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-lt-sm {
    margin-left: 5.625rem;
  }
  .m-r-triple-lt-sm {
    margin-right: 5.625rem;
  }
  .m-x-triple-lt-sm {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-lt-sm {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-lt-sm {
    padding: 5.625rem;
  }
  .p-t-triple-lt-sm {
    padding-top: 5.625rem;
  }
  .p-b-triple-lt-sm {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-lt-sm {
    padding-left: 5.625rem;
  }
  .p-r-triple-lt-sm {
    padding-right: 5.625rem;
  }
  .p-x-triple-lt-sm {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-lt-sm {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-lt-sm {
    margin: 1.25rem;
  }
  .m-t-alt-lt-sm {
    margin-top: 1.25rem;
  }
  .m-b-alt-lt-sm {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-lt-sm {
    margin-left: 1.25rem;
  }
  .m-r-alt-lt-sm {
    margin-right: 1.25rem;
  }
  .m-x-alt-lt-sm {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-lt-sm {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-lt-sm {
    padding: 1.25rem;
  }
  .p-t-alt-lt-sm {
    padding-top: 1.25rem;
  }
  .p-b-alt-lt-sm {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-lt-sm {
    padding-left: 1.25rem;
  }
  .p-r-alt-lt-sm {
    padding-right: 1.25rem;
  }
  .p-x-alt-lt-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-lt-sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-lt-sm {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-lt-sm {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-lt-sm {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-lt-sm {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-lt-sm {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-lt-sm {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-lt-sm {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-lt-sm {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-lt-sm {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-lt-sm {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-lt-sm {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-lt-sm {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-lt-sm {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-lt-sm {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-lt-sm {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-lt-sm {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-lt-sm {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-lt-sm {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-lt-sm {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-lt-sm {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-lt-sm {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-lt-sm {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-lt-sm {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-lt-sm {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-lt-sm {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-lt-sm {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-lt-sm {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-lt-sm {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-lt-sm {
    margin: 0.625rem;
  }
  .m-t-half-alt-lt-sm {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-lt-sm {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-lt-sm {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-lt-sm {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-lt-sm {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-lt-sm {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-lt-sm {
    padding: 0.625rem;
  }
  .p-t-half-alt-lt-sm {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-lt-sm {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-lt-sm {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-lt-sm {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-lt-sm {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-lt-sm {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-lt-sm {
    margin: 2.5rem;
  }
  .m-t-double-alt-lt-sm {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-lt-sm {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-lt-sm {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-lt-sm {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-lt-sm {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-lt-sm {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-lt-sm {
    padding: 2.5rem;
  }
  .p-t-double-alt-lt-sm {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-lt-sm {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-lt-sm {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-lt-sm {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-lt-sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-lt-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-lt-sm {
    margin: 3.75rem;
  }
  .m-t-triple-alt-lt-sm {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-lt-sm {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-lt-sm {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-lt-sm {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-lt-sm {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-lt-sm {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-lt-sm {
    padding: 3.75rem;
  }
  .p-t-triple-alt-lt-sm {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-lt-sm {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-lt-sm {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-lt-sm {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-lt-sm {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-lt-sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-lt-sm {
    margin: 0 !important;
  }
  .m-t-clear-lt-sm {
    margin-top: 0 !important;
  }
  .m-b-clear-lt-sm {
    margin-bottom: 0 !important;
  }
  .m-l-clear-lt-sm {
    margin-left: 0 !important;
  }
  .m-r-clear-lt-sm {
    margin-right: 0 !important;
  }
  .m-x-clear-lt-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-lt-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-lt-sm {
    padding: 0 !important;
  }
  .p-t-clear-lt-sm {
    padding-top: 0 !important;
  }
  .p-b-clear-lt-sm {
    padding-bottom: 0 !important;
  }
  .p-l-clear-lt-sm {
    padding-left: 0 !important;
  }
  .p-r-clear-lt-sm {
    padding-right: 0 !important;
  }
  .p-x-clear-lt-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-lt-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-am-insurance-claims-block] [data-am-table] .th:last-child,
  [data-am-insurance-claims-block] [data-am-table] .td:last-child {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  [data-am-insurance-claims-block] [data-am-table] .th:last-child .table-filter,
  [data-am-insurance-claims-block] [data-am-table] .td:last-child .table-filter {
    text-align: right;
  }
  [data-am-insurance-claims-block] [data-am-table] .th:nth-last-child(2),
  [data-am-insurance-claims-block] [data-am-table] .td:nth-last-child(2) {
    width: 100%;
  }
  [data-am-insurance-claims-block] [data-am-table] .th:nth-last-child(2) {
    width: 100%;
    white-space: nowrap;
    overflow: unset;
    text-overflow: ellipsis;
  }
  .claim-container .single-claim-first-column {
    width: 210px;
  }
  .action-buttons .searchbox-container {
    margin-left: unset;
  }
  .action-buttons .submit-claim-button {
    width: 100%;
    text-align: center;
  }
  [data-am-form] > .row > [class^=col-], [data-am-form] > .row > [class*=" col-"], [data-am-form] .block.companynumberblock > .row > [class^=col-], [data-am-form] .block.companynumberblock > .row > [class*=" col-"], [data-am-form] .block.companyinformationblock > .row > [class^=col-], [data-am-form] .block.companyinformationblock > .row > [class*=" col-"], [data-am-form] form > .row > [class^=col-], [data-am-form] form > .row > [class*=" col-"] {
    padding-right: 0;
  }
  .table-card-content .card-field {
    width: 100%;
  }
  .table-card-content .card-fieldName {
    white-space: nowrap;
  }
  .expandable-section {
    border-left: none;
    border-right: none;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .expandable-section h1, .expandable-section h2, .expandable-section h3, .expandable-section h4, .expandable-section h5, .expandable-section h6,
  .expandable-section .h1, .expandable-section .h2, .expandable-section .h3, .expandable-section .h4, .expandable-section .h5, .expandable-section .h6 {
    display: inline;
    margin-bottom: 0;
  }
  .expandable-section-header {
    padding: 1.25rem;
  }
  .expandable-section-body {
    overflow: hidden;
    padding: 1.25rem;
    padding-top: 0;
  }
}
@media (min-width: 900px) {
  .hidden-md {
    display: none !important;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .no-margin-md {
    margin: 0 !important;
  }
  .no-padding-md {
    padding: 0 !important;
  }
  .max-width-16-md {
    max-width: 16px;
  }
  .max-width-32-md {
    max-width: 32px;
  }
  .max-width-48-md {
    max-width: 48px;
  }
  .max-width-64-md {
    max-width: 64px;
  }
  .max-width-80-md {
    max-width: 80px;
  }
  .max-width-96-md {
    max-width: 96px;
  }
  .max-width-112-md {
    max-width: 112px;
  }
  .max-width-128-md {
    max-width: 128px;
  }
  .max-width-144-md {
    max-width: 144px;
  }
  .max-width-160-md {
    max-width: 160px;
  }
  .max-width-176-md {
    max-width: 176px;
  }
  .max-width-192-md {
    max-width: 192px;
  }
  .max-width-208-md {
    max-width: 208px;
  }
  .max-width-224-md {
    max-width: 224px;
  }
  .max-width-240-md {
    max-width: 240px;
  }
  .max-width-256-md {
    max-width: 256px;
  }
  .max-height-16-md {
    max-height: 16px;
  }
  .max-height-32-md {
    max-height: 32px;
  }
  .max-height-48-md {
    max-height: 48px;
  }
  .max-height-64-md {
    max-height: 64px;
  }
  .max-height-80-md {
    max-height: 80px;
  }
  .max-height-96-md {
    max-height: 96px;
  }
  .max-height-112-md {
    max-height: 112px;
  }
  .max-height-128-md {
    max-height: 128px;
  }
  .max-height-144-md {
    max-height: 144px;
  }
  .max-height-160-md {
    max-height: 160px;
  }
  .max-height-176-md {
    max-height: 176px;
  }
  .max-height-192-md {
    max-height: 192px;
  }
  .max-height-208-md {
    max-height: 208px;
  }
  .max-height-224-md {
    max-height: 224px;
  }
  .max-height-240-md {
    max-height: 240px;
  }
  .max-height-256-md {
    max-height: 256px;
  }
  .max-size-16-md {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-md {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-md {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-md {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-md {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-md {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-md {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-md {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-md {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-md {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-md {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-md {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-md {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-md {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-md {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-md {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-md {
    width: 16px;
    height: 16px;
  }
  .size-32-md {
    width: 32px;
    height: 32px;
  }
  .size-48-md {
    width: 48px;
    height: 48px;
  }
  .size-64-md {
    width: 64px;
    height: 64px;
  }
  .size-80-md {
    width: 80px;
    height: 80px;
  }
  .size-96-md {
    width: 96px;
    height: 96px;
  }
  .size-112-md {
    width: 112px;
    height: 112px;
  }
  .size-128-md {
    width: 128px;
    height: 128px;
  }
  .size-144-md {
    width: 144px;
    height: 144px;
  }
  .size-160-md {
    width: 160px;
    height: 160px;
  }
  .size-176-md {
    width: 176px;
    height: 176px;
  }
  .size-192-md {
    width: 192px;
    height: 192px;
  }
  .size-208-md {
    width: 208px;
    height: 208px;
  }
  .size-224-md {
    width: 224px;
    height: 224px;
  }
  .size-240-md {
    width: 240px;
    height: 240px;
  }
  .size-256-md {
    width: 256px;
    height: 256px;
  }
  .m-md {
    margin: 1.875rem;
  }
  .m-t-md {
    margin-top: 1.875rem;
  }
  .m-b-md {
    margin-bottom: 1.875rem;
  }
  .m-l-md {
    margin-left: 1.875rem;
  }
  .m-r-md {
    margin-right: 1.875rem;
  }
  .m-x-md {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-md {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-md {
    padding: 1.875rem;
  }
  .p-t-md {
    padding-top: 1.875rem;
  }
  .p-b-md {
    padding-bottom: 1.875rem;
  }
  .p-l-md {
    padding-left: 1.875rem;
  }
  .p-r-md {
    padding-right: 1.875rem;
  }
  .p-x-md {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-md {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-md {
    margin: 0.3125rem;
  }
  .m-t-mini-md {
    margin-top: 0.3125rem;
  }
  .m-b-mini-md {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-md {
    margin-left: 0.3125rem;
  }
  .m-r-mini-md {
    margin-right: 0.3125rem;
  }
  .m-x-mini-md {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-md {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-md {
    padding: 0.3125rem;
  }
  .p-t-mini-md {
    padding-top: 0.3125rem;
  }
  .p-b-mini-md {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-md {
    padding-left: 0.3125rem;
  }
  .p-r-mini-md {
    padding-right: 0.3125rem;
  }
  .p-x-mini-md {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-md {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-md {
    margin: 0.46875rem;
  }
  .m-t-quarter-md {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-md {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-md {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-md {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-md {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-md {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-md {
    padding: 0.46875rem;
  }
  .p-t-quarter-md {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-md {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-md {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-md {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-md {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-md {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-md {
    margin: 0.9375rem;
  }
  .m-t-half-md {
    margin-top: 0.9375rem;
  }
  .m-b-half-md {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-md {
    margin-left: 0.9375rem;
  }
  .m-r-half-md {
    margin-right: 0.9375rem;
  }
  .m-x-half-md {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-md {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-md {
    padding: 0.9375rem;
  }
  .p-t-half-md {
    padding-top: 0.9375rem;
  }
  .p-b-half-md {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-md {
    padding-left: 0.9375rem;
  }
  .p-r-half-md {
    padding-right: 0.9375rem;
  }
  .p-x-half-md {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-md {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-md {
    margin: 3.75rem;
  }
  .m-t-double-md {
    margin-top: 3.75rem;
  }
  .m-b-double-md {
    margin-bottom: 3.75rem;
  }
  .m-l-double-md {
    margin-left: 3.75rem;
  }
  .m-r-double-md {
    margin-right: 3.75rem;
  }
  .m-x-double-md {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-md {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-md {
    padding: 3.75rem;
  }
  .p-t-double-md {
    padding-top: 3.75rem;
  }
  .p-b-double-md {
    padding-bottom: 3.75rem;
  }
  .p-l-double-md {
    padding-left: 3.75rem;
  }
  .p-r-double-md {
    padding-right: 3.75rem;
  }
  .p-x-double-md {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-md {
    margin: 5.625rem;
  }
  .m-t-triple-md {
    margin-top: 5.625rem;
  }
  .m-b-triple-md {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-md {
    margin-left: 5.625rem;
  }
  .m-r-triple-md {
    margin-right: 5.625rem;
  }
  .m-x-triple-md {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-md {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-md {
    padding: 5.625rem;
  }
  .p-t-triple-md {
    padding-top: 5.625rem;
  }
  .p-b-triple-md {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-md {
    padding-left: 5.625rem;
  }
  .p-r-triple-md {
    padding-right: 5.625rem;
  }
  .p-x-triple-md {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-md {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-md {
    margin: 1.25rem;
  }
  .m-t-alt-md {
    margin-top: 1.25rem;
  }
  .m-b-alt-md {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-md {
    margin-left: 1.25rem;
  }
  .m-r-alt-md {
    margin-right: 1.25rem;
  }
  .m-x-alt-md {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-md {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-md {
    padding: 1.25rem;
  }
  .p-t-alt-md {
    padding-top: 1.25rem;
  }
  .p-b-alt-md {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-md {
    padding-left: 1.25rem;
  }
  .p-r-alt-md {
    padding-right: 1.25rem;
  }
  .p-x-alt-md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-md {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-md {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-md {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-md {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-md {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-md {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-md {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-md {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-md {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-md {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-md {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-md {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-md {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-md {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-md {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-md {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-md {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-md {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-md {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-md {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-md {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-md {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-md {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-md {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-md {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-md {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-md {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-md {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-md {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-md {
    margin: 0.625rem;
  }
  .m-t-half-alt-md {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-md {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-md {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-md {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-md {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-md {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-md {
    padding: 0.625rem;
  }
  .p-t-half-alt-md {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-md {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-md {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-md {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-md {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-md {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-md {
    margin: 2.5rem;
  }
  .m-t-double-alt-md {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-md {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-md {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-md {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-md {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-md {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-md {
    padding: 2.5rem;
  }
  .p-t-double-alt-md {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-md {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-md {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-md {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-md {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-md {
    margin: 3.75rem;
  }
  .m-t-triple-alt-md {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-md {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-md {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-md {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-md {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-md {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-md {
    padding: 3.75rem;
  }
  .p-t-triple-alt-md {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-md {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-md {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-md {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-md {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-md {
    margin: 0 !important;
  }
  .m-t-clear-md {
    margin-top: 0 !important;
  }
  .m-b-clear-md {
    margin-bottom: 0 !important;
  }
  .m-l-clear-md {
    margin-left: 0 !important;
  }
  .m-r-clear-md {
    margin-right: 0 !important;
  }
  .m-x-clear-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-md {
    padding: 0 !important;
  }
  .p-t-clear-md {
    padding-top: 0 !important;
  }
  .p-b-clear-md {
    padding-bottom: 0 !important;
  }
  .p-l-clear-md {
    padding-left: 0 !important;
  }
  .p-r-clear-md {
    padding-right: 0 !important;
  }
  .p-x-clear-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h1 svg,
  h1 object,
  .h1 svg,
  .h1 object {
    height: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h2 svg,
  h2 object,
  .h2 svg,
  .h2 object {
    height: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h3 svg,
  h3 object,
  .h3 svg,
  .h3 object {
    height: 1.5rem;
  }
  .page-actions {
    flex-wrap: wrap;
  }
  .page-actions > *:not(:last-child) {
    margin-right: 0;
  }
  [data-am-hero] {
    height: 300px;
  }
  [data-am-hero~=overflow] .hero-image-container {
    margin-bottom: -140px;
  }
}
@media (max-width: 899px) {
  .hidden-lt-md {
    display: none !important;
  }
  .l-block-lt-md {
    display: block;
  }
  .text-left-lt-md {
    text-align: left;
  }
  .text-right-lt-md {
    text-align: right;
  }
  .text-center-lt-md {
    text-align: center;
  }
  .no-margin-lt-md {
    margin: 0 !important;
  }
  .no-padding-lt-md {
    padding: 0 !important;
  }
  .max-width-16-lt-md {
    max-width: 16px;
  }
  .max-width-32-lt-md {
    max-width: 32px;
  }
  .max-width-48-lt-md {
    max-width: 48px;
  }
  .max-width-64-lt-md {
    max-width: 64px;
  }
  .max-width-80-lt-md {
    max-width: 80px;
  }
  .max-width-96-lt-md {
    max-width: 96px;
  }
  .max-width-112-lt-md {
    max-width: 112px;
  }
  .max-width-128-lt-md {
    max-width: 128px;
  }
  .max-width-144-lt-md {
    max-width: 144px;
  }
  .max-width-160-lt-md {
    max-width: 160px;
  }
  .max-width-176-lt-md {
    max-width: 176px;
  }
  .max-width-192-lt-md {
    max-width: 192px;
  }
  .max-width-208-lt-md {
    max-width: 208px;
  }
  .max-width-224-lt-md {
    max-width: 224px;
  }
  .max-width-240-lt-md {
    max-width: 240px;
  }
  .max-width-256-lt-md {
    max-width: 256px;
  }
  .max-height-16-lt-md {
    max-height: 16px;
  }
  .max-height-32-lt-md {
    max-height: 32px;
  }
  .max-height-48-lt-md {
    max-height: 48px;
  }
  .max-height-64-lt-md {
    max-height: 64px;
  }
  .max-height-80-lt-md {
    max-height: 80px;
  }
  .max-height-96-lt-md {
    max-height: 96px;
  }
  .max-height-112-lt-md {
    max-height: 112px;
  }
  .max-height-128-lt-md {
    max-height: 128px;
  }
  .max-height-144-lt-md {
    max-height: 144px;
  }
  .max-height-160-lt-md {
    max-height: 160px;
  }
  .max-height-176-lt-md {
    max-height: 176px;
  }
  .max-height-192-lt-md {
    max-height: 192px;
  }
  .max-height-208-lt-md {
    max-height: 208px;
  }
  .max-height-224-lt-md {
    max-height: 224px;
  }
  .max-height-240-lt-md {
    max-height: 240px;
  }
  .max-height-256-lt-md {
    max-height: 256px;
  }
  .max-size-16-lt-md {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-lt-md {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-lt-md {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-lt-md {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-lt-md {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-lt-md {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-lt-md {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-lt-md {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-lt-md {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-lt-md {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-lt-md {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-lt-md {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-lt-md {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-lt-md {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-lt-md {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-lt-md {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-lt-md {
    width: 16px;
    height: 16px;
  }
  .size-32-lt-md {
    width: 32px;
    height: 32px;
  }
  .size-48-lt-md {
    width: 48px;
    height: 48px;
  }
  .size-64-lt-md {
    width: 64px;
    height: 64px;
  }
  .size-80-lt-md {
    width: 80px;
    height: 80px;
  }
  .size-96-lt-md {
    width: 96px;
    height: 96px;
  }
  .size-112-lt-md {
    width: 112px;
    height: 112px;
  }
  .size-128-lt-md {
    width: 128px;
    height: 128px;
  }
  .size-144-lt-md {
    width: 144px;
    height: 144px;
  }
  .size-160-lt-md {
    width: 160px;
    height: 160px;
  }
  .size-176-lt-md {
    width: 176px;
    height: 176px;
  }
  .size-192-lt-md {
    width: 192px;
    height: 192px;
  }
  .size-208-lt-md {
    width: 208px;
    height: 208px;
  }
  .size-224-lt-md {
    width: 224px;
    height: 224px;
  }
  .size-240-lt-md {
    width: 240px;
    height: 240px;
  }
  .size-256-lt-md {
    width: 256px;
    height: 256px;
  }
  .m-lt-md {
    margin: 1.875rem;
  }
  .m-t-lt-md {
    margin-top: 1.875rem;
  }
  .m-b-lt-md {
    margin-bottom: 1.875rem;
  }
  .m-l-lt-md {
    margin-left: 1.875rem;
  }
  .m-r-lt-md {
    margin-right: 1.875rem;
  }
  .m-x-lt-md {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-lt-md {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-lt-md {
    padding: 1.875rem;
  }
  .p-t-lt-md {
    padding-top: 1.875rem;
  }
  .p-b-lt-md {
    padding-bottom: 1.875rem;
  }
  .p-l-lt-md {
    padding-left: 1.875rem;
  }
  .p-r-lt-md {
    padding-right: 1.875rem;
  }
  .p-x-lt-md {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-lt-md {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-lt-md {
    margin: 0.3125rem;
  }
  .m-t-mini-lt-md {
    margin-top: 0.3125rem;
  }
  .m-b-mini-lt-md {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-lt-md {
    margin-left: 0.3125rem;
  }
  .m-r-mini-lt-md {
    margin-right: 0.3125rem;
  }
  .m-x-mini-lt-md {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-lt-md {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-lt-md {
    padding: 0.3125rem;
  }
  .p-t-mini-lt-md {
    padding-top: 0.3125rem;
  }
  .p-b-mini-lt-md {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-lt-md {
    padding-left: 0.3125rem;
  }
  .p-r-mini-lt-md {
    padding-right: 0.3125rem;
  }
  .p-x-mini-lt-md {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-lt-md {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-lt-md {
    margin: 0.46875rem;
  }
  .m-t-quarter-lt-md {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-lt-md {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-lt-md {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-lt-md {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-lt-md {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-lt-md {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-lt-md {
    padding: 0.46875rem;
  }
  .p-t-quarter-lt-md {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-lt-md {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-lt-md {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-lt-md {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-lt-md {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-lt-md {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-lt-md {
    margin: 0.9375rem;
  }
  .m-t-half-lt-md {
    margin-top: 0.9375rem;
  }
  .m-b-half-lt-md {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-lt-md {
    margin-left: 0.9375rem;
  }
  .m-r-half-lt-md {
    margin-right: 0.9375rem;
  }
  .m-x-half-lt-md {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-lt-md {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-lt-md {
    padding: 0.9375rem;
  }
  .p-t-half-lt-md {
    padding-top: 0.9375rem;
  }
  .p-b-half-lt-md {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-lt-md {
    padding-left: 0.9375rem;
  }
  .p-r-half-lt-md {
    padding-right: 0.9375rem;
  }
  .p-x-half-lt-md {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-lt-md {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-lt-md {
    margin: 3.75rem;
  }
  .m-t-double-lt-md {
    margin-top: 3.75rem;
  }
  .m-b-double-lt-md {
    margin-bottom: 3.75rem;
  }
  .m-l-double-lt-md {
    margin-left: 3.75rem;
  }
  .m-r-double-lt-md {
    margin-right: 3.75rem;
  }
  .m-x-double-lt-md {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-lt-md {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-lt-md {
    padding: 3.75rem;
  }
  .p-t-double-lt-md {
    padding-top: 3.75rem;
  }
  .p-b-double-lt-md {
    padding-bottom: 3.75rem;
  }
  .p-l-double-lt-md {
    padding-left: 3.75rem;
  }
  .p-r-double-lt-md {
    padding-right: 3.75rem;
  }
  .p-x-double-lt-md {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-lt-md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-lt-md {
    margin: 5.625rem;
  }
  .m-t-triple-lt-md {
    margin-top: 5.625rem;
  }
  .m-b-triple-lt-md {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-lt-md {
    margin-left: 5.625rem;
  }
  .m-r-triple-lt-md {
    margin-right: 5.625rem;
  }
  .m-x-triple-lt-md {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-lt-md {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-lt-md {
    padding: 5.625rem;
  }
  .p-t-triple-lt-md {
    padding-top: 5.625rem;
  }
  .p-b-triple-lt-md {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-lt-md {
    padding-left: 5.625rem;
  }
  .p-r-triple-lt-md {
    padding-right: 5.625rem;
  }
  .p-x-triple-lt-md {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-lt-md {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-lt-md {
    margin: 1.25rem;
  }
  .m-t-alt-lt-md {
    margin-top: 1.25rem;
  }
  .m-b-alt-lt-md {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-lt-md {
    margin-left: 1.25rem;
  }
  .m-r-alt-lt-md {
    margin-right: 1.25rem;
  }
  .m-x-alt-lt-md {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-lt-md {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-lt-md {
    padding: 1.25rem;
  }
  .p-t-alt-lt-md {
    padding-top: 1.25rem;
  }
  .p-b-alt-lt-md {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-lt-md {
    padding-left: 1.25rem;
  }
  .p-r-alt-lt-md {
    padding-right: 1.25rem;
  }
  .p-x-alt-lt-md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-lt-md {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-lt-md {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-lt-md {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-lt-md {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-lt-md {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-lt-md {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-lt-md {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-lt-md {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-lt-md {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-lt-md {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-lt-md {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-lt-md {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-lt-md {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-lt-md {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-lt-md {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-lt-md {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-lt-md {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-lt-md {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-lt-md {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-lt-md {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-lt-md {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-lt-md {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-lt-md {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-lt-md {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-lt-md {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-lt-md {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-lt-md {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-lt-md {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-lt-md {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-lt-md {
    margin: 0.625rem;
  }
  .m-t-half-alt-lt-md {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-lt-md {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-lt-md {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-lt-md {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-lt-md {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-lt-md {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-lt-md {
    padding: 0.625rem;
  }
  .p-t-half-alt-lt-md {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-lt-md {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-lt-md {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-lt-md {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-lt-md {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-lt-md {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-lt-md {
    margin: 2.5rem;
  }
  .m-t-double-alt-lt-md {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-lt-md {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-lt-md {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-lt-md {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-lt-md {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-lt-md {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-lt-md {
    padding: 2.5rem;
  }
  .p-t-double-alt-lt-md {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-lt-md {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-lt-md {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-lt-md {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-lt-md {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-lt-md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-lt-md {
    margin: 3.75rem;
  }
  .m-t-triple-alt-lt-md {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-lt-md {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-lt-md {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-lt-md {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-lt-md {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-lt-md {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-lt-md {
    padding: 3.75rem;
  }
  .p-t-triple-alt-lt-md {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-lt-md {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-lt-md {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-lt-md {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-lt-md {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-lt-md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-lt-md {
    margin: 0 !important;
  }
  .m-t-clear-lt-md {
    margin-top: 0 !important;
  }
  .m-b-clear-lt-md {
    margin-bottom: 0 !important;
  }
  .m-l-clear-lt-md {
    margin-left: 0 !important;
  }
  .m-r-clear-lt-md {
    margin-right: 0 !important;
  }
  .m-x-clear-lt-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-lt-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-lt-md {
    padding: 0 !important;
  }
  .p-t-clear-lt-md {
    padding-top: 0 !important;
  }
  .p-b-clear-lt-md {
    padding-bottom: 0 !important;
  }
  .p-l-clear-lt-md {
    padding-left: 0 !important;
  }
  .p-r-clear-lt-md {
    padding-right: 0 !important;
  }
  .p-x-clear-lt-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-lt-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-am-button~=full-width-lt-md] {
    display: block;
    width: 100%;
  }
  [data-am-footer] {
    padding-top: 1.875rem;
    padding-bottom: 5.625rem;
    margin-top: 1.25rem;
    text-align: center;
  }
  [data-am-footer] .container {
    padding: 0;
  }
  [data-am-footer] .footer-logo-container {
    width: 100%;
    margin: 0;
    margin-bottom: 1.875rem;
  }
  [data-am-footer] .footer-logo {
    display: block;
    max-width: 180px;
  }
  [data-am-footer] .footer-logo-text {
    width: 100%;
    margin-bottom: 1.875rem;
    font-size: 12px;
  }
  [data-am-footer] .footer-link-item {
    padding-top: 1.875rem;
    display: block;
    margin-left: 1.875rem;
    text-align: left;
  }
  [data-am-footer] .footer-link-list {
    width: 100%;
  }
  [data-am-footer] .footer-link {
    font-size: 1.15rem;
  }
  [data-am-footer] .logo-content-block {
    margin-left: 1.875rem;
  }
  [data-am-footer~=imf] .footer-logo-container {
    margin-bottom: 0;
  }
  [data-am-header] [data-am-header-logo-row] a > img {
    max-width: 180px;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] {
    display: block;
    position: absolute;
    top: calc(9rem + 1px);
    background: var(--c-background-page);
    width: 100vw;
    height: 100%;
    left: -100vw;
    z-index: 10;
    transition: 200ms;
    box-shadow: var(--c-header-border-box-shadow);
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] {
    margin-right: 0px;
    padding: 1.25rem;
    padding-left: 1.5rem;
    border-bottom: 1px solid var(--c-border-header);
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] [data-am-link] {
    padding-left: 3rem;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] [data-am-link~=icon] {
    padding-left: 0;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] [data-am-link~=icon] img {
    margin-right: 1.5rem;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block].is-active {
    border-left: 4px solid var(--c-primary);
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-top], [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-bottom] {
    background-color: var(--c-header-bg-light);
    font-size: 14px;
    box-shadow: var(--c-header-border-box-shadow);
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-top] > div, [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-bottom] > div {
    align-content: center;
    min-height: 3rem;
    border-bottom: 1px solid var(--c-header-border-dark);
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-top] > div {
    padding-left: calc(1.5rem + 4px);
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-top] > [data-am-company-header-ext] {
    position: initial;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-top] > [data-am-company-header-ext] > [data-am-dropdown-trigger] {
    padding: 1rem 0;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-top] > [data-am-company-header-ext] > [data-am-dropdown-trigger] img {
    margin-right: 1.5rem;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-top] > [data-am-company-header-ext] menu {
    position: initial;
    padding-left: 0;
    margin-left: -2rem;
    width: calc(100% + 2rem);
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-header-nav-top] > [data-am-company-header-ext] menu li {
    padding-left: 5rem;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-mobile-menu-btn] {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-mobile-menu-btn] [data-am-open-menu-img], [data-am-header] [data-am-header-nav-row] [data-am-mobile-menu-btn] [data-am-close-menu-img] {
    margin-right: 0.46875rem;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-mobile-menu-btn] [data-am-close-menu-img] {
    display: none;
  }
  [data-am-header] [data-am-header-nav-row].mobile-menu-open [data-am-close-menu-img] {
    display: initial;
  }
  [data-am-header] [data-am-header-nav-row].mobile-menu-open [data-am-open-menu-img] {
    display: none;
  }
  [data-am-header] [data-am-header-nav-row].mobile-menu-open [data-am-header-nav-container] {
    transform: translate(100vw, 0);
  }
  [data-am-header] [data-am-header-nav-row] .restrictedlinkitemblock {
    margin-left: 0;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-business-areas] :first-child {
    padding-left: 0;
  }
  [data-am-tooltip] .tooltip {
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-animation: none;
    animation: none;
    position: fixed;
    top: 50%;
    left: 0.9375rem;
    right: 0.9375rem;
    max-width: none;
    width: calc(100% - 1.875rem);
    max-height: 50vh;
    overflow: auto;
  }
  [data-am-tooltip] .tooltip:before, [data-am-tooltip] .tooltip:after {
    content: none;
  }
  [data-am-tooltip] .tooltip.double-top {
    top: 50%;
  }
  [data-am-tooltip] .ui-block {
    background-color: rgba(0, 0, 0, 0.2);
  }
  [class^=col-],
  [class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  [name~=notification-badge] {
    font-size: 0.875rem;
  }
  [name~=notification-badge]::after {
    top: -2px;
    left: 13px;
  }
  [name~=notification-badge] img {
    max-width: 18px;
    margin-right: 3px;
  }
  [name~=notification-badge] a {
    font-size: 0.875rem;
  }
  .header-extensions.opened {
    top: -4px;
  }
  .claim-container .single-claim-first-column {
    width: unset;
    margin-right: 16px;
  }
  .submit-claim-action {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .searchPlain {
    width: 100%;
    margin-bottom: 24px;
  }
  .table-actions .MuiBox-root.chips {
    margin-top: 0;
  }
  .table-actions .MuiBox-root.chips.visible {
    margin-top: 24px;
  }
  [coverages-container] .includance {
    width: 40%;
  }
  [data-am-insurance-claims-block] [data-am-table] .th:not(:first-child),
  [data-am-insurance-claims-block] [data-am-table] .td:not(:first-child) {
    width: calc((100% - 50px) / 2);
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .no-margin-lg {
    margin: 0 !important;
  }
  .no-padding-lg {
    padding: 0 !important;
  }
  .max-width-16-lg {
    max-width: 16px;
  }
  .max-width-32-lg {
    max-width: 32px;
  }
  .max-width-48-lg {
    max-width: 48px;
  }
  .max-width-64-lg {
    max-width: 64px;
  }
  .max-width-80-lg {
    max-width: 80px;
  }
  .max-width-96-lg {
    max-width: 96px;
  }
  .max-width-112-lg {
    max-width: 112px;
  }
  .max-width-128-lg {
    max-width: 128px;
  }
  .max-width-144-lg {
    max-width: 144px;
  }
  .max-width-160-lg {
    max-width: 160px;
  }
  .max-width-176-lg {
    max-width: 176px;
  }
  .max-width-192-lg {
    max-width: 192px;
  }
  .max-width-208-lg {
    max-width: 208px;
  }
  .max-width-224-lg {
    max-width: 224px;
  }
  .max-width-240-lg {
    max-width: 240px;
  }
  .max-width-256-lg {
    max-width: 256px;
  }
  .max-height-16-lg {
    max-height: 16px;
  }
  .max-height-32-lg {
    max-height: 32px;
  }
  .max-height-48-lg {
    max-height: 48px;
  }
  .max-height-64-lg {
    max-height: 64px;
  }
  .max-height-80-lg {
    max-height: 80px;
  }
  .max-height-96-lg {
    max-height: 96px;
  }
  .max-height-112-lg {
    max-height: 112px;
  }
  .max-height-128-lg {
    max-height: 128px;
  }
  .max-height-144-lg {
    max-height: 144px;
  }
  .max-height-160-lg {
    max-height: 160px;
  }
  .max-height-176-lg {
    max-height: 176px;
  }
  .max-height-192-lg {
    max-height: 192px;
  }
  .max-height-208-lg {
    max-height: 208px;
  }
  .max-height-224-lg {
    max-height: 224px;
  }
  .max-height-240-lg {
    max-height: 240px;
  }
  .max-height-256-lg {
    max-height: 256px;
  }
  .max-size-16-lg {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-lg {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-lg {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-lg {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-lg {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-lg {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-lg {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-lg {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-lg {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-lg {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-lg {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-lg {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-lg {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-lg {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-lg {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-lg {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-lg {
    width: 16px;
    height: 16px;
  }
  .size-32-lg {
    width: 32px;
    height: 32px;
  }
  .size-48-lg {
    width: 48px;
    height: 48px;
  }
  .size-64-lg {
    width: 64px;
    height: 64px;
  }
  .size-80-lg {
    width: 80px;
    height: 80px;
  }
  .size-96-lg {
    width: 96px;
    height: 96px;
  }
  .size-112-lg {
    width: 112px;
    height: 112px;
  }
  .size-128-lg {
    width: 128px;
    height: 128px;
  }
  .size-144-lg {
    width: 144px;
    height: 144px;
  }
  .size-160-lg {
    width: 160px;
    height: 160px;
  }
  .size-176-lg {
    width: 176px;
    height: 176px;
  }
  .size-192-lg {
    width: 192px;
    height: 192px;
  }
  .size-208-lg {
    width: 208px;
    height: 208px;
  }
  .size-224-lg {
    width: 224px;
    height: 224px;
  }
  .size-240-lg {
    width: 240px;
    height: 240px;
  }
  .size-256-lg {
    width: 256px;
    height: 256px;
  }
  .m-lg {
    margin: 1.875rem;
  }
  .m-t-lg {
    margin-top: 1.875rem;
  }
  .m-b-lg {
    margin-bottom: 1.875rem;
  }
  .m-l-lg {
    margin-left: 1.875rem;
  }
  .m-r-lg {
    margin-right: 1.875rem;
  }
  .m-x-lg {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-lg {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-lg {
    padding: 1.875rem;
  }
  .p-t-lg {
    padding-top: 1.875rem;
  }
  .p-b-lg {
    padding-bottom: 1.875rem;
  }
  .p-l-lg {
    padding-left: 1.875rem;
  }
  .p-r-lg {
    padding-right: 1.875rem;
  }
  .p-x-lg {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-lg {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-lg {
    margin: 0.3125rem;
  }
  .m-t-mini-lg {
    margin-top: 0.3125rem;
  }
  .m-b-mini-lg {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-lg {
    margin-left: 0.3125rem;
  }
  .m-r-mini-lg {
    margin-right: 0.3125rem;
  }
  .m-x-mini-lg {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-lg {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-lg {
    padding: 0.3125rem;
  }
  .p-t-mini-lg {
    padding-top: 0.3125rem;
  }
  .p-b-mini-lg {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-lg {
    padding-left: 0.3125rem;
  }
  .p-r-mini-lg {
    padding-right: 0.3125rem;
  }
  .p-x-mini-lg {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-lg {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-lg {
    margin: 0.46875rem;
  }
  .m-t-quarter-lg {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-lg {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-lg {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-lg {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-lg {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-lg {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-lg {
    padding: 0.46875rem;
  }
  .p-t-quarter-lg {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-lg {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-lg {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-lg {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-lg {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-lg {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-lg {
    margin: 0.9375rem;
  }
  .m-t-half-lg {
    margin-top: 0.9375rem;
  }
  .m-b-half-lg {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-lg {
    margin-left: 0.9375rem;
  }
  .m-r-half-lg {
    margin-right: 0.9375rem;
  }
  .m-x-half-lg {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-lg {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-lg {
    padding: 0.9375rem;
  }
  .p-t-half-lg {
    padding-top: 0.9375rem;
  }
  .p-b-half-lg {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-lg {
    padding-left: 0.9375rem;
  }
  .p-r-half-lg {
    padding-right: 0.9375rem;
  }
  .p-x-half-lg {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-lg {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-lg {
    margin: 3.75rem;
  }
  .m-t-double-lg {
    margin-top: 3.75rem;
  }
  .m-b-double-lg {
    margin-bottom: 3.75rem;
  }
  .m-l-double-lg {
    margin-left: 3.75rem;
  }
  .m-r-double-lg {
    margin-right: 3.75rem;
  }
  .m-x-double-lg {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-lg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-lg {
    padding: 3.75rem;
  }
  .p-t-double-lg {
    padding-top: 3.75rem;
  }
  .p-b-double-lg {
    padding-bottom: 3.75rem;
  }
  .p-l-double-lg {
    padding-left: 3.75rem;
  }
  .p-r-double-lg {
    padding-right: 3.75rem;
  }
  .p-x-double-lg {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-lg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-lg {
    margin: 5.625rem;
  }
  .m-t-triple-lg {
    margin-top: 5.625rem;
  }
  .m-b-triple-lg {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-lg {
    margin-left: 5.625rem;
  }
  .m-r-triple-lg {
    margin-right: 5.625rem;
  }
  .m-x-triple-lg {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-lg {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-lg {
    padding: 5.625rem;
  }
  .p-t-triple-lg {
    padding-top: 5.625rem;
  }
  .p-b-triple-lg {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-lg {
    padding-left: 5.625rem;
  }
  .p-r-triple-lg {
    padding-right: 5.625rem;
  }
  .p-x-triple-lg {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-lg {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-lg {
    margin: 1.25rem;
  }
  .m-t-alt-lg {
    margin-top: 1.25rem;
  }
  .m-b-alt-lg {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-lg {
    margin-left: 1.25rem;
  }
  .m-r-alt-lg {
    margin-right: 1.25rem;
  }
  .m-x-alt-lg {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-lg {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-lg {
    padding: 1.25rem;
  }
  .p-t-alt-lg {
    padding-top: 1.25rem;
  }
  .p-b-alt-lg {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-lg {
    padding-left: 1.25rem;
  }
  .p-r-alt-lg {
    padding-right: 1.25rem;
  }
  .p-x-alt-lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-lg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-lg {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-lg {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-lg {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-lg {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-lg {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-lg {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-lg {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-lg {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-lg {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-lg {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-lg {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-lg {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-lg {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-lg {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-lg {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-lg {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-lg {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-lg {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-lg {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-lg {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-lg {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-lg {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-lg {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-lg {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-lg {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-lg {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-lg {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-lg {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-lg {
    margin: 0.625rem;
  }
  .m-t-half-alt-lg {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-lg {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-lg {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-lg {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-lg {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-lg {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-lg {
    padding: 0.625rem;
  }
  .p-t-half-alt-lg {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-lg {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-lg {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-lg {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-lg {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-lg {
    margin: 2.5rem;
  }
  .m-t-double-alt-lg {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-lg {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-lg {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-lg {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-lg {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-lg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-lg {
    padding: 2.5rem;
  }
  .p-t-double-alt-lg {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-lg {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-lg {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-lg {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-lg {
    margin: 3.75rem;
  }
  .m-t-triple-alt-lg {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-lg {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-lg {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-lg {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-lg {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-lg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-lg {
    padding: 3.75rem;
  }
  .p-t-triple-alt-lg {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-lg {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-lg {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-lg {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-lg {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-lg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-lg {
    margin: 0 !important;
  }
  .m-t-clear-lg {
    margin-top: 0 !important;
  }
  .m-b-clear-lg {
    margin-bottom: 0 !important;
  }
  .m-l-clear-lg {
    margin-left: 0 !important;
  }
  .m-r-clear-lg {
    margin-right: 0 !important;
  }
  .m-x-clear-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-lg {
    padding: 0 !important;
  }
  .p-t-clear-lg {
    padding-top: 0 !important;
  }
  .p-b-clear-lg {
    padding-bottom: 0 !important;
  }
  .p-l-clear-lg {
    padding-left: 0 !important;
  }
  .p-r-clear-lg {
    padding-right: 0 !important;
  }
  .p-x-clear-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .card-container .two-card-width-lg {
    flex: 1 1 auto;
    width: 48%;
  }
  .card-container .three-card-width-lg {
    flex: 1 1 auto;
    width: 31.33333333%;
  }
  .card-container .one-card-width-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .card-container .one-card-width-lg .card-image {
    width: 50%;
    min-height: 300px;
    max-height: 300px;
  }
  .card-container .one-card-width-lg .card-item-content {
    flex: 1 1 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card-container .one-card-width-lg.no-image {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .hidden-lt-lg {
    display: none !important;
  }
  .text-left-lt-lg {
    text-align: left;
  }
  .text-right-lt-lg {
    text-align: right;
  }
  .text-center-lt-lg {
    text-align: center;
  }
  .no-margin-lt-lg {
    margin: 0 !important;
  }
  .no-padding-lt-lg {
    padding: 0 !important;
  }
  .max-width-16-lt-lg {
    max-width: 16px;
  }
  .max-width-32-lt-lg {
    max-width: 32px;
  }
  .max-width-48-lt-lg {
    max-width: 48px;
  }
  .max-width-64-lt-lg {
    max-width: 64px;
  }
  .max-width-80-lt-lg {
    max-width: 80px;
  }
  .max-width-96-lt-lg {
    max-width: 96px;
  }
  .max-width-112-lt-lg {
    max-width: 112px;
  }
  .max-width-128-lt-lg {
    max-width: 128px;
  }
  .max-width-144-lt-lg {
    max-width: 144px;
  }
  .max-width-160-lt-lg {
    max-width: 160px;
  }
  .max-width-176-lt-lg {
    max-width: 176px;
  }
  .max-width-192-lt-lg {
    max-width: 192px;
  }
  .max-width-208-lt-lg {
    max-width: 208px;
  }
  .max-width-224-lt-lg {
    max-width: 224px;
  }
  .max-width-240-lt-lg {
    max-width: 240px;
  }
  .max-width-256-lt-lg {
    max-width: 256px;
  }
  .max-height-16-lt-lg {
    max-height: 16px;
  }
  .max-height-32-lt-lg {
    max-height: 32px;
  }
  .max-height-48-lt-lg {
    max-height: 48px;
  }
  .max-height-64-lt-lg {
    max-height: 64px;
  }
  .max-height-80-lt-lg {
    max-height: 80px;
  }
  .max-height-96-lt-lg {
    max-height: 96px;
  }
  .max-height-112-lt-lg {
    max-height: 112px;
  }
  .max-height-128-lt-lg {
    max-height: 128px;
  }
  .max-height-144-lt-lg {
    max-height: 144px;
  }
  .max-height-160-lt-lg {
    max-height: 160px;
  }
  .max-height-176-lt-lg {
    max-height: 176px;
  }
  .max-height-192-lt-lg {
    max-height: 192px;
  }
  .max-height-208-lt-lg {
    max-height: 208px;
  }
  .max-height-224-lt-lg {
    max-height: 224px;
  }
  .max-height-240-lt-lg {
    max-height: 240px;
  }
  .max-height-256-lt-lg {
    max-height: 256px;
  }
  .max-size-16-lt-lg {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-lt-lg {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-lt-lg {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-lt-lg {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-lt-lg {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-lt-lg {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-lt-lg {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-lt-lg {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-lt-lg {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-lt-lg {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-lt-lg {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-lt-lg {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-lt-lg {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-lt-lg {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-lt-lg {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-lt-lg {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-lt-lg {
    width: 16px;
    height: 16px;
  }
  .size-32-lt-lg {
    width: 32px;
    height: 32px;
  }
  .size-48-lt-lg {
    width: 48px;
    height: 48px;
  }
  .size-64-lt-lg {
    width: 64px;
    height: 64px;
  }
  .size-80-lt-lg {
    width: 80px;
    height: 80px;
  }
  .size-96-lt-lg {
    width: 96px;
    height: 96px;
  }
  .size-112-lt-lg {
    width: 112px;
    height: 112px;
  }
  .size-128-lt-lg {
    width: 128px;
    height: 128px;
  }
  .size-144-lt-lg {
    width: 144px;
    height: 144px;
  }
  .size-160-lt-lg {
    width: 160px;
    height: 160px;
  }
  .size-176-lt-lg {
    width: 176px;
    height: 176px;
  }
  .size-192-lt-lg {
    width: 192px;
    height: 192px;
  }
  .size-208-lt-lg {
    width: 208px;
    height: 208px;
  }
  .size-224-lt-lg {
    width: 224px;
    height: 224px;
  }
  .size-240-lt-lg {
    width: 240px;
    height: 240px;
  }
  .size-256-lt-lg {
    width: 256px;
    height: 256px;
  }
  .m-lt-lg {
    margin: 1.875rem;
  }
  .m-t-lt-lg {
    margin-top: 1.875rem;
  }
  .m-b-lt-lg {
    margin-bottom: 1.875rem;
  }
  .m-l-lt-lg {
    margin-left: 1.875rem;
  }
  .m-r-lt-lg {
    margin-right: 1.875rem;
  }
  .m-x-lt-lg {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-lt-lg {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-lt-lg {
    padding: 1.875rem;
  }
  .p-t-lt-lg {
    padding-top: 1.875rem;
  }
  .p-b-lt-lg {
    padding-bottom: 1.875rem;
  }
  .p-l-lt-lg {
    padding-left: 1.875rem;
  }
  .p-r-lt-lg {
    padding-right: 1.875rem;
  }
  .p-x-lt-lg {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-lt-lg {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-lt-lg {
    margin: 0.3125rem;
  }
  .m-t-mini-lt-lg {
    margin-top: 0.3125rem;
  }
  .m-b-mini-lt-lg {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-lt-lg {
    margin-left: 0.3125rem;
  }
  .m-r-mini-lt-lg {
    margin-right: 0.3125rem;
  }
  .m-x-mini-lt-lg {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-lt-lg {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-lt-lg {
    padding: 0.3125rem;
  }
  .p-t-mini-lt-lg {
    padding-top: 0.3125rem;
  }
  .p-b-mini-lt-lg {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-lt-lg {
    padding-left: 0.3125rem;
  }
  .p-r-mini-lt-lg {
    padding-right: 0.3125rem;
  }
  .p-x-mini-lt-lg {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-lt-lg {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-lt-lg {
    margin: 0.46875rem;
  }
  .m-t-quarter-lt-lg {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-lt-lg {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-lt-lg {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-lt-lg {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-lt-lg {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-lt-lg {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-lt-lg {
    padding: 0.46875rem;
  }
  .p-t-quarter-lt-lg {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-lt-lg {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-lt-lg {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-lt-lg {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-lt-lg {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-lt-lg {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-lt-lg {
    margin: 0.9375rem;
  }
  .m-t-half-lt-lg {
    margin-top: 0.9375rem;
  }
  .m-b-half-lt-lg {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-lt-lg {
    margin-left: 0.9375rem;
  }
  .m-r-half-lt-lg {
    margin-right: 0.9375rem;
  }
  .m-x-half-lt-lg {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-lt-lg {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-lt-lg {
    padding: 0.9375rem;
  }
  .p-t-half-lt-lg {
    padding-top: 0.9375rem;
  }
  .p-b-half-lt-lg {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-lt-lg {
    padding-left: 0.9375rem;
  }
  .p-r-half-lt-lg {
    padding-right: 0.9375rem;
  }
  .p-x-half-lt-lg {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-lt-lg {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-lt-lg {
    margin: 3.75rem;
  }
  .m-t-double-lt-lg {
    margin-top: 3.75rem;
  }
  .m-b-double-lt-lg {
    margin-bottom: 3.75rem;
  }
  .m-l-double-lt-lg {
    margin-left: 3.75rem;
  }
  .m-r-double-lt-lg {
    margin-right: 3.75rem;
  }
  .m-x-double-lt-lg {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-lt-lg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-lt-lg {
    padding: 3.75rem;
  }
  .p-t-double-lt-lg {
    padding-top: 3.75rem;
  }
  .p-b-double-lt-lg {
    padding-bottom: 3.75rem;
  }
  .p-l-double-lt-lg {
    padding-left: 3.75rem;
  }
  .p-r-double-lt-lg {
    padding-right: 3.75rem;
  }
  .p-x-double-lt-lg {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-lt-lg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-lt-lg {
    margin: 5.625rem;
  }
  .m-t-triple-lt-lg {
    margin-top: 5.625rem;
  }
  .m-b-triple-lt-lg {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-lt-lg {
    margin-left: 5.625rem;
  }
  .m-r-triple-lt-lg {
    margin-right: 5.625rem;
  }
  .m-x-triple-lt-lg {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-lt-lg {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-lt-lg {
    padding: 5.625rem;
  }
  .p-t-triple-lt-lg {
    padding-top: 5.625rem;
  }
  .p-b-triple-lt-lg {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-lt-lg {
    padding-left: 5.625rem;
  }
  .p-r-triple-lt-lg {
    padding-right: 5.625rem;
  }
  .p-x-triple-lt-lg {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-lt-lg {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-lt-lg {
    margin: 1.25rem;
  }
  .m-t-alt-lt-lg {
    margin-top: 1.25rem;
  }
  .m-b-alt-lt-lg {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-lt-lg {
    margin-left: 1.25rem;
  }
  .m-r-alt-lt-lg {
    margin-right: 1.25rem;
  }
  .m-x-alt-lt-lg {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-lt-lg {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-lt-lg {
    padding: 1.25rem;
  }
  .p-t-alt-lt-lg {
    padding-top: 1.25rem;
  }
  .p-b-alt-lt-lg {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-lt-lg {
    padding-left: 1.25rem;
  }
  .p-r-alt-lt-lg {
    padding-right: 1.25rem;
  }
  .p-x-alt-lt-lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-lt-lg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-lt-lg {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-lt-lg {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-lt-lg {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-lt-lg {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-lt-lg {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-lt-lg {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-lt-lg {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-lt-lg {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-lt-lg {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-lt-lg {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-lt-lg {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-lt-lg {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-lt-lg {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-lt-lg {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-lt-lg {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-lt-lg {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-lt-lg {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-lt-lg {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-lt-lg {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-lt-lg {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-lt-lg {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-lt-lg {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-lt-lg {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-lt-lg {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-lt-lg {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-lt-lg {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-lt-lg {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-lt-lg {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-lt-lg {
    margin: 0.625rem;
  }
  .m-t-half-alt-lt-lg {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-lt-lg {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-lt-lg {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-lt-lg {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-lt-lg {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-lt-lg {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-lt-lg {
    padding: 0.625rem;
  }
  .p-t-half-alt-lt-lg {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-lt-lg {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-lt-lg {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-lt-lg {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-lt-lg {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-lt-lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-lt-lg {
    margin: 2.5rem;
  }
  .m-t-double-alt-lt-lg {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-lt-lg {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-lt-lg {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-lt-lg {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-lt-lg {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-lt-lg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-lt-lg {
    padding: 2.5rem;
  }
  .p-t-double-alt-lt-lg {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-lt-lg {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-lt-lg {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-lt-lg {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-lt-lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-lt-lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-lt-lg {
    margin: 3.75rem;
  }
  .m-t-triple-alt-lt-lg {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-lt-lg {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-lt-lg {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-lt-lg {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-lt-lg {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-lt-lg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-lt-lg {
    padding: 3.75rem;
  }
  .p-t-triple-alt-lt-lg {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-lt-lg {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-lt-lg {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-lt-lg {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-lt-lg {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-lt-lg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-lt-lg {
    margin: 0 !important;
  }
  .m-t-clear-lt-lg {
    margin-top: 0 !important;
  }
  .m-b-clear-lt-lg {
    margin-bottom: 0 !important;
  }
  .m-l-clear-lt-lg {
    margin-left: 0 !important;
  }
  .m-r-clear-lt-lg {
    margin-right: 0 !important;
  }
  .m-x-clear-lt-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-lt-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-lt-lg {
    padding: 0 !important;
  }
  .p-t-clear-lt-lg {
    padding-top: 0 !important;
  }
  .p-b-clear-lt-lg {
    padding-bottom: 0 !important;
  }
  .p-l-clear-lt-lg {
    padding-left: 0 !important;
  }
  .p-r-clear-lt-lg {
    padding-right: 0 !important;
  }
  .p-x-clear-lt-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-lt-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1800px) {
  .hidden-xl {
    display: none !important;
  }
  .text-left-xl {
    text-align: left;
  }
  .text-right-xl {
    text-align: right;
  }
  .text-center-xl {
    text-align: center;
  }
  .no-margin-xl {
    margin: 0 !important;
  }
  .no-padding-xl {
    padding: 0 !important;
  }
  .max-width-16-xl {
    max-width: 16px;
  }
  .max-width-32-xl {
    max-width: 32px;
  }
  .max-width-48-xl {
    max-width: 48px;
  }
  .max-width-64-xl {
    max-width: 64px;
  }
  .max-width-80-xl {
    max-width: 80px;
  }
  .max-width-96-xl {
    max-width: 96px;
  }
  .max-width-112-xl {
    max-width: 112px;
  }
  .max-width-128-xl {
    max-width: 128px;
  }
  .max-width-144-xl {
    max-width: 144px;
  }
  .max-width-160-xl {
    max-width: 160px;
  }
  .max-width-176-xl {
    max-width: 176px;
  }
  .max-width-192-xl {
    max-width: 192px;
  }
  .max-width-208-xl {
    max-width: 208px;
  }
  .max-width-224-xl {
    max-width: 224px;
  }
  .max-width-240-xl {
    max-width: 240px;
  }
  .max-width-256-xl {
    max-width: 256px;
  }
  .max-height-16-xl {
    max-height: 16px;
  }
  .max-height-32-xl {
    max-height: 32px;
  }
  .max-height-48-xl {
    max-height: 48px;
  }
  .max-height-64-xl {
    max-height: 64px;
  }
  .max-height-80-xl {
    max-height: 80px;
  }
  .max-height-96-xl {
    max-height: 96px;
  }
  .max-height-112-xl {
    max-height: 112px;
  }
  .max-height-128-xl {
    max-height: 128px;
  }
  .max-height-144-xl {
    max-height: 144px;
  }
  .max-height-160-xl {
    max-height: 160px;
  }
  .max-height-176-xl {
    max-height: 176px;
  }
  .max-height-192-xl {
    max-height: 192px;
  }
  .max-height-208-xl {
    max-height: 208px;
  }
  .max-height-224-xl {
    max-height: 224px;
  }
  .max-height-240-xl {
    max-height: 240px;
  }
  .max-height-256-xl {
    max-height: 256px;
  }
  .max-size-16-xl {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-xl {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-xl {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-xl {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-xl {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-xl {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-xl {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-xl {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-xl {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-xl {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-xl {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-xl {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-xl {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-xl {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-xl {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-xl {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-xl {
    width: 16px;
    height: 16px;
  }
  .size-32-xl {
    width: 32px;
    height: 32px;
  }
  .size-48-xl {
    width: 48px;
    height: 48px;
  }
  .size-64-xl {
    width: 64px;
    height: 64px;
  }
  .size-80-xl {
    width: 80px;
    height: 80px;
  }
  .size-96-xl {
    width: 96px;
    height: 96px;
  }
  .size-112-xl {
    width: 112px;
    height: 112px;
  }
  .size-128-xl {
    width: 128px;
    height: 128px;
  }
  .size-144-xl {
    width: 144px;
    height: 144px;
  }
  .size-160-xl {
    width: 160px;
    height: 160px;
  }
  .size-176-xl {
    width: 176px;
    height: 176px;
  }
  .size-192-xl {
    width: 192px;
    height: 192px;
  }
  .size-208-xl {
    width: 208px;
    height: 208px;
  }
  .size-224-xl {
    width: 224px;
    height: 224px;
  }
  .size-240-xl {
    width: 240px;
    height: 240px;
  }
  .size-256-xl {
    width: 256px;
    height: 256px;
  }
  .m-xl {
    margin: 1.875rem;
  }
  .m-t-xl {
    margin-top: 1.875rem;
  }
  .m-b-xl {
    margin-bottom: 1.875rem;
  }
  .m-l-xl {
    margin-left: 1.875rem;
  }
  .m-r-xl {
    margin-right: 1.875rem;
  }
  .m-x-xl {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-xl {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-xl {
    padding: 1.875rem;
  }
  .p-t-xl {
    padding-top: 1.875rem;
  }
  .p-b-xl {
    padding-bottom: 1.875rem;
  }
  .p-l-xl {
    padding-left: 1.875rem;
  }
  .p-r-xl {
    padding-right: 1.875rem;
  }
  .p-x-xl {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-xl {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-xl {
    margin: 0.3125rem;
  }
  .m-t-mini-xl {
    margin-top: 0.3125rem;
  }
  .m-b-mini-xl {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-xl {
    margin-left: 0.3125rem;
  }
  .m-r-mini-xl {
    margin-right: 0.3125rem;
  }
  .m-x-mini-xl {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-xl {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-xl {
    padding: 0.3125rem;
  }
  .p-t-mini-xl {
    padding-top: 0.3125rem;
  }
  .p-b-mini-xl {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-xl {
    padding-left: 0.3125rem;
  }
  .p-r-mini-xl {
    padding-right: 0.3125rem;
  }
  .p-x-mini-xl {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-xl {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-xl {
    margin: 0.46875rem;
  }
  .m-t-quarter-xl {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-xl {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-xl {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-xl {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-xl {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-xl {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-xl {
    padding: 0.46875rem;
  }
  .p-t-quarter-xl {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-xl {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-xl {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-xl {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-xl {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-xl {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-xl {
    margin: 0.9375rem;
  }
  .m-t-half-xl {
    margin-top: 0.9375rem;
  }
  .m-b-half-xl {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-xl {
    margin-left: 0.9375rem;
  }
  .m-r-half-xl {
    margin-right: 0.9375rem;
  }
  .m-x-half-xl {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-xl {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-xl {
    padding: 0.9375rem;
  }
  .p-t-half-xl {
    padding-top: 0.9375rem;
  }
  .p-b-half-xl {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-xl {
    padding-left: 0.9375rem;
  }
  .p-r-half-xl {
    padding-right: 0.9375rem;
  }
  .p-x-half-xl {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-xl {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-xl {
    margin: 3.75rem;
  }
  .m-t-double-xl {
    margin-top: 3.75rem;
  }
  .m-b-double-xl {
    margin-bottom: 3.75rem;
  }
  .m-l-double-xl {
    margin-left: 3.75rem;
  }
  .m-r-double-xl {
    margin-right: 3.75rem;
  }
  .m-x-double-xl {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-xl {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-xl {
    padding: 3.75rem;
  }
  .p-t-double-xl {
    padding-top: 3.75rem;
  }
  .p-b-double-xl {
    padding-bottom: 3.75rem;
  }
  .p-l-double-xl {
    padding-left: 3.75rem;
  }
  .p-r-double-xl {
    padding-right: 3.75rem;
  }
  .p-x-double-xl {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-xl {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-xl {
    margin: 5.625rem;
  }
  .m-t-triple-xl {
    margin-top: 5.625rem;
  }
  .m-b-triple-xl {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-xl {
    margin-left: 5.625rem;
  }
  .m-r-triple-xl {
    margin-right: 5.625rem;
  }
  .m-x-triple-xl {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-xl {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-xl {
    padding: 5.625rem;
  }
  .p-t-triple-xl {
    padding-top: 5.625rem;
  }
  .p-b-triple-xl {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-xl {
    padding-left: 5.625rem;
  }
  .p-r-triple-xl {
    padding-right: 5.625rem;
  }
  .p-x-triple-xl {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-xl {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-xl {
    margin: 1.25rem;
  }
  .m-t-alt-xl {
    margin-top: 1.25rem;
  }
  .m-b-alt-xl {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-xl {
    margin-left: 1.25rem;
  }
  .m-r-alt-xl {
    margin-right: 1.25rem;
  }
  .m-x-alt-xl {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-xl {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-xl {
    padding: 1.25rem;
  }
  .p-t-alt-xl {
    padding-top: 1.25rem;
  }
  .p-b-alt-xl {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-xl {
    padding-left: 1.25rem;
  }
  .p-r-alt-xl {
    padding-right: 1.25rem;
  }
  .p-x-alt-xl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-xl {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-xl {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-xl {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-xl {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-xl {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-xl {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-xl {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-xl {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-xl {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-xl {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-xl {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-xl {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-xl {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-xl {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-xl {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-xl {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-xl {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-xl {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-xl {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-xl {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-xl {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-xl {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-xl {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-xl {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-xl {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-xl {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-xl {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-xl {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-xl {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-xl {
    margin: 0.625rem;
  }
  .m-t-half-alt-xl {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-xl {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-xl {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-xl {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-xl {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-xl {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-xl {
    padding: 0.625rem;
  }
  .p-t-half-alt-xl {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-xl {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-xl {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-xl {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-xl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-xl {
    margin: 2.5rem;
  }
  .m-t-double-alt-xl {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-xl {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-xl {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-xl {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-xl {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-xl {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-xl {
    padding: 2.5rem;
  }
  .p-t-double-alt-xl {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-xl {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-xl {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-xl {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-xl {
    margin: 3.75rem;
  }
  .m-t-triple-alt-xl {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-xl {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-xl {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-xl {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-xl {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-xl {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-xl {
    padding: 3.75rem;
  }
  .p-t-triple-alt-xl {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-xl {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-xl {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-xl {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-xl {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-xl {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-xl {
    margin: 0 !important;
  }
  .m-t-clear-xl {
    margin-top: 0 !important;
  }
  .m-b-clear-xl {
    margin-bottom: 0 !important;
  }
  .m-l-clear-xl {
    margin-left: 0 !important;
  }
  .m-r-clear-xl {
    margin-right: 0 !important;
  }
  .m-x-clear-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-xl {
    padding: 0 !important;
  }
  .p-t-clear-xl {
    padding-top: 0 !important;
  }
  .p-b-clear-xl {
    padding-bottom: 0 !important;
  }
  .p-l-clear-xl {
    padding-left: 0 !important;
  }
  .p-r-clear-xl {
    padding-right: 0 !important;
  }
  .p-x-clear-xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1799px) {
  .hidden-lt-xl {
    display: none !important;
  }
  .text-left-lt-xl {
    text-align: left;
  }
  .text-right-lt-xl {
    text-align: right;
  }
  .text-center-lt-xl {
    text-align: center;
  }
  .no-margin-lt-xl {
    margin: 0 !important;
  }
  .no-padding-lt-xl {
    padding: 0 !important;
  }
  .max-width-16-lt-xl {
    max-width: 16px;
  }
  .max-width-32-lt-xl {
    max-width: 32px;
  }
  .max-width-48-lt-xl {
    max-width: 48px;
  }
  .max-width-64-lt-xl {
    max-width: 64px;
  }
  .max-width-80-lt-xl {
    max-width: 80px;
  }
  .max-width-96-lt-xl {
    max-width: 96px;
  }
  .max-width-112-lt-xl {
    max-width: 112px;
  }
  .max-width-128-lt-xl {
    max-width: 128px;
  }
  .max-width-144-lt-xl {
    max-width: 144px;
  }
  .max-width-160-lt-xl {
    max-width: 160px;
  }
  .max-width-176-lt-xl {
    max-width: 176px;
  }
  .max-width-192-lt-xl {
    max-width: 192px;
  }
  .max-width-208-lt-xl {
    max-width: 208px;
  }
  .max-width-224-lt-xl {
    max-width: 224px;
  }
  .max-width-240-lt-xl {
    max-width: 240px;
  }
  .max-width-256-lt-xl {
    max-width: 256px;
  }
  .max-height-16-lt-xl {
    max-height: 16px;
  }
  .max-height-32-lt-xl {
    max-height: 32px;
  }
  .max-height-48-lt-xl {
    max-height: 48px;
  }
  .max-height-64-lt-xl {
    max-height: 64px;
  }
  .max-height-80-lt-xl {
    max-height: 80px;
  }
  .max-height-96-lt-xl {
    max-height: 96px;
  }
  .max-height-112-lt-xl {
    max-height: 112px;
  }
  .max-height-128-lt-xl {
    max-height: 128px;
  }
  .max-height-144-lt-xl {
    max-height: 144px;
  }
  .max-height-160-lt-xl {
    max-height: 160px;
  }
  .max-height-176-lt-xl {
    max-height: 176px;
  }
  .max-height-192-lt-xl {
    max-height: 192px;
  }
  .max-height-208-lt-xl {
    max-height: 208px;
  }
  .max-height-224-lt-xl {
    max-height: 224px;
  }
  .max-height-240-lt-xl {
    max-height: 240px;
  }
  .max-height-256-lt-xl {
    max-height: 256px;
  }
  .max-size-16-lt-xl {
    max-width: 16px;
    max-height: 16px;
  }
  .max-size-32-lt-xl {
    max-width: 32px;
    max-height: 32px;
  }
  .max-size-48-lt-xl {
    max-width: 48px;
    max-height: 48px;
  }
  .max-size-64-lt-xl {
    max-width: 64px;
    max-height: 64px;
  }
  .max-size-80-lt-xl {
    max-width: 80px;
    max-height: 80px;
  }
  .max-size-96-lt-xl {
    max-width: 96px;
    max-height: 96px;
  }
  .max-size-112-lt-xl {
    max-width: 112px;
    max-height: 112px;
  }
  .max-size-128-lt-xl {
    max-width: 128px;
    max-height: 128px;
  }
  .max-size-144-lt-xl {
    max-width: 144px;
    max-height: 144px;
  }
  .max-size-160-lt-xl {
    max-width: 160px;
    max-height: 160px;
  }
  .max-size-176-lt-xl {
    max-width: 176px;
    max-height: 176px;
  }
  .max-size-192-lt-xl {
    max-width: 192px;
    max-height: 192px;
  }
  .max-size-208-lt-xl {
    max-width: 208px;
    max-height: 208px;
  }
  .max-size-224-lt-xl {
    max-width: 224px;
    max-height: 224px;
  }
  .max-size-240-lt-xl {
    max-width: 240px;
    max-height: 240px;
  }
  .max-size-256-lt-xl {
    max-width: 256px;
    max-height: 256px;
  }
  .size-16-lt-xl {
    width: 16px;
    height: 16px;
  }
  .size-32-lt-xl {
    width: 32px;
    height: 32px;
  }
  .size-48-lt-xl {
    width: 48px;
    height: 48px;
  }
  .size-64-lt-xl {
    width: 64px;
    height: 64px;
  }
  .size-80-lt-xl {
    width: 80px;
    height: 80px;
  }
  .size-96-lt-xl {
    width: 96px;
    height: 96px;
  }
  .size-112-lt-xl {
    width: 112px;
    height: 112px;
  }
  .size-128-lt-xl {
    width: 128px;
    height: 128px;
  }
  .size-144-lt-xl {
    width: 144px;
    height: 144px;
  }
  .size-160-lt-xl {
    width: 160px;
    height: 160px;
  }
  .size-176-lt-xl {
    width: 176px;
    height: 176px;
  }
  .size-192-lt-xl {
    width: 192px;
    height: 192px;
  }
  .size-208-lt-xl {
    width: 208px;
    height: 208px;
  }
  .size-224-lt-xl {
    width: 224px;
    height: 224px;
  }
  .size-240-lt-xl {
    width: 240px;
    height: 240px;
  }
  .size-256-lt-xl {
    width: 256px;
    height: 256px;
  }
  .m-lt-xl {
    margin: 1.875rem;
  }
  .m-t-lt-xl {
    margin-top: 1.875rem;
  }
  .m-b-lt-xl {
    margin-bottom: 1.875rem;
  }
  .m-l-lt-xl {
    margin-left: 1.875rem;
  }
  .m-r-lt-xl {
    margin-right: 1.875rem;
  }
  .m-x-lt-xl {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .m-y-lt-xl {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-lt-xl {
    padding: 1.875rem;
  }
  .p-t-lt-xl {
    padding-top: 1.875rem;
  }
  .p-b-lt-xl {
    padding-bottom: 1.875rem;
  }
  .p-l-lt-xl {
    padding-left: 1.875rem;
  }
  .p-r-lt-xl {
    padding-right: 1.875rem;
  }
  .p-x-lt-xl {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .p-y-lt-xl {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .m-mini-lt-xl {
    margin: 0.3125rem;
  }
  .m-t-mini-lt-xl {
    margin-top: 0.3125rem;
  }
  .m-b-mini-lt-xl {
    margin-bottom: 0.3125rem;
  }
  .m-l-mini-lt-xl {
    margin-left: 0.3125rem;
  }
  .m-r-mini-lt-xl {
    margin-right: 0.3125rem;
  }
  .m-x-mini-lt-xl {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-mini-lt-xl {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-mini-lt-xl {
    padding: 0.3125rem;
  }
  .p-t-mini-lt-xl {
    padding-top: 0.3125rem;
  }
  .p-b-mini-lt-xl {
    padding-bottom: 0.3125rem;
  }
  .p-l-mini-lt-xl {
    padding-left: 0.3125rem;
  }
  .p-r-mini-lt-xl {
    padding-right: 0.3125rem;
  }
  .p-x-mini-lt-xl {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-mini-lt-xl {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-quarter-lt-xl {
    margin: 0.46875rem;
  }
  .m-t-quarter-lt-xl {
    margin-top: 0.46875rem;
  }
  .m-b-quarter-lt-xl {
    margin-bottom: 0.46875rem;
  }
  .m-l-quarter-lt-xl {
    margin-left: 0.46875rem;
  }
  .m-r-quarter-lt-xl {
    margin-right: 0.46875rem;
  }
  .m-x-quarter-lt-xl {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .m-y-quarter-lt-xl {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .p-quarter-lt-xl {
    padding: 0.46875rem;
  }
  .p-t-quarter-lt-xl {
    padding-top: 0.46875rem;
  }
  .p-b-quarter-lt-xl {
    padding-bottom: 0.46875rem;
  }
  .p-l-quarter-lt-xl {
    padding-left: 0.46875rem;
  }
  .p-r-quarter-lt-xl {
    padding-right: 0.46875rem;
  }
  .p-x-quarter-lt-xl {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .p-y-quarter-lt-xl {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .m-half-lt-xl {
    margin: 0.9375rem;
  }
  .m-t-half-lt-xl {
    margin-top: 0.9375rem;
  }
  .m-b-half-lt-xl {
    margin-bottom: 0.9375rem;
  }
  .m-l-half-lt-xl {
    margin-left: 0.9375rem;
  }
  .m-r-half-lt-xl {
    margin-right: 0.9375rem;
  }
  .m-x-half-lt-xl {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .m-y-half-lt-xl {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .p-half-lt-xl {
    padding: 0.9375rem;
  }
  .p-t-half-lt-xl {
    padding-top: 0.9375rem;
  }
  .p-b-half-lt-xl {
    padding-bottom: 0.9375rem;
  }
  .p-l-half-lt-xl {
    padding-left: 0.9375rem;
  }
  .p-r-half-lt-xl {
    padding-right: 0.9375rem;
  }
  .p-x-half-lt-xl {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-y-half-lt-xl {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .m-double-lt-xl {
    margin: 3.75rem;
  }
  .m-t-double-lt-xl {
    margin-top: 3.75rem;
  }
  .m-b-double-lt-xl {
    margin-bottom: 3.75rem;
  }
  .m-l-double-lt-xl {
    margin-left: 3.75rem;
  }
  .m-r-double-lt-xl {
    margin-right: 3.75rem;
  }
  .m-x-double-lt-xl {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-double-lt-xl {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-double-lt-xl {
    padding: 3.75rem;
  }
  .p-t-double-lt-xl {
    padding-top: 3.75rem;
  }
  .p-b-double-lt-xl {
    padding-bottom: 3.75rem;
  }
  .p-l-double-lt-xl {
    padding-left: 3.75rem;
  }
  .p-r-double-lt-xl {
    padding-right: 3.75rem;
  }
  .p-x-double-lt-xl {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-double-lt-xl {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-triple-lt-xl {
    margin: 5.625rem;
  }
  .m-t-triple-lt-xl {
    margin-top: 5.625rem;
  }
  .m-b-triple-lt-xl {
    margin-bottom: 5.625rem;
  }
  .m-l-triple-lt-xl {
    margin-left: 5.625rem;
  }
  .m-r-triple-lt-xl {
    margin-right: 5.625rem;
  }
  .m-x-triple-lt-xl {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .m-y-triple-lt-xl {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .p-triple-lt-xl {
    padding: 5.625rem;
  }
  .p-t-triple-lt-xl {
    padding-top: 5.625rem;
  }
  .p-b-triple-lt-xl {
    padding-bottom: 5.625rem;
  }
  .p-l-triple-lt-xl {
    padding-left: 5.625rem;
  }
  .p-r-triple-lt-xl {
    padding-right: 5.625rem;
  }
  .p-x-triple-lt-xl {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .p-y-triple-lt-xl {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .m-alt-lt-xl {
    margin: 1.25rem;
  }
  .m-t-alt-lt-xl {
    margin-top: 1.25rem;
  }
  .m-b-alt-lt-xl {
    margin-bottom: 1.25rem;
  }
  .m-l-alt-lt-xl {
    margin-left: 1.25rem;
  }
  .m-r-alt-lt-xl {
    margin-right: 1.25rem;
  }
  .m-x-alt-lt-xl {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-y-alt-lt-xl {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-alt-lt-xl {
    padding: 1.25rem;
  }
  .p-t-alt-lt-xl {
    padding-top: 1.25rem;
  }
  .p-b-alt-lt-xl {
    padding-bottom: 1.25rem;
  }
  .p-l-alt-lt-xl {
    padding-left: 1.25rem;
  }
  .p-r-alt-lt-xl {
    padding-right: 1.25rem;
  }
  .p-x-alt-lt-xl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-y-alt-lt-xl {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .m-mini-alt-lt-xl {
    margin: 0.2083333333rem;
  }
  .m-t-mini-alt-lt-xl {
    margin-top: 0.2083333333rem;
  }
  .m-b-mini-alt-lt-xl {
    margin-bottom: 0.2083333333rem;
  }
  .m-l-mini-alt-lt-xl {
    margin-left: 0.2083333333rem;
  }
  .m-r-mini-alt-lt-xl {
    margin-right: 0.2083333333rem;
  }
  .m-x-mini-alt-lt-xl {
    margin-left: 0.2083333333rem;
    margin-right: 0.2083333333rem;
  }
  .m-y-mini-alt-lt-xl {
    margin-top: 0.2083333333rem;
    margin-bottom: 0.2083333333rem;
  }
  .p-mini-alt-lt-xl {
    padding: 0.2083333333rem;
  }
  .p-t-mini-alt-lt-xl {
    padding-top: 0.2083333333rem;
  }
  .p-b-mini-alt-lt-xl {
    padding-bottom: 0.2083333333rem;
  }
  .p-l-mini-alt-lt-xl {
    padding-left: 0.2083333333rem;
  }
  .p-r-mini-alt-lt-xl {
    padding-right: 0.2083333333rem;
  }
  .p-x-mini-alt-lt-xl {
    padding-left: 0.2083333333rem;
    padding-right: 0.2083333333rem;
  }
  .p-y-mini-alt-lt-xl {
    padding-top: 0.2083333333rem;
    padding-bottom: 0.2083333333rem;
  }
  .m-quarter-alt-lt-xl {
    margin: 0.3125rem;
  }
  .m-t-quarter-alt-lt-xl {
    margin-top: 0.3125rem;
  }
  .m-b-quarter-alt-lt-xl {
    margin-bottom: 0.3125rem;
  }
  .m-l-quarter-alt-lt-xl {
    margin-left: 0.3125rem;
  }
  .m-r-quarter-alt-lt-xl {
    margin-right: 0.3125rem;
  }
  .m-x-quarter-alt-lt-xl {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .m-y-quarter-alt-lt-xl {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .p-quarter-alt-lt-xl {
    padding: 0.3125rem;
  }
  .p-t-quarter-alt-lt-xl {
    padding-top: 0.3125rem;
  }
  .p-b-quarter-alt-lt-xl {
    padding-bottom: 0.3125rem;
  }
  .p-l-quarter-alt-lt-xl {
    padding-left: 0.3125rem;
  }
  .p-r-quarter-alt-lt-xl {
    padding-right: 0.3125rem;
  }
  .p-x-quarter-alt-lt-xl {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .p-y-quarter-alt-lt-xl {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .m-half-alt-lt-xl {
    margin: 0.625rem;
  }
  .m-t-half-alt-lt-xl {
    margin-top: 0.625rem;
  }
  .m-b-half-alt-lt-xl {
    margin-bottom: 0.625rem;
  }
  .m-l-half-alt-lt-xl {
    margin-left: 0.625rem;
  }
  .m-r-half-alt-lt-xl {
    margin-right: 0.625rem;
  }
  .m-x-half-alt-lt-xl {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .m-y-half-alt-lt-xl {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-half-alt-lt-xl {
    padding: 0.625rem;
  }
  .p-t-half-alt-lt-xl {
    padding-top: 0.625rem;
  }
  .p-b-half-alt-lt-xl {
    padding-bottom: 0.625rem;
  }
  .p-l-half-alt-lt-xl {
    padding-left: 0.625rem;
  }
  .p-r-half-alt-lt-xl {
    padding-right: 0.625rem;
  }
  .p-x-half-alt-lt-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-y-half-alt-lt-xl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .m-double-alt-lt-xl {
    margin: 2.5rem;
  }
  .m-t-double-alt-lt-xl {
    margin-top: 2.5rem;
  }
  .m-b-double-alt-lt-xl {
    margin-bottom: 2.5rem;
  }
  .m-l-double-alt-lt-xl {
    margin-left: 2.5rem;
  }
  .m-r-double-alt-lt-xl {
    margin-right: 2.5rem;
  }
  .m-x-double-alt-lt-xl {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-y-double-alt-lt-xl {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-double-alt-lt-xl {
    padding: 2.5rem;
  }
  .p-t-double-alt-lt-xl {
    padding-top: 2.5rem;
  }
  .p-b-double-alt-lt-xl {
    padding-bottom: 2.5rem;
  }
  .p-l-double-alt-lt-xl {
    padding-left: 2.5rem;
  }
  .p-r-double-alt-lt-xl {
    padding-right: 2.5rem;
  }
  .p-x-double-alt-lt-xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-y-double-alt-lt-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .m-triple-alt-lt-xl {
    margin: 3.75rem;
  }
  .m-t-triple-alt-lt-xl {
    margin-top: 3.75rem;
  }
  .m-b-triple-alt-lt-xl {
    margin-bottom: 3.75rem;
  }
  .m-l-triple-alt-lt-xl {
    margin-left: 3.75rem;
  }
  .m-r-triple-alt-lt-xl {
    margin-right: 3.75rem;
  }
  .m-x-triple-alt-lt-xl {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-y-triple-alt-lt-xl {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .p-triple-alt-lt-xl {
    padding: 3.75rem;
  }
  .p-t-triple-alt-lt-xl {
    padding-top: 3.75rem;
  }
  .p-b-triple-alt-lt-xl {
    padding-bottom: 3.75rem;
  }
  .p-l-triple-alt-lt-xl {
    padding-left: 3.75rem;
  }
  .p-r-triple-alt-lt-xl {
    padding-right: 3.75rem;
  }
  .p-x-triple-alt-lt-xl {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-y-triple-alt-lt-xl {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .m-clear-lt-xl {
    margin: 0 !important;
  }
  .m-t-clear-lt-xl {
    margin-top: 0 !important;
  }
  .m-b-clear-lt-xl {
    margin-bottom: 0 !important;
  }
  .m-l-clear-lt-xl {
    margin-left: 0 !important;
  }
  .m-r-clear-lt-xl {
    margin-right: 0 !important;
  }
  .m-x-clear-lt-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-y-clear-lt-xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-clear-lt-xl {
    padding: 0 !important;
  }
  .p-t-clear-lt-xl {
    padding-top: 0 !important;
  }
  .p-b-clear-lt-xl {
    padding-bottom: 0 !important;
  }
  .p-l-clear-lt-xl {
    padding-left: 0 !important;
  }
  .p-r-clear-lt-xl {
    padding-right: 0 !important;
  }
  .p-x-clear-lt-xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-y-clear-lt-xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
h1,
.h1 {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--c-text-titles);
}

h2,
.h2 {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--c-text-titles);
}

h3,
.h3 {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--c-text-titles);
}

h4,
.h4 {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--c-text-titles);
}

.f1 {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--c-text-titles);
}

.f2 {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--c-text-titles);
}

.f3 {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--c-text-titles);
}

.f4 {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--c-text-titles);
}

p {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--c-text);
}

[data-am-button~=primary-light],
[data-am-button~=primary] {
  border-radius: 0;
  border: 0 solid transparent;
  background-color: var(--c-bg-primary-button);
  color: var(--c-text-primary-button);
  padding: calc(12px - 0) calc(24px - 0);
  text-align: center;
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
[data-am-button~=primary-light]:hover,
[data-am-button~=primary]:hover {
  border: 0 solid transparent;
  background-color: var(--c-bg-primary-button-hover);
  color: var(--c-text-primary-button-hover);
  border-width: 0;
  padding: calc(12px - 0) calc(24px - 0);
}
[data-am-button~=primary-light]:hover:disabled, [data-am-button~=primary-light]:hover[disabled],
[data-am-button~=primary]:hover:disabled,
[data-am-button~=primary]:hover[disabled] {
  border: 0 solid transparent;
  background-color: var(--c-bg-primary-button-disabled);
  color: var(--c-text-primary-button-disabled);
}
[data-am-button~=primary-light]:disabled, [data-am-button~=primary-light][disabled],
[data-am-button~=primary]:disabled,
[data-am-button~=primary][disabled] {
  border: 0 solid transparent;
  background-color: var(--c-bg-primary-button-disabled);
  color: var(--c-text-primary-button-disabled);
  border-width: 0;
  padding: calc(12px - 0) calc(24px - 0);
}

[data-am-button~=secondary],
[data-am-button~=secondary-light] {
  border-radius: 0;
  border: 1px solid var(--c-border-secondary-button);
  background-color: var(--c-bg-secondary-button);
  color: var(--c-text-secondary-button);
  padding: calc(12px - 1px) calc(24px - 1px);
  text-align: center;
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
[data-am-button~=secondary]:hover,
[data-am-button~=secondary-light]:hover {
  border: 1px solid var(--c-border-secondary-button-hover);
  background-color: var(--c-bg-secondary-button-hover);
  color: var(--c-text-secondary-button-hover);
  border-width: 1px;
  padding: calc(12px - 1px) calc(24px - 1px);
}
[data-am-button~=secondary]:hover:disabled, [data-am-button~=secondary]:hover[disabled],
[data-am-button~=secondary-light]:hover:disabled,
[data-am-button~=secondary-light]:hover[disabled] {
  border: 1px solid var(--c-border-secondary-button-disabled);
  background-color: var(--c-bg-secondary-button-disabled);
  color: var(--c-text-secondary-button-disabled);
}
[data-am-button~=secondary]:disabled, [data-am-button~=secondary][disabled],
[data-am-button~=secondary-light]:disabled,
[data-am-button~=secondary-light][disabled] {
  border: 1px solid var(--c-border-secondary-button-disabled);
  background-color: var(--c-bg-secondary-button-disabled);
  color: var(--c-text-secondary-button-disabled);
  border-width: 1px;
  padding: calc(12px - 1px) calc(24px - 1px);
}

[data-am-button~=tertiary] {
  border-radius: 0;
  border: 0 solid transparent;
  background-color: transparent;
  color: var(--c-text-tetriary-button);
  padding: calc(12px - 0) calc(24px - 0);
  text-align: center;
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
[data-am-button~=tertiary]:hover {
  border: 0 solid transparent;
  background-color: transparent;
  color: var(--c-text-tetriary-button-hover);
  border-width: 0;
  padding: calc(12px - 0) calc(24px - 0);
}
[data-am-button~=tertiary]:hover:disabled, [data-am-button~=tertiary]:hover[disabled] {
  border: 0 solid transparent;
  background-color: transparent;
  color: var(--c-text-tetriary-button-disabled);
}
[data-am-button~=tertiary]:disabled, [data-am-button~=tertiary][disabled] {
  border: 0 solid transparent;
  background-color: transparent;
  color: var(--c-text-tetriary-button-disabled);
  border-width: 0;
  padding: calc(12px - 0) calc(24px - 0);
}

[data-am-button~=negative] {
  border-radius: 0;
  border: 0 solid transparent;
  background-color: var(--c-bg-negative-button);
  color: var(--c-text-on-secondary);
  padding: calc(12px - 0) calc(24px - 0);
  text-align: center;
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
[data-am-button~=negative]:hover {
  border: 0 solid transparent;
  background-color: var(--c-bg-negative-button-hover);
  color: var(--c-text-on-secondary);
  border-width: 0;
  padding: calc(12px - 0) calc(24px - 0);
}
[data-am-button~=negative]:hover:disabled, [data-am-button~=negative]:hover[disabled] {
  border: 0 solid transparent;
  background-color: var(--c-bg-negative-button-hover);
  color: var(--c-text-on-secondary);
}
[data-am-button~=negative]:disabled, [data-am-button~=negative][disabled] {
  border: 0 solid transparent;
  background-color: var(--c-bg-negative-button-hover);
  color: var(--c-text-on-secondary);
  border-width: 0;
  padding: calc(12px - 0) calc(24px - 0);
}

[data-am-header] .desktopheaderblock {
  background-color: var(--c-header-bg-dark);
}
[data-am-header] [data-am-header-top-row] {
  color: var(--c-text-titles);
}
[data-am-header] [data-am-header-logo-row] {
  border-bottom: 1px solid var(--c-border-business-area);
}
[data-am-header] [data-am-header-logo-row] [data-am-header-business-areas] > div {
  border-right: 1px solid var(--c-border-business-area);
}
[data-am-header] [data-am-header-logo-row] [data-am-header-business-areas] > div [data-am-link] {
  color: var(--c-text-menu);
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}
[data-am-header] [data-am-header-logo-row] [data-am-header-business-areas] > div [data-am-link].font-bold {
  color: var(--c-primary);
}
[data-am-header] [data-am-header-logo-row] [data-am-header-business-areas] > div:last-child {
  border-right: none;
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block].is-active [data-am-link]::after {
  opacity: 1;
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] [data-am-link] {
  color: var(--c-text-menu);
  text-decoration: none;
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  padding-bottom: 1.25rem;
  position: relative;
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] [data-am-link]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #EFDF00;
  opacity: 0;
}
[data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] [data-am-link]:hover::after {
  opacity: 1;
}

[data-am-footer-wrapper] {
  background-color: var(--c-header-bg-dark);
}
[data-am-footer-wrapper] [data-am-footer] .footer-logo-text p {
  color: var(--c-text-logo);
  font-size: 14px;
  font-weight: 400;
}
[data-am-footer-wrapper] [data-am-footer] .footer-link-item {
  margin-left: 1.875rem;
}
[data-am-footer-wrapper] [data-am-footer] .footer-link-item .footer-link {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  color: var(--c-text-light);
}

.searchAutocomplete .searchIconBox {
  border: none;
  border-bottom: 1px solid var(--c-border-search);
  background-color: var(--c-background);
}
.searchAutocomplete .searchAutocompleteInput {
  background-color: var(--c-background);
}
.searchAutocomplete .searchAutocompleteInput:focus-within ~ .searchIconBox {
  border-bottom: 2px solid var(--c-border-search-focus);
}
.searchAutocomplete .searchAutocompleteInput:hover ~ .searchIconBox {
  border-bottom: 1px solid var(--c-border-input-hover);
}
.searchAutocomplete .searchAutocompleteInput input {
  font-size: 16px;
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root:focus-within .MuiOutlinedInput-notchedOutline {
  border-bottom: 2px solid var(--c-border-search-focus);
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root:hover .MuiOutlinedInput-notchedOutline {
  border-bottom: 1px solid var(--c-border-input-hover);
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root > .MuiOutlinedInput-root {
  border-radius: 0px;
}
.searchAutocomplete .searchAutocompleteInput > .MuiFormControl-root .MuiOutlinedInput-notchedOutline {
  border: none;
  border-bottom: 1px solid var(--c-border-search);
}

.searchPlain .searchPlainInput {
  background-color: var(--c-background);
  border-color: var(--c-border-input-hover);
}
.searchPlain .searchPlainInput:focus-within ~ .searchIconBox {
  border-bottom: 2px solid var(--c-border-search-focus);
}
.searchPlain .searchPlainInput:hover ~ .searchIconBox {
  border-bottom: 1px solid var(--c-border-input-hover);
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root {
  border-radius: 0px;
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root:focus-within .MuiOutlinedInput-notchedOutline {
  border-bottom: 2px solid var(--c-border-search-focus);
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-bottom: 1px solid var(--c-border-input-hover);
}
.searchPlain .searchPlainInput > .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
  border: none;
  border-bottom: 1px solid var(--c-border-search);
}
.searchPlain .searchIconBox {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--c-border-search);
  background-color: var(--c-background);
}

[generic-search] .MuiInputBase-root.MuiOutlinedInput-root {
  background-color: var(--c-background);
  border-radius: 0px;
}
[generic-search] .MuiInputBase-root.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
  border: none;
  border-bottom: 1px solid var(--c-border-search);
}
[generic-search] .MuiInputBase-root.MuiOutlinedInput-root:focus-within .MuiOutlinedInput-notchedOutline {
  border-bottom: 2px solid var(--c-border-search-focus);
}
[generic-search] .MuiInputBase-root.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-bottom: 1px solid var(--c-border-input-hover);
}
[generic-search] .MuiInputBase-root.MuiOutlinedInput-root input.MuiInputBase-input {
  background-color: var(--c-background);
}

.table-actions .MuiButtonBase-root {
  border-radius: 0px;
}
.table-actions .MuiButtonBase-root.filterButton, .table-actions .MuiButtonBase-root.sortButton, .table-actions .MuiButtonBase-root.exportButton {
  border-radius: 0;
  border: 1px solid var(--c-border-secondary-button);
  background-color: var(--c-bg-secondary-button);
  color: var(--c-text-secondary-button);
  padding: calc(12px - 1px) calc(24px - 1px);
  text-align: center;
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.table-actions .MuiButtonBase-root.filterButton:hover, .table-actions .MuiButtonBase-root.sortButton:hover, .table-actions .MuiButtonBase-root.exportButton:hover {
  border: 1px solid var(--c-border-secondary-button-hover);
  background-color: var(--c-bg-secondary-button-hover);
  color: var(--c-text-secondary-button-hover);
  border-width: 1px;
  padding: calc(12px - 1px) calc(24px - 1px);
}
.table-actions .MuiButtonBase-root.filterButton:hover:disabled, .table-actions .MuiButtonBase-root.filterButton:hover[disabled], .table-actions .MuiButtonBase-root.sortButton:hover:disabled, .table-actions .MuiButtonBase-root.sortButton:hover[disabled], .table-actions .MuiButtonBase-root.exportButton:hover:disabled, .table-actions .MuiButtonBase-root.exportButton:hover[disabled] {
  border: 1px solid var(--c-border-secondary-button-disabled);
  background-color: var(--c-bg-secondary-button-disabled);
  color: var(--c-text-secondary-button-disabled);
}
.table-actions .MuiButtonBase-root.filterButton:disabled, .table-actions .MuiButtonBase-root.filterButton[disabled], .table-actions .MuiButtonBase-root.sortButton:disabled, .table-actions .MuiButtonBase-root.sortButton[disabled], .table-actions .MuiButtonBase-root.exportButton:disabled, .table-actions .MuiButtonBase-root.exportButton[disabled] {
  border: 1px solid var(--c-border-secondary-button-disabled);
  background-color: var(--c-bg-secondary-button-disabled);
  color: var(--c-text-secondary-button-disabled);
  border-width: 1px;
  padding: calc(12px - 1px) calc(24px - 1px);
}
.table-actions .MuiButton-root {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}
.table-actions .MuiBox-root.chips > .chipLi > .MuiChip-root.chip {
  border-radius: 0px;
  background-color: var(--c-background-chip);
  border: 1px solid var(--c-border);
  font-size: 14px;
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}
.table-actions .MuiBox-root.chips > .clearButton {
  color: var(--c-text);
  font-size: 14px;
}

.MuiTableHead-root .MuiTableCell-head {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}
.MuiTableHead-root .MuiTypography-body1 {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}

.datatableFooter > .MuiToolbar-root {
  color: var(--c-text-tables);
}
.datatableFooter > .MuiToolbar-root > .MuiTypography-root, .datatableFooter > .MuiToolbar-root .MuiSelect-root {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}

.datatableHeader > .selectAllColumn {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  color: var(--c-text-tables);
}
.datatableHeader .MuiButtonBase-root {
  color: var(--c-text-tables);
}

.datatableHeaderLabel, .datatableHeaderLabelUnsorted {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  color: var(--c-text-tables);
}

.noDataMessage {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}

.icon {
  border-radius: 0px;
  background-color: var(--c-background-page);
  background-image: none;
  border: 1px solid var(--c-border-tooltip);
}

.checkedIcon {
  background-color: var(--c-background-page);
}
.checkedIcon:before {
  width: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='%231A1A1A'/%3E%3C/svg%3E");
}
input:hover ~ .checkedIcon {
  background-color: var(--c-background-page);
}

.indeterminateIcon {
  background-color: var(--c-fill-checkbox);
}

.MuiTableRow-root.tableRow > .MuiTableCell-root,
.MuiTableRow-root > .MuiTableCell-root {
  color: var(--c-text-tables);
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  color: var(--c-text-tables);
}
.MuiTableRow-root.tableRow > .MuiTableCell-root > a,
.MuiTableRow-root > .MuiTableCell-root > a {
  color: var(--c-text-tables);
}
.MuiTableRow-root.tableRow.Mui-selected, .MuiTableRow-root.tableRow.Mui-selected:hover,
.MuiTableRow-root.Mui-selected,
.MuiTableRow-root.Mui-selected:hover {
  border: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRow.Mui-selected > .MuiTableCell-root, .MuiTableRow-root.tableRow.Mui-selected:hover > .MuiTableCell-root,
.MuiTableRow-root.Mui-selected > .MuiTableCell-root,
.MuiTableRow-root.Mui-selected:hover > .MuiTableCell-root {
  border-bottom: 1px solid var(--c-border-datatable-selected);
  border-top: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRow.Mui-selected > .MuiTableCell-root:first-of-type, .MuiTableRow-root.tableRow.Mui-selected:hover > .MuiTableCell-root:first-of-type,
.MuiTableRow-root.Mui-selected > .MuiTableCell-root:first-of-type,
.MuiTableRow-root.Mui-selected:hover > .MuiTableCell-root:first-of-type {
  border-left: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRow.Mui-selected > .MuiTableCell-root:last-of-type, .MuiTableRow-root.tableRow.Mui-selected:hover > .MuiTableCell-root:last-of-type,
.MuiTableRow-root.Mui-selected > .MuiTableCell-root:last-of-type,
.MuiTableRow-root.Mui-selected:hover > .MuiTableCell-root:last-of-type {
  border-right: 1px solid var(--c-border-datatable-selected);
}

.MuiTableRow-root.tableRowExpandedDetails .card-fieldValue.link {
  color: var(--c-text-tables);
}
.MuiTableRow-root.tableRowExpandedDetails.selected.expanded td, .MuiTableRow-root.tableRowExpandedDetails.selected.expanded:hover td {
  border-bottom: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRowExpandedDetails.selected > .MuiTableCell-root:first-of-type {
  border-left: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRowExpandedDetails.selected > .MuiTableCell-root:last-of-type {
  border-right: 1px solid var(--c-border-datatable-selected);
}

.MuiFormHelperText-root.Mui-error {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}

.MuiTableSortLabel-root.MuiTableSortLabel-active.datatableHeaderLabel, .MuiTableSortLabel-root.MuiTableSortLabel-active.datatableHeaderLabelUnsorted {
  color: var(--c-text-titles);
}

.MuiTableRow-root.tableRowExpandable.selected.expanded, .MuiTableRow-root.tableRowExpandable.selected.expanded:hover {
  border-top: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRowExpandable.selected, .MuiTableRow-root.tableRowExpandable.selected:hover {
  border-bottom: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRowExpandable.selected > .MuiTableCell-root, .MuiTableRow-root.tableRowExpandable.selected:hover > .MuiTableCell-root {
  border-top: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRowExpandable.selected > .MuiTableCell-root:link, .MuiTableRow-root.tableRowExpandable.selected:hover > .MuiTableCell-root:link {
  color: var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRowExpandable.selected > .MuiTableCell-root:first-of-type, .MuiTableRow-root.tableRowExpandable.selected:hover > .MuiTableCell-root:first-of-type {
  border-left: 1px solid var(--c-border-datatable-selected);
}
.MuiTableRow-root.tableRowExpandable.selected > .MuiTableCell-root:last-of-type, .MuiTableRow-root.tableRowExpandable.selected:hover > .MuiTableCell-root:last-of-type {
  border-right: 1px solid var(--c-border-datatable-selected);
}

.helpIcon {
  color: var(--c-background-tooltip);
}

.MuiTooltip-tooltip.helpIconTooltip {
  background-color: var(--c-background-tooltip);
  color: var(--c-text-tooltip);
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
}

[data-am-dialog] .MuiDialogTitle-root {
  background: var(--c-background-row);
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}
[data-am-dialog] .MuiDialogContent-root,
[data-am-dialog] .MuiDialogActions-root {
  background: var(--c-background);
}
[data-am-dialog] .content-text {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

[data-am-button~=remove-button] {
  border-color: var(--c-alert-error);
  color: var(--c-alert-error);
}

.table-card-header {
  color: var(--c-text-tables);
}
.table-card-header .MuiBox-root > a {
  color: var(--c-text-tables);
}

.table-card-content .card-field {
  display: flex;
  align-items: center;
}
.table-card-content .card-field .card-field-label {
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  color: var(--c-text-tables);
}
.table-card-content .card-field .card-field-label .helpIcon {
  margin-right: 0.46875rem;
}

.contactUs-card-container .contactUs-mainInfo-container .section-title {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}
.contactUs-card-container .contactUs-mainInfo-container .section-content a, .contactUs-card-container .contactUs-mainInfo-container .section-content p {
  color: var(--c-text-body-row);
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

[data-am-inputtext] input {
  border: none;
  border-bottom: 1px solid var(--c-border-search);
  border-radius: 0px;
  background: var(--c-background);
}
[data-am-inputtext] input:focus {
  border-bottom: 2px solid var(--c-border-search-focus);
}
[data-am-inputtext] input:hover {
  border-bottom: 1px solid var(--c-border-input-hover);
}

[data-am-permission-item] {
  color: var(--c-text-titles);
}

[data-am-tooltip].is-open .tooltip-btn {
  color: var(--c-background-tooltip-hover);
  border-color: var(--c-border-tooltip-hover);
}
[data-am-tooltip] .tooltip-btn {
  color: var(--c-background-tooltip);
  border-color: var(--c-border-tooltip);
  cursor: pointer;
}
[data-am-tooltip] .tooltip-btn:hover {
  color: var(--c-background-tooltip-hover);
  border-color: var(--c-border-tooltip-hover);
}
[data-am-tooltip] .tooltip .tooltip-content {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  background-color: var(--c-background-tooltip);
  color: var(--c-text-tooltip);
}
[data-am-tooltip] .tooltip .tooltip-content .role-description {
  font-size: 16px;
}
[data-am-tooltip] .tooltip .tooltip-content p {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  background-color: var(--c-background-tooltip);
  color: var(--c-text-tooltip);
  font-size: 16px;
}

[data-am-form] .readonly-field {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  color: var(--c-text-titles);
}

[single-insurance-container] [single-insurance-header] .vehicle-regnr {
  line-height: 28px;
}
[single-insurance-container] [single-insurance-details] .font-medium,
[single-insurance-container] [single-insurance-details] #selfrisk {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  color: var(--c-text-titles);
}

[coverages-container] [single-insurance-coverage] {
  background-color: var(--c-bg-coverages);
}
[coverages-container] [single-insurance-coverage] [coverage-header] .coverage-title {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  color: var(--c-text-titles);
}
[coverages-container] [single-insurance-coverage] [coverage-header] .includance-text {
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}

[data-am-document-list-container] [data-am-document-list-item] .document-title {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
  color: var(--c-text-titles);
  font-size: 18px;
}
[data-am-document-list-container] [data-am-document-list-item] p {
  font-family: "NouvelR", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

[data-am-table] {
  border: none;
}
[data-am-table] .thead {
  font-family: "NouvelR", sans-serif;
  font-weight: 700;
}
[data-am-table] .span-label {
  font-family: "NouvelR", sans-serif;
  font-weight: 600;
}
[data-am-table] .span-text {
  color: var(--c-text-tables);
}

@media (max-width: 899px) {
  [data-am-header] {
    background-color: var(--c-header-bg-dark);
    border-bottom: 1px solid var(--c-border-business-area);
  }
  [data-am-header] .container,
  [data-am-header] .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  [data-am-header] [data-am-header-logo-row] {
    border-bottom: 1px solid var(--c-border-business-area);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  [data-am-header] [data-am-header-business-areas] {
    background-color: var(--c-header-bg-dark);
  }
  [data-am-header] [data-am-header-business-areas] > div {
    border-right: 1px solid var(--c-border-business-area);
  }
  [data-am-header] [data-am-header-business-areas] > div [data-am-link] {
    color: var(--c-text-menu);
    font-family: "NouvelR", sans-serif;
    font-weight: 700;
  }
  [data-am-header] [data-am-header-business-areas] > div [data-am-link].font-bold {
    color: var(--c-primary);
  }
  [data-am-header] [data-am-header-business-areas] > div:last-child {
    border-right: none;
  }
  [data-am-header] [data-am-company-header-ext] {
    color: var(--c-text-titles);
    font-family: "NouvelR", sans-serif;
    font-weight: 400;
  }
  [data-am-header] [data-am-header-nav-row] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: var(--c-text-menu);
    font-family: "NouvelR", sans-serif;
    font-weight: 700;
    font-size: 14px;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] .restrictedlinkitemblock:not(:first-child):not(:empty) {
    margin-left: 0;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] {
    border-bottom: 1px solid var(--c-border-datatable);
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block] [data-am-link] {
    color: var(--c-text-menu-mobile);
    font-size: 16px;
    padding-bottom: 0;
  }
  [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block].is-active, [data-am-header] [data-am-header-nav-row] [data-am-header-nav-container] [data-am-restricted-link-block]:hover {
    border-bottom: 1px solid var(--c-border-datatable);
  }
  .datatable-header-mobile .column .sort-icon {
    color: var(--c-text-tables);
  }
  .fullWidthDivider {
    border-bottom: 1px solid var(--c-border-business-area);
  }
  [data-am-footer-wrapper] .footer-logo-text {
    padding-right: 1.25rem;
  }
  [generic-search] .MuiInputBase-root.MuiOutlinedInput-root {
    margin-bottom: 1.25rem;
  }
}
