.contact-us-card-container {
  margin-top: -25em;
  z-index: 1; }
  @media (min-width: 840px) and (max-width: 1023px) {
    .contact-us-card-container {
      margin-top: -3em; } }
  @media (min-width: 480px) and (max-width: 839px) {
    .contact-us-card-container {
      margin-top: 0em; } }
  @media (max-width: 479px) {
    .contact-us-card-container {
      text-align: center;
      margin-top: 0em; } }
  .contact-us-card-container > .mdc-layout-grid {
    padding-top: 2em;
    max-width: 1280px;
    text-align: center;
    background-color: white; }

.contact-card__container {
  padding: 0.5em;
  position: relative; }

.contact-card {
  position: relative;
  border: #DCE7F5 solid 1px;
  padding: 2em 2em 2em 2em;
  background-color: white;
  min-height: 17em;
  text-align: left; }

.contact-card:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 65, 190, 0.26);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 65, 190, 0.26);
  box-shadow: 0px 0px 10px 2px rgba(0, 65, 190, 0.26);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media (min-width: 849px) and (max-width: 1160px) {
  .contact-card {
    min-height: 22em; } }

.contact-card__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 8em;
  height: 5em; }
  .contact-card__icon svg {
    width: 100%; }

.contact-card__text {
  width: 85%;
  margin-top: 0.75em; }

.contact-card__list {
  list-style-type: none;
  padding: 0;
  margin-top: 2em; }

.contact-card__list-item {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.contact-card__list-item-image {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 1.2em;
  width: 1.2em; }

.contact-card__list-item-image svg {
  width: 100%;
  height: 100%; }

.contact-card__list-item-text {
  position: relative;
  margin-left: 2em;
  display: inline-block; }

@media (max-width: 479px) {
  .contact-card h3 {
    width: 75%; }
  button, a {
    white-space: nowrap; } }

.top-image__container {
  position: relative;
  width: 100%;
  height: 51em;
  background-image: url(/image/contact-page-top-image/header-desktop-contact.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -1; }
  @media (min-width: 840px) and (max-width: 1023px) {
    .top-image__container {
      height: 32em;
      background-image: url(/image/contact-page-top-image/header-medium-contact.jpg); } }
  @media (min-width: 600px) and (max-width: 839px) {
    .top-image__container {
      height: 28em;
      background-image: url(/image/contact-page-top-image/header-medium-contact.jpg); } }
  @media (max-width: 479px) {
    .top-image__container {
      height: 18em;
      background-color: #FFF;
      background-image: url(/image/contact-page-top-image/header-mobile-contact.jpg); } }
  .top-image__container > .mdc-layout-grid {
    max-width: 1280px; }
    @media (min-width: 1920px) {
      .top-image__container > .mdc-layout-grid {
        margin-top: 17em; } }
    @media (min-width: 1440px) and (max-width: 1919px) {
      .top-image__container > .mdc-layout-grid {
        margin-top: 17em; } }
    @media (min-width: 1024px) and (max-width: 1439px) {
      .top-image__container > .mdc-layout-grid {
        margin-top: 17em; } }
    @media (min-width: 840px) and (max-width: 1023px) {
      .top-image__container > .mdc-layout-grid {
        display: none; } }
    @media (min-width: 720px) and (max-width: 839px) {
      .top-image__container > .mdc-layout-grid {
        margin-top: 10em; } }
    @media (min-width: 600px) and (max-width: 719px) {
      .top-image__container > .mdc-layout-grid {
        margin-top: 10em; } }

.top-image__container-bottom-style {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -0.5em; }
  .top-image__container-bottom-style svg {
    width: 100%; }

@media (min-width: 840px) and (max-width: 1023px) {
  .mdc-layout-grid--hide-desktop.top-image__container-mobile {
    display: block !important; }
  .header-bg-overlay--desk {
    display: none; } }

@media (min-width: 1024px) {
  .header-bg-overlay--mob {
    display: none; } }

.top-image__container-mobile .mdc-layout-grid {
  text-align: center; }


/*# sourceMappingURL=contact.css.map*/