/*
 * DO NOT EDIT THIS FILE.
 * Find all style at ./sass folder.
 * @preserve
 */
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-footer .region-footer-branding {
  position: relative;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .page-footer .region-footer-branding {
    padding-top: 5rem;
  }
}

@media (min-width: 992px) {
  .page-footer .region-footer-branding {
    display: flex;
  }
}

.page-footer .region-footer-primary {
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  .page-footer .region-footer-primary {
    display: grid;
    grid-template-columns: auto 16.6666% 16.6666%;
    grid-template-rows: 1fr 1fr;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .page-footer .region-footer-primary {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.page-footer .region-footer-primary .block-social-media-links {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}

.page-footer .region-footer-primary .block-social-media-links a[target="_blank"]:before {
  display: none;
}

.page-footer .region-footer-primary .menu--footer {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.page-footer .region-footer-primary .menu--footer-meta {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.page-footer .region-footer-secondary,
.page-footer .region-footer-notes {
  background: #f3f3f3;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: -15px;
  padding-right: -15px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 576px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    margin-left: calc((-100vw + (540px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    margin-left: calc((-100vw + (720px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    margin-left: calc((-100vw + (960px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    margin-left: calc((-100vw + (1230px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    margin-right: calc((-100vw + (540px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    margin-right: calc((-100vw + (720px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    margin-right: calc((-100vw + (960px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    margin-right: calc((-100vw + (1230px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    padding-left: calc((100vw - (540px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    padding-left: calc((100vw - (720px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    padding-left: calc((100vw - (960px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    padding-left: calc((100vw - (1230px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    padding-right: calc((100vw - (540px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    padding-right: calc((100vw - (720px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    padding-right: calc((100vw - (960px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    padding-right: calc((100vw - (1230px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .region-footer-secondary,
  .page-footer .region-footer-notes {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.page-footer .region-footer-secondary {
  padding-top: 3.125rem;
}

@media (min-width: 768px) {
  .page-footer .region-footer-secondary {
    padding-top: 0;
  }
}

.page-footer .region-footer-notes {
  padding-bottom: 5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .page-footer .region-footer-notes {
    padding-bottom: 0;
    text-align: left;
  }
}

.page-footer .block-system-branding-block {
  position: relative;
  background: #f07f00;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 3.125rem;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: -15px;
  padding-right: -15px;
}

@media (min-width: 576px) {
  .page-footer .block-system-branding-block {
    margin-left: calc((-100vw + (540px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .block-system-branding-block {
    margin-left: calc((-100vw + (720px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer .block-system-branding-block {
    margin-left: calc((-100vw + (960px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer .block-system-branding-block {
    margin-left: calc((-100vw + (1230px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer .block-system-branding-block {
    margin-right: calc((-100vw + (540px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .block-system-branding-block {
    margin-right: calc((-100vw + (720px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer .block-system-branding-block {
    margin-right: calc((-100vw + (960px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer .block-system-branding-block {
    margin-right: calc((-100vw + (1230px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer .block-system-branding-block {
    padding-left: calc((100vw - (540px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .block-system-branding-block {
    padding-left: calc((100vw - (720px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer .block-system-branding-block {
    padding-left: calc((100vw - (960px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer .block-system-branding-block {
    padding-left: calc((100vw - (1230px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer .block-system-branding-block {
    padding-right: calc((100vw - (540px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer .block-system-branding-block {
    padding-right: calc((100vw - (720px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer .block-system-branding-block {
    padding-right: calc((100vw - (960px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer .block-system-branding-block {
    padding-right: calc((100vw - (1230px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

.page-footer .block-system-branding-block:after {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 0.0625rem;
  bottom: 0;
  left: calc(50% - 10px);
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .page-footer .block-system-branding-block {
    display: flex;
    width: 100%;
    padding: 0;
    padding-bottom: 4rem;
    margin-right: 7.5rem;
    margin-left: 0;
    background: #fff;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page-footer .block-system-branding-block:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-footer .block-system-branding-block {
    max-width: 60%;
  }
}

.page-footer .block-system-branding-block .site-logo {
  position: relative;
  display: inline-block;
  flex-grow: 0;
  left: 50%;
  padding: 0.9375rem;
  background: #fff;
  transform: translateX(-50%);
}

.page-footer .block-system-branding-block .site-logo img {
  width: 2.8125rem;
}

@media (min-width: 768px) {
  .page-footer .block-system-branding-block .site-logo {
    left: auto;
    padding: 0;
    background: transparent;
    transform: translateX(0);
  }
  .page-footer .block-system-branding-block .site-logo img {
    width: auto;
  }
}

.page-footer .block-system-branding-block .site-slogan {
  flex: 1;
  margin-top: 2.5rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: normal;
  line-height: 2.5rem;
  text-align: center;
  max-width: 30rem;
}

@media (min-width: 768px) {
  .page-footer .block-system-branding-block .site-slogan {
    margin-top: 0;
    margin-left: 5.625rem;
    text-align: left;
  }
}

.page-footer .block-social-media-links {
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
}

.page-footer .block-social-media-links > p {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 25px;
  margin: 0 0 0.5rem 0;
}

.page-footer .block-social-media-links > .platforms {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 25px;
}

.page-footer .block-social-media-links > .platforms > li {
  padding: 0 0.35em;
}

.page-footer .block-social-media-links > .platforms > li > a {
  color: inherit;
}

.page-footer .menu--footer > .menu {
  columns: 3;
  column-gap: 30px;
  font-weight: bold;
}

.page-footer #block-footerstats {
  position: relative;
  background: #f07f00;
  color: #fff;
  min-width: 35%;
  max-width: 30.625rem;
  padding: 2.8125rem 3.75rem;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: -15px;
  padding-right: -15px;
}

@media (min-width: 576px) {
  .page-footer #block-footerstats {
    margin-left: calc((-100vw + (540px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer #block-footerstats {
    margin-left: calc((-100vw + (720px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer #block-footerstats {
    margin-left: calc((-100vw + (960px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer #block-footerstats {
    margin-left: calc((-100vw + (1230px - 30px)) / 2 + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer #block-footerstats {
    margin-right: calc((-100vw + (540px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer #block-footerstats {
    margin-right: calc((-100vw + (720px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer #block-footerstats {
    margin-right: calc((-100vw + (960px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer #block-footerstats {
    margin-right: calc((-100vw + (1230px - 30px)) / 2  + (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer #block-footerstats {
    padding-left: calc((100vw - (540px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer #block-footerstats {
    padding-left: calc((100vw - (720px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer #block-footerstats {
    padding-left: calc((100vw - (960px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer #block-footerstats {
    padding-left: calc((100vw - (1230px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 576px) {
  .page-footer #block-footerstats {
    padding-right: calc((100vw - (540px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer #block-footerstats {
    padding-right: calc((100vw - (720px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer #block-footerstats {
    padding-right: calc((100vw - (960px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer #block-footerstats {
    padding-right: calc((100vw - (1230px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer #block-footerstats {
    width: 100%;
    margin: 0;
    padding: 3rem 0 3rem 3rem;
  }
}

.page-footer #block-footerstats:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  background: #f07f00;
  padding-right: -15px;
}

@media (min-width: 576px) {
  .page-footer #block-footerstats:after {
    padding-right: calc((100vw - (540px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 768px) {
  .page-footer #block-footerstats:after {
    padding-right: calc((100vw - (720px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 992px) {
  .page-footer #block-footerstats:after {
    padding-right: calc((100vw - (960px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

@media (min-width: 1240px) {
  .page-footer #block-footerstats:after {
    padding-right: calc((100vw - (1230px - 30px)) / 2 - (var(--scrollbar-width) / 2 ) + 0px);
  }
}

.page-footer #block-footerstats > p {
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  text-align: left;
}

.page-footer #block-footerstats .stats {
  display: flex;
  justify-content: space-between;
}

.page-footer #block-footerstats .stat {
  position: relative;
  display: flex;
  flex-direction: column;
}

.page-footer #block-footerstats .stat .stat--number {
  font-size: 3.4375rem;
  font-weight: 400;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
}

@media (max-width: 1200px) {
  .page-footer #block-footerstats .stat .stat--number {
    font-size: calc(1.46875rem + 2.625vw) ;
  }
}

.page-footer #block-footerstats .stat .stat--description {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.5px;
  margin-top: .5rem;
}

.page-footer .language-switcher-language-url {
  display: none;
}

@media (min-width: 768px) {
  .page-footer .language-switcher-language-url {
    display: block;
  }
}

.page-footer .menu--footer-secondary {
  position: relative;
  padding: 1.25rem 0;
  margin: 1.25rem 0;
}

.page-footer .menu--footer-secondary:before, .page-footer .menu--footer-secondary:after {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 0.0625rem;
  top: 0;
  left: calc(50% - 10px);
  border-bottom: 1px solid #BFBFBF;
}

.page-footer .menu--footer-secondary:after {
  top: auto;
  bottom: 0;
}

@media (min-width: 768px) {
  .page-footer .menu--footer-secondary:before, .page-footer .menu--footer-secondary:after {
    display: none;
  }
}

.page-footer .menu--footer-secondary > .menu {
  margin: 0;
}

.page-footer .menu--footer-secondary > .menu > li {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .page-footer .menu--footer-secondary > .menu > li {
    display: inline-block;
    text-align: left;
  }
}

.page-footer .menu--footer-secondary > .menu > li > a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #464646;
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-footer .footer-top .menu--footer li a {
  color: #000;
}

.page-footer #block-footerlogos a[target="_blank"]:before {
  display: none;
}

/*# sourceMappingURL=footer.build.css.map */