/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
@media screen and (min-width: 64em) {
  .contact-section:not(:last-of-type) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #dedede;
  }
  .contact-section:not(:first-of-type) {
    padding-top: 2rem;
  }
}
.contact-section h3 {
  margin: 0;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -1px;
  color: inherit;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .contact-section h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .contact-section h3 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.contact-section address {
  font-style: normal;
  color: #585858;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .contact-section address {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .contact-section address {
    font-size: 1.6rem;
  }
}
.contact-section address > * {
  margin-bottom: 0;
}
.contact-section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .contact-section dl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .contact-section dl {
    font-size: 1.6rem;
  }
}
.contact-section dl:not(:last-of-type) {
  margin-bottom: 0.66rem;
}
.contact-section dl dt {
  font-weight: 400;
  margin: 0;
  font-size: inherit;
  color: #00aeef;
}
.contact-section dl dd {
  margin: 0;
  margin-left: 1rem;
  font-size: inherit;
  color: #585858;
}
.contact-section__header {
  color: #202243;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .contact-section__header {
    padding: 0 2rem;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .opened .contact-section__header {
    color: #00aeef;
  }
}
.contact-section__header i {
  color: inherit;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
@media screen and (min-width: 64em) {
  .contact-section__header i {
    display: none;
  }
}
.opened .contact-section__header i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .contact-section__content {
    padding: 0 2rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid transparent;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: max-height 200ms ease-in-out, border-color 200ms ease-in-out;
  }
  .contact-section__content > :first-child {
    padding-top: 2rem;
  }
  .contact-section__content > :last-child {
    padding-bottom: 1.8rem;
  }
  .opened .contact-section__content {
    max-height: 15rem;
    border-color: #dedede;
  }
}
/*# sourceMappingURL=contact-section.css.map */
