/* line 4, styles.scss */
.fa0 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  color: #0d3f69; }
  /* line 12, styles.scss */
  .fa0 .fa2 {
    text-align: center;
    width: 60px;
    transition: all .2s ease-in-out; }
    /* line 17, styles.scss */
    .fa0 .fa2 span {
      transform-origin: center;
      transition: all .2s ease-in-out; }

/* line 24, styles.scss */
.active_service {
  background-color: #f5821f; }
  /* line 27, styles.scss */
  .active_service h5, .active_service span {
    color: #fff; }

/* line 32, styles.scss */
.fa1 {
  display: none; }

/* line 36, styles.scss */
.fa3 {
  width: calc(100% - 60px); }

/* line 40, styles.scss */
.fa4 {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

/* line 45, styles.scss */
.fa6 h1, .fa6 h2 {
  color: #0d3f69; }

/* line 50, styles.scss */
.fa7 {
  color: #6b6f77; }

/* line 54, styles.scss */
.fa9 {
  background-color: #f5821f;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 200ms; }
  /* line 60, styles.scss */
  .fa9 a {
    color: #fff !important;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none; }
  /* line 67, styles.scss */
  .fa9:hover {
    background-color: #f89b4c; }
