/* scss/utilities/_functions.scss */
/* scss/settings/_breakpoints.scss */
.bg-dark-blue {
  background-color: #1e3b63; }

.bg-red {
  background-color: #a92429; }

.bg-green {
  background-color: #969237; }

.bg-dark-green {
  background-color: #1b6832; }

.bg-light-blue {
  background-color: #328ecd; }

.bg-grey {
  background-color: #707d85; }

.bg-orange {
  background-color: #ec8000; }

.pagesMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 4rem; }
  .pagesMenu li {
    margin-bottom: 1.25rem; }
  @media only screen and (min-width: 992px) {
    .pagesMenu {
      column-count: 2; }
      .pagesMenu li {
        margin-bottom: 4rem; } }
  .pagesMenu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    color: #000;
    border-bottom: 1px solid #CC1D56; }
    .pagesMenu a::after {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23003963' d='M297.4 201.4C309.9 188.9 330.2 188.9 342.7 201.4L502.7 361.4C515.2 373.9 515.2 394.2 502.7 406.7C490.2 419.2 469.9 419.2 457.4 406.7L320 269.3L182.6 406.6C170.1 419.1 149.8 419.1 137.3 406.6C124.8 394.1 124.8 373.8 137.3 361.3L297.3 201.3z'/%3E%3C/svg%3E");
      background-size: cover;
      background-position: center;
      width: 12px;
      height: 7px;
      transition: transform 250ms ease-out;
      transform: translateX(-100%) rotate(90deg); }
    .pagesMenu a:hover::after {
      transform: translateX(0) rotate(90deg); }

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