* {
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none; }

html, body {
  height: 100%; }

body {
  font-size: 1.1rem;
  display: flex;
  flex-flow: column; }

.main {
  width: 100%; }

.contentWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.contentWrapper .row {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.contentWrapper .row:first-child {
  margin-top: 0; }

.contentWrapper .row:last-child {
  margin-bottom: 0; }

.contentWrapper .row div[class*="col"] div *:last-child {
  margin-bottom: 0px !important; }

strong {
  font-weight: 700; }

.nav-item .nav-link.active {
  font-weight: 700; }

.navbar-brand .logo {
  height: 50px; }

.columns-block h1 {
  font-size: 3rem; }

header {
  background-color: transparent; }

header.pre-slide.overlap {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0; }

.navbar {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.navbar-brand {
  padding-right: 40px; }

.jumbotron {
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  background-color: pink;
  color: white;
  padding-top: calc(4rem + 1rem + 60px);
  padding-bottom: 3rem;
  margin-top: calc(-4rem + -60px);
  margin-bottom: 0px;
  border-radius: 0; }

.hero div[class*="col-"] *:last-child {
  margin-bottom: 0px; }

.contWrapper, .row {
  height: 100%; }

.textblock figure {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.textblock img {
  width: 100%; }

.textblock-1.text-small {
  font-size: 1rem;
  font-weight: 300; }

.textblock-1.text-medium {
  font-size: 1.5rem;
  font-weight: 300; }

.textblock-1.text-large {
  font-size: 3rem; }

.titling div[class*="col-"] *:last-child {
  margin-bottom: 0px; }

.titling .display-1,
.titling .display-2,
.titling .display-3,
.titling .display-4 {
  font-weight: 800; }

.titling-1 p {
  font-size: 1.2rem;
  line-height: 1.4; }

.titling-1 figure img {
  max-width: 100%; }

@media (max-width: 576px) {
  .titling .display-1 {
    font-size: 4rem; }
  .titling .display-2 {
    font-size: 3rem; }
  .titling .display-3 {
    font-size: 2.5rem; }
  .titling h4 {
    font-size: 1rem; } }

.icon-block {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.icon {
  font-size: 6rem;
  display: inline-block; }

figure {
  margin-bottom: 0px; }

.image img {
  width: 100%;
  display: inline-block; }

@media (max-width: 768px) {
  .image img[class^="w-"] {
    width: 100% !important; } }

.divider-1 hr {
  border-top-color: #d0d0d0;
  border-top-width: 2px;
  margin-top: 0px; }

#footer {
  margin-top: auto;
  background-color: #222;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: gray; }

#footer .column {
  margin-bottom: 1rem; }

#footer a {
  color: inherit; }

#footer a:hover {
  text-decoration: none;
  opacity: .7; }

.footer-menu li {
  list-style: none;
  padding-left: 0px; }

.subfooter {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: black; }

.subfooter a {
  color: inherit; }

.subfooter a:hover {
  text-decoration: none;
  color: white; }

.subfooter .row div[class*="col"] *:last-child {
  margin-bottom: 0px !important; }

.slider-1 {
  z-index: 0;
  background-color: black; }

.slider-1 h4 {
  font-size: 2rem; }

.carousel-cell {
  width: 100%;
  background-size: cover;
  min-height: 85vh;
  background-size: cover;
  background-position: center center;
  color: white;
  padding-top: calc(4rem + 1rem + 60px);
  padding-bottom: 3rem;
  margin-bottom: 0px;
  border-radius: 0; }

.sliderOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.flickity-page-dots {
  bottom: 8px; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 0 10px;
  background: transparent;
  border-bottom: 5px solid white;
  border-radius: 0%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-button {
  background-color: transparent;
  color: white; }

.flickity-button:hover {
  background-color: transparent;
  opacity: .6; }

.carousel-cell {
  transition: opacity 0.4s;
  opacity: 0; }

.carousel-cell.flickity-bg-lazyloaded,
.carousel-cell.flickity-lazyerror {
  opacity: 1; }

.is-hiding-nav-ui .flickity-button, .is-hiding-nav-ui .flickity-page-dots {
  display: none; }

.form-1 input[type="number"] {
  -moz-appearance: textfield; }

.grid {
  display: grid;
  list-style: none;
  grid-gap: 1rem;
  line-height: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: dense;
  padding: 0; }

.grid li {
  position: relative;
  --cols: 1;
  --rows: 1;
  overflow: hidden;
  background: #000;
  line-height: 0; }

.grid li:first-child {
  --cols: 2;
  --rows: 2; }

.grid li:nth-child(5) {
  --cols: 2; }

.grid li:nth-child(6) {
  --rows: 2; }

.grid li:nth-child(7) {
  --cols: 2; }

.grid a {
  display: block;
  height: 10rem; }

.grid img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s; }

.grid figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .125em;
  font-weight: 600; }

@media screen and (min-width: 45em) {
  .grid {
    grid-template-columns: repeat(3, 1fr); }
  .grid li {
    grid-column-start: span var(--cols);
    grid-row-start: span var(--rows); }
  .grid a {
    padding-bottom: 52.65%; } }
