<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body footer {
  position: relative;
}

body footer .footer_top {
  padding: 3rem 3rem 2rem 3rem;
  background-color: var(--gray-background-lite-color);
}

body footer .footer_top .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body footer .footer_top .container .img_container_logo_footer {
  text-align: center;
  margin-bottom: 1rem;
}

body footer .footer_top .container .share_icons_container {
  text-align: center;
  margin-bottom: 2rem;
}

body footer .footer_top .container .share_icons_container .share_icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body footer .footer_top .container .share_icons_container .share_icons li a i:before {
  font-size: 2.4rem;
  color: var(--gray-background-color);
  padding: 0 .8rem;
}

body footer .footer_top .container .link_container_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer .footer_top .container .link_container_footer ul li {
  margin-bottom: .9rem;
}

body footer .footer_top .container .link_container_footer ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: var(--gray-background-color);
  padding: 0 1rem;
}

body footer .footer_top .container .footer_text {
  margin-top: 1.9rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--gray-background-color);
  text-align: center;
}

body footer .footer_bottom {
  background-color: var(--gray-background-color);
  padding: 1.5rem 3rem;
}

body footer .footer_bottom .container {
  padding: 0;
}

body footer .footer_bottom .container .footer_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: .7rem;
}

body footer .footer_bottom .container .footer_bottom_links li:after {
  content: "|";
}

body footer .footer_bottom .container .footer_bottom_links li:last-child:after {
  display: none;
}

body footer .footer_bottom .container .footer_bottom_links li a, body footer .footer_bottom .container .footer_bottom_links li span {
  padding: 0 1rem;
}

body footer .footer_bottom .container .footer_bottom_links li a:link,
body footer .footer_bottom .container .footer_bottom_links li a:visited,
body footer .footer_bottom .container .footer_bottom_links li a:hover,
body footer .footer_bottom .container .footer_bottom_links li a:focus,
body footer .footer_bottom .container .footer_bottom_links li a:active {
  color: white;
}

body footer .footer_bottom .container .footer_bottom_credits {
  text-align: center;
}

body footer .footer_bottom .container .footer_bottom_credits img {
  border: 0 none;
}

@media only screen and (min-width: 768px) {
  body footer .footer_bottom {
    text-align: center;
  }
  body footer .footer_bottom .container .footer_bottom_links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (min-width: 992px) {
  body footer .footer_top {
    padding-top: 4rem;
  }
  body footer .footer_top .container {
    padding: 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body footer .footer_top .container .img_container_logo_footer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body footer .footer_top .container .img_container_logo_footer img {
    margin-top: 1rem;
  }
  body footer .footer_top .container .share_icons_container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2.6rem;
  }
  body footer .footer_top .container .link_container_footer ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  body footer .footer_top .container .link_container_footer ul li {
    margin-bottom: 0;
  }
  body footer .footer_top .container .link_and_texts {
    width: 607px;
    margin: 0 3rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body footer .footer_top .container .link_and_texts .footer_text {
    text-align: center;
  }
  body footer .footer_bottom {
    background-color: var(--gray-background-color);
    padding: 1.5rem 3rem;
  }
  body footer .footer_bottom .container {
    padding: 0;
  }
  body footer .footer_bottom .container .footer_bottom_links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
  }
  body footer .footer_bottom .container .footer_bottom_links li:after {
    content: "|";
  }
  body footer .footer_bottom .container .footer_bottom_links li:last-child:after {
    display: none;
  }
  body footer .footer_bottom .container .footer_bottom_links li a, body footer .footer_bottom .container .footer_bottom_links li span {
    padding: 0 1rem;
  }
  body footer .footer_bottom .container .footer_bottom_links li a:link,
  body footer .footer_bottom .container .footer_bottom_links li a:visited,
  body footer .footer_bottom .container .footer_bottom_links li a:hover,
  body footer .footer_bottom .container .footer_bottom_links li a:focus,
  body footer .footer_bottom .container .footer_bottom_links li a:active {
    color: white;
  }
  body footer .footer_bottom .container .footer_bottom_credits {
    display: inline-block;
  }
  body footer .footer_bottom .container .footer_bottom_credits img {
    border: 0 none;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
}

@media only screen and (min-width: 1300px) {
  body footer .footer_top .container .link_and_texts {
    width: 877px;
  }
  body footer .footer_top .container .link_and_texts .footer_text {
    text-align: left;
  }
}
</pre></body></html>