.mab {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1100;
  visibility: hidden;
}

.mab > nav {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .mab > nav {
    position: relative;
  }
}

@media (max-width: 767px) {
  .mab > nav {
    padding-right: 0;
    padding-left: 0;
  }
}

.mab > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

.mab ._mabItem {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 33.333333%;
}

@media (min-width: 768px) {
  .mab ._mabItem {
    position: relative;
  }
}

.mab ._mabItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16px 20px;
  font-size: 1.4rem;
  line-height: 1.29;
  color: #ffffff;
  background-color: #00008f;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 700ms ease;
  transition: 700ms ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  overflow: hidden;
  position: relative;
}

.mab ._mabItem > a:not(href):hover,
.mab ._mabItem > a:not(tabindex):hover {
  color: #ffffff;
}

.mab ._mabItem > a:focus {
    position: relative;
    z-index: 1;
}

.mab ._mabItem > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 710px;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #00006D;
}

@media (min-width: 768px) {
  .mab ._mabItem > a {
    font-size: 1.6rem;
    line-height: 1.125;
  }
}

.mab ._mabItem > a ._primary {
  text-transform: uppercase;
  font-weight: 600;
}

.mab ._mabItem:nth-child(3) .ce-modal {
  background-color: #f5f5f5;
}

.mab ._mabItem:nth-child(3) .ce-modal input {
  background: transparent;
}

.mab ._mabItem:not(:first-child)::before {
  display: inline-block;
  background: #ffffff;
  content: '';
  width: 1px;
}

.mab ._mabItem.-active > a,
.mab ._mabItem.-active {
  background-color: #00006D;
}

.mab ._mabItem:hover::before,
.mab ._mabItem:hover + ._mabItem::before,
.mab ._mabItem.-active::before,
.mab ._mabItem.-active + ._mabItem::before {
  background: #fff;
}

.mab ._mabItem:hover > a {
  color: #ffffff;
}

.mab ._mabItem:hover > a:hover::after,
.mab ._mabItem:hover > a:focus::after,
.mab ._mabItem:hover > a:active::after {
  width: 110%;
  opacity: 1;
  background-color: #00006D;
}

.mab ._mabItem ._btnInput {
  display: none;
}

