@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap);
.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 1472px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-1-small {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-small {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-2-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-3-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-4-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-5-small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-6-small {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-small {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-7-small {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-small {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-8-small {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-small {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-9-small {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-small {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-10-small {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-small {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-11-small {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-small {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-12-small {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-small {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-1-xsmall {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-2-xsmall {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-3-xsmall {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-4-xsmall {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-5-xsmall {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-6-xsmall {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-7-xsmall {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-8-xsmall {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-9-xsmall {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-10-xsmall {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-11-xsmall {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-12-xsmall {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-1-print {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-2-print {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-3-print {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-4-print {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-5-print {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-6-print {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-7-print {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-8-print {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-9-print {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-10-print {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-11-print {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only print {
  .grid-12-print {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.columns-1 {
  grid-column-end: span 1;
}
@media only screen and (max-width: 1472px) {
  .columns-1 {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-1 {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1 {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1 {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1 {
    grid-column-end: span 1;
  }
}
.columns-1 {
  max-width: 100%;
}

.columns-2 {
  grid-column-end: span 2;
}
@media only screen and (max-width: 1472px) {
  .columns-2 {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-2 {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2 {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2 {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2 {
    grid-column-end: span 2;
  }
}
.columns-2 {
  max-width: 100%;
}

.columns-3 {
  grid-column-end: span 3;
}
@media only screen and (max-width: 1472px) {
  .columns-3 {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-3 {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3 {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3 {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3 {
    grid-column-end: span 3;
  }
}
.columns-3 {
  max-width: 100%;
}

.columns-4 {
  grid-column-end: span 4;
}
@media only screen and (max-width: 1472px) {
  .columns-4 {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-4 {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4 {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4 {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4 {
    grid-column-end: span 4;
  }
}
.columns-4 {
  max-width: 100%;
}

.columns-5 {
  grid-column-end: span 5;
}
@media only screen and (max-width: 1472px) {
  .columns-5 {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-5 {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5 {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5 {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5 {
    grid-column-end: span 5;
  }
}
.columns-5 {
  max-width: 100%;
}

.columns-6 {
  grid-column-end: span 6;
}
@media only screen and (max-width: 1472px) {
  .columns-6 {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-6 {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6 {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6 {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6 {
    grid-column-end: span 6;
  }
}
.columns-6 {
  max-width: 100%;
}

.columns-7 {
  grid-column-end: span 7;
}
@media only screen and (max-width: 1472px) {
  .columns-7 {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-7 {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7 {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7 {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7 {
    grid-column-end: span 7;
  }
}
.columns-7 {
  max-width: 100%;
}

.columns-8 {
  grid-column-end: span 8;
}
@media only screen and (max-width: 1472px) {
  .columns-8 {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-8 {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8 {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8 {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8 {
    grid-column-end: span 8;
  }
}
.columns-8 {
  max-width: 100%;
}

.columns-9 {
  grid-column-end: span 9;
}
@media only screen and (max-width: 1472px) {
  .columns-9 {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-9 {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9 {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9 {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9 {
    grid-column-end: span 9;
  }
}
.columns-9 {
  max-width: 100%;
}

.columns-10 {
  grid-column-end: span 10;
}
@media only screen and (max-width: 1472px) {
  .columns-10 {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-10 {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10 {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10 {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10 {
    grid-column-end: span 10;
  }
}
.columns-10 {
  max-width: 100%;
}

.columns-11 {
  grid-column-end: span 11;
}
@media only screen and (max-width: 1472px) {
  .columns-11 {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-11 {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11 {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11 {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11 {
    grid-column-end: span 11;
  }
}
.columns-11 {
  max-width: 100%;
}

.columns-12 {
  grid-column-end: span 12;
}
@media only screen and (max-width: 1472px) {
  .columns-12 {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-12 {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12 {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12 {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12 {
    grid-column-end: span 12;
  }
}
.columns-12 {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-1-xlarge {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-1-xlarge {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1-xlarge {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-xlarge {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-xlarge {
    grid-column-end: span 1;
  }
}
.columns-1-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-2-xlarge {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-2-xlarge {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2-xlarge {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-xlarge {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-xlarge {
    grid-column-end: span 2;
  }
}
.columns-2-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-3-xlarge {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-3-xlarge {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3-xlarge {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-xlarge {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-xlarge {
    grid-column-end: span 3;
  }
}
.columns-3-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-4-xlarge {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-4-xlarge {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4-xlarge {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-xlarge {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-xlarge {
    grid-column-end: span 4;
  }
}
.columns-4-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-5-xlarge {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-5-xlarge {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5-xlarge {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-xlarge {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-xlarge {
    grid-column-end: span 5;
  }
}
.columns-5-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-6-xlarge {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-6-xlarge {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6-xlarge {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-xlarge {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-xlarge {
    grid-column-end: span 6;
  }
}
.columns-6-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-7-xlarge {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-7-xlarge {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7-xlarge {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-xlarge {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-xlarge {
    grid-column-end: span 7;
  }
}
.columns-7-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-8-xlarge {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-8-xlarge {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8-xlarge {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-xlarge {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-xlarge {
    grid-column-end: span 8;
  }
}
.columns-8-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-9-xlarge {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-9-xlarge {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9-xlarge {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-xlarge {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-xlarge {
    grid-column-end: span 9;
  }
}
.columns-9-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-10-xlarge {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-10-xlarge {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10-xlarge {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-xlarge {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-xlarge {
    grid-column-end: span 10;
  }
}
.columns-10-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-11-xlarge {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-11-xlarge {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11-xlarge {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-xlarge {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-xlarge {
    grid-column-end: span 11;
  }
}
.columns-11-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-12-xlarge {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-12-xlarge {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12-xlarge {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-xlarge {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-xlarge {
    grid-column-end: span 12;
  }
}
.columns-12-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-1-large {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1-large {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-large {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-large {
    grid-column-end: span 1;
  }
}
.columns-1-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-2-large {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2-large {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-large {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-large {
    grid-column-end: span 2;
  }
}
.columns-2-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-3-large {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3-large {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-large {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-large {
    grid-column-end: span 3;
  }
}
.columns-3-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-4-large {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4-large {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-large {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-large {
    grid-column-end: span 4;
  }
}
.columns-4-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-5-large {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5-large {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-large {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-large {
    grid-column-end: span 5;
  }
}
.columns-5-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-6-large {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6-large {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-large {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-large {
    grid-column-end: span 6;
  }
}
.columns-6-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-7-large {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7-large {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-large {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-large {
    grid-column-end: span 7;
  }
}
.columns-7-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-8-large {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8-large {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-large {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-large {
    grid-column-end: span 8;
  }
}
.columns-8-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-9-large {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9-large {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-large {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-large {
    grid-column-end: span 9;
  }
}
.columns-9-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-10-large {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10-large {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-large {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-large {
    grid-column-end: span 10;
  }
}
.columns-10-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-11-large {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11-large {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-large {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-large {
    grid-column-end: span 11;
  }
}
.columns-11-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-12-large {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12-large {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-large {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-large {
    grid-column-end: span 12;
  }
}
.columns-12-large {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-1-medium {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-medium {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-medium {
    grid-column-end: span 1;
  }
}
.columns-1-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-2-medium {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-medium {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-medium {
    grid-column-end: span 2;
  }
}
.columns-2-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-3-medium {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-medium {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-medium {
    grid-column-end: span 3;
  }
}
.columns-3-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-4-medium {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-medium {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-medium {
    grid-column-end: span 4;
  }
}
.columns-4-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-5-medium {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-medium {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-medium {
    grid-column-end: span 5;
  }
}
.columns-5-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-6-medium {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-medium {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-medium {
    grid-column-end: span 6;
  }
}
.columns-6-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-7-medium {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-medium {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-medium {
    grid-column-end: span 7;
  }
}
.columns-7-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-8-medium {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-medium {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-medium {
    grid-column-end: span 8;
  }
}
.columns-8-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-9-medium {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-medium {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-medium {
    grid-column-end: span 9;
  }
}
.columns-9-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-10-medium {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-medium {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-medium {
    grid-column-end: span 10;
  }
}
.columns-10-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-11-medium {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-medium {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-medium {
    grid-column-end: span 11;
  }
}
.columns-11-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-12-medium {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-medium {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-medium {
    grid-column-end: span 12;
  }
}
.columns-12-medium {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-1-small {
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-small {
    grid-column-end: span 1;
  }
}
.columns-1-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-2-small {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-small {
    grid-column-end: span 2;
  }
}
.columns-2-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-3-small {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-small {
    grid-column-end: span 3;
  }
}
.columns-3-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-4-small {
    grid-column-end: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-small {
    grid-column-end: span 4;
  }
}
.columns-4-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-5-small {
    grid-column-end: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-small {
    grid-column-end: span 5;
  }
}
.columns-5-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-6-small {
    grid-column-end: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-small {
    grid-column-end: span 6;
  }
}
.columns-6-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-7-small {
    grid-column-end: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-small {
    grid-column-end: span 7;
  }
}
.columns-7-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-8-small {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-small {
    grid-column-end: span 8;
  }
}
.columns-8-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-9-small {
    grid-column-end: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-small {
    grid-column-end: span 9;
  }
}
.columns-9-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-10-small {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-small {
    grid-column-end: span 10;
  }
}
.columns-10-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-11-small {
    grid-column-end: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-small {
    grid-column-end: span 11;
  }
}
.columns-11-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-12-small {
    grid-column-end: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-small {
    grid-column-end: span 12;
  }
}
.columns-12-small {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-1-xsmall {
    grid-column-end: span 1;
  }
}
.columns-1-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-2-xsmall {
    grid-column-end: span 2;
  }
}
.columns-2-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-3-xsmall {
    grid-column-end: span 3;
  }
}
.columns-3-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-4-xsmall {
    grid-column-end: span 4;
  }
}
.columns-4-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-5-xsmall {
    grid-column-end: span 5;
  }
}
.columns-5-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-6-xsmall {
    grid-column-end: span 6;
  }
}
.columns-6-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-7-xsmall {
    grid-column-end: span 7;
  }
}
.columns-7-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-8-xsmall {
    grid-column-end: span 8;
  }
}
.columns-8-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-9-xsmall {
    grid-column-end: span 9;
  }
}
.columns-9-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-10-xsmall {
    grid-column-end: span 10;
  }
}
.columns-10-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-11-xsmall {
    grid-column-end: span 11;
  }
}
.columns-11-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-12-xsmall {
    grid-column-end: span 12;
  }
}
.columns-12-xsmall {
  max-width: 100%;
}

@media only print {
  .columns-1-print {
    grid-column-end: span 1;
  }
}
.columns-1-print {
  max-width: 100%;
}

@media only print {
  .columns-2-print {
    grid-column-end: span 2;
  }
}
.columns-2-print {
  max-width: 100%;
}

@media only print {
  .columns-3-print {
    grid-column-end: span 3;
  }
}
.columns-3-print {
  max-width: 100%;
}

@media only print {
  .columns-4-print {
    grid-column-end: span 4;
  }
}
.columns-4-print {
  max-width: 100%;
}

@media only print {
  .columns-5-print {
    grid-column-end: span 5;
  }
}
.columns-5-print {
  max-width: 100%;
}

@media only print {
  .columns-6-print {
    grid-column-end: span 6;
  }
}
.columns-6-print {
  max-width: 100%;
}

@media only print {
  .columns-7-print {
    grid-column-end: span 7;
  }
}
.columns-7-print {
  max-width: 100%;
}

@media only print {
  .columns-8-print {
    grid-column-end: span 8;
  }
}
.columns-8-print {
  max-width: 100%;
}

@media only print {
  .columns-9-print {
    grid-column-end: span 9;
  }
}
.columns-9-print {
  max-width: 100%;
}

@media only print {
  .columns-10-print {
    grid-column-end: span 10;
  }
}
.columns-10-print {
  max-width: 100%;
}

@media only print {
  .columns-11-print {
    grid-column-end: span 11;
  }
}
.columns-11-print {
  max-width: 100%;
}

@media only print {
  .columns-12-print {
    grid-column-end: span 12;
  }
}
.columns-12-print {
  max-width: 100%;
}

.column-start-1 {
  grid-column-start: 1;
}
@media only screen and (max-width: 1472px) {
  .column-start-1 {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-1 {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-1 {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-1 {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-1 {
    grid-column-start: 1;
  }
}

.column-start-2 {
  grid-column-start: 2;
}
@media only screen and (max-width: 1472px) {
  .column-start-2 {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-2 {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-2 {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-2 {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-2 {
    grid-column-start: 2;
  }
}

.column-start-3 {
  grid-column-start: 3;
}
@media only screen and (max-width: 1472px) {
  .column-start-3 {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-3 {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-3 {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-3 {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-3 {
    grid-column-start: 3;
  }
}

.column-start-4 {
  grid-column-start: 4;
}
@media only screen and (max-width: 1472px) {
  .column-start-4 {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-4 {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-4 {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-4 {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-4 {
    grid-column-start: 4;
  }
}

.column-start-5 {
  grid-column-start: 5;
}
@media only screen and (max-width: 1472px) {
  .column-start-5 {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-5 {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-5 {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-5 {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-5 {
    grid-column-start: 5;
  }
}

.column-start-6 {
  grid-column-start: 6;
}
@media only screen and (max-width: 1472px) {
  .column-start-6 {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-6 {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-6 {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-6 {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-6 {
    grid-column-start: 6;
  }
}

.column-start-7 {
  grid-column-start: 7;
}
@media only screen and (max-width: 1472px) {
  .column-start-7 {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-7 {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-7 {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-7 {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-7 {
    grid-column-start: 7;
  }
}

.column-start-8 {
  grid-column-start: 8;
}
@media only screen and (max-width: 1472px) {
  .column-start-8 {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-8 {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-8 {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-8 {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-8 {
    grid-column-start: 8;
  }
}

.column-start-9 {
  grid-column-start: 9;
}
@media only screen and (max-width: 1472px) {
  .column-start-9 {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-9 {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-9 {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-9 {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-9 {
    grid-column-start: 9;
  }
}

.column-start-10 {
  grid-column-start: 10;
}
@media only screen and (max-width: 1472px) {
  .column-start-10 {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-10 {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-10 {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-10 {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-10 {
    grid-column-start: 10;
  }
}

.column-start-11 {
  grid-column-start: 11;
}
@media only screen and (max-width: 1472px) {
  .column-start-11 {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-11 {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-11 {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-11 {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-11 {
    grid-column-start: 11;
  }
}

.column-start-12 {
  grid-column-start: 12;
}
@media only screen and (max-width: 1472px) {
  .column-start-12 {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-12 {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-12 {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-12 {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-12 {
    grid-column-start: 12;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-1-xlarge {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-1-xlarge {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-1-xlarge {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-1-xlarge {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-1-xlarge {
    grid-column-start: 1;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-2-xlarge {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-2-xlarge {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-2-xlarge {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-2-xlarge {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-2-xlarge {
    grid-column-start: 2;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-3-xlarge {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-3-xlarge {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-3-xlarge {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-3-xlarge {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-3-xlarge {
    grid-column-start: 3;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-4-xlarge {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-4-xlarge {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-4-xlarge {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-4-xlarge {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-4-xlarge {
    grid-column-start: 4;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-5-xlarge {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-5-xlarge {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-5-xlarge {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-5-xlarge {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-5-xlarge {
    grid-column-start: 5;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-6-xlarge {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-6-xlarge {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-6-xlarge {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-6-xlarge {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-6-xlarge {
    grid-column-start: 6;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-7-xlarge {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-7-xlarge {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-7-xlarge {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-7-xlarge {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-7-xlarge {
    grid-column-start: 7;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-8-xlarge {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-8-xlarge {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-8-xlarge {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-8-xlarge {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-8-xlarge {
    grid-column-start: 8;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-9-xlarge {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-9-xlarge {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-9-xlarge {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-9-xlarge {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-9-xlarge {
    grid-column-start: 9;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-10-xlarge {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-10-xlarge {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-10-xlarge {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-10-xlarge {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-10-xlarge {
    grid-column-start: 10;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-11-xlarge {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-11-xlarge {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-11-xlarge {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-11-xlarge {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-11-xlarge {
    grid-column-start: 11;
  }
}

@media only screen and (max-width: 1472px) {
  .column-start-12-xlarge {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 1050px) {
  .column-start-12-xlarge {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-12-xlarge {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-12-xlarge {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-12-xlarge {
    grid-column-start: 12;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-1-large {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-1-large {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-1-large {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-1-large {
    grid-column-start: 1;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-2-large {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-2-large {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-2-large {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-2-large {
    grid-column-start: 2;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-3-large {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-3-large {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-3-large {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-3-large {
    grid-column-start: 3;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-4-large {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-4-large {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-4-large {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-4-large {
    grid-column-start: 4;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-5-large {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-5-large {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-5-large {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-5-large {
    grid-column-start: 5;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-6-large {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-6-large {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-6-large {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-6-large {
    grid-column-start: 6;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-7-large {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-7-large {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-7-large {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-7-large {
    grid-column-start: 7;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-8-large {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-8-large {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-8-large {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-8-large {
    grid-column-start: 8;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-9-large {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-9-large {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-9-large {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-9-large {
    grid-column-start: 9;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-10-large {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-10-large {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-10-large {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-10-large {
    grid-column-start: 10;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-11-large {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-11-large {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-11-large {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-11-large {
    grid-column-start: 11;
  }
}

@media only screen and (max-width: 1050px) {
  .column-start-12-large {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 870px) {
  .column-start-12-large {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-12-large {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-12-large {
    grid-column-start: 12;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-1-medium {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-1-medium {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-1-medium {
    grid-column-start: 1;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-2-medium {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-2-medium {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-2-medium {
    grid-column-start: 2;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-3-medium {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-3-medium {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-3-medium {
    grid-column-start: 3;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-4-medium {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-4-medium {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-4-medium {
    grid-column-start: 4;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-5-medium {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-5-medium {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-5-medium {
    grid-column-start: 5;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-6-medium {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-6-medium {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-6-medium {
    grid-column-start: 6;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-7-medium {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-7-medium {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-7-medium {
    grid-column-start: 7;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-8-medium {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-8-medium {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-8-medium {
    grid-column-start: 8;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-9-medium {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-9-medium {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-9-medium {
    grid-column-start: 9;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-10-medium {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-10-medium {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-10-medium {
    grid-column-start: 10;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-11-medium {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-11-medium {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-11-medium {
    grid-column-start: 11;
  }
}

@media only screen and (max-width: 870px) {
  .column-start-12-medium {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 600px) {
  .column-start-12-medium {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-12-medium {
    grid-column-start: 12;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-1-small {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-1-small {
    grid-column-start: 1;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-2-small {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-2-small {
    grid-column-start: 2;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-3-small {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-3-small {
    grid-column-start: 3;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-4-small {
    grid-column-start: 4;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-4-small {
    grid-column-start: 4;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-5-small {
    grid-column-start: 5;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-5-small {
    grid-column-start: 5;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-6-small {
    grid-column-start: 6;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-6-small {
    grid-column-start: 6;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-7-small {
    grid-column-start: 7;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-7-small {
    grid-column-start: 7;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-8-small {
    grid-column-start: 8;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-8-small {
    grid-column-start: 8;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-9-small {
    grid-column-start: 9;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-9-small {
    grid-column-start: 9;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-10-small {
    grid-column-start: 10;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-10-small {
    grid-column-start: 10;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-11-small {
    grid-column-start: 11;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-11-small {
    grid-column-start: 11;
  }
}

@media only screen and (max-width: 600px) {
  .column-start-12-small {
    grid-column-start: 12;
  }
}
@media only screen and (max-width: 480px) {
  .column-start-12-small {
    grid-column-start: 12;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-1-xsmall {
    grid-column-start: 1;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-2-xsmall {
    grid-column-start: 2;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-3-xsmall {
    grid-column-start: 3;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-4-xsmall {
    grid-column-start: 4;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-5-xsmall {
    grid-column-start: 5;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-6-xsmall {
    grid-column-start: 6;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-7-xsmall {
    grid-column-start: 7;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-8-xsmall {
    grid-column-start: 8;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-9-xsmall {
    grid-column-start: 9;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-10-xsmall {
    grid-column-start: 10;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-11-xsmall {
    grid-column-start: 11;
  }
}

@media only screen and (max-width: 480px) {
  .column-start-12-xsmall {
    grid-column-start: 12;
  }
}

@media only print {
  .column-start-1-print {
    grid-column-start: 1;
  }
}

@media only print {
  .column-start-2-print {
    grid-column-start: 2;
  }
}

@media only print {
  .column-start-3-print {
    grid-column-start: 3;
  }
}

@media only print {
  .column-start-4-print {
    grid-column-start: 4;
  }
}

@media only print {
  .column-start-5-print {
    grid-column-start: 5;
  }
}

@media only print {
  .column-start-6-print {
    grid-column-start: 6;
  }
}

@media only print {
  .column-start-7-print {
    grid-column-start: 7;
  }
}

@media only print {
  .column-start-8-print {
    grid-column-start: 8;
  }
}

@media only print {
  .column-start-9-print {
    grid-column-start: 9;
  }
}

@media only print {
  .column-start-10-print {
    grid-column-start: 10;
  }
}

@media only print {
  .column-start-11-print {
    grid-column-start: 11;
  }
}

@media only print {
  .column-start-12-print {
    grid-column-start: 12;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1472px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 1050px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only print {
  .container {
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 1472px) {
  .container--bleed-xlarge {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .container--bleed-large {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 870px) {
  .container--bleed-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .container--bleed-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .container--bleed-xsmall {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only print {
  .container--bleed-print {
    padding-left: 0;
    padding-right: 0;
  }
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .hide-xsmall {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .hide-small {
    display: none !important;
  }
}
@media only screen and (max-width: 870px) {
  .hide-medium {
    display: none !important;
  }
}
@media only screen and (max-width: 1050px) {
  .hide-large {
    display: none !important;
  }
}
@media only screen and (max-width: 1472px) {
  .hide-xlarge {
    display: none !important;
  }
}
@media only print {
  .hide-print {
    display: none !important;
  }
}
.inline-xsmall,
.inline-small,
.inline-medium,
.inline-large,
.inline-xlarge {
  display: none !important;
}

.inline {
  display: inline !important;
}

@media only screen and (max-width: 480px) {
  .inline-xsmall {
    display: inline !important;
  }
}
@media only screen and (max-width: 600px) {
  .inline-small {
    display: inline !important;
  }
}
@media only screen and (max-width: 870px) {
  .inline-medium {
    display: inline !important;
  }
}
@media only screen and (max-width: 1050px) {
  .inline-large {
    display: inline !important;
  }
}
@media only screen and (max-width: 1472px) {
  .inline-xlarge {
    display: inline !important;
  }
}
@media only print {
  .inline-print {
    display: inline !important;
  }
}
.inline-block-xsmall,
.inline-block-small,
.inline-block-medium,
.inline-block-large,
.inline-block-xlarge {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

@media only screen and (max-width: 480px) {
  .inline-block-xsmall {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 600px) {
  .inline-block-small {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 870px) {
  .inline-block-medium {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1050px) {
  .inline-block-large {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1472px) {
  .inline-block-xlarge {
    display: inline-block !important;
  }
}
@media only print {
  .inline-block-print {
    display: inline-block !important;
  }
}
.block-xsmall,
.block-small,
.block-medium,
.block-large,
.block-xlarge {
  display: none !important;
}

.block {
  display: block !important;
}

@media only screen and (max-width: 480px) {
  .block-xsmall {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .block-small {
    display: block !important;
  }
}
@media only screen and (max-width: 870px) {
  .block-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 1050px) {
  .block-large {
    display: block !important;
  }
}
@media only screen and (max-width: 1472px) {
  .block-xlarge {
    display: block !important;
  }
}
@media only print {
  .block-print {
    display: block !important;
  }
}
.flex-xsmall,
.flex-small,
.flex-medium,
.flex-large,
.flex-xlarge {
  display: none !important;
}

.flex {
  display: flex !important;
}

@media only screen and (max-width: 480px) {
  .flex-xsmall {
    display: flex !important;
  }
}
@media only screen and (max-width: 600px) {
  .flex-small {
    display: flex !important;
  }
}
@media only screen and (max-width: 870px) {
  .flex-medium {
    display: flex !important;
  }
}
@media only screen and (max-width: 1050px) {
  .flex-large {
    display: flex !important;
  }
}
@media only screen and (max-width: 1472px) {
  .flex-xlarge {
    display: flex !important;
  }
}
@media only print {
  .flex-print {
    display: flex !important;
  }
}
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media only screen and (max-width: 1472px) {
  .align-left-xlarge {
    text-align: left;
  }
}

@media only screen and (max-width: 1472px) {
  .align-center-xlarge {
    text-align: center;
  }
}

@media only screen and (max-width: 1472px) {
  .align-right-xlarge {
    text-align: right;
  }
}

@media only screen and (max-width: 1050px) {
  .align-left-large {
    text-align: left;
  }
}

@media only screen and (max-width: 1050px) {
  .align-center-large {
    text-align: center;
  }
}

@media only screen and (max-width: 1050px) {
  .align-right-large {
    text-align: right;
  }
}

@media only screen and (max-width: 870px) {
  .align-left-medium {
    text-align: left;
  }
}

@media only screen and (max-width: 870px) {
  .align-center-medium {
    text-align: center;
  }
}

@media only screen and (max-width: 870px) {
  .align-right-medium {
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  .align-left-small {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .align-center-small {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .align-right-small {
    text-align: right;
  }
}

@media only screen and (max-width: 480px) {
  .align-left-xsmall {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .align-center-xsmall {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .align-right-xsmall {
    text-align: right;
  }
}

@media only print {
  .align-left-print {
    text-align: left;
  }
}

@media only print {
  .align-center-print {
    text-align: center;
  }
}

@media only print {
  .align-right-print {
    text-align: right;
  }
}

.visually-hidden,
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* dev guides css */
/* screen size */
#screen-size {
  width: 38px;
  height: 38px;
  border: 2px solid black;
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  border-radius: 5rem;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  opacity: 0.5;
}

/* media queries for screen sizes */
@media only screen and (min-width: 0px) {
  #screen-size:after {
    content: "XS";
  }
}
@media only screen and (min-width: 480px) {
  #screen-size:after {
    content: "S";
  }
}
@media only screen and (min-width: 600px) {
  #screen-size:after {
    content: "M";
  }
}
@media only screen and (min-width: 870px) {
  #screen-size:after {
    content: "L";
  }
}
@media only screen and (min-width: 1050px) {
  #screen-size:after {
    content: "XL";
  }
}
@media only screen and (min-width: 1472px) {
  #screen-size:after {
    content: "XXL";
  }
}
.bg-blue {
  background-color: #0b2fac;
}

.bg-dark-blue {
  background-color: #063667;
}

.bg-dark-blue-arrow {
  background: url("../images/blue-arrow.svg") no-repeat;
  background-size: cover;
  background-position: right;
}

.bg-blue,
.bg-dark-blue,
.bg-dark-blue-arrow {
  color: #fff;
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue blockquote,
.bg-dark-blue h1,
.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue h4,
.bg-dark-blue h5,
.bg-dark-blue h6,
.bg-dark-blue blockquote,
.bg-dark-blue-arrow h1,
.bg-dark-blue-arrow h2,
.bg-dark-blue-arrow h3,
.bg-dark-blue-arrow h4,
.bg-dark-blue-arrow h5,
.bg-dark-blue-arrow h6,
.bg-dark-blue-arrow blockquote {
  color: #fff;
}
.bg-blue blockquote::before,
.bg-dark-blue blockquote::before,
.bg-dark-blue-arrow blockquote::before {
  background-image: url(../images/quote-marks-green.svg);
}
.bg-blue a,
.bg-dark-blue a,
.bg-dark-blue-arrow a {
  color: #5dc18b;
}
.bg-blue a:hover,
.bg-dark-blue a:hover,
.bg-dark-blue-arrow a:hover {
  color: #ced5ee;
}
.bg-blue a.arrowlink,
.bg-dark-blue a.arrowlink,
.bg-dark-blue-arrow a.arrowlink {
  color: #5dc18b;
}
.bg-blue a.arrowlink:hover,
.bg-dark-blue a.arrowlink:hover,
.bg-dark-blue-arrow a.arrowlink:hover {
  color: #ced5ee;
}
.bg-blue a.text-card,
.bg-dark-blue a.text-card,
.bg-dark-blue-arrow a.text-card {
  background-color: #fff;
}
.bg-blue a.button,
.bg-dark-blue a.button,
.bg-dark-blue-arrow a.button {
  color: #1e1e1e;
  background-color: #5dc18b;
}
.bg-blue a.button:hover,
.bg-dark-blue a.button:hover,
.bg-dark-blue-arrow a.button:hover {
  color: #1e1e1e;
  background-color: #ced5ee;
}
.bg-blue ol.two-column-list li,
.bg-dark-blue ol.two-column-list li,
.bg-dark-blue-arrow ol.two-column-list li {
  color: #fff;
}
.bg-blue ol.two-column-list li::before,
.bg-dark-blue ol.two-column-list li::before,
.bg-dark-blue-arrow ol.two-column-list li::before {
  color: #fff;
}
.bg-blue span.two-column-list-right,
.bg-dark-blue span.two-column-list-right,
.bg-dark-blue-arrow span.two-column-list-right {
  color: #ece9e9;
}
.bg-blue .small-image-card:hover .small-image-card__content--title,
.bg-dark-blue .small-image-card:hover .small-image-card__content--title,
.bg-dark-blue-arrow .small-image-card:hover .small-image-card__content--title {
  color: #ced5ee;
}
.bg-blue .small-image-card:hover .small-image-card__content--title:after,
.bg-dark-blue .small-image-card:hover .small-image-card__content--title:after,
.bg-dark-blue-arrow .small-image-card:hover .small-image-card__content--title:after {
  color: #ced5ee;
}
.bg-blue .image-card .image-card__content--title,
.bg-dark-blue .image-card .image-card__content--title,
.bg-dark-blue-arrow .image-card .image-card__content--title {
  color: #1e1e1e;
}
.bg-blue .image-card .image-card__content--title:hover,
.bg-dark-blue .image-card .image-card__content--title:hover,
.bg-dark-blue-arrow .image-card .image-card__content--title:hover {
  color: #0b2fac;
}

.bg-light-grey {
  background-color: #ece9e9;
}

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

.bg-light-grey-arrow {
  background: url("../images/grey-arrow.svg") no-repeat;
  background-size: cover;
  background-position: right;
}
.bg-light-grey-arrow a.text-card {
  background-color: #fff;
}
.bg-light-grey-arrow .contact-card,
.bg-light-grey-arrow .image-card,
.bg-light-grey-arrow .bg-light-grey-inner {
  background-color: #fff;
}

.bg-white-inner {
  background-color: #fff;
  color: #1e1e1e;
}

.bg-light-grey-inner {
  background-color: #ece9e9;
  color: #1e1e1e;
}

.bg-white-inner h1,
.bg-white-inner h2,
.bg-white-inner h3,
.bg-white-inner h4,
.bg-white-inner h5,
.bg-white-inner h6,
.bg-white-inner blockquote,
.bg-light-grey-inner h1,
.bg-light-grey-inner h2,
.bg-light-grey-inner h3,
.bg-light-grey-inner h4,
.bg-light-grey-inner h5,
.bg-light-grey-inner h6,
.bg-light-grey-inner blockquote {
  color: #1e1e1e;
}
.bg-white-inner a,
.bg-light-grey-inner a {
  color: #1e1e1e;
}
.bg-white-inner a:hover,
.bg-light-grey-inner a:hover {
  color: #0b2fac;
}
.bg-white-inner a.arrowlink,
.bg-light-grey-inner a.arrowlink {
  color: #1e1e1e;
}
.bg-white-inner a.arrowlink:hover,
.bg-light-grey-inner a.arrowlink:hover {
  color: #0b2fac;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font-size-body-text: 1.125rem;
  --font-size-large-text: 1.25rem;
  --font-size-small-text: 1rem;
  --font-size-xsmall-text: 0.75rem;
  --font-size-h1: 3.75rem;
  --font-size-h2: 3.125rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.75rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-blockquote: 1.5rem;
  --line-height-body-text: 1.75rem;
  --line-height-large-text: 1.75rem;
  --line-height-small-text: 1.5rem;
  --line-height-xsmall-text: 1.5em;
  --line-height-h1: 4.5rem;
  --line-height-h2: 4rem;
  --line-height-h3: 3rem;
  --line-height-h4: 2.375rem;
  --line-height-h5: 2rem;
  --line-height-h6: 2rem;
  --line-height-blockquote: 2rem;
  --margin-bottom-body-text: 1.5em;
  --margin-bottom-h1: 32px;
  --margin-bottom-h2: 34px;
  --margin-bottom-h3: 32px;
  --margin-bottom-h4: 32px;
  --margin-bottom-h5: 12px;
  --margin-bottom-h6: 1em;
  --margin-bottom-li: 0.75em;
  --margin-x-blockquote: 0;
  --margin-y-blockquote: 58px;
  --button-font-size: 1.125rem;
  --button-line-height: 1.75rem;
  --button-font-weight: 700;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #0b2fac;
  --button-bg-colour-hover: #1e1e1e;
  --button-border-width: 0px;
  --button-border-radius: 0px;
  --button-border-colour: #fff;
  --button-border-colour-hover: #1e1e1e;
  --button-border-colour-focus: #1e1e1e;
  --button-padding-x: 1.5rem;
  --button-padding-y: 1rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-body-text);
  line-height: var(--line-height-body-text);
  color: #484848;
}

a {
  text-decoration: underline;
  color: #1e1e1e;
}
a[href^="mailto:"] {
  word-wrap: break-word;
}
a[href^="tel:"] {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
  color: #0b2fac;
}
a.button {
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  box-sizing: border-box;
  border: solid var(--button-border-width) var(--button-border-colour);
  border-radius: var(--button-border-radius);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  background-color: var(--button-bg-colour);
  cursor: pointer;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  position: relative;
  text-align: center;
  color: var(--button-text-colour);
  text-decoration: none;
}
a.button:hover {
  color: var(--button-text-colour-hover);
  background-color: var(--button-bg-colour-hover);
  border-color: var(--button-border-colour-hover);
}
a.button:focus {
  border-color: var(--button-border-colour-focus);
}
.mce-content-body a.button[data-mce-selected] {
  padding: var(--button-padding-y) var(--button-padding-x);
}
a.button {
  margin-bottom: 6px;
  margin-right: 20px;
}
a.button:after {
  content: "\f054";
  font-family: "Font Awesome 7 Sharp";
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 8px;
}
.align-center > a.button, .align-center > p > a.button, p[style*="text-align: center;"] > a.button {
  margin-left: 10px;
  margin-right: 10px;
}
.align-right > a.button, .align-right > p > a.button, p[style*="text-align: right;"] > a.button {
  margin-left: 20px;
  margin-right: 0;
}
a.arrowlink {
  font-size: 1.125rem;
  border: none;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  margin: 8px 0;
  line-height: 1.75rem;
  color: #0b2fac;
}
a.arrowlink:after {
  content: "\f054";
  font-family: "Font Awesome 7 Sharp";
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 6px;
  margin-right: 24px;
}
a.arrowlink:hover {
  color: #1e1e1e;
}

h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  font-weight: 800;
  margin-top: 0;
  margin-bottom: var(--margin-bottom-h1);
}
p + h1, ul + h1, ol + h1 {
  margin-top: 2em;
}

h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  font-weight: 800;
  margin-top: 0;
  margin-bottom: var(--margin-bottom-h2);
  color: #1e1e1e;
}
p + h2, ul + h2, ol + h2 {
  margin-top: 2em;
}

h3 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: var(--margin-bottom-h3);
  color: #1e1e1e;
}
p + h3, ul + h3, ol + h3 {
  margin-top: 2em;
}

h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: var(--margin-bottom-h4);
  color: #1e1e1e;
}
p + h4, ul + h4, ol + h4 {
  margin-top: 2em;
}

h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: var(--margin-bottom-h5);
  color: #1e1e1e;
}
p + h5, ul + h5, ol + h5 {
  margin-top: 2em;
}

h6 {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: var(--margin-bottom-h6);
  color: #1e1e1e;
}
p + h6, ul + h6, ol + h6 {
  margin-top: 2em;
}

p {
  margin-top: 0;
  margin-bottom: var(--margin-bottom-body-text);
}
p.image-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 16px;
}
p.large-text {
  font-size: var(--font-size-large-text);
  line-height: var(--line-height-large-text);
}
p.small-text {
  font-size: var(--font-size-small-text);
  line-height: var(--line-height-small-text);
}

blockquote {
  font-size: var(--font-size-blockquote);
  line-height: var(--line-height-blockquote);
  margin: var(--margin-y-blockquote) var(--margin-x-blockquote);
  font-weight: bold;
  position: relative;
  color: #1e1e1e;
}
blockquote p {
  font-size: inherit;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote::before {
  content: "";
  position: absolute;
  left: -168px;
  top: 6px;
  width: 114px;
  height: 80px;
  background-image: url(../images/quote-marks.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1050px) {
  blockquote::before {
    width: 80px;
    height: 56px;
    left: -134px;
  }
}
@media only screen and (max-width: 870px) {
  blockquote::before {
    width: 60px;
    height: 42px;
    left: 0;
    top: -64px;
  }
}
blockquote p {
  margin-bottom: 10px;
}
blockquote p.quote-citation {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
  padding-top: 0;
  margin-top: 32px;
}
@media only screen and (max-width: 600px) {
  blockquote p.quote-citation {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 870px) {
  blockquote {
    margin-top: 120px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

ul {
  margin-top: 0;
  margin-bottom: var(--margin-bottom-body-text);
  padding-left: 1em;
}
ul.checklist {
  position: relative;
  padding-left: 28px;
  list-style: none;
}
ul.checklist li {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
}
ul.checklist li::before {
  content: "\f058";
  font-family: "Font Awesome 7 Pro";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #5dc18b;
  position: absolute;
  left: -28px;
  top: 0;
}
ul.checklist-large {
  position: relative;
  padding-left: 70px;
  list-style: none;
}
ul.checklist-large li {
  position: relative;
  min-height: 50px;
  margin-bottom: 40px;
  font-weight: bold;
}
ul.checklist-large li::before {
  content: "\f058";
  font-family: "Font Awesome 7 Sharp";
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  color: #5dc18b;
  position: absolute;
  left: -70px;
  top: 4px;
}

ol {
  margin-top: 0;
  margin-bottom: var(--margin-bottom-body-text);
  padding-left: 1em;
}
ol.two-column-list {
  list-style: none;
  counter-reset: item;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  padding-left: 0;
  margin-top: 32px;
}
ol.two-column-list li {
  counter-increment: item;
  display: grid;
  grid-template-columns: calc(38% - 50px) 1fr;
  gap: 34px;
  position: relative;
  margin-bottom: 0;
  padding: 28px 0 28px 28px;
  border-bottom: 1px solid #ced5ee;
  color: #1e1e1e;
}
@media only screen and (max-width: 870px) {
  ol.two-column-list li {
    grid-template-columns: 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 2px;
    padding-left: 28px;
  }
}
ol.two-column-list li:first-child {
  border-top: 1px solid #ced5ee;
}
ol.two-column-list li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 28px;
  font-weight: bold;
  color: #1e1e1e;
}

li {
  margin-bottom: var(--margin-bottom-li);
}
ul.no-margins li, ol.no-margins li {
  margin-bottom: 0;
}

span.two-column-list-right {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.75rem;
  color: #484848;
  min-width: 0;
}
@media only screen and (max-width: 870px) {
  span.two-column-list-right {
    margin-left: 0;
  }
}

:root {
  --inline-image-margin-x: 2rem;
  --inline-image-margin-bottom: 2rem;
}

img.img-left {
  float: left;
  clear: left;
  margin: 0 var(--inline-image-margin-x) var(--inline-image-margin-bottom) 0;
}
img.img-right {
  float: right;
  clear: right;
  margin: 0 0 var(--inline-image-margin-x) var(--inline-image-margin-bottom);
}

:root {
  --hr-margin-top: 1.625rem;
  --hr-margin-bottom: 1.625rem;
  --hr-width: 2px;
  --hr-colour: transparent;
}

hr {
  height: 0;
  clear: both;
  border-top: solid var(--hr-width) var(--hr-colour);
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: var(--hr-margin-top) 0 var(--hr-margin-bottom) 0;
}

a[name]:target {
  scroll-margin-top: 30px;
}

:root {
  --table-margin-bottom: 1.5em;
  --table-border-colour: #ccc;
}

table {
  margin-top: 0;
  margin-bottom: var(--table-margin-bottom);
  border-collapse: collapse;
}
table[border]:not([border="0"]) table {
  border: 1px solid var(--table-border-colour);
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
  padding: 0 2rem 1rem 0;
  font-weight: 600;
}
table[border]:not([border="0"]) th {
  padding: 1rem;
  border: 1px solid var(--table-border-colour);
}
.mce-content-body th {
  font-family: inherit;
  font-size: inherit;
}
th p:last-child {
  margin-bottom: 0;
}

td {
  text-align: left;
  padding: 0 2rem 1rem 0;
}
table[border]:not([border="0"]) td {
  padding: 1rem;
  border: 1px solid var(--table-border-colour);
}
.mce-content-body td {
  font-family: inherit;
  font-size: inherit;
}
td p:last-child {
  margin-bottom: 0;
}

:root {
  --input-padding-x: 8px;
  --input-padding-y: 8px;
  --input-text-colour: inherit;
  --input-bg-colour: #ece9e9;
  --input-border-colour: #ece9e9;
  --input-border-colour-focus: #0b2fac;
  --input-border-width: 1;
  --input-border-radius: 0;
  --input-min-height: 56px;
  --label-padding-y: 10px;
  --label-padding-r: 10px;
  --form-error-colour: #d00;
  --form-error-bg-colour: #fce6e6;
  --form-error-padding-x: 16px;
  --form-error-padding-y: 8px;
}

form {
  font-size: var(--font-size-body-text);
  line-height: var(--line-height-body-text);
}

label {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: var(--label-padding-y) var(--label-padding-r) var(--label-padding-y) 0;
}

input[type=text] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=text]:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

input[type=email] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=email]:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

input[type=password] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=password]:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

input[type=radio] {
  margin-right: var(--label-padding-r);
  transform: scale(1.25);
}

input[type=checkbox] {
  margin-right: var(--label-padding-r);
  transform: scale(1.25);
}

textarea {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
textarea:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

select {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
select:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}
select {
  min-height: var(--input-min-height);
}

button,
input[type=button],
input[type=submit] {
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  box-sizing: border-box;
  border: solid var(--button-border-width) var(--button-border-colour);
  border-radius: var(--button-border-radius);
  background: var(--button-bg-colour);
  cursor: pointer;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-font-size);
  position: relative;
  text-align: left;
  color: var(--button-text-colour);
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: var(--button-text-colour-hover);
  background: var(--button-bg-colour-hover);
  border-color: var(--button-border-colour-hover);
}
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
  border-color: var(--button-border-colour-focus);
}

@media only screen and (max-width: 1050px) {
  :root {
    --font-size-h1: 3rem;
    --line-height-h1: 3.5rem;
    --font-size-h2: 2.625rem;
    --line-height-h2: 3.125rem;
    --font-size-h3: 1.875rem;
    --line-height-h3: 2.375rem;
    --font-size-h4: 1.625rem;
    --line-height-h4: 2.125rem;
    --font-size-h5: 1.375rem;
    --line-height-h5: 1.875rem;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --font-size-h1: 2.5rem;
    --line-height-h1: 3rem;
    --font-size-h2: 2.25rem;
    --line-height-h2: 2.75rem;
    --font-size-h3: 1.625rem;
    --line-height-h3: 2.125rem;
    --font-size-h4: 1.5rem;
    --line-height-h4: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --font-size-h1: 2.25rem;
    --line-height-h1: 2.75rem;
    --font-size-h2: 2rem;
    --line-height-h2: 2.5rem;
    --font-size-h3: 1.5rem;
    --line-height-h3: 2rem;
    --font-size-h4: 1.375rem;
    --line-height-h4: 1.875rem;
    --font-size-h5: 1.25rem;
    --line-height-h5: 1.75rem;
  }
}

@media only screen and (max-width: 600px) {
  :root {
    --inline-image-margin-x: 1rem;
    --inline-image-margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1050px) {
  img.img-left {
    max-width: 40%;
  }
}
@media only screen and (max-width: 1050px) {
  img.img-right {
    max-width: 40%;
  }
}

:root {
  --unicity-form-label-width: 178px;
  --unicity-form-line-height: 1.4em;
  --unicity-form-field-margin-b: 32px;
  --unicity-form-option-group-margin-b: 16px;
}
@media only screen and (max-width: 1472px) {
  :root {
    --unicity-form-label-width: 222.6666666667px;
  }
}
@media only screen and (max-width: 1050px) {
  :root {
    --unicity-form-label-width: 155px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --unicity-form-label-width: 125.6666666667px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --unicity-form-label-width: auto;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --unicity-form-label-width: auto;
  }
}

.form-field-wrapper {
  margin-bottom: var(--unicity-form-field-margin-b);
}
.form-field-wrapper label {
  width: var(--unicity-form-label-width);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper label {
    display: block;
    padding-top: 0;
    padding-bottom: 6px;
  }
}
.form-field-wrapper label.label-wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.form-field-wrapper label.label-wide + label {
  display: none;
}
.form-field-wrapper input[type=text],
.form-field-wrapper input[type=email],
.form-field-wrapper input[type=password],
.form-field-wrapper textarea,
.form-field-wrapper select {
  max-width: calc(100% - var(--unicity-form-label-width) - 24px);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper input[type=text],
  .form-field-wrapper input[type=email],
  .form-field-wrapper input[type=password],
  .form-field-wrapper textarea,
  .form-field-wrapper select {
    max-width: calc(100% - 16px);
  }
}
.form-field-wrapper input[type=text].fieldError,
.form-field-wrapper input[type=email].fieldError,
.form-field-wrapper input[type=password].fieldError,
.form-field-wrapper textarea.fieldError,
.form-field-wrapper select.fieldError {
  border-color: var(--form-error-colour);
}
.form-field-wrapper .input-button {
  margin-left: var(--unicity-form-label-width);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .input-button {
    margin-left: 0;
  }
}

.formErrorMessage {
  color: var(--form-error-colour);
  background-color: var(--form-error-bg-colour);
  padding: var(--form-error-padding-y) var(--form-error-padding-x);
}

.input-tiny {
  width: 178px;
}
textarea.input-tiny {
  height: calc(3 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-small {
  width: 275px;
}
textarea.input-small {
  height: calc(4 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-medium {
  width: 372px;
}
textarea.input-medium {
  height: calc(5 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-large {
  width: 469px;
}
textarea.input-large {
  height: calc(6 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-extralarge {
  width: 566px;
}
textarea.input-extralarge {
  height: calc(7 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.form-text input,
.form-email input,
.form-password input {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-text input,
  .form-email input,
  .form-password input {
    margin-left: 0;
  }
}

.form-select select {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-select select {
    margin-left: 0;
  }
}

.form-textarea textarea {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-textarea textarea {
    margin-left: 0;
  }
}

.form-checkbox label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 46px);
  padding: 0;
  display: inline-block;
}
.form-checkbox label.label-wide {
  display: inline-block !important;
}
.form-checkbox input[type=checkbox] {
  vertical-align: top;
  margin-left: 2px;
  margin-top: 6px;
}
.form-checkbox input[type=checkbox].fieldError {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}

.form-radio p {
  width: var(--unicity-form-label-width);
  padding-right: var(--label-padding-r);
  box-sizing: border-box;
  float: left;
  margin-bottom: var(--label-padding-y);
}
@media only screen and (max-width: 600px) {
  .form-radio p {
    width: auto;
    float: none;
    margin-bottom: var(--unicity-form-option-group-margin-b);
  }
}
.form-radio p.label-wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.form-radio .radio-option-wrapper {
  margin-left: var(--unicity-form-label-width);
  margin-bottom: var(--unicity-form-option-group-margin-b);
}
@media only screen and (max-width: 600px) {
  .form-radio .radio-option-wrapper {
    margin-left: 0;
  }
}
.form-radio .label-wide ~ .radio-option-wrapper,
.form-radio .radio-option-wrapper.radio-option-wrapper--no-margin {
  margin-left: 0;
}
.form-radio label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 46px);
  padding: 0;
  display: inline-block;
}
.form-radio input[type=radio] {
  vertical-align: top;
  margin-left: 2px;
  margin-top: 6px;
}
.form-radio input[type=radio].fieldError {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}
.form-radio.fieldErrorDiv input[type=radio] {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}

.form-date input[type=text] {
  margin-left: 0;
}
.form-date input[type=text].input-tiny {
  width: 114px;
}
@media only screen and (max-width: 480px) {
  .form-date input[type=text].input-tiny {
    width: 80px;
  }
}
.form-date input[type=text][name$=-year] {
  margin-right: 4px;
}
.form-date select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  background-image: none;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .form-date select {
    padding-right: 14px;
  }
}
.form-date select[name$=-day] {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-date select[name$=-day] {
    margin-left: 0;
  }
}
.form-date select[name$=-year] {
  margin-right: 4px;
}

.form-field-required-star {
  display: inline-block;
  vertical-align: top;
}

.donation-form-amount-option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media only screen and (max-width: 1472px) {
  .donation-form-amount-option {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .donation-form-amount-option {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .donation-form-amount-option {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .donation-form-amount-option {
    margin-right: 0;
    display: block;
  }
}
.donation-form-amount-option label {
  padding: 0;
  vertical-align: middle;
}
.donation-form-amount-option:last-child {
  margin-right: 0;
}
.donation-form-amount-option input {
  vertical-align: middle;
}
.donation-form-amount-option small {
  display: inline-block;
  vertical-align: middle;
}
.donation-form-amount-option [type=radio]:checked + label:before,
.donation-form-amount-option [type=radio]:not(:checked) + label:before,
.donation-form-amount-option [type=radio]:checked + span + label:before,
.donation-form-amount-option [type=radio]:not(:checked) + span + label:before {
  top: 50%;
  margin-top: -10px;
}
.donation-form-amount-option [type=radio]:checked + label:after,
.donation-form-amount-option [type=radio]:not(:checked) + label:after,
.donation-form-amount-option [type=radio]:checked + span + label:after,
.donation-form-amount-option [type=radio]:not(:checked) + span + label:after {
  top: 50%;
  margin-top: -4px;
}

.donation-form-amount-option-other label {
  width: auto;
  margin: 0;
}
.donation-form-amount-option-other input[type=text] {
  width: 70px;
  background: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 2px var(--input-border-colour);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .donation-form-amount-option-other input[type=text] {
    margin-top: 0;
  }
}

.donation-form-stage {
  margin-top: 16px;
  margin-bottom: 16px;
}

.donation-form-giftaid-smallprint {
  font-size: 80%;
  line-height: 1.5;
}

.pseudo-input {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
.pseudo-input:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}
.pseudo-input {
  width: calc(100% - var(--unicity-form-label-width) - 5px);
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 600px) {
  .pseudo-input {
    width: 100%;
  }
}
.pseudo-input:focus-within {
  outline: none;
  border-color: var(--input-border-colour-focus);
}
.pseudo-input.fieldError {
  border-color: var(--form-error-colour);
}

/* Payment Summary - for payment forms */
.payment-summary__label {
  width: var(--unicity-form-label-width);
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .payment-summary__label {
    display: block;
    width: auto;
  }
}

.payment-summary__amount {
  display: inline-block;
  font-size: 150%;
}

/* Card Details - for payment forms */
.card-logos {
  margin-left: calc(var(--unicity-form-label-width) + 5px);
}
@media only screen and (max-width: 600px) {
  .card-logos {
    margin-left: 0;
  }
}

.card-logo {
  width: 46px;
  border: solid 1px #CCC;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  color: black;
  display: inline-block;
}

p.card-cvc-explanation {
  float: none;
  width: auto;
  margin-top: 0.2em;
  padding-bottom: 0.75em;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  p.card-cvc-explanation {
    margin-left: 0;
  }
}

.card-cvc-explanation__icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
  margin-right: 0.2em;
}

.card-cvc-explanation__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 80%;
  line-height: 1.4;
  max-width: calc(100% - 70px);
}

.form-field-wrapper .formErrorMessage {
  font-size: var(--font-size-small-text);
  line-height: var(--line-height-small-text);
  margin-top: 4px;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
.form-field-wrapper .formErrorMessage:empty {
  display: none;
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .formErrorMessage {
    margin-left: 0;
  }
}

#card-errors.formErrorMessage {
  font-size: var(--font-size-small-text);
  line-height: var(--line-height-small-text);
  margin-top: 4px;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  margin-bottom: 24px;
  max-width: 100%;
}
#card-errors.formErrorMessage:empty {
  display: none;
}
@media only screen and (max-width: 600px) {
  #card-errors.formErrorMessage {
    margin-left: 0;
  }
}

.unicity-popup-gallery a {
  border: none;
}
.unicity-popup-gallery img {
  display: block;
}

#smartsearch-results ul {
  list-style: none;
  padding: calcRem(28px) 0 0 0;
  margin: 0;
  border-top: solid 3px #ccc;
}
@media only screen and (max-width: 600px) {
  #smartsearch-results ul {
    border-width: 2px;
  }
}
#smartsearch-results li {
  display: block;
  border-bottom: solid 3px #ccc;
  margin-bottom: calcRem(28px);
}
@media only screen and (max-width: 600px) {
  #smartsearch-results li {
    border-width: 2px;
  }
}
#smartsearch-results .pagination {
  margin-top: 40px;
  display: flex;
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .pagination {
    flex-direction: column;
  }
}
#smartsearch-results .prevlink {
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  box-sizing: border-box;
  border: solid var(--button-border-width) var(--button-border-colour);
  border-radius: var(--button-border-radius);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  background-color: var(--button-bg-colour);
  cursor: pointer;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  position: relative;
  text-align: center;
  color: var(--button-text-colour);
  text-decoration: none;
}
#smartsearch-results .prevlink:hover {
  color: var(--button-text-colour-hover);
  background-color: var(--button-bg-colour-hover);
  border-color: var(--button-border-colour-hover);
}
#smartsearch-results .prevlink:focus {
  border-color: var(--button-border-colour-focus);
}
.mce-content-body #smartsearch-results .prevlink[data-mce-selected] {
  padding: var(--button-padding-y) var(--button-padding-x);
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .prevlink {
    margin: 0 auto 20px auto;
  }
}
#smartsearch-results .nextlink {
  margin-left: auto;
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  box-sizing: border-box;
  border: solid var(--button-border-width) var(--button-border-colour);
  border-radius: var(--button-border-radius);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  background-color: var(--button-bg-colour);
  cursor: pointer;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  position: relative;
  text-align: center;
  color: var(--button-text-colour);
  text-decoration: none;
}
#smartsearch-results .nextlink:hover {
  color: var(--button-text-colour-hover);
  background-color: var(--button-bg-colour-hover);
  border-color: var(--button-border-colour-hover);
}
#smartsearch-results .nextlink:focus {
  border-color: var(--button-border-colour-focus);
}
.mce-content-body #smartsearch-results .nextlink[data-mce-selected] {
  padding: var(--button-padding-y) var(--button-padding-x);
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .nextlink {
    margin: 0 auto;
  }
}

#cookie-message {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 10;
  max-width: calc(100% - 32px);
}
@media only screen and (max-width: 870px) {
  #cookie-message {
    left: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
  }
}
@media only screen and (max-width: 600px) {
  #cookie-message {
    text-align: center;
    left: 0;
    bottom: 0;
    max-width: none;
    width: 100%;
  }
}

#cookie-message-inner {
  background: #ccc;
  padding: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 870px) {
  #cookie-message-inner {
    padding: 20px;
  }
}
#cookie-message-inner p {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
#cookie-message-inner p.cookie-heading {
  font-weight: 600;
  font-size: 1.125rem;
}
#cookie-message-inner a {
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
}
#cookie-message-inner a:hover {
  color: #fff;
}
#cookie-message-inner > :last-child {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}

.youtube-player {
  margin: 60px 0;
}
.youtube-player:first-child {
  margin-top: 0;
}
.youtube-player:last-child {
  margin-bottom: 0;
}

.responsive-video-container {
  margin: 60px 0;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
@media only screen and (max-width: 600px) {
  .responsive-video-container {
    margin: 40px 0;
  }
}
.responsive-video-container:first-child {
  margin-top: 0;
}
.responsive-video-container:last-child {
  margin-bottom: 0;
}
.responsive-video-container iframe {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.faq-set {
  margin-bottom: 58px;
}
.faq-set .faq-wrapper:first-child {
  padding-top: 24px;
}

.faq-heading {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.faq-heading a {
  text-decoration: none;
  display: block;
  color: #0b2fac;
}

.faq-question.closed .faq-heading a {
  color: #0b2fac;
  font-weight: 700;
}
.faq-question.closed .faq-heading a:hover {
  color: #1e1e1e;
}
.faq-question.closed .faq-heading span::before {
  font-family: "Font Awesome 7 Sharp";
  font-weight: 400;
  font-size: 2rem;
  content: "\f067";
  float: right;
  margin-left: 12px;
}
.faq-question.open .faq-heading a {
  color: #0b2fac;
  font-weight: 700;
}
.faq-question.open .faq-heading a:hover {
  color: #1e1e1e;
}
.faq-question.open .faq-heading span::before {
  font-family: "Font Awesome 7 Sharp";
  font-size: 2rem;
  font-weight: 400;
  content: "\f068";
  float: right;
}

.faq-answer {
  margin-top: 20px;
  width: 90%;
}
@media only screen and (max-width: 480px) {
  .faq-answer {
    width: 100%;
  }
}
.faq-answer > *:last-child {
  margin-bottom: 0;
}
.faq-answer > *:last-child a {
  margin-bottom: 0;
}

.faq-wrapper {
  border: none;
  text-align: left;
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #bcc7f7;
}
.faq-wrapper:first-child {
  border-top: 1px solid #bcc7f7;
}
.faq-wrapper:last-child {
  margin-bottom: 0;
}

.gmap-canvas {
  margin: 40px 0;
}
.gmap-canvas:first-child {
  margin-top: 0;
}
.gmap-canvas:last-child {
  margin-bottom: 0;
}
.gmap-canvas button {
  border-radius: 0;
}

.responsive-gmap-canvas-container {
  margin: 40px 0;
}
@media only screen and (max-width: 1050px) {
  .responsive-gmap-canvas-container {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 600px) {
  .responsive-gmap-canvas-container {
    padding-top: 75%;
  }
}
.responsive-gmap-canvas-container:first-child {
  margin-top: 0;
}
.responsive-gmap-canvas-container:last-child {
  margin-bottom: 0;
}
.responsive-gmap-canvas-container .gmap-canvas {
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .responsive-gmap-canvas-container .gmap-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.cookieControlOption label {
  padding: 0;
  margin: 0;
}

:root {
  --body-wrapper-offset-top: 0;
}

body.admin-bar {
  --body-wrapper-offset-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --body-wrapper-offset-top: 46px;
  }
}
.body-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 870px) {
  .mobile-nav-opening .body-wrapper, .mobile-nav-open .body-wrapper, .mobile-nav-closing .body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--body-wrapper-offset-top);
    bottom: 0;
    overflow: hidden;
  }
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.site-search-opening .main-nav__links, .site-search-open .main-nav__links, .site-search-closing .main-nav__links {
  opacity: 0;
  display: none;
  pointer-events: none;
}
.main-nav__links {
  display: flex;
}
.main-nav__links ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: center;
  display: flex;
}
.main-nav__links li {
  display: inline-block;
  font-size: calcRem(18px);
  font-weight: bold;
  line-height: calcRem(21px);
  padding: 0 28px 0 28px;
  margin-bottom: 0;
}
.main-nav__links li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1050px) {
  .main-nav__links li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-nav__links li a {
  color: #ced5ee;
  display: inline-block;
  border: none;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 4px solid transparent;
}
.main-nav__links li a:hover {
  color: #fff;
  background: none;
  border-bottom: 4px solid #5dc18b;
}
@media only screen and (max-width: 870px) {
  .main-nav__links {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .main-nav {
    width: auto;
  }
}

.main-nav .selected a {
  color: #fff;
  background: none;
  border-bottom: 4px solid #5dc18b;
}

.main-nav #activeSection a {
  color: #fff;
  background: none;
  border-bottom: 4px solid #5dc18b;
}

.mobile-menu {
  display: none;
  font-size: 1.5rem;
}

:root {
  --mobile-nav-bg-colour: #fff;
  --mobile-nav-text-colour: #333;
  --mobile-nav-current-page-colour: #d00;
  --mobile-nav-padding: 32px;
  --mobile-nav-item-margin-bottom: 16px;
  --mobile-nav-z-index: 100;
  --mobile-nav-transition-duration: 0.3s;
  --mobile-nav-offset-top: 96px;
}

body.admin-bar {
  --mobile-nav-offset-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --mobile-nav-offset-top: 46px;
  }
}
.mobile-nav {
  display: none;
}
@media only screen and (max-width: 870px) {
  .mobile-nav {
    background-color: var(--mobile-nav-bg-colour);
    color: var(--mobile-nav-text-colour);
    z-index: calc(var(--mobile-nav-z-index) + 1);
    transform: translateX(100%);
    transition: transform var(--mobile-nav-transition-duration);
  }
  .mobile-nav-opening .mobile-nav, .mobile-nav-open .mobile-nav, .mobile-nav-closing .mobile-nav {
    display: block;
    position: fixed;
    left: 50%;
    right: 0;
    top: var(--mobile-nav-offset-top);
    bottom: 0;
  }
  .mobile-nav-open .mobile-nav {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 600px) {
  .mobile-nav-opening .mobile-nav, .mobile-nav-open .mobile-nav, .mobile-nav-closing .mobile-nav {
    left: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav-opening .mobile-nav, .mobile-nav-open .mobile-nav, .mobile-nav-closing .mobile-nav {
    left: 40px;
  }
}
.mobile-nav a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.mobile-nav ul {
  margin: 0;
  padding: var(--mobile-nav-padding);
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  overflow-y: auto;
  opacity: 0;
  z-index: 0;
  transform: translateX(50px);
  transition: opacity 0.2s, transform 0.2s;
}
.mobile-nav ul.mobile-nav__active-list {
  opacity: 1;
  z-index: 1;
  transform: translateX(0);
}
.mobile-nav ul.mobile-nav__higher-level {
  transform: translateX(50px);
}
.mobile-nav li {
  margin: 0 0 var(--mobile-nav-item-margin-bottom) 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  display: block;
}
.mobile-nav li.mobile-nav__has-child > a {
  position: relative;
  padding-right: 20px;
}
.mobile-nav li.mobile-nav__has-child > a::after {
  content: "\f054";
  font-family: "Font Awesome 7 Sharp";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav li.mobile-nav__back-link {
  margin-top: 20px;
}
.mobile-nav li.mobile-nav__back-link > a {
  position: relative;
  padding-left: 20px;
}
.mobile-nav li.mobile-nav__back-link > a::before {
  content: "\f053";
  font-family: "Font Awesome 7 Sharp";
  font-weight: 400;
  position: absolute;
  left: 0;
}
.mobile-nav li.selected a, .mobile-nav li.expanded a, .mobile-nav li#activeSection a {
  color: #0b2fac;
}
.mobile-nav .current-menu-item > a {
  font-weight: 700;
  color: var(--mobile-nav-current-page-colour);
}
.mobile-nav .current-menu-ancestor > a {
  font-weight: 700;
}
.mobile-nav__close {
  z-index: 100;
  position: absolute;
  right: var(--mobile-nav-padding);
  top: var(--mobile-nav-padding);
}
.mobile-nav__site-overlay {
  display: none;
}
@media only screen and (max-width: 870px) {
  .mobile-nav-opening .mobile-nav__site-overlay, .mobile-nav-open .mobile-nav__site-overlay, .mobile-nav-closing .mobile-nav__site-overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--mobile-nav-offset-top);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: var(--mobile-nav-z-index);
    opacity: 0;
    transition: opacity 0.5s;
  }
  .mobile-nav-open .mobile-nav__site-overlay {
    opacity: 1;
  }
}
.mobile-nav__secondary-item {
  margin-bottom: 0;
}
.mobile-nav__secondary-item a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: bold;
  margin-bottom: 0;
}
.mobile-nav__secondary-item--first a {
  margin-top: 56px;
}

.mobile-nav-toggle {
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  display: none;
  color: #ced5ee;
}
.mobile-nav-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 870px) {
  .mobile-nav-toggle {
    display: block;
  }
}
.mobile-nav-toggle__icon::before {
  content: "\f0c9";
  font-family: "Font Awesome 7 Pro";
  font-weight: 600;
  font-size: 2rem;
}
.mobile-nav-open .mobile-nav-toggle__icon::before, .mobile-nav-opening .mobile-nav-toggle__icon::before, .mobile-nav-closing .mobile-nav-toggle__icon::before {
  content: "\f00d";
}

:root {
  --section-padding-y: 104px;
  --card-padding-x: 27px;
  --card-padding-y: 24px;
}
@media only screen and (max-width: 1472px) {
  :root {
    --section-padding-y: 104px;
  }
}
@media only screen and (max-width: 1050px) {
  :root {
    --section-padding-y: 86px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --section-padding-y: 48px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --section-padding-y: 40px;
    --card-padding-x: 18px;
    --card-padding-y: 24px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --section-padding-y: 32px;
  }
}

.main-section.bg-dark-blue-arrow {
  padding-top: var(--section-padding-y);
  margin-bottom: var(--section-padding-y);
  overflow: hidden;
}

.main-section.bg-light-grey-arrow {
  padding-top: var(--section-padding-y);
  margin-bottom: var(--section-padding-y);
  overflow: hidden;
}

.full-width-section {
  padding: var(--section-padding-y) 0;
  position: relative;
}

.full-width-margin-bottom {
  margin-bottom: var(--section-padding-y);
  position: relative;
}

.last-child-no-margin > :last-child {
  margin-bottom: 0;
}

.masthead {
  background-color: #0b2fac;
  padding-top: 24px;
}
.masthead .masthead-inner {
  display: flex;
  justify-content: space-between;
}
.masthead .masthead-inner__left--logo {
  display: block;
  margin-bottom: 12px;
}
.masthead .masthead-inner__left--logo a {
  display: block;
}
@media only screen and (max-width: 870px) {
  .masthead .masthead-inner__left--logo a img {
    height: 60px;
  }
}
@media only screen and (max-width: 870px) {
  .masthead .masthead-inner__left--logo {
    margin-bottom: 18px;
  }
}
.masthead .masthead-inner__right--top {
  display: block;
}
@media only screen and (max-width: 870px) {
  .masthead .masthead-inner__right {
    margin-bottom: 18px;
    align-content: center;
  }
}
@media only screen and (max-width: 870px) {
  .masthead {
    padding-top: 18px;
  }
}

.super-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.super-nav ul {
  margin: 0;
  padding: 0;
}
.super-nav ul li {
  display: inline-block;
  margin-right: 20px;
}
.super-nav ul li a {
  color: #ced5ee;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  display: inline-block;
  background: none;
  border-bottom: solid 3px transparent;
  padding-bottom: 0;
  text-decoration: none;
}
.super-nav ul li a:hover {
  color: #fff;
  border-color: #5dc18b;
  background: none;
}
.super-nav ul li:first-child {
  margin-left: auto;
}
.super-nav ul li:last-child {
  margin-right: 0;
}
.super-nav ul li.selected a {
  border-color: #5dc18b;
  color: #fff;
}
.super-nav ul li.selected a:hover {
  background-color: transparent;
}
@media only screen and (max-width: 870px) {
  .super-nav ul {
    display: none;
  }
}
.super-nav .menu_page2 a:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f095";
  padding-right: 5px;
}
.super-nav .menu_page3 a:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f15b";
  padding-right: 5px;
}

.footer__top {
  background-color: #ece9e9;
  padding-top: 76px;
  padding-bottom: 44px;
}
@media only screen and (max-width: 600px) {
  .footer__top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__top {
    padding-top: 48px;
  }
}
.footer__top-inner--col1 .logo {
  margin-bottom: 44px;
}
.footer__top-inner--col1 .address {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 38px;
}
.footer__top-inner--col1 .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__top-inner--col1 .social-icons li {
  margin-right: 24px;
}
.footer__top-inner--col1 .social-icons li:last-child {
  margin-right: 0;
}
.footer__top-inner--col1 .social-icons li a {
  color: #1e1e1e;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
}
.footer__top-inner--col1 .social-icons li a:hover {
  color: #0b2fac;
}
.footer__top-inner--col1 .social-icons li a i {
  width: auto;
}
@media only screen and (max-width: 870px) {
  .footer__top-inner--col1 .social-icons {
    justify-content: center;
  }
}
.footer__top-inner--col2 .quick-links {
  display: flex;
  flex-direction: column;
}
.footer__top-inner--col2 .quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__top-inner--col2 .quick-links ul li a {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 16px;
}
.footer__top-inner--col2 .quick-links ul li a:hover {
  color: #0b2fac;
  text-decoration: underline;
}
@media only screen and (max-width: 870px) {
  .footer__top-inner--col2 .quick-links ul li {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.footer__top-inner--col3 .phone,
.footer__top-inner--col3 .general-enquiries-email,
.footer__top-inner--col3 .registration-enquiries-email {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 24px;
}
.footer__top-inner--col3 .phone a,
.footer__top-inner--col3 .general-enquiries-email a,
.footer__top-inner--col3 .registration-enquiries-email a {
  color: #1e1e1e;
  font-weight: bold;
  text-decoration: underline;
}
.footer__top-inner--col3 .phone a:hover,
.footer__top-inner--col3 .general-enquiries-email a:hover,
.footer__top-inner--col3 .registration-enquiries-email a:hover {
  color: #0b2fac;
  text-decoration: underline;
}
.footer__bottom {
  padding: 10px 0 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
}
.footer__bottom-inner {
  row-gap: 4px;
}
.footer__bottom-inner p {
  margin-bottom: 0;
}
.footer__bottom-inner--left .footer-copyright {
  margin-right: 16px;
}
@media only screen and (max-width: 870px) {
  .footer__bottom-inner--left .footer-copyright {
    margin-right: 0;
  }
}
.footer__bottom-inner--left .footer-legal .footer-privacy-link,
.footer__bottom-inner--left .footer-legal .footer-cookie-link {
  margin-right: 16px;
}
.footer__bottom-inner--left .footer-legal .footer-privacy-link a,
.footer__bottom-inner--left .footer-legal .footer-cookie-link a {
  color: #1e1e1e;
  text-decoration: underline;
}
.footer__bottom-inner--left .footer-legal .footer-privacy-link a:hover,
.footer__bottom-inner--left .footer-legal .footer-cookie-link a:hover {
  color: #0b2fac;
  text-decoration: underline;
}
.footer__bottom-inner--left .footer-legal .footer-cookie-link {
  margin-right: 0;
}
@media only screen and (max-width: 870px) {
  .footer__bottom-inner--left .footer-legal {
    display: block;
  }
}
.footer__bottom-inner--right .site-credit a {
  color: #1e1e1e;
  text-decoration: underline;
}
.footer__bottom-inner--right .site-credit a:hover {
  color: #0b2fac;
  text-decoration: underline;
}
@media only screen and (max-width: 870px) {
  .footer__bottom-inner--right .site-credit {
    display: block;
  }
}

.footer-cta__inner {
  margin-left: -320px;
  padding-left: 320px;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  position: relative;
}
.footer-cta__inner::after {
  content: "";
  position: absolute;
  right: -176px;
  top: 16px;
  width: 120px;
  height: 127px;
  background: url("../images/arrows-orange.svg") no-repeat;
}
@media only screen and (max-width: 870px) {
  .footer-cta__inner {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .footer-cta__inner::after {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .footer-cta {
    background-color: #fbb51f;
  }
}

.hero-homepage {
  padding: var(--section-padding-y) 0 0;
  margin-bottom: var(--section-padding-y);
}
.hero-homepage__text {
  margin-bottom: 58px;
}
.hero-homepage__cards {
  margin-bottom: var(--section-padding-y);
}
.hero-homepage__cards::before {
  content: "";
  position: absolute;
  left: -178px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 127px;
  background: url("../images/arrows-green.svg") no-repeat center;
}
.hero-homepage__cards::after {
  content: "";
  position: absolute;
  right: -178px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 127px;
  background: url("../images/arrows-green.svg") no-repeat center;
}
.hero-homepage__card {
  text-decoration: none;
}
.hero-homepage__card--image {
  overflow: hidden;
}
.hero-homepage__card--image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.hero-homepage__card--title {
  color: #1e1e1e;
  padding: 24px 32px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.hero-homepage__card--title:after {
  content: "\f0a9";
  font-family: "Font Awesome 7 Sharp";
  font-weight: 300;
  font-size: 2rem;
  float: right;
  margin-left: 12px;
}
@media only screen and (max-width: 870px) {
  .hero-homepage__card--title {
    padding: var(--card-padding-y) var(--card-padding-x);
  }
}
.hero-homepage__card:hover .hero-homepage__card--image img {
  transform: scale(1.05);
}
.hero-homepage__card:hover .hero-homepage__card--title {
  color: #0b2fac;
}
.hero-homepage__card:hover .hero-homepage__card--title:after {
  color: #0b2fac;
}

.hero-homepage-cta {
  padding: 42px 0;
}
.hero-homepage-cta__icon {
  font-size: 5rem;
  color: #5dc18b;
  margin-top: 10px;
}
@media only screen and (max-width: 870px) {
  .hero-homepage-cta__icon {
    font-size: 3.125rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.hero-homepage-cta__text p {
  margin-bottom: 12px;
}

.hero-homepage:has(+ .main-section > .group:first-child > .full-width-section:first-child) {
  margin-bottom: 0;
}

.hero-content {
  margin-bottom: var(--section-padding-y);
}
.hero-content__inner {
  padding: var(--section-padding-y) 0;
}
.hero-content__inner .grid-12 {
  row-gap: 0;
}
.hero-content__inner--text {
  margin-bottom: 58px;
  padding-right: 40px;
}
@media only screen and (max-width: 870px) {
  .hero-content__inner--text {
    order: 2;
    padding-right: 0;
  }
}
.hero-content__inner--image {
  position: relative;
  margin-bottom: -104px;
  width: calc(100% + 192px);
}
.hero-content__inner--image img {
  max-width: 130.38%;
  height: auto;
}
@media only screen and (max-width: 1472px) {
  .hero-content__inner--image img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 870px) {
  .hero-content__inner--image img {
    max-width: none;
    width: calc(100% + 36px);
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1472px) {
  .hero-content__inner--image {
    width: 100%;
  }
}
@media only screen and (max-width: 870px) {
  .hero-content__inner--image {
    order: 1;
    margin-bottom: 0;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.hero-content.with-image {
  min-height: 688px;
}
.hero-content.with-image .hero-content__inner {
  padding: var(--section-padding-y) 0 0;
}
@media only screen and (max-width: 870px) {
  .hero-content.with-image .hero-content__inner {
    padding-top: 0;
  }
  .hero-content.with-image .hero-content__inner .hero-content__inner--text {
    padding-top: var(--section-padding-y);
  }
}
@media only screen and (max-width: 1472px) {
  .hero-content.with-image {
    min-height: 0;
  }
}

.hero-content:has(+ .main-section > .group:first-child > .full-width-section:first-child) {
  margin-bottom: 0;
}

.text__content > blockquote:first-child {
  margin-top: 64px;
}

.text-wide__content > blockquote:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .text-wide__content > blockquote:first-child {
    margin-top: 64px;
  }
}

.text-and-image__inner--text {
  margin-right: 38px;
}
@media only screen and (max-width: 870px) {
  .text-and-image__inner--text {
    order: 2;
    margin-top: 24px;
    margin-right: 0;
  }
}
.text-and-image__inner--image {
  box-sizing: border-box;
}
.text-and-image__inner--image img {
  width: 100%;
}
@media only screen and (max-width: 870px) {
  .text-and-image__inner--image img {
    width: calc(100% + 36px);
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 600px) {
  .text-and-image__inner--image img {
    max-height: 400px;
  }
}
@media only screen and (max-width: 870px) {
  .text-and-image__inner--image {
    order: 1;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.text-and-image.reversed .text-and-image__inner--text {
  order: 2;
  margin-left: 38px;
}
@media only screen and (max-width: 870px) {
  .text-and-image.reversed .text-and-image__inner--text {
    margin-left: 0;
  }
}
.text-and-image.reversed .text-and-image__inner--image {
  order: 1;
}
@media only screen and (max-width: 870px) {
  .text-and-image.reversed .text-and-image__inner--image {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media only screen and (max-width: 870px) {
  .text-and-image.full-width-section {
    padding-top: 0;
  }
}

.text-card {
  text-decoration: none;
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
.text-card__content {
  color: #1e1e1e;
}
.text-card__content--title {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.text-card__content--text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 26px;
}
.text-card:hover .text-card__content--title {
  color: #0b2fac;
}
.text-card:hover .text-card__icon {
  color: #0b2fac;
}
.text-card__icon {
  font-size: 2.5rem;
  color: #1e1e1e;
}
.text-card__icon i {
  width: auto;
}
@media only screen and (max-width: 870px) {
  .text-card {
    padding: var(--card-padding-y) var(--card-padding-x);
  }
}

.image-card {
  text-decoration: none;
  color: #1e1e1e;
}
.image-card__image {
  overflow: hidden;
}
.image-card__image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.image-card__content {
  display: flex;
  justify-content: space-between;
}
.image-card__content--title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 28px 32px;
}
.image-card__content--title:after {
  font-family: "Font Awesome 7 Sharp";
  font-size: 2rem;
  font-weight: 300;
  content: "\f0a9";
  margin-left: 12px;
}
@media only screen and (max-width: 870px) {
  .image-card__content--title {
    padding: var(--card-padding-y) var(--card-padding-x);
  }
}
.image-card:hover .image-card__content--title {
  color: #0b2fac;
}
.image-card:hover .image-card__content--title:after {
  color: #0b2fac;
}
.image-card:hover .image-card__image img {
  transform: scale(1.05);
}

.small-image-card {
  text-decoration: none;
}
.small-image-card__image {
  overflow: hidden;
}
.small-image-card__image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.small-image-card__content--title {
  padding: 12px 0 0 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  display: block;
  justify-content: normal;
}
.small-image-card__content--title:after {
  content: "\f054";
  font-family: "Font Awesome 7 Sharp";
  font-weight: 900;
  font-size: 1.25rem;
  margin-left: 8px;
}
.small-image-card:hover .small-image-card__content--title {
  color: #0b2fac;
}
.small-image-card:hover .small-image-card__content--title:after {
  color: #0b2fac;
}
.small-image-card:hover .small-image-card__image img {
  transform: scale(1.05);
}

.text-and-image-block {
  row-gap: 0;
}
.text-and-image-block__content {
  padding: 45px 40px 45px 60px;
}
@media only screen and (max-width: 870px) {
  .text-and-image-block__content {
    order: 2;
  }
}
@media only screen and (max-width: 870px) {
  .text-and-image-block__content {
    padding: var(--card-padding-y) var(--card-padding-x);
  }
}
.text-and-image-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 870px) {
  .text-and-image-block__image {
    order: 1;
  }
}
.text-and-image-block.reversed .text-and-image-block__content {
  padding: 45px 60px 45px 40px;
  order: 2;
}
@media only screen and (max-width: 870px) {
  .text-and-image-block.reversed .text-and-image-block__content {
    padding: 18px;
  }
}
.text-and-image-block.reversed .text-and-image-block__image {
  order: 1;
}

.contact-block .contact-card {
  padding: 24px 32px;
}
.contact-block .contact-card__content--icon {
  color: #0b2fac;
  font-size: 4rem;
  margin-bottom: 24px;
}
.contact-block .contact-card__content--icon i {
  width: auto;
}
@media only screen and (max-width: 600px) {
  .contact-block .contact-card__content--icon {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 870px) {
  .contact-block .contact-card {
    padding: var(--card-padding-y) var(--card-padding-x);
  }
}

#form1 .form-group {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 0;
}
#form1 .form-group .form-field-wrapper {
  grid-column: span 6;
}
#form1 .form-group .form-field-wrapper label {
  display: block;
  width: 100%;
}
#form1 .form-group .form-field-wrapper input[type=text] {
  width: calc(100% - 16px);
}
#form1 .form-group .form-field-wrapper input,
#form1 .form-group .form-field-wrapper textarea {
  max-width: none;
  margin-left: 0;
}
#form1 .form-group .form-field-wrapper textarea {
  height: 154px;
  width: 100%;
}
#form1 .form-group .form-text,
#form1 .form-group .form-email {
  grid-column: span 3;
}
@media only screen and (max-width: 600px) {
  #form1 .form-group .form-text,
  #form1 .form-group .form-email {
    grid-column: span 6;
  }
}
#form1 .form-group .form-text input,
#form1 .form-group .form-text textarea,
#form1 .form-group .form-email input,
#form1 .form-group .form-email textarea,
#form1 .form-group .form-textarea input,
#form1 .form-group .form-textarea textarea {
  margin-left: 0;
}

.form-field-wrapper:has(input[type=submit]) {
  position: relative;
  display: inline-flex;
  justify-self: start;
}
.form-field-wrapper:has(input[type=submit])::after {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 7 Sharp";
  font-size: 1.125rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-field-wrapper:has(input[type=submit]) input[type=submit] {
  padding-right: 48px;
}

.title {
  grid-column: 1/13;
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 870px) {
  .title {
    width: 100%;
    margin-bottom: 0;
  }
}

.button {
  justify-self: center;
  margin-top: 30px;
}
.button .button {
  margin: 0;
}