@media (min-width: 768px) {
  .mab ._mabItem.-active._mabInputItem > a {
    display: none;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput {
    display: block;
    width: 100%;
    padding: 5px 20px;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput input {
    height: 40px;
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
    font-size: 1.4rem;
    line-height: 40px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput .placeholder {
    position: absolute;
    top: 5px;
    right: 40px;
    left: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    color: #ffffff;
    opacity: 0.8;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput input:-moz-placeholder {
    font-size: 1.4rem;
    color: #ffffff;
    opacity: 0.8;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput input::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: #ffffff;
    opacity: 0.8;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput input::-moz-placeholder {
    font-size: 1.4rem;
    color: #ffffff;
    opacity: 0.8;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput input::-ms-input-placeholder {
    font-size: 1.4rem;
    color: #ffffff;
    opacity: 0.8;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput input::placeholder {
    font-size: 1.4rem;
    color: #ffffff;
    opacity: 0.8;
  }

  .mab ._mabItem.-active._mabInputItem ._btnInput input:-ms-input-placeholder {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .mab ._mabItem.-active._mabInputItem ._btnInput input:-ms-input-placeholder {
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .mab ._mabItem.-active._mabInputItem .ce-modal {
    min-height: 50vh;
    width: 370px !important;
    height: 600px;
    max-height: calc(100vh - 88px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mab ._mabItem.-active._mabInputItem .ce-modal {
    width: 345px !important;
  }
}

@media (min-width: 768px) {
  .mab ._mabItem.-active._mabInputItem ._modalBody {
    display: none;
  }

  .mab ._mabItem.-active._mabInputItem ._modalBodyRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .mab ._mabItem.-active._mabInputItem ._modalBodyRight {
    max-height: calc(100vh - 128px);
    height: 560px;
  }
}

@media (min-width: 768px) {
  .mab ._mabItem.-active._mabInputItem ._modalBodyRight > * {
    position: static;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .mab ._mabItem.-active._mabInputItem ._modalBodyRight {
    height: 100%;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .mab ._mabItem.-active._mabInputItem ._modalBodyRight .ce-resultsList {
    padding-bottom: 20px;
  }
}

.mab .ce-modal {
  left: 0;
  right: 0;
  width: 370px;
  pointer-events: none;
}

.mab .ce-modal.-visible {
  pointer-events: all;
}

@media (max-width: 991px) {
  .mab .ce-modal {
    width: 345px;
  }
}

@media (max-width: 767px) {
  .mab .ce-modal {
    overflow-y: auto;
    top: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .mab .ce-modal.-visible ._modalHeader {
    position: fixed;
    top: 0;
    z-index: 10;
  }

  .mab .ce-modal ._modalBody {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}

.mab .ce-modal:nth-child(3) {
  left: auto;
  right: 0;
}

.mab .ce-modal ._modalBodyRight {
  display: none;
}

@media (max-height: 768px) and (min-width: 768px) {
  .mab .ce-modal ._modalBody {
    max-height: 70vh;
  }
}

@media (max-height: 768px) {
  .mab .ce-modal ._modalBody {
    overflow-y: auto;
  }
}

.mab .ce-modal ._modalBody p {
  margin-bottom: 0;
}

.mab .ce-modal ._modalBody > *:first-child {
  margin-top: 0 !important;
}

.mab .ce-modal ._modalBody > * {
  margin-top: 10px;
}

.mab .ce-modal ._modalBody > p:not(.h4) {
  font-size: 1.4rem;
}

.mab .ce-modal ._modalBody .h4 {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.44;
}

.mab .ce-modal ._modalBody > hr {
  margin-left: -30px;
  margin-right: -30px;
}

.mab .ce-modal ._modalBody .btn-secondary {
  display: block;
  border-width: 1px;
  margin-top: 20px;
  height: 30px;
  font-size: 1.2rem;
}

.mab .ce-modal ._modalBody .btn-secondary + * {
  margin-top: 20px;
}

.mab .ce-modal ._modalBody .be-contactMultiline {
  padding: 0;
}

.mab .ce-modal ._modalBody .be-contactItem {
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 12px;
  text-transform: uppercase;
}

.mab .ce-modal ._modalBody .be-contactItem i {
  font-size: 16px;
  margin-top: -1px;
}

.webcomab {
  padding-right: 15px !important;
  display: inline-flex;
}

.webcomab2 {
  padding-right: 9px !important;
  display: inline-flex;
}

.mab .ce-modal ._modalBody .be-linkList {
  font-weight: 700;
  margin-top: 14px;
}

.mab .ce-modal ._modalBody .be-linkList > li {
  padding: 0;
}

.mab .ce-modal ._modalBody .be-linkList + * {
  margin-top: 20px;
}

.mab .ce-modal ._modalBody input[type='text'] {
  margin-top: 15px;
  height: 40px;
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 20px;
  font-size: 1.4rem;
  line-height: 1.43;
  outline: none;
}

.mab .ce-modal ._modalBody input[type='text']:focus {
  border-color: #00008f;
  color: #00008f;
}

.mab .ce-modal.-extended {
  width: 740px;
}

.mab .ce-modal.-extended ._modalBody {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-right: 1px solid #e5e5e5;
}

.mab .ce-modal.-extended ._modalBodyRight {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .mab .ce-modal.-extended ._modalBodyRight > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .mab .ce-modal.-extended ._modalBodyRight .openingHoursList {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  .mab .ce-modal.-extended {
    width: 100%;
  }

  .mab .ce-modal.-extended ._modalBody {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border-right: none;
  }

  .mab .ce-modal.-extended ._modalBodyRight {
    position: static;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .mab .ce-modal.-extended ._modalBodyRight .openingHoursList {
    display: block;
  }
}

.mab.-aoMode ._mabItem {
  display: none;
}

@media (min-width: 992px) {
  .mab.-aoMode ._mabItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mab.-aoMode ._mabItem:first-child {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .mab.-aoMode ._mabItem:first-child {
    width: 66.666666%;
  }
}

.mab.-aoMode ._mabItem > a {
  padding: 12px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.8rem;
}

.mab.-aoMode ._mabItem > a ._primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: left;
}

.mab.-aoMode ._mabItem > a ._secondary {
  font-size: 1.4rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 10px;
}

.mab.-aoMode ._mabItem > a ._tertiary {
  display: none;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .mab.-aoMode ._mabItem > a ._tertiary {
    display: inline;
  }
}

.mab.-aoMode ._mabItem > a + a {
  display: none;
}

.mab.-aoMode ._mabItem:first-child > a {
  position: relative;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .mab.-aoMode ._mabItem:first-child > a {
    padding-right: 20px;
  }
}

.mab.-aoMode ._mabItem:first-child > a:before {
  position: absolute;
  content: '\E910';
  font-family: 'axa-iconfont-functional';
  top: 12px;
  left: 20px;
  font-size: 20px;
}

.mab.-aoMode ._mabItem:first-child ._primary,
.mab.-aoMode ._mabItem:first-child ._secondary {
  padding-left: 30px;
}

.mab.-aoMode ._mabItem:nth-child(2) ._primary,
.mab.-aoMode ._mabItem:nth-child(2) ._secondary {
  padding-left: 20px;
}

.mab.-aoMode ._modalBody .be-imageFigure {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.mab.-aoMode ._modalBody .be-imageFigure img {
  height: 55px;
  width: 80px;
}

.mab.-aoMode ._modalBody .h4:first-of-type,
.mab.-aoMode ._modalBody .h4 + .be-paragraphBold {
  margin-top: 0;
}

.mab.-aoMode ._modalBody .h4 + .be-paragraphBold {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
}

.mab.-aoMode ._modalBody .be-contactItem {
  color: #00008F;
  margin-top: 5px;
  text-transform: none;
}

.mab.-aoMode ._modalBody > p + hr,
.mab.-aoMode ._modalBody .be-contactItem + hr {
  margin-top: 20px;
}

.mab.-aoMode ._modalBody > hr:last-child {
  margin-bottom: 0;
}

.mab.-aoRelaunch ._mabItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #00008f;
}

.mab.-aoRelaunch ._mabItem:nth-child(n+2) {
  width: unset;
}

@media (max-width: 892px) {
  .mab.-aoRelaunch ._mabItem {
    width: 50% !important;
  }

  .mab.-aoRelaunch ._mabItem:hover::before,
  .mab.-aoRelaunch ._mabItem:hover ~ ._mabItem::before,
  .mab.-aoRelaunch ._mabItem.-active::before,
  .mab.-aoRelaunch ._mabItem.-active ~ ._mabItem::before {
    background: transparent;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(n+2) a {
  white-space: nowrap;
}

.mab.-aoRelaunch ._mabItem::before {
  display: none;
}

.mab.-aoRelaunch ._mabItem:last-child::before {
  display: inline-block;
  box-shadow: -1px 0 0 0 white;
  transform: scale(1.001);
}

.mab.-aoRelaunch ._mabItem:first-child {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .mab.-aoRelaunch ._mabItem:first-child {
    width: 66.666666%;
  }
}

.mab.-aoRelaunch ._mabItem > a {
  padding: 16px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.8rem;
}

.mab.-aoRelaunch ._mabItem > a ._primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: left;
}

.mab.-aoRelaunch ._mabItem > a + a {
  display: none;
}

.mab.-aoRelaunch ._mabItem > a ._primary,
.mab.-aoRelaunch ._mabItem > a ._secondary {
  padding-left: 30px;
}

.mab.-aoRelaunch ._mabItem > a:before {
  position: absolute;
  content: '\E92B';
  font-family: 'axa-iconfont-functional';
  left: 20px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mab.-aoRelaunch ._mabItem._nodata > a:before {
  margin-left:-22px;
}

.mab.-aoRelaunch ._mabItem:first-child p + hr,
.mab.-aoRelaunch ._mabItem:first-child .be-contactItem + hr {
  margin-top: 20px;
}

.mab.-aoRelaunch ._mabItem:first-child hr:last-child {
  margin-top: 7px;
}

.mab.-aoRelaunch ._mabItem:first-child > a {
  position: relative;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .mab.-aoRelaunch ._mabItem:first-child > a {
    padding-right: 20px;
  }
}

.mab.-aoRelaunch ._mabItem:first-child > a:before {
  content: '\E910';
}

.mab.-aoRelaunch ._mabItem:first-child > a span:last-child {
  display: none;
}

@media (max-width: 892px) {
  .mab.-aoRelaunch ._mabItem:first-child > a span:first-child {
    display: none;
  }

  .mab.-aoRelaunch ._mabItem:first-child > a span:last-child {
    display: block;
  }

  .mab.-aoRelaunch ._mabItem:first-child > a:before {
    font-size: 16px;
    content: '\E91B';
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }

  .mab.-aoRelaunch ._mabItem:first-child > a ._primary {
    text-transform: uppercase !important;
  }
}

.mab.-aoRelaunch ._mabItem:first-child > a ._primary {
  text-transform: none;
}

@media (max-width: 892px) {
  .mab.-aoRelaunch ._mabItem:first-child.-active > a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
}

@media (max-width: 1100px) {
  .mab.-aoRelaunch ._mabItem:nth-child(2) {
    display: none;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(2) > a {
  position: relative;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .mab.-aoRelaunch ._mabItem:nth-child(2) > a {
    padding-right: 25px;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(2) > a:before {
  content: '\E911';
}

@media (max-width: 992px) {
  .mab.-aoRelaunch ._mabItem:nth-child(3) {
    display: none;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(3) > a {
  position: relative;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .mab.-aoRelaunch ._mabItem:nth-child(3) > a {
    padding-right: 25px;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(3) > a:before {
  content: '\E913';
}

@media (max-width: 892px) {
  .mab.-aoRelaunch ._mabItem:nth-child(4) {
    display: none;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(4) > a {
  position: relative;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .mab.-aoRelaunch ._mabItem:nth-child(4) > a {
    padding-right: 25px;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(4) > a:before {
  content: '\E92A';
}

.mab.-aoRelaunch ._mabItem:nth-child(5) > a {
  position: relative;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .mab.-aoRelaunch ._mabItem:nth-child(5) > a {
    padding-right: 25px;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(5) > a:before {
  content: '\E92B';
}

@media (min-width: 768px) {
  .mab.-aoRelaunch ._mabItem:nth-child(5) .ce-modal {
    right: 0 !important;
    left: auto !important;
  }
}

.mab.-aoRelaunch ._mabItem:nth-child(2) ._primary,
.mab.-aoRelaunch ._mabItem:nth-child(2) ._secondary {
  padding-left: 30px;
}

.mab.-aoRelaunch ._modalBody .be-imageFigure {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.mab.-aoRelaunch ._modalBody .be-imageFigure img {
  height: 55px;
  width: 80px;
}

.mab.-aoRelaunch ._modalBody .be-contactItem {
  color: #00008F;
}

.mab.-aoRelaunch ._modalBody .h4:first-of-type,
.mab.-aoRelaunch ._modalBody .h4 + .be-paragraphBold {
  margin-top: 0;
}

.mab.-aoRelaunch ._modalBody .h4 + .be-paragraphBold {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
}

.mab.-aoRelaunch ._modalBody > hr:last-child {
  margin-bottom: 0;
  margin-top: 7px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mab .ce-modal.-extended ._modalBody,
  .mab .ce-modal.-extended ._modalBodyRight {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 50%;
  }

  .mab .ce-modal.-extended ._modalBodyRight {
    overflow-x: hidden;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
  .mab .ce-modal.-extended ._modalBody,
  .mab .ce-modal.-extended ._modalBodyRight {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mab.-aoMode ._mabItem > a ._primary,
  .mab.-aoRelaunch ._mabItem > a ._primary {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }

  .mab.-aoRelaunch ._mabItem {
    display: block;
  }

  .mab.-aoRelaunch ._mabItem:nth-child(n+2) {
    width: auto !important;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 892px), (-ms-high-contrast: none) and (max-width: 892px) {
  .mab.-aoRelaunch ._mabItem:nth-child(n+2) {
    width: 50% !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mab.-aoRelaunch ._mabItem:last-child::before {
    position: absolute;
    height: calc(100% - 15px);
    z-index: 1;
  }

  .mab.-aoRelaunch ._mabItem > a {
    height: 100%;
  }
}

