.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  *font: 0/0 a !important;
  background: 0 0 !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}
.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1242px;
  }
}
@media (min-width: 1666px) {
  .container {
    max-width: 1542px;
  }
}
@media (min-width: 1966px) {
  .container {
    max-width: 1862px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto,
.col-xxxl,
.col-xxxl-1,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-auto,
.col-xxxxl,
.col-xxxxl-1,
.col-xxxxl-10,
.col-xxxxl-11,
.col-xxxxl-12,
.col-xxxxl-2,
.col-xxxxl-3,
.col-xxxxl-4,
.col-xxxxl-5,
.col-xxxxl-6,
.col-xxxxl-7,
.col-xxxxl-8,
.col-xxxxl-9,
.col-xxxxl-auto,
.col-xxxxxl,
.col-xxxxxl-1,
.col-xxxxxl-10,
.col-xxxxxl-11,
.col-xxxxxl-12,
.col-xxxxxl-2,
.col-xxxxxl-3,
.col-xxxxxl-4,
.col-xxxxxl-5,
.col-xxxxxl-6,
.col-xxxxxl-7,
.col-xxxxxl-8,
.col-xxxxxl-9,
.col-xxxxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1666px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1966px) {
  .col-xxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxl-first {
    order: -1;
  }
  .order-xxxxl-last {
    order: 13;
  }
  .order-xxxxl-0 {
    order: 0;
  }
  .order-xxxxl-1 {
    order: 1;
  }
  .order-xxxxl-2 {
    order: 2;
  }
  .order-xxxxl-3 {
    order: 3;
  }
  .order-xxxxl-4 {
    order: 4;
  }
  .order-xxxxl-5 {
    order: 5;
  }
  .order-xxxxl-6 {
    order: 6;
  }
  .order-xxxxl-7 {
    order: 7;
  }
  .order-xxxxl-8 {
    order: 8;
  }
  .order-xxxxl-9 {
    order: 9;
  }
  .order-xxxxl-10 {
    order: 10;
  }
  .order-xxxxl-11 {
    order: 11;
  }
  .order-xxxxl-12 {
    order: 12;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 2262px) {
  .col-xxxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxxxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxxxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxxxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxxxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxxl-first {
    order: -1;
  }
  .order-xxxxxl-last {
    order: 13;
  }
  .order-xxxxxl-0 {
    order: 0;
  }
  .order-xxxxxl-1 {
    order: 1;
  }
  .order-xxxxxl-2 {
    order: 2;
  }
  .order-xxxxxl-3 {
    order: 3;
  }
  .order-xxxxxl-4 {
    order: 4;
  }
  .order-xxxxxl-5 {
    order: 5;
  }
  .order-xxxxxl-6 {
    order: 6;
  }
  .order-xxxxxl-7 {
    order: 7;
  }
  .order-xxxxxl-8 {
    order: 8;
  }
  .order-xxxxxl-9 {
    order: 9;
  }
  .order-xxxxxl-10 {
    order: 10;
  }
  .order-xxxxxl-11 {
    order: 11;
  }
  .order-xxxxxl-12 {
    order: 12;
  }
  .offset-xxxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxxxl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1666px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1966px) {
  .d-xxxxl-none {
    display: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2262px) {
  .d-xxxxxl-none {
    display: none !important;
  }
  .d-xxxxxl-inline {
    display: inline !important;
  }
  .d-xxxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxxl-block {
    display: block !important;
  }
  .d-xxxxxl-table {
    display: table !important;
  }
  .d-xxxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxxl-flex {
    display: flex !important;
  }
  .d-xxxxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1666px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1966px) {
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2262px) {
  .flex-xxxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1666px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1966px) {
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxxl-0,
  .my-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxxl-0,
  .mx-xxxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxxl-0,
  .my-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxxl-0,
  .mx-xxxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxxl-1,
  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxl-1,
  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxl-1,
  .my-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxl-1,
  .mx-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxxl-2,
  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxl-2,
  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxl-2,
  .my-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxl-2,
  .mx-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxxl-3,
  .my-xxxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxxl-3,
  .mx-xxxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxxl-3,
  .my-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxl-3,
  .mx-xxxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxxl-4,
  .my-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxl-4,
  .mx-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxl-4,
  .my-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxl-4,
  .mx-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxxl-5,
  .my-xxxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxxl-5,
  .mx-xxxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxxl-5,
  .my-xxxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxl-5,
  .mx-xxxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxxl-0,
  .py-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxxl-0,
  .px-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxxl-0,
  .py-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxxl-0,
  .px-xxxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxxl-1,
  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxl-1,
  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxl-1,
  .py-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxl-1,
  .px-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxxl-2,
  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxl-2,
  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxl-2,
  .py-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxl-2,
  .px-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxxl-3,
  .py-xxxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxxl-3,
  .px-xxxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxxl-3,
  .py-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxl-3,
  .px-xxxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxxl-4,
  .py-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxl-4,
  .px-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxl-4,
  .py-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxl-4,
  .px-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxxl-5,
  .py-xxxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxxl-5,
  .px-xxxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-5,
  .py-xxxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxl-5,
  .px-xxxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxxl-n1,
  .my-xxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxxl-n1,
  .mx-xxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxxl-n1,
  .my-xxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxxl-n1,
  .mx-xxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxxl-n2,
  .my-xxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxxl-n2,
  .mx-xxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxxl-n2,
  .my-xxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxxl-n2,
  .mx-xxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxxl-n3,
  .my-xxxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxxl-n3,
  .mx-xxxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxxl-n3,
  .my-xxxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxl-n3,
  .mx-xxxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxxl-n4,
  .my-xxxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxl-n4,
  .mx-xxxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxl-n4,
  .my-xxxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxl-n4,
  .mx-xxxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxxl-n5,
  .my-xxxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxxl-n5,
  .mx-xxxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxxl-n5,
  .my-xxxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxl-n5,
  .mx-xxxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxl-auto,
  .my-xxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-auto,
  .my-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2262px) {
  .m-xxxxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxxxl-0,
  .my-xxxxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxxxl-0,
  .mx-xxxxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxxxl-0,
  .my-xxxxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxxxl-0,
  .mx-xxxxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxxxl-1,
  .my-xxxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxxl-1,
  .mx-xxxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxxl-1,
  .my-xxxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxxl-1,
  .mx-xxxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxxxl-2,
  .my-xxxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxxl-2,
  .mx-xxxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxxl-2,
  .my-xxxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxxl-2,
  .mx-xxxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxxxl-3,
  .my-xxxxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxxxl-3,
  .mx-xxxxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxxxl-3,
  .my-xxxxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxxl-3,
  .mx-xxxxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxxxl-4,
  .my-xxxxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxxl-4,
  .mx-xxxxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxxl-4,
  .my-xxxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxxl-4,
  .mx-xxxxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxxxl-5,
  .my-xxxxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxxxl-5,
  .mx-xxxxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxxxl-5,
  .my-xxxxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxxl-5,
  .mx-xxxxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxxxl-0,
  .py-xxxxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxxxl-0,
  .px-xxxxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxxxl-0,
  .py-xxxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxxxl-0,
  .px-xxxxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxxxl-1,
  .py-xxxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxxl-1,
  .px-xxxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxxl-1,
  .py-xxxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxxl-1,
  .px-xxxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxxxl-2,
  .py-xxxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxxl-2,
  .px-xxxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxxl-2,
  .py-xxxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxxl-2,
  .px-xxxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxxxl-3,
  .py-xxxxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxxxl-3,
  .px-xxxxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxxxl-3,
  .py-xxxxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxxl-3,
  .px-xxxxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxxxl-4,
  .py-xxxxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxxl-4,
  .px-xxxxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxxl-4,
  .py-xxxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxxl-4,
  .px-xxxxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxxxl-5,
  .py-xxxxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxxxl-5,
  .px-xxxxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxxxl-5,
  .py-xxxxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxxl-5,
  .px-xxxxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxxxl-n1,
  .my-xxxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxxxl-n1,
  .mx-xxxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxxxl-n1,
  .my-xxxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxxxl-n1,
  .mx-xxxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxxxl-n2,
  .my-xxxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxxxl-n2,
  .mx-xxxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxxxl-n2,
  .my-xxxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxxxl-n2,
  .mx-xxxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxxxl-n3,
  .my-xxxxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxxxl-n3,
  .mx-xxxxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxxxl-n3,
  .my-xxxxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxxl-n3,
  .mx-xxxxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxxxl-n4,
  .my-xxxxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxxl-n4,
  .mx-xxxxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxxl-n4,
  .my-xxxxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxxl-n4,
  .mx-xxxxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxxxl-n5,
  .my-xxxxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxxxl-n5,
  .mx-xxxxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxxxl-n5,
  .my-xxxxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxxl-n5,
  .mx-xxxxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxxl-auto,
  .my-xxxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxxl-auto,
  .mx-xxxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxxl-auto,
  .my-xxxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxxl-auto,
  .mx-xxxxxl-auto {
    margin-left: auto !important;
  }
}
@font-face {
  font-family: "Nexa XBold";
  src: url(../fonts/NexaXBold.otf);
  src: url(../fonts/NexaXBold.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Renos Rough";
  src: url(../fonts/RenosRough-Regular.ttf);
  src: url(../fonts/RenosRough-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Set Sail Studio";
  src: url(../fonts/SetSailStudio.ttf);
  src: url(../fonts/SetSailStudio.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gantari;
  src: url(../fonts/Gantari-SemiBold.woff2) format("woff2"),
    url(../fonts/Gantari-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lost Signal";
  src: url(../fonts/LostSignal-Regular.woff2) format("woff2"),
    url(../fonts/LostSignal-Regular.ttf) format("truetype"),
    url(../fonts/LostSignal-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roasted Bailey";
  src: url(../fonts/RoastedBailey.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
p {
  word-break: break-word;
  word-wrap: break-word;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
.text-light-blue {
  color: #43a9e2;
}
.text-navy {
  color: #31506c;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.u-pos-rel {
  position: relative;
}
.u-pos-abs {
  position: absolute;
}
.u-z-index-2 {
  z-index: 2;
}
.u-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.u-img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.u-img-auto {
  width: auto;
}
.u-rad-50 {
  border-radius: 50%;
}
.u-bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .u-px-mobile-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .u-px-mobile-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .u-px-mobile-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .u-px-mobile-0 > .container {
    max-width: none !important;
  }
}
.u-hide {
  display: none !important;
}
@media (max-width: 991.98px) {
  .u-hide-mobile {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .u-hide-tablet {
    display: none !important;
  }
}
@media (max-width: 1365.98px) {
  .u-hide-sm-desk {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-mobile-only {
    display: none !important;
  }
}
.u-slick-fade-in {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.u-slick-fade-in.slick-initialized {
  opacity: 1;
  visibility: visible;
}
@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .page-navigation,
  .respond-form,
  .sidebar,
  .wp-prev-next,
  nav {
    display: none;
  }
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #000;
  color: #fff;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
#site-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  transition: all ease-in-out 0.6s;
}
.is-scrolled #site-header {
  max-width: none;
  left: auto;
  transform: none;
}
#site-header .row {
  padding: 20px 0;
  transition: all ease-in-out 0.6s;
  background-color: #31506c;
}
@media (min-width: 992px) {
  #site-header .row {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 40px 30px 0;
  }
}
@media (min-width: 992px) {
  .is-scrolled #site-header .row {
    padding: 15px 30px 15px;
    background-color: #31506c;
  }
}
@media (min-width: 1200px) {
  .is-scrolled #site-header .row {
    padding: 20px 30px 12px;
  }
}
.nav-active #site-header .row {
  background-color: #31506c;
}
#site-header .left-menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-right: 50px;
  max-width: 500px;
}
#site-header .left-menu a {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  transition: all ease 0.3s;
}
#site-header .left-menu a:hover {
  opacity: 0.65;
}
#site-header #site-logo {
  flex: 0 0 100px;
  padding-right: 10px;
}
#site-header #site-logo img {
  max-width: 80px;
}
@media screen and (min-width: 375px) {
  #site-header #site-logo {
    flex: 0 0 110px;
    padding-right: 15px;
  }
  #site-header #site-logo img {
    max-width: 90px;
  }
}
@media (min-width: 992px) {
  #site-header #site-logo {
    flex: 0 0 230px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #site-header #site-logo img {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  #site-header #site-logo {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1366px) {
  #site-header #site-logo {
    flex: 0 0 260px;
  }
}
#site-header .right-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}
#site-header .right-menu .takeout-delivery {
  color: #31506c;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: 400;
  padding: 9px 10px 10px;
  min-width: 85px;
  text-align: center;
  background-image: url(../images/nav-cta-large.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center 25%;
}
@media screen and (min-width: 375px) {
  #site-header .right-menu .takeout-delivery {
    min-width: 110px;
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 400;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  #site-header .right-menu .takeout-delivery {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 26px;
    font-weight: 400;
    padding: 15px 15px 13px 15px;
    position: relative;
    top: -1px;
    min-width: 160px;
    text-align: center;
    background-position: center;
  }
}
@media (min-width: 1366px) {
  #site-header .right-menu .takeout-delivery {
    padding: 17px 28px 13px 28px;
    min-width: 174px;
    top: 1px;
  }
}
#site-header .right-menu .book-now {
  color: #31506c;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  padding: 10px;
  margin-left: 5px;
  background-image: url(../images/nav-cta-small--mobile.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 375px) {
  #site-header .right-menu .book-now {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 400;
    background-size: contain;
    padding: 11px 13px 11px 13px;
  }
}
@media (min-width: 992px) {
  #site-header .right-menu .book-now {
    background-image: url(../images/nav-cta-small.svg);
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 26px;
    font-weight: 400;
    background-size: 121px 52px;
    padding: 15px 24px 15px 19px;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  #site-header .right-menu .book-now {
    margin-left: 10px;
  }
}
@media (min-width: 1366px) {
  #site-header .right-menu .book-now {
    padding: 13px 30px 10px 25px;
    margin-left: 15px;
    background-size: contain;
  }
}
#site-header .right-menu .hamburger {
  width: 24px;
  margin-left: 15px;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media screen and (min-width: 375px) {
  #site-header .right-menu .hamburger {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  #site-header .right-menu .hamburger {
    width: auto;
  }
}
#site-header .right-menu .hamburger__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#site-header .right-menu .hamburger__inner .line {
  width: 27px;
  height: 4px;
  background-image: url(../images/hb-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.1s;
  margin-top: 1px;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  #site-header .right-menu .hamburger__inner .line {
    width: 37px;
    height: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  #site-header .right-menu .hamburger__inner:hover .line {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
#site-header .right-menu .hamburger:hover {
  opacity: 0.7;
}
.footer {
  background: #4378a7;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer__top {
  margin-bottom: -2px;
  display: block;
  position: relative;
}
.footer .row > div[class*="col"] {
  margin-bottom: 30px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .footer__menu {
    order: 2;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.footer__menu a {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 25px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.footer__menu a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .footer__newsletter {
    order: 1;
    padding-top: 40px;
  }
}
.footer__newsletter h3 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 4px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer__newsletter .mailchimp-email {
    display: inline-block;
    width: calc(100% - 230px);
  }
}
.footer__newsletter .mailchimp-email input {
  width: 100%;
  background: 0 0;
  height: 50px;
  padding-left: 21px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}
.footer__newsletter .mailchimp-email input::-moz-placeholder {
  color: #fff;
}
.footer__newsletter .mailchimp-email input::placeholder {
  color: #fff;
}
.footer__newsletter .mailchimp-submit {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .footer__newsletter .mailchimp-submit {
    width: 200px;
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
  }
}
.footer__newsletter .mailchimp-submit .c-btn {
  position: relative;
  margin-bottom: 0;
  background-image: none;
  text-align: center;
}
@media (max-width: 991.98px) {
  .footer__newsletter .mailchimp-submit .c-btn {
    padding: 25px 50px 25px;
    font-size: 20px;
    margin-left: -10px;
  }
}
.footer__newsletter .mailchimp-submit .c-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.footer__newsletter .mailchimp-submit .c-btn svg * {
  fill: #fff;
  transition: fill ease 0.2s;
}
.footer__newsletter .mailchimp-submit .c-btn span {
  position: relative;
  font-weight: 500;
  color: #31506c;
  transition: color ease 0.2s;
}
.footer__newsletter .mailchimp-submit .c-btn:hover svg * {
  fill: #31506c;
}
.footer__newsletter .mailchimp-submit .c-btn:hover span {
  color: #fff;
}
.footer__socials {
  order: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 992px) {
  .footer__socials {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
}
#page::after {
  display: none;
  content: url(../images/cta_small_blue.svg) url(../images/cta_big_blue.svg)
    url(/wp-content/themes/pacific-catch/library/images/compressed/buttons/cta_big_light-blue.svg)
    url(../images/cta_small_yellow.svg) url(../images/cta_big_yellow.svg)
    url(../images/cta_small_white.svg) url(../images/cta_big_white.svg)
    url(../images/mailchimp-submit--navy.svg)
    url(../images/social-twitter-hov.svg) url(../images/social-ig-hov.svg)
    url(../images/social-fb-hov.svg);
}
.c-btn {
  position: relative;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .c-btn {
    font-size: 17px;
  }
}
.c-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.c-btn svg * {
  transition: fill ease 0.2s;
}
.c-btn span {
  position: relative;
  font-weight: 300;
  transition: color ease 0.2s;
}
.c-btn--small {
  padding: 14px 25px 12px;
  min-width: 200px;
}
@media (min-width: 992px) {
  .c-btn--small {
    padding: 23px 49px 21px;
  }
}
.c-btn--big {
  padding: 16px 28px 15px;
  min-width: 250px;
}
@media (min-width: 992px) {
  .c-btn--big {
    padding: 24px 42px 22px;
  }
}
.c-btn--alt1 {
  width: 336px;
  max-width: 100%;
  padding: 28px 35px;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .c-btn--alt1 {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 26px;
  }
}
.c-btn--alt1 span {
  font-weight: 500;
  display: inline-block;
  transform: rotate(-1.5deg);
}
.c-btn--alt2 {
  width: 243px;
  max-width: 100%;
  padding: 25px 35px;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .c-btn--alt2 {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 26px;
  }
}
.c-btn--alt2 span {
  font-weight: 500;
}
.c-btn--blue svg * {
  fill: #31506c;
}
.c-btn--blue span {
  color: #fff;
}
.c-btn--light-blue svg * {
  fill: #54b2e2;
}
.c-btn--light-blue span {
  color: #fff;
}
.c-btn--yellow svg * {
  fill: #f4ca79;
}
.c-btn--yellow span {
  color: #31506c;
}
.c-btn--white svg * {
  fill: #fff;
}
.c-btn--white span {
  color: #31506c;
}
.c-btn--hov-blue:hover svg * {
  fill: #31506c;
}
.c-btn--hov-blue:hover span {
  color: #fff;
}
.c-btn--hov-light-blue:hover svg * {
  fill: #54b2e2;
}
.c-btn--hov-light-blue:hover span {
  color: #fff;
}
.c-btn--hov-yellow:hover svg * {
  fill: #f4ca79;
}
.c-btn--hov-yellow:hover span {
  color: #31506c;
}
.c-btn--hov-white:hover svg * {
  fill: #fff;
}
.c-btn--hov-white:hover span {
  color: #31506c;
}
.c-wysiwyg h1 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 65px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 15px;
}
.c-wysiwyg h2,
.c-wysiwyg h3 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .c-wysiwyg h2,
  .c-wysiwyg h3 {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 40px;
    font-weight: 500;
  }
}
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 30px;
  font-weight: 500;
}
.c-wysiwyg img {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-wysiwyg p {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .c-wysiwyg p {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
  }
}
.c-wysiwyg ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.c-wysiwyg li {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .c-wysiwyg li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
.c-wysiwyg li:before {
  content: "";
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: 0;
}
.c-wysiwyg a:not(.c-btn) {
  color: #43a9e2;
  text-decoration: underline;
}
.c-wysiwyg .c-btn {
  margin-bottom: 45px;
}
.c-form .wpcf7 [class*="col"] {
  margin-bottom: 40px;
}
.c-form .wpcf7 .wpcf7-list-item-label,
.c-form .wpcf7 label {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .c-form .wpcf7 .wpcf7-list-item-label,
  .c-form .wpcf7 label {
    font-size: 14px;
    line-height: 25px;
  }
}
.c-form .wpcf7 input.wpcf7-date,
.c-form .wpcf7 input.wpcf7-number,
.c-form .wpcf7 input.wpcf7-text,
.c-form .wpcf7 select.wpcf7-select,
.c-form .wpcf7 textarea {
  height: 50px;
  background: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  padding-left: 15px;
  color: #31506c;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.c-form .wpcf7 input.wpcf7-date::-moz-placeholder,
.c-form .wpcf7 input.wpcf7-number::-moz-placeholder,
.c-form .wpcf7 input.wpcf7-text::-moz-placeholder,
.c-form .wpcf7 select.wpcf7-select::-moz-placeholder,
.c-form .wpcf7 textarea::-moz-placeholder {
  color: rgba(49, 80, 108, 0.3);
}
.c-form .wpcf7 input.wpcf7-date::placeholder,
.c-form .wpcf7 input.wpcf7-number::placeholder,
.c-form .wpcf7 input.wpcf7-text::placeholder,
.c-form .wpcf7 select.wpcf7-select::placeholder,
.c-form .wpcf7 textarea::placeholder {
  color: rgba(49, 80, 108, 0.3);
}
.c-form .wpcf7 input.wpcf7-date,
.c-form .wpcf7 input.wpcf7-number,
.c-form .wpcf7 select.wpcf7-select {
  padding-left: 15px;
  padding-right: 15px;
}
.c-form .wpcf7 input.wpcf7-date {
  text-transform: uppercase;
}
.c-form .wpcf7 select.wpcf7-select {
  background-image: url(../images/arrow-down--blue.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 24px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form .wpcf7 .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .c-form .wpcf7 .wpcf7-radio .wpcf7-list-item.last {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}
.c-form .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  margin-bottom: 0;
  margin-left: 12px;
  position: relative;
  top: -10px;
}
.c-form .wpcf7 .wpcf7-radio [type="radio"] {
  border-radius: 0;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}
.c-form .wpcf7 .wpcf7-radio [type="radio"]::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  box-shadow: none;
  -webkit-appearance: none;
}
.c-form .wpcf7 .wpcf7-radio [type="radio"]:checked::after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.c-form .wpcf7 .message {
  margin-bottom: 0;
}
.c-form .wpcf7 .message textarea {
  height: 350px;
  padding: 25px 15px 15px;
}
@media (max-width: 991.98px) {
  .c-form .wpcf7 .message textarea {
    padding-top: 30px;
  }
}
.c-form .wpcf7 .wpcf7-response-output {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0 0 10px;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}
.c-form .wpcf7 .wpcf7-not-valid-tip {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 5px;
  color: #4378a7;
}
@media (min-width: 992px) {
  .c-form .c-btn {
    float: right;
  }
}
@media (max-width: 991.98px) {
  .c-form .c-btn {
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }
}
.c-wave-nav {
  width: 181px;
}
@media (min-width: 992px) {
  .c-wave-nav {
    width: 346px;
    height: 17px;
  }
}
.c-wave-nav .static {
  opacity: 0.5;
}
.c-wave-nav .progress {
  width: 0%;
  overflow: hidden;
  transition: width ease 1s;
}
.c-wave-nav .progress img {
  opacity: 1;
  width: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .c-wave-nav .progress img {
    max-width: 181px;
  }
}
.c-wave-divider {
  width: 137px;
  height: auto;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .c-wave-divider {
    margin-bottom: 30px;
  }
}
.c-arrow-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-arrow-link span {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 500;
  color: #4378a7;
  text-transform: uppercase;
}
.c-arrow-link img {
  width: 17px;
  max-width: 17px;
  height: auto;
  position: relative;
  left: 9px;
  transition: all ease 0.3s;
}
.c-arrow-link:hover img {
  left: 13px;
}
.c-social-link {
  position: relative;
  width: 36px;
  height: 37px;
  margin-bottom: 12px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .c-social-link {
    margin-right: 0;
  }
}
.c-social-link img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 250ms;
}
.c-social-link img.default {
  opacity: 1;
  visibility: visible;
}
.c-social-link img.hover {
  opacity: 0;
  visibility: hidden;
}
.c-social-link:hover .default {
  opacity: 0;
  visibility: hidden;
}
.c-social-link:hover .hover {
  opacity: 1;
  visibility: visible;
}
.js-selectric {
  opacity: 0;
}
.selectric-wrapper {
  z-index: 3;
}
.selectric-wrapper.selectric-open {
  z-index: 4;
}
.selectric-wrapper .selectric {
  background: #fff;
  border: none;
  height: 70px;
}
@media (min-width: 992px) {
  .selectric-wrapper .selectric {
    height: 40px;
  }
}
.selectric-wrapper .selectric .label {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 70px;
  height: 70px;
  color: #31506c;
  margin: 0 50px 0 20px;
}
@media (min-width: 992px) {
  .selectric-wrapper .selectric .label {
    line-height: 40px;
    font-size: 19px;
    height: 40px;
  }
}
.selectric-wrapper .selectric .button {
  background: 0 0;
  width: 50px;
  height: 70px;
}
@media (min-width: 992px) {
  .selectric-wrapper .selectric .button {
    height: 40px;
  }
}
.selectric-wrapper .selectric .button::after {
  border: none;
  background-image: url(../images/arrow-down--navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.selectric-wrapper .selectric-items {
  border-color: #f9e6c6;
  background: #f9e6c6;
  box-shadow: none;
}
.selectric-wrapper .selectric-items li {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
  padding-left: 19px;
  padding-right: 19px;
}
@media (min-width: 992px) {
  .selectric-wrapper .selectric-items li {
    font-size: 16px;
    line-height: 18px;
  }
}
.selectric-wrapper .selectric-items li:hover {
  background: rgba(249, 230, 198, 0.35);
}
.selectric-wrapper .selectric-items li.disabled {
  display: none;
}
.selectric-c-select--yellow .selectric {
  background: #f9e6c6;
}
.selectric-c-select--yellow .selectric-items {
  border-color: #fff;
  background: #fff;
}
.c-select--transparent {
  width: 100%;
  padding: 16px 55px 16px 20px;
  border: 1px solid #395566;
  background: 0 0;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-transparent-arrow.svg);
  background-position: calc(100% - 20px) 23px;
  background-repeat: no-repeat;
  background-size: 20px 10px;
  color: #395566;
}
@media (min-width: 992px) {
  .c-select--transparent {
    padding: 17px 65px 17px 35px;
    background-position: calc(100% - 28px) 23px;
  }
}
.flickity-enabled:focus-visible,
input:focus-visible {
  outline: 1px solid #fff !important;
  border: 1px solid #4d90fe !important;
}
body.has-nav {
  overflow: hidden;
  height: 100%;
}
body.has-nav #site-header {
  opacity: 0;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  position: fixed;
  overflow: scroll;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  background: rgba(67, 120, 167, 0.6);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition: all ease 0.3s;
}
.nav.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.nav__close-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 80px;
}
.nav__close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  transition: all ease 250ms;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 50px;
  font-weight: 100;
}
@media (min-width: 992px) {
  .nav__close {
    top: 25px;
    right: 55px;
  }
}
.nav__close:hover {
  opacity: 0.7;
}
.nav__inner {
  max-width: 400px;
  margin: 110px auto 50px;
}
.nav__menu {
  margin-bottom: 50px;
}
.nav__menu a {
  display: block;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-align: center;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
}
.nav__menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 86px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all ease 0.2s;
  background-image: url(../images/wave-divider--white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav__menu a:hover::after {
  opacity: 1;
}
.nav__socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__socials .c-social-link {
  margin: 0 15px;
}
@font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa-Light.woff2) format("woff2"),
    url(../fonts/Nexa-Light.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa-Regular.woff2) format("woff2"),
    url(../fonts/Nexa-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa-RegularItalic.woff2) format("woff2"),
    url(../fonts/Nexa-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa-Bold.woff2) format("woff2"),
    url(../fonts/Nexa-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa-BoldItalic.woff2) format("woff2"),
    url(../fonts/Nexa-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa-Black.woff2) format("woff2"),
    url(../fonts/Nexa-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Right Grotesk";
  src: url(../fonts/RightGrotesk-SpatialBlack.woff2) format("woff2"),
    url(../fonts/RightGrotesk-SpatialBlack.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.page-template-aap {
  background: #fff;
}
.page-template-aap .footer__top {
  background: #60b6e6;
}
.page-template-aap .font-rg {
  font-family: Right Grotesk;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.page-template-aap .bluetext {
  color: #60b6e6;
}
.page-template-aap .bbg,
.page-template-aap .bluewave,
.page-template-aap .whitewave {
  display: block;
  width: 100%;
}
.page-template-aap .bluewave {
  position: relative;
  z-index: 2;
}
.page-template-aap .bbg {
  background-color: #fff;
}
.page-template-aap .aap_hero {
  position: relative;
  background-color: #60b6e6;
  background-image: url(../images/text-background.png);
  background-size: cover;
  padding-top: 38px;
}
@media screen and (min-width: 1200px) {
  .page-template-aap .aap_hero {
    padding-top: 0;
  }
}
.page-template-aap .aap_hero .ariks {
  width: 100%;
  margin: 40px 0 12px 0;
}
@media screen and (min-width: 1200px) {
  .page-template-aap .aap_hero .ariks {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .aap_hero .ariks {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-aap .aap_hero .ariks {
    margin-bottom: 50px;
  }
}
.page-template-aap .aap_hero .whitewave {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.page-template-aap .intro_section {
  background-color: #fff;
  margin-top: -6vw;
  position: relative;
  z-index: 2;
  padding: 20px 0 40px 0;
}
.page-template-aap .intro_section .logoicon {
  display: block;
  margin: 20px auto;
  padding: 0 20px;
}
@media screen and (min-width: 450px) {
  .page-template-aap .intro_section .logoicon {
    display: inline-block;
  }
}
.page-template-aap .intro_section .pc-logo {
  width: 195px;
}
@media screen and (min-width: 450px) {
  .page-template-aap .intro_section .pc-logo {
    margin-left: 0;
    padding-right: 22px;
    border-right: 1px solid #2b4661;
  }
}
.page-template-aap .intro_section .aap-logo {
  max-width: 184px;
}
.page-template-aap .intro_section .intro-title {
  font-family: "Right Grotesk";
  font-size: 26px;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  color: #60b6e6;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .page-template-aap .intro_section .intro-title {
    margin: 15px 0;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-aap .intro_section .intro-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .intro_section .intro-title {
    margin: 20px 0;
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .intro_section .intro-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-aap .intro_section .intro-title {
    font-size: 35px;
  }
}
.page-template-aap .intro_section .intro-title ol:last-child,
.page-template-aap .intro_section .intro-title p:last-child,
.page-template-aap .intro_section .intro-title ul:last-child {
  margin-bottom: 0;
}
.page-template-aap .intro_section .intro-text {
  font-family: Nexa;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444;
  text-align: center;
  color: #2b4661;
  margin-top: 20px;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .page-template-aap .intro_section .intro-text {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-aap .intro_section .intro-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .intro_section .intro-text {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .intro_section .intro-text {
    font-size: 22px;
  }
}
.page-template-aap .intro_section .intro-text p {
  font-family: inherit;
  color: inherit;
}
.page-template-aap .wtu_section {
  background-color: #464d57;
  padding: 50px 0;
}
.page-template-aap .wtu_section .gameday {
  font-family: "Right Grotesk";
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .page-template-aap .wtu_section .gameday {
    font-size: 82px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-aap .wtu_section .gameday {
    font-size: 111px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .wtu_section .gameday {
    font-size: 99px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .wtu_section .gameday {
    font-size: 118px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .wtu_section .gameday {
    font-size: 129px;
  }
}
.page-template-aap .wtu_section .experience {
  font-family: "Right Grotesk";
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .page-template-aap .wtu_section .experience {
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-aap .wtu_section .experience {
    font-size: 88px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .wtu_section .experience {
    font-size: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .wtu_section .experience {
    font-size: 94px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .wtu_section .experience {
    font-size: 101px;
  }
}
.page-template-aap .wtu_section .ycw {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Right Grotesk";
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .page-template-aap .wtu_section .ycw {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-aap .wtu_section .ycw {
    font-size: 44px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .wtu_section .ycw {
    margin-top: -5px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .wtu_section .ycw {
    font-size: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .wtu_section .ycw {
    font-size: 46px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1666px) {
  .page-template-aap .wtu_section .ycw {
    font-size: 51px;
    margin-bottom: 45px;
  }
}
.page-template-aap .wtu_section .ycw-list {
  display: inline-flex;
  flex-direction: column;
}
.page-template-aap .wtu_section .ycw-list .flex {
  display: flex;
}
.page-template-aap .wtu_section .listitem {
  color: #fff;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .page-template-aap .wtu_section .listitem {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-aap .wtu_section .listitem {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .wtu_section .listitem {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .wtu_section .listitem {
    font-size: 26px;
  }
}
@media screen and (min-width: 1666px) {
  .page-template-aap .wtu_section .listitem {
    font-size: 28px;
  }
}
.page-template-aap .wtu_section .bullpoint {
  display: inline-block;
  margin-right: 10px;
  width: 29px;
  height: 29px;
}
.page-template-aap .wtu_section .tandcs p {
  color: #fff;
  font-family: Nexa;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-template-aap .wtu_section .tandcs p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .wtu_section .tandcs p {
    font-size: 12px;
  }
}
.page-template-aap .wtu_section .wtu_section-form-container {
  margin-top: 17px;
}
.page-template-aap .wtu_section .js-aap-form-container {
  position: relative;
}
.page-template-aap .wtu_section .js-aap-form-container .js-aap-form-message {
  opacity: 0;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  color: #fff;
  text-shadow: none;
  transition: all ease-in-out 0.3s;
}
.page-template-aap
  .wtu_section
  .js-aap-form-container
  .js-aap-form-message.showing {
  opacity: 1;
  visibility: visible;
}
.page-template-aap .wtu_section .wtu_section-form-input {
  width: 100%;
  background: #fff;
  padding: 0 24px;
  height: 50px;
  border: none;
  outline: 0;
  border-radius: 9px;
  color: #2b4661;
  font-family: Nexa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.48px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-template-aap .wtu_section .wtu_section-form-input {
    margin-bottom: 0;
  }
}
.page-template-aap
  .wtu_section
  .wtu_section-form-input::-webkit-input-placeholder {
  color: #2b4661;
}
.page-template-aap .wtu_section .wtu_section-form-input::-moz-placeholder {
  color: #2b4661;
  opacity: 1;
}
.page-template-aap .wtu_section .wtu_section-form-input:-ms-input-placeholder {
  color: #2b4661;
}
.page-template-aap .wtu_section .wtu_section-form-input:-moz-placeholder {
  color: #2b4661;
  opacity: 1;
}
.page-template-aap .wtu_section .wtu_section-form-submit {
  font-size: 28px;
  line-height: 1;
  padding: 0 30px;
  width: 100%;
  background-color: #60b6e6;
  color: #fff;
  border-radius: 9px;
  border: none;
  outline: 0;
  cursor: pointer;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .page-template-aap .wtu_section .wtu_section-form-submit {
    width: 250px;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .wtu_section .wtu_section-form-submit {
    width: 300px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .wtu_section .wtu_section-form-submit {
    width: 350px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .wtu_section .wtu_section-form-submit {
    width: 400px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1666px) {
  .page-template-aap .wtu_section .wtu_section-form-submit {
    width: 468px;
  }
}
.page-template-aap .wtu_section .wtu_section-form-terms-container {
  margin-top: 28px;
  margin-bottom: 23px;
}
.page-template-aap .wtu_section .wtu_section-form-terms-container label {
  color: #fff;
  font-family: Nexa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.32px;
}
.page-template-aap .aap_section {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.page-template-aap .aap_section .aap_section-content-container {
  padding: 100px 0 50px 0;
}
@media screen and (min-width: 992px) {
  .page-template-aap .aap_section .aap_section-content-container {
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .aap_section .aap_section-content-container {
    max-width: 650px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .aap_section .aap_section-content-container {
    max-width: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-aap .aap_section .aap_section-content-container {
    max-width: 750px;
  }
}
@media screen and (min-width: 1666px) {
  .page-template-aap .aap_section .aap_section-content-container {
    max-width: 774px;
  }
}
.page-template-aap .aap_section .arik-right {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-template-aap .aap_section .arik-right {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 40vw;
    height: 33vw;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .aap_section .arik-right {
    bottom: -50px;
  }
}
.page-template-aap .aap_section .aap-logo-lg {
  max-width: 256px;
  margin-bottom: 30px;
}
.page-template-aap .aap_section .aap_content {
  color: #2b4661;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}
.page-template-aap .aap_section .aap_content * {
  font-family: inherit;
  color: inherit;
}
.page-template-aap .aap_section .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #60b6e6;
  color: #fff;
  font-family: Nexa;
  font-size: 28px;
  font-weight: 900;
  line-height: 43px;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  border-radius: 9px;
  padding: 0 30px;
  height: 61px;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .page-template-aap .aap_section .cta {
    min-width: 300px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .aap_section .cta {
    min-width: 350px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .aap_section .cta {
    min-width: 400px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .aap_section .cta {
    min-width: 450px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1666px) {
  .page-template-aap .aap_section .cta {
    min-width: 468px;
  }
}
.page-template-aap .aap_section .cta:hover {
  background-color: #464d57;
}
.page-template-aap .favorites_section {
  background-color: #60b6e6;
  position: relative;
  z-index: 2;
}
.page-template-aap .favorites_section .zindex3 {
  z-index: 4;
}
.page-template-aap .favorites_section .arik-left {
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-template-aap .favorites_section .arik-left {
    display: block;
    position: absolute;
    top: -12.8vw;
    left: 0;
    width: 30.9vw;
    height: 30.333vw;
    z-index: 3;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .favorites_section .arik-left {
    top: -13.8vw;
    width: 33.9vw;
    height: 33.333vw;
  }
}
.page-template-aap .favorites_section .container {
  position: relative;
  z-index: 4;
}
.page-template-aap .favorites_section .quote {
  color: #fff;
  font-family: "Right Grotesk";
  font-size: 42px;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  margin-bottom: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-template-aap .favorites_section .quote {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .favorites_section .quote {
    margin-bottom: 20px;
    font-size: 54px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .favorites_section .quote {
    max-width: 800px;
    font-size: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-aap .favorites_section .quote {
    max-width: 850px;
    font-size: 63px;
  }
}
@media screen and (min-width: 1666px) {
  .page-template-aap .favorites_section .quote {
    max-width: 911px;
  }
}
.page-template-aap .favorites_section .arik-intro {
  color: #fff;
  font-family: Nexa;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.222;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
}
@media screen and (min-width: 1200px) {
  .page-template-aap .favorites_section .arik-intro {
    max-width: 650px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .favorites_section .arik-intro {
    max-width: 750px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1666px) {
  .page-template-aap .favorites_section .arik-intro {
    max-width: 850px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .favorites_section .favourites_section-item-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap
    .favorites_section
    .favourites_section-item-row
    .col-lg-auto {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-template-aap .favorites_section .favourites_section-item {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .page-template-aap .favorites_section .favourites_section-item {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .favorites_section .favourites_section-item {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .favorites_section .favourites_section-item {
    max-width: 425px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .favorites_section .favourites_section-item {
    max-width: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-aap .favorites_section .favourites_section-item {
    max-width: 475px;
  }
}
.page-template-aap .favorites_section .favourites_section-item--1 {
  margin-bottom: 30px;
}
.page-template-aap .favorites_section .mealimage {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 450px) {
  .page-template-aap .favorites_section .mealimage {
    height: 256px;
    width: auto;
  }
}
.page-template-aap .favorites_section .mealtitle {
  font-family: Nexa;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.07;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .page-template-aap .favorites_section .mealtitle {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-aap .favorites_section .mealtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .favorites_section .mealtitle {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .favorites_section .mealtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .favorites_section .mealtitle {
    font-size: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-aap .favorites_section .mealtitle {
    font-size: 26px;
  }
}
.page-template-aap .favorites_section .mealtext {
  font-family: Nexa;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.26;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .page-template-aap .favorites_section .mealtext {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-aap .favorites_section .mealtext {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .favorites_section .mealtext {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .favorites_section .mealtext {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .favorites_section .mealtext {
    font-size: 23px;
  }
}
.page-template-aap .favorites_section .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #464d57;
  color: #fff;
  font-family: Nexa;
  font-size: 28px;
  font-weight: 900;
  line-height: 43px;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  border-radius: 9px;
  padding: 0 30px;
  height: 61px;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .page-template-aap .favorites_section .cta {
    min-width: 300px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-aap .favorites_section .cta {
    min-width: 350px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-aap .favorites_section .cta {
    min-width: 400px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-aap .favorites_section .cta {
    min-width: 450px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1666px) {
  .page-template-aap .favorites_section .cta {
    min-width: 468px;
  }
}
.page-template-aap .favorites_section .cta:hover {
  background-color: #fff;
  color: #464d57;
}
.hero {
  max-height: 100vh;
  z-index: 2;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .hero {
    margin-bottom: 0;
  }
}
.hero > .container {
  position: relative;
  z-index: 2;
}
.hero video {
  background-image: url(../images/home-video-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .carousel {
  width: 100%;
  height: 100vh;
  max-height: 900px;
}
.hero .carousel img {
  width: 100%;
  height: 100vh;
  max-height: 900px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .carousel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.hero__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 70px;
  letter-spacing: 4px;
  line-height: 75px;
  font-weight: 500;
  z-index: 2;
  margin: 20px 0 0;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .hero__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 110px;
    letter-spacing: 8px;
    line-height: 157px;
    font-weight: 500;
  }
}
.hero .c-wave-nav {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
.hero .c-wave-nav .progress {
  transition: none;
}
.hero .c-wave-nav .progress img {
  max-width: 200px;
  width: 200px;
}
.hero__stamp {
  position: absolute;
  right: 50%;
  bottom: -75px;
  transform: translateX(50%);
  z-index: 2;
  max-width: 240px;
}
@media (min-width: 992px) {
  .hero__stamp {
    bottom: -40px;
    right: 0;
    max-width: 380px;
    transform: none;
  }
}
.top-banner .row {
  overflow: hidden;
}
.top-banner__image-container {
  width: 100%;
}
.top-banner__image-container img {
  height: 360px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .top-banner__image-container img {
    padding-top: 78px;
    width: 100%;
  }
}
.top-banner h1 {
  width: 100%;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 70px;
  margin-top: -38px;
  font-weight: 500;
  text-align: center;
  color: #31506c;
}
@media (min-width: 992px) {
  .top-banner h1 {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 100px;
    letter-spacing: 5px;
    line-height: 140px;
    margin-top: -70px;
  }
}
.intro {
  margin: 0 0 130px;
  position: relative;
}
@media (min-width: 992px) {
  .intro {
    margin: 40px 0;
  }
}
.intro__top {
  margin-bottom: -10px;
}
.intro-container {
  background: #f7ead1;
  color: #31506c;
  padding-top: 55px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .intro-container {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.intro__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 3px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .intro__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
.intro .c-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
}
@media (min-width: 992px) {
  .intro .c-btn {
    bottom: -110px;
  }
}
@media (min-width: 1366px) {
  .intro .c-btn {
    bottom: -130px;
  }
}
.intro__leaf {
  transform: rotate(180deg);
  position: absolute;
  z-index: 1;
  width: 65%;
  max-width: 400px;
  left: -30%;
  bottom: -15%;
}
@media (min-width: 768px) {
  .intro__leaf {
    left: -15%;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .intro__leaf {
    width: 50%;
    left: -5%;
  }
}
@media (min-width: 1666px) {
  .intro__leaf {
    max-width: 550px;
  }
}
.intro--advanced {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .intro--advanced {
    margin-bottom: 80px;
  }
  .intro--advanced__leaf {
    bottom: -30px;
  }
}
.intro--advanced__tagline {
  width: 375px;
  max-width: 90%;
  margin-top: -20px;
  margin-bottom: 12px;
}
.intro--advanced__img1 {
  top: -90px;
  left: -5%;
  max-width: 110px;
  transform: rotate(-7deg);
  z-index: 2;
}
@media (min-width: 576px) {
  .intro--advanced__img1 {
    top: -40px;
    left: -2%;
    max-width: 140px;
  }
}
@media (min-width: 992px) {
  .intro--advanced__img1 {
    left: 5%;
    max-width: 175px;
  }
}
.intro--advanced__img2 {
  bottom: -35px;
  right: -1%;
  max-width: 100px;
  transform: rotate(10deg);
}
@media (min-width: 576px) {
  .intro--advanced__img2 {
    bottom: 0;
    max-width: 155px;
  }
}
@media (min-width: 992px) {
  .intro--advanced__img2 {
    bottom: 15px;
    right: 5%;
  }
}
.intro--advanced__img3 {
  width: 125px;
  right: -40px;
  top: -60px;
}
@media (min-width: 992px) {
  .intro--advanced__img3 {
    width: 200px;
    top: -60px;
    right: -30px;
  }
}
@media (min-width: 1200px) {
  .intro--advanced__img3 {
    width: 250px;
  }
}
.cta {
  padding-top: 50px;
  padding-bottom: 100px;
}
.cta--yellow > .container-fluid {
  background: #f7ead1;
  color: #31506c;
}
.cta--blue > .container-fluid {
  background: #31506c;
  color: #fff;
}
.cta__top {
  margin-bottom: -10px;
}
.cta .container {
  padding-top: 65px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .cta .container {
    padding-top: 50px;
  }
}
.cta__leaf {
  position: absolute;
  transform: rotate(0);
  top: -70px;
  left: -80px;
  width: 220px;
}
@media (min-width: 992px) {
  .cta__leaf {
    transform: rotate(-25deg);
    top: -110px;
    left: -5%;
    width: 33%;
    max-width: 316px;
  }
}
.cta__img-col {
  position: relative;
}
.cta__img-col img {
  width: 87%;
  max-width: 340px;
  margin: 0 auto;
}
.cta__img-col--1 img {
  position: absolute;
  transform: rotate(-9deg);
  bottom: -150px;
}
@media (min-width: 992px) {
  .cta__img-col--1 img {
    right: 35px;
  }
}
.cta__img-col--2 img {
  position: absolute;
  transform: rotate(6deg);
  top: -150px;
}
@media (min-width: 992px) {
  .cta__img-col--2 img {
    left: 35px;
  }
}
.cta__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cta__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .cta__text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta .c-wave-divider {
  display: block;
  margin: 20px auto 25px;
}
.cta .c-btn {
  margin-bottom: 0;
  display: inline-block;
}
.cta .has-description .c-btn {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .cta .has-description .c-btn {
    bottom: -80px;
  }
}
.highlights-slider {
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
  z-index: 1;
}
@media (min-width: 768px) {
  .highlights-slider {
    padding-bottom: 70px;
  }
}
.highlights-slider--front {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .highlights-slider--front {
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .highlights-slider--front {
    padding-bottom: 250px;
  }
}
.highlights-slider--small-top-padding {
  padding-top: 10px;
}
.highlights-slider__flower {
  position: absolute;
  top: 130px;
  left: -50px;
  width: 125px;
}
@media (min-width: 992px) {
  .highlights-slider__flower {
    top: 150px;
    left: -80px;
    width: 250px;
  }
}
.highlights-slider__bg-text {
  position: absolute;
  top: auto;
  bottom: 365px;
  height: 200px;
  left: 0;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 550px) {
  .highlights-slider__bg-text {
    bottom: 465px;
  }
}
@media (min-width: 992px) {
  .highlights-slider__bg-text {
    top: 210px;
    bottom: auto;
    height: calc(100% - 210px);
  }
}
.highlights-slider__bg-text .js-lettering {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: -2vw;
  width: 103vw;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  font-weight: 400;
  font-size: 120px;
  transition: all ease 1s;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .highlights-slider__bg-text .js-lettering {
    font-size: 320px;
  }
}
@media (min-width: 1200px) {
  .highlights-slider__bg-text .js-lettering {
    font-size: 420px;
  }
}
@media (min-width: 1366px) {
  .highlights-slider__bg-text .js-lettering {
    left: 0;
    width: 100vw;
  }
}
.highlights-slider__bg-text .js-lettering.is-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .highlights-slider__slider {
    order: 2;
    margin-top: 30px;
  }
}
.highlights-slider__slider-container {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .highlights-slider__slider-container {
    padding-top: 90px;
  }
}
.highlights-slider .js-dishes-slider {
  opacity: 0;
  transition: opacity ease 0.4s;
}
.highlights-slider .js-dishes-slider.is-loaded {
  opacity: 1;
}
.highlights-slider .flickity-viewport {
  transition: height 0.2s;
  min-height: 500px;
}
.highlights-slider__slide {
  width: 100%;
  opacity: 0;
}
.highlights-slider__slide.is-selected {
  opacity: 1;
}
.highlights-slider__slide[aria-hidden="true"] {
  visibility: hidden;
}
.highlights-slider__bg-leaf {
  top: 30%;
  width: 75%;
  max-width: 600px;
  height: auto;
}
@media screen and (min-width: 475px) {
  .highlights-slider__bg-leaf {
    top: 35%;
  }
}
@media (min-width: 992px) {
  .highlights-slider__bg-leaf {
    top: 255px;
  }
}
.highlights-slider__dish-img {
  width: 92%;
  max-width: 600px;
}
@media (min-width: 992px) {
  .highlights-slider__dish-img {
    max-height: 550px;
  }
}
@media (min-width: 1366px) {
  .highlights-slider__dish-img {
    width: 100%;
  }
}
.highlights-slider__dish-img.is-cropped {
  padding: 15px 45px 70px;
  position: relative;
}
@media (min-width: 992px) {
  .highlights-slider__dish-img.is-cropped {
    padding: 45px 60px 85px;
  }
}
.highlights-slider__dish-img--front {
  max-height: none;
}
.highlights-slider__dish-details {
  color: #31506c;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .highlights-slider__dish-details {
    margin-left: 90px;
  }
}
@media (min-width: 992px) {
  .highlights-slider__dish-details {
    margin-left: calc(1000px / 12);
  }
}
@media (min-width: 1366px) {
  .highlights-slider__dish-details {
    margin-left: calc(1242px / 12);
  }
}
.highlights-slider__dish-details .fish {
  width: 68px;
  height: auto;
  transform: rotate(-2deg);
  transition: transform ease 250ms;
  position: absolute;
  top: -30px;
  left: -70px;
}
.highlights-slider__dish-details .dish-title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-top: 12px;
  transition: all ease 250ms;
}
@media (min-width: 992px) {
  .highlights-slider__dish-details .dish-title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.highlights-slider__dish-details .dish-title--front {
  padding-top: 62px;
}
@media (min-width: 992px) {
  .highlights-slider__dish-details .dish-title--front {
    padding-top: 0;
  }
}
.highlights-slider__dish-details .dish-country {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 10px;
  transition: all ease 250ms;
}
@media (min-width: 992px) {
  .highlights-slider__dish-details .dish-country {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 36px;
    margin-bottom: 18px;
  }
}
.highlights-slider__dish-details--front:hover {
  color: #f4ca79;
}
.highlights-slider__dish-details--front:hover .fish {
  transform: rotate(15deg);
}
.highlights-slider .c-wave-nav {
  display: none;
}
@media (min-width: 768px) {
  .highlights-slider .c-wave-nav {
    display: block;
    margin-left: 90px;
  }
}
@media (min-width: 992px) {
  .highlights-slider .c-wave-nav {
    margin-left: calc(1000px / 12);
  }
}
@media (min-width: 1366px) {
  .highlights-slider .c-wave-nav {
    margin-left: calc(1242px / 12);
  }
}
.highlights-slider .flickity-prev-next-button {
  top: 127px;
  background: 0 0;
  color: rgba(49, 80, 108, 0.5);
  transition: color ease 0.2s;
}
.highlights-slider .flickity-prev-next-button:active,
.highlights-slider .flickity-prev-next-button:hover {
  color: #31506c;
}
@media (max-width: 991.98px) {
  .highlights-slider .flickity-prev-next-button.next {
    right: -15px;
  }
  .highlights-slider .flickity-prev-next-button.previous {
    left: -15px;
  }
}
@media screen and (min-width: 475px) {
  .highlights-slider .flickity-prev-next-button {
    top: 34%;
  }
}
@media (min-width: 992px) {
  .highlights-slider .flickity-prev-next-button {
    top: 265px;
  }
}
.highlights-slider__content {
  order: 1;
}
@media (min-width: 768px) {
  .highlights-slider__content {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .highlights-slider__content {
    order: 2;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .highlights-slider__content {
    padding-left: 50px;
    padding-right: 60px;
  }
}
.highlights-slider__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 48px;
  font-weight: 500;
  color: #31506c;
  max-width: 320px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .highlights-slider__title {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.highlights-slider__text {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 25px;
  max-width: 260px;
  font-weight: 500;
  text-transform: uppercase;
  color: #31506c;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .highlights-slider__text {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
  }
}
.highlights-slider__buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.hl-posts {
  position: relative;
  margin-bottom: 30px;
  margin-top: -50px;
}
.hl-posts__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 80px);
  top: 80px;
}
@media (min-width: 768px) {
  .hl-posts__bg {
    height: calc(100% - 200px);
  }
}
.hl-posts__bg-top {
  display: block;
  margin-bottom: -2px;
}
.hl-posts__bg-bottom {
  display: block;
  margin-top: -2px;
}
.hl-posts__bg div {
  flex: 1;
  width: 100%;
  background: #4b8ebe;
}
.hl-posts .hl-posts__inner {
  padding-bottom: 50px;
  max-width: 1850px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hl-posts .hl-posts__inner {
    padding-bottom: 100px;
  }
}
.hl-posts .hl-posts__inner .flickity-viewport {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .hl-posts .hl-posts__inner .flickity-viewport {
    padding-bottom: 50px;
  }
}
.hl-posts .hl-posts__inner .flickity-prev-next-button {
  background: 0 0;
  color: rgba(255, 255, 255, 0.5);
  transition: color ease 0.2s;
}
.hl-posts .hl-posts__inner .flickity-prev-next-button:active,
.hl-posts .hl-posts__inner .flickity-prev-next-button:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .hl-posts .hl-posts__inner .flickity-prev-next-button.previous {
    left: 45px;
  }
  .hl-posts .hl-posts__inner .flickity-prev-next-button.next {
    right: 45px;
  }
}
@media (max-width: 991.98px) {
  .hl-posts .hl-posts__inner .flickity-prev-next-button.previous {
    left: 0;
  }
  .hl-posts .hl-posts__inner .flickity-prev-next-button.next {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .hl-posts .hl-posts__slide {
    flex-wrap: wrap;
  }
}
.hl-posts__text-col {
  padding-top: 75px;
  padding-bottom: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .hl-posts__text-col {
    padding-bottom: 140px;
  }
}
.hl-posts__subtitle {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hl-posts__subtitle {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
  }
}
.hl-posts__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .hl-posts__title {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 4px;
  }
}
.hl-posts__region {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.hl-posts .c-wave-divider {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hl-posts .c-btn {
    min-width: 240px;
  }
}
.hl-posts__img-col {
  max-height: 600px;
  max-width: 600px;
  padding-bottom: 25px;
}
.hl-posts__img-col img {
  transform: rotate(4deg);
  max-height: 100%;
  padding: 40px;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .hl-posts__img-col img {
    padding: 0 0 0 10px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .hl-posts__img-col img {
    padding: 30px;
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  .hl-posts__img-col img {
    padding: 40px;
  }
}
.hl-posts__slider-nav {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .hl-posts__slider-nav {
    bottom: 160px;
  }
}
.hl-posts__slider-nav .c-wave-nav {
  padding-left: 15px;
  width: 185px;
}
.hl-posts__slider-nav .c-wave-nav .progress img {
  max-width: 185px;
}
.whats-new {
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
.whats-new--featured-page {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .whats-new--featured-page {
    margin-top: 120px;
  }
}
.whats-new__primary-title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 70px;
  letter-spacing: 6px;
  line-height: 90px;
  font-weight: 500;
  color: #f4ca79;
  margin-bottom: 40px;
}
.whats-new__container {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .whats-new__container {
    margin-bottom: 160px;
    max-width: 1800px;
  }
}
.whats-new__img-col {
  max-width: 108%;
  flex: 0 0 108%;
  transform: rotate(-3deg);
  transform-origin: bottom;
  position: relative;
  left: -3%;
}
@media (min-width: 992px) {
  .whats-new__img-col {
    max-width: 66.666%;
    flex: 0 0 66.666%;
    left: auto;
    max-height: 750px;
    overflow: hidden;
  }
}
.whats-new__content-col {
  padding: 100px 62px 60px 32px;
  margin-top: -80px;
  max-width: 100%;
  flex: 0 0 100%;
  position: relative;
  transform: rotate(3deg);
  transform-origin: bottom;
  background: #f7ead1;
}
@media (min-width: 992px) {
  .whats-new__content-col {
    padding: 120px 90px 75px;
    margin-top: 0;
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: rotate(3deg) translateY(-50%);
  }
}
@media (min-width: 1666px) {
  .whats-new__content-col {
    z-index: 1;
  }
}
.whats-new__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  color: #31506c;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .whats-new__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 60px;
  }
}
.whats-new__text {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #31506c;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .whats-new__text {
    font-size: 15px;
  }
}
.whats-new .c-btn {
  position: absolute;
  left: 15px;
  bottom: -40px;
  padding-left: 55px;
  padding-right: 55px;
}
@media (min-width: 992px) {
  .whats-new .c-btn {
    left: 90px;
  }
}
.whats-new .c-wave-divider {
  margin-bottom: 25px;
  transform: rotate(0);
}
.whats-new .whats-new__icon {
  position: absolute;
  top: 30px;
  left: 35px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .whats-new .whats-new__icon {
    top: 50px;
    left: 45px;
    transition: all ease 0.2s;
  }
  .whats-new .whats-new__icon:hover {
    transform: rotate(-8deg);
  }
}
.whats-new__container:nth-child(3n-1) .whats-new__icon {
  width: 42px;
  height: 42px;
  background-image: url(../images/pineapple.svg);
  background-size: contain;
}
@media (min-width: 992px) {
  .whats-new__container:nth-child(3n-1) .whats-new__icon {
    width: 55px;
    height: 60px;
  }
}
.whats-new__container:nth-child(3n) .whats-new__icon {
  width: 55px;
  height: 55px;
  background-image: url(../images/surf-board.svg);
  background-size: contain;
}
@media (min-width: 992px) {
  .whats-new__container:nth-child(3n) .whats-new__icon {
    left: 55px;
    width: 58px;
    height: 58px;
  }
}
.whats-new__container:nth-child(3n-2) .whats-new__icon {
  width: 45px;
  height: 55px;
  background-image: url(../images/face_blue.svg);
  background-size: contain;
}
@media (min-width: 992px) {
  .whats-new__container:nth-child(3n-2) .whats-new__icon {
    left: 65px;
  }
}
.whats-new__container--even > .row {
  justify-content: flex-end;
}
.whats-new__container--even .whats-new__img-col {
  transform: rotate(3deg);
  right: -3%;
  left: auto;
}
@media (min-width: 992px) {
  .whats-new__container--even .whats-new__img-col {
    order: 2;
    right: 1.5%;
  }
}
.whats-new__container--even .whats-new__content-col {
  right: auto;
  transform-origin: top;
  right: -3%;
  left: auto;
  transform: rotate(-3deg);
}
@media (min-width: 992px) {
  .whats-new__container--even .whats-new__content-col {
    left: 3%;
    right: auto;
    z-index: 2;
    order: 1;
    transform-origin: bottom;
    transform: rotate(-3deg) translateY(-50%);
  }
}
.whats-new__container--even .c-wave-divider {
  transform: rotate(-1deg);
}
.whats-new__leaf {
  position: absolute;
  top: -6%;
  right: -10%;
  width: 50%;
}
@media (min-width: 992px) {
  .whats-new__leaf {
    right: -14%;
  }
}
.con-img {
  position: relative;
  padding-top: 100px;
  margin-bottom: 80px;
  z-index: 2;
}
@media (min-width: 992px) {
  .con-img {
    margin-bottom: 185px;
  }
}
.con-img .row {
  position: relative;
}
.con-img__container {
  margin-bottom: 160px;
  position: relative;
}
.con-img__img-col {
  max-width: 110%;
  flex: 0 0 110%;
  order: 1;
  margin-left: auto;
  padding-bottom: 40px;
  transform: rotate(3deg);
  transform-origin: bottom;
  position: relative;
  left: -5%;
  z-index: 1;
}
@media (min-width: 992px) {
  .con-img__img-col {
    order: 2;
    max-width: 68%;
    overflow: hidden;
    flex: 0 0 68%;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .con-img__img-col {
    min-height: 550px;
    max-height: 665px;
  }
}
@media (min-width: 1666px) {
  .con-img__img-col {
    max-height: 750px;
  }
}
.con-img__content-col {
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
  order: 2;
  z-index: 2;
  bottom: 0;
  left: 5px;
  top: -100px;
  transform: rotate(-4deg);
  transform-origin: top;
  padding: 30px 55px 35px 35px;
}
@media (min-width: 992px) {
  .con-img__content-col {
    order: 1;
    padding: 70px 60px 45px;
    position: absolute;
    left: 60px;
    top: auto;
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.con-img__content-col--white {
  background: #fff;
  color: #31506c;
}
.con-img__content-col--white p a {
  color: #31506c !important;
}
.con-img__content-col--white p a:hover {
  color: #31506c !important;
}
.con-img__content-col--yellow {
  background: #f7ead1;
  color: #31506c;
}
.con-img__content-col--blue {
  background: #4378a7;
  color: #fff;
}
.con-img__content-col--blue p a {
  color: #fff !important;
}
.con-img__content-col--blue p a:hover {
  color: #fff !important;
}
.con-img__content-col__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  font-weight: 500;
  max-width: 350px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .con-img__content-col__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.con-img__content-col__subheading {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
.con-img__content-col .c-wave-divider {
  transform: rotate(-1deg);
  margin-bottom: 25px;
}
.con-img__content-col__content {
  margin-bottom: 20px;
}
.con-img__content-col__logos img {
  max-width: 50%;
}
.con-img__content-col__logos img:first-child {
  margin-right: 25px;
}
.con-img__content-col .c-btn {
  padding-left: 55px;
  padding-right: 55px;
  margin-bottom: 0;
  min-width: 240px;
}
@media (min-width: 992px) {
  .con-img__content-col.no-buttons {
    bottom: auto;
    top: 50%;
    top: calc(50% + 40px);
    transform: rotate(-4deg) translateY(-50%);
  }
}
.con-img__content-col.has-button {
  bottom: 15%;
}
.con-img__content-col.has-button .c-btn {
  position: absolute;
  left: 15px;
  bottom: -30px;
}
@media (min-width: 992px) {
  .con-img__content-col.has-button .c-btn {
    left: 60px;
  }
}
@media (max-width: 991.98px) {
  .con-img__content-col.has-buttons .c-btn {
    min-width: 200px;
  }
}
.con-img__content-col.has-buttons .c-btn:nth-of-type(2) {
  position: absolute;
  bottom: -30px;
  left: 25px;
}
@media (min-width: 992px) {
  .con-img__content-col.has-buttons .c-btn:nth-of-type(2) {
    left: 60px;
  }
}
.con-img__leaf {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -80px;
  width: 18%;
  max-width: 282px;
  transform: rotate(255deg);
}
@media (max-width: 991.98px) {
  .con-img__leaf {
    right: -87px;
    width: 210px;
    max-width: 282px;
    transform: rotate(270deg);
  }
}
.con-img.is-reversed .con-img__content-col {
  bottom: auto;
  left: 30px;
  top: -120px;
  transform: rotate(3deg);
}
@media (min-width: 992px) {
  .con-img.is-reversed .con-img__content-col {
    bottom: 30px;
    left: auto;
    top: auto;
    right: 60px;
    transform: rotate(4deg);
  }
  .con-img.is-reversed .con-img__content-col.no-buttons {
    transform: rotate(4deg);
  }
}
@media (min-width: 1366px) {
  .con-img.is-reversed .con-img__content-col {
    bottom: 10%;
  }
}
.con-img.is-reversed .con-img__img-col {
  order: 1;
  transform: rotate(-3deg);
}
@media (min-width: 992px) {
  .con-img.is-reversed .con-img__img-col {
    order: 2;
    margin-left: 0;
    transform: rotate(-3deg);
  }
}
@media (max-width: 991.98px) {
  .con-img.is-reversed .con-img__leaf {
    top: -100px;
  }
}
@media (min-width: 992px) {
  .con-img.is-reversed .con-img__leaf {
    transform: rotate(-30deg);
    right: auto;
    left: -4%;
  }
}
.con-img-simple {
  color: #31506c;
}
.con-img-simple__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  font-weight: 500;
  margin: 30px 0 20px;
}
@media (min-width: 992px) {
  .con-img-simple__title {
    text-align: center;
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 70px;
  }
}
.con-img-simple__row {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .con-img-simple__row {
    margin-bottom: 110px;
  }
}
.con-img-simple__row .con-img-simple__img-col {
  transform: rotate(4deg);
}
.con-img-simple__row--reversed .con-img-simple__img-col {
  order: 2;
  transform: rotate(-4deg);
}
@media (min-width: 992px) {
  .con-img-simple__row--reversed .con-img-simple__img-col {
    order: 1;
  }
}
.con-img-simple__row--reversed .con-img-simple__text-col {
  order: 1;
}
@media (min-width: 992px) {
  .con-img-simple__row--reversed .con-img-simple__text-col {
    order: 2;
  }
}
.con-img-simple__text-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .con-img-simple__text-col {
    margin-bottom: 40px;
  }
}
.con-img-simple__heading {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 35px;
  font-weight: 400;
  color: #43a9e2;
  margin: 0 0 15px;
  max-width: 400px;
}
.con-img-simple .c-btn {
  display: inline-block;
  margin-bottom: 0;
}
.con-img-simple__img-col {
  transform: rotate(4deg);
}
.con-img-simple__img-col img {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
}
.con-img-simple__leaf {
  width: 45%;
  bottom: -25%;
  right: -12%;
  position: absolute;
  max-width: 1050px;
}
.three-cols {
  position: relative;
  color: #31506c;
}
.three-cols__inner {
  position: relative;
}
.three-cols__bg {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 95%;
  height: calc(100% - 145px);
}
@media (min-width: 992px) {
  .three-cols__bg {
    height: 80%;
  }
}
.three-cols__bg .top {
  margin-bottom: -5px;
}
.three-cols__bg div {
  background: #f7ead1;
  height: 100%;
}
@media (min-width: 992px) {
  .three-cols__bg div {
    height: 105%;
  }
}
.three-cols__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 70px;
  color: #31506c;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .three-cols__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 75px;
    letter-spacing: 4px;
    line-height: 90px;
  }
}
.three-cols__leaf {
  position: absolute;
  top: 0;
  right: -1%;
  transform: rotate(-100deg);
  max-width: 400px;
  width: 18%;
}
.three-cols__leaf.has-neg-margin {
  top: -75px;
}
@media (min-width: 992px) {
  .three-cols__leaf.has-neg-margin {
    top: -175px;
  }
}
@media (max-width: 991.98px) {
  .three-cols__leaf {
    width: 140px;
    right: -50px;
  }
}
.three-cols__col {
  margin-top: 0;
  margin-bottom: 65px;
  text-align: center;
}
@media (min-width: 992px) {
  .three-cols__col {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
.three-cols__col:nth-of-type(2) {
  margin-top: 0;
}
.three-cols__heading {
  margin-bottom: 25px;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .three-cols__heading {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 60px;
    font-weight: 500;
  }
}
.three-cols__img {
  margin-bottom: 20px;
  height: 260px;
}
@media (min-width: 992px) {
  .three-cols__img {
    height: 29vw;
    max-height: 400px;
  }
}
.three-cols__text {
  padding-left: 25px;
  padding-right: 25px;
}
.rewards {
  position: relative;
  padding-top: 290px;
  padding-bottom: 300px;
  margin-bottom: 130px;
}
@media (min-width: 992px) {
  .rewards {
    padding-bottom: 0;
    margin-bottom: 180px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.rewards__img1 {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -3%;
  transform: rotate(-14deg);
}
@media (min-width: 992px) {
  .rewards__img1 {
    transform: rotate(-6deg);
    top: 260px;
    bottom: auto;
    width: 45%;
    max-height: 475px;
  }
}
.rewards__img2 {
  position: absolute;
  top: 70px;
  right: -5%;
  transform: rotate(6deg);
  width: 74%;
  min-height: 360px;
}
@media (min-width: 992px) {
  .rewards__img2 {
    right: -20%;
    max-height: 650px;
  }
}
.rewards__leaf {
  position: absolute;
  top: 140px;
  left: -10%;
  width: 80%;
  max-width: 1000px;
  transform: rotate(15deg);
}
@media (min-width: 992px) {
  .rewards__leaf {
    top: -125px;
    left: -3%;
    width: 62%;
    transform: rotate(0);
  }
}
.rewards__content-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #4378a7;
  color: #fff;
  position: relative;
  padding: 60px 25px 30px;
}
@media (min-width: 992px) {
  .rewards__content-container {
    padding: 80px 25px 70px 68px;
  }
}
.rewards__content {
  flex: 0 0 100%;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .rewards__content {
    flex: 1;
  }
}
.rewards__roundel {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 30px;
  top: -50px;
}
@media (min-width: 992px) {
  .rewards__roundel {
    width: 162px;
    height: 162px;
    right: -94px;
    top: -112px;
  }
}
.rewards__roundel__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  animation: infinite-spinning 4.9s infinite linear;
}
.rewards__roundel__fish {
  position: absolute;
  top: 51%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 67%;
}
.rewards__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .rewards__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 100px;
    font-weight: 500;
  }
}
.rewards .c-btn {
  position: absolute;
  bottom: -50px;
  left: 68px;
}
@media (max-width: 991.98px) {
  .rewards .c-btn {
    padding: 22px 39px 19px;
    bottom: -42px;
    left: 45px;
  }
}
.rewards__features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .rewards__features {
    padding-top: 65px;
  }
}
.rewards__features .feature {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 35px;
}
.rewards__features .feature .icon {
  height: 65px;
  width: 82px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rewards__features .feature p {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 21px;
  max-width: 70%;
}
.con-icons-img {
  position: relative;
  padding-top: 290px;
  padding-bottom: 300px;
  margin-bottom: 130px;
}
@media (min-width: 992px) {
  .con-icons-img {
    padding-bottom: 0;
    margin-bottom: 180px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.con-icons-img__img1 {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -3%;
  transform: rotate(-14deg);
}
@media (min-width: 992px) {
  .con-icons-img__img1 {
    transform: rotate(-6deg);
    top: 260px;
    bottom: auto;
    width: 45%;
    max-height: 475px;
  }
}
.con-icons-img__img2 {
  position: absolute;
  top: 70px;
  right: -5%;
  transform: rotate(6deg);
  width: 74%;
  min-height: 360px;
}
@media (min-width: 992px) {
  .con-icons-img__img2 {
    right: -20%;
    max-height: 650px;
  }
}
.con-icons-img__leaf {
  position: absolute;
  top: 140px;
  left: -10%;
  width: 80%;
  max-width: 1000px;
  transform: rotate(15deg);
}
@media (min-width: 992px) {
  .con-icons-img__leaf {
    top: -75px;
    left: -3%;
    width: 62%;
    transform: rotate(0);
  }
}
.con-icons-img__content-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #4378a7;
  color: #fff;
  position: relative;
  padding: 60px 25px 30px;
}
@media (min-width: 992px) {
  .con-icons-img__content-container {
    padding: 80px 25px 70px 68px;
  }
}
.con-icons-img__content {
  flex: 0 0 100%;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .con-icons-img__content {
    flex: 1;
  }
}
.con-icons-img__roundel {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 30px;
  top: -50px;
}
@media (min-width: 992px) {
  .con-icons-img__roundel {
    width: 162px;
    height: 162px;
    right: -94px;
    top: -112px;
  }
}
.con-icons-img__roundel__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  animation: infinite-spinning 4.9s infinite linear;
}
.con-icons-img__roundel__fish {
  position: absolute;
  top: 51%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 67%;
}
.con-icons-img__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .con-icons-img__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 100px;
    font-weight: 500;
  }
}
.con-icons-img .c-btn {
  position: absolute;
  bottom: -50px;
  left: 68px;
}
@media (max-width: 991.98px) {
  .con-icons-img .c-btn {
    padding: 22px 39px 19px;
    bottom: -42px;
    left: 45px;
  }
}
.con-icons-img__icons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .con-icons-img__icons {
    padding-top: 65px;
  }
}
.con-icons-img__icons .icon-container {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 35px;
}
.con-icons-img__icons .icon-container .icon {
  height: 65px;
  width: 82px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.con-icons-img__icons .icon-container p {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 21px;
  max-width: 70%;
}
.ohana-title {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  font-family: "Renos Rough", arial;
  text-transform: uppercase;
}
.intro-text {
  font-family: "Nexa XBold";
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  text-shadow: 4px 4px 12px #000000e5;
  color: #fff;
  margin-top: 60px;
  text-transform: none !important;
}
.hero_section {
  padding: 160px 0 110px 0;
  position: relative;
}
.video-title {
  font-family: "Nexa XBold";
  font-size: 33px;
  font-weight: 800;
  line-height: 35px;
  text-align: center;
  color: #84bed8;
  text-shadow: 4px 4px 12px #000000e5;
  text-transform: none !important;
  margin-bottom: 75px;
}
.heading {
  font-family: "Nexa XBold";
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  color: #84bed8;
  text-shadow: 4px 4px 14px #000000e5;
  margin-bottom: 10px;
}
.subheading {
  font-family: "Nexa XBold";
  font-size: 25px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  text-shadow: 4px 4px 14px #000000e5;
  color: #fff;
  margin-bottom: 75px;
}
.video_link {
  max-width: 650px;
  width: 90%;
  border: 8px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 12px #000000e5;
}
.video_iframe {
  max-width: 650px;
  width: 90%;
  height: 400px;
  border: 8px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 12px #000000e5;
}
.footer-title {
  font-family: "Nexa XBold";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 4px 4px 12px #000000e5;
  text-transform: none !important;
  margin-bottom: 55px;
}
.footer_section {
  position: relative;
  padding-bottom: 105px;
  padding-top: 130px;
  margin-bottom: -105px;
}
.wave {
  position: absolute;
  max-width: 280px;
}
.rightwave {
  right: 0;
  top: 44%;
}
@media (max-width: 1199.98px) {
  .rightwave {
    right: -170px;
  }
}
@media only screen and (max-width: 768px) {
  .ohana-title {
    font-size: 24px;
    line-height: 30px;
  }
  .intro-text {
    font-size: 20px;
    line-height: 30px;
  }
  .video-title {
    font-size: 22px;
    line-height: 30px;
  }
  .heading {
    font-size: 22px;
    line-height: 30px;
  }
  .subheading {
    font-size: 18px;
    line-height: 28px;
  }
  .footer-title {
    font-size: 28px;
    line-height: 38px;
  }
  .foot-button {
    font-size: 18px;
  }
  .video_iframe {
    height: 220px;
  }
}
@media only screen and (max-width: 1200px) {
  .rightwave {
    right: -170px;
  }
  .leftwave {
    max-width: 90px;
    top: 44%;
  }
}
.leftwave {
  left: 0;
  top: 38%;
  transform: scaleX(-1);
}
.makewaves {
  max-width: 800px;
  margin-top: 30px;
}
.ohicon {
  position: absolute;
  width: auto;
}
.ohicon1 {
  top: 11%;
  left: -2%;
}
.ohicon2 {
  top: 23%;
  right: 0;
}
.ohicon3 {
  top: 26%;
  left: 0;
}
.ohicon4 {
  top: 48%;
  right: -6%;
}
.ohicon5 {
  top: 61%;
  left: -5%;
}
.ohicon6 {
  top: 71%;
  right: -3%;
}
.ohicon7 {
  top: 82%;
  left: 0;
}
.ohicon8 {
  top: 91%;
  right: 0;
}
.foot-button {
  padding: 20px 30px 15px 30px;
  border-radius: 40px;
  background-color: #fff;
  font-family: "Nexa XBold";
  font-size: 25px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  color: #30506c;
  text-transform: uppercase;
}
.playbutt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 159px;
}
.vidlink {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.video_section {
  margin-top: -100px;
  margin-bottom: -100px;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.video_section .container {
  position: relative;
}
.bluepaper {
  background-image: url(../images/bluepaper.jpg);
  background-size: cover;
}
.lightbluepaper {
  background-image: url(../images/lightbluepaper.png);
  background-size: cover;
}
.darkbluepaper {
  background-image: url(../images/darkbluepaper-tiled.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.our-partners {
  background: #2c4454;
  color: #fff;
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .our-partners {
    padding-bottom: 36px;
  }
}
.our-partners__top {
  margin-bottom: -1px;
  width: 105vw;
}
.our-partners__bottom {
  margin-top: -1px;
  width: 105vw;
}
.our-partners__bottom,
.our-partners__top {
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .our-partners__bottom,
  .our-partners__top {
    width: 250%;
    left: -76%;
  }
}
.our-partners__content {
  margin-bottom: 35px;
}
.our-partners__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 40px;
  max-width: 200px;
}
@media (min-width: 992px) {
  .our-partners__title {
    max-width: none;
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 70px;
    font-weight: 500;
  }
}
.our-partners__text {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 32px;
  padding-right: 50px;
  font-weight: 400;
  margin-top: -10px;
}
@media (min-width: 992px) {
  .our-partners__text {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 32px;
    padding-right: 0;
    margin-top: 0;
  }
}
.our-partners__logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .our-partners__logos {
    justify-content: space-between;
  }
}
.our-partners__logos__link {
  flex: 0 0 25%;
  height: 130px;
  width: auto;
  display: block;
}
.our-partners__logos img {
  width: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 130px;
}
@media (max-width: 991.98px) {
  .our-partners__logos img {
    margin-bottom: 30px;
    max-width: 134px;
  }
}
.our-partners__leaf {
  width: 225px;
  position: absolute;
  top: -120px;
  right: -13.5%;
  transform: rotate(-58deg);
}
@media (min-width: 992px) {
  .our-partners__leaf {
    width: 34%;
    max-width: 600px;
  }
}
.services {
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}
.services__bg {
  top: 140px;
  background-image: url(../images/bg-texture-blue--mobile.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 90% center;
}
@media (min-width: 992px) {
  .services__bg {
    top: 60px;
    background-size: 100%;
    background-position: center 65%;
    background-image: url(../images/bg-texture-blue.png);
  }
}
@media (min-width: 1966px) {
  .services__bg {
    background-size: 100% 70%;
    background-position: center 50%;
  }
}
.services.no-subheadings {
  background-position: center 75%;
}
.services__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 44px;
  font-weight: 500;
  color: #31506c;
}
@media (min-width: 992px) {
  .services__title {
    text-align: center;
    font-size: 50px;
    line-height: 52px;
  }
}
.services__title.has-large-margin {
  margin-bottom: 50px;
}
.services__subheading {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 35px;
  font-weight: 500;
  color: #31506c;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .services__subheading {
    text-align: center;
    margin-bottom: 25px;
  }
}
.services__subheading--2 {
  margin-top: 55px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .services__subheading--2 {
    margin-bottom: 20px;
  }
}
.services__inner {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .services__inner {
    justify-content: center;
    text-align: center;
  }
}
.services__inner.has-top-margin .services__service {
  margin-top: 60px;
}
.services__service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .services__service {
    display: block;
    width: 240px;
  }
}
.services__service img {
  width: 100px;
  height: 100px;
  margin: 20px 25px 10px 0;
}
@media (min-width: 992px) {
  .services__service img {
    width: 240px;
    height: 240px;
    margin: 0 auto;
  }
}
.services__service p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  margin-top: 11px;
}
@media (min-width: 992px) {
  .services__service--2 p {
    color: #31506c;
  }
}
.contact {
  color: #31506c;
  margin-bottom: 100px;
}
.contact__top {
  margin-bottom: -2px;
  display: block;
}
.contact__bottom {
  margin-top: -2px;
  display: block;
}
.contact__inner {
  background: #e2d4bb;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .contact__inner {
    padding-top: 100px;
  }
}
.contact__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}
.insta {
  margin-top: -100px;
  margin-bottom: -11vw;
  padding-top: 300px;
  padding-bottom: 200px;
  background-image: url(../images/leaf--bg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 280%;
  color: #31506c;
}
@media (min-width: 992px) {
  .insta {
    padding-bottom: calc(30px + 11vw);
    background-position: 80% 30%;
    padding-top: 200px;
    background-size: 150%;
  }
}
.insta__hashtag h2 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 45px;
  font-weight: 500;
  text-transform: lowercase;
}
@media (min-width: 992px) {
  .insta__hashtag h2 {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 65px;
    text-transform: lowercase;
  }
}
.insta__handle {
  text-align: right;
}
.insta__handle a {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 45px;
  text-transform: lowercase;
  font-weight: 500;
}
@media (min-width: 992px) {
  .insta__handle a {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 65px;
    text-transform: lowercase;
  }
}
#sbi_images {
  position: relative;
  height: 100vw;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #sbi_images {
    height: 50vw;
    margin-top: 0;
  }
}
#sbi_images .sbi_item {
  position: absolute;
  height: 50vw !important;
  width: 50vw !important;
}
@media (min-width: 992px) {
  #sbi_images .sbi_item {
    height: 20vw !important;
    width: 20vw !important;
  }
}
#sbi_images .sbi_item:nth-child(1) {
  top: 25vw;
  left: 0;
}
@media (min-width: 992px) {
  #sbi_images .sbi_item:nth-child(1) {
    top: 10vw;
  }
}
#sbi_images .sbi_item:nth-child(2) {
  top: 0;
  left: 50vw;
}
@media (min-width: 992px) {
  #sbi_images .sbi_item:nth-child(2) {
    left: 20vw;
  }
}
#sbi_images .sbi_item:nth-child(3) {
  top: 50vw;
  left: 50vw;
}
@media (min-width: 992px) {
  #sbi_images .sbi_item:nth-child(3) {
    top: 20vw;
    left: 20vw;
  }
}
#sbi_images .sbi_item:nth-child(4) {
  top: 10vw;
  left: 40vw;
}
#sbi_images .sbi_item:nth-child(5) {
  top: 30vw;
  left: 40vw;
}
#sbi_images .sbi_item:nth-child(6) {
  top: 20vw;
  left: 60vw;
}
#sbi_images .sbi_item:nth-child(7) {
  top: 10vw;
  left: 80vw;
}
@media (max-width: 991.98px) {
  #sbi_images .sbi_item:nth-child(4),
  #sbi_images .sbi_item:nth-child(5),
  #sbi_images .sbi_item:nth-child(6),
  #sbi_images .sbi_item:nth-child(7) {
    display: none !important;
  }
}
#sbi_images .sbi_photo_wrap:hover .sbi_photo {
  transition: all ease-in-out 0.8s;
}
.image-grid-small {
  color: #31506c;
  position: relative;
}
.image-grid-small__bg {
  background-image: url(../images/bg-texture-light-blue--mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 992px) {
  .image-grid-small__bg {
    background-image: url(../images/bg-texture-light-blue.png);
    background-size: 100% 100%;
  }
}
.image-grid-small__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 52px;
  font-weight: 500;
  position: relative;
}
.image-grid-small__inner {
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .image-grid-small__inner {
    flex-direction: row;
  }
}
.image-grid-small__item {
  flex: 0 0 20%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.image-grid-small__item img {
  max-width: 110px;
  margin: 0 auto;
}
.image-grid-small__item p {
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .image-grid-small__item p {
    margin-top: 20px;
    font-size: 16px;
  }
}
.image-grid-small.has-one-row {
  min-height: 375px;
}
.image-grid-small.has-one-row .image-grid-small__title {
  margin-bottom: 65px;
}
.image-grid-big {
  color: #31506c;
  position: relative;
  margin-bottom: 100px;
}
.image-grid-big__leaf {
  position: absolute;
  z-index: 0;
  transform: scaleX(-1) rotate(-30deg);
  width: 250%;
  left: -30%;
  top: 50px;
}
@media (min-width: 992px) {
  .image-grid-big__leaf {
    transform: scaleX(-1) rotate(-28deg);
    width: 88%;
    left: -15%;
    top: -300px;
    max-width: 1500px;
  }
}
.image-grid-big__leaf--yellow {
  width: 200%;
  top: 50px;
  transform: scaleX(-1) rotate(0);
}
@media (min-width: 992px) {
  .image-grid-big__leaf--yellow {
    width: 90%;
    max-width: 1200px;
    top: -52%;
    right: -10%;
    transform: scaleX(-1) rotate(30deg);
    left: auto;
  }
}
.image-grid-big__title-container {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .image-grid-big__title-container {
    margin-bottom: 65px;
  }
}
.image-grid-big__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .image-grid-big__title {
    margin-bottom: 20px;
  }
}
.image-grid-big__inner {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .image-grid-big__inner {
    flex-direction: column;
    align-items: center;
  }
}
.image-grid-big__item {
  padding: 0 20px;
}
.image-grid-big__image-container {
  width: 256px;
  height: 256px;
  max-width: 100%;
  margin: 0 auto;
}
.image-grid-big__image-container img {
  display: block;
  border-radius: 50%;
  height: 100%;
}
.image-grid-big__image-container h3 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  width: 80%;
  width: calc(100% - 50px);
  display: none;
}
.has-text .image-grid-big__image-container {
  position: relative;
}
.has-text .image-grid-big__image-container h3 {
  display: block;
}
.has-text .image-grid-big__image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(64, 50, 50, 0.36);
}
.image-grid-big__text {
  text-transform: uppercase;
  margin: 20px auto 20px;
}
@media (min-width: 992px) {
  .image-grid-big__text {
    max-width: 275px;
  }
}
.image-grid-big__text a {
  color: #43a9e2;
  text-decoration: underline;
}
.image-grid-big__text a:hover {
  text-decoration: underline;
}
.find-us {
  position: relative;
  margin-top: -100px;
  margin-bottom: -100px;
  padding-top: 170px;
  padding-bottom: 175px;
  color: #31506c;
}
@media (min-width: 992px) {
  .find-us {
    padding-top: 200px;
  }
}
.find-us__leaf {
  position: absolute;
  left: -25%;
  top: 10%;
  max-width: 1750px;
}
@media (min-width: 992px) {
  .find-us__leaf {
    top: -10%;
  }
}
.find-us__map-col {
  order: 2;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .find-us__map-col {
    order: 1;
    margin-top: 0;
  }
}
.find-us__map-col #find-us-map {
  height: 240px;
}
@media (min-width: 768px) {
  .find-us__map-col #find-us-map {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .find-us__map-col #find-us-map {
    height: 31vw;
    max-height: 600px;
  }
}
.find-us__map-col a {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-top: 20px;
  padding-right: 50px;
}
.find-us__text-col {
  order: 1;
}
@media (min-width: 992px) {
  .find-us__text-col {
    order: 2;
  }
}
.find-us__text-col h2 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.find-us__text-col h3 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 0;
}
.find-us__text-col .address {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .find-us__text-col .address h2 {
    margin-bottom: 10px;
  }
}
.find-us__text-col .address p {
  color: #4378a7;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
.find-us__text-col .team-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
.find-us__text-col .email,
.find-us__text-col .phone {
  margin-bottom: 20px;
}
.find-us__text-col .email a,
.find-us__text-col .phone a {
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .find-us__text-col .c-btn {
    min-width: 200px;
  }
}
.faqs {
  color: #31506c;
  margin-bottom: 75px;
}
.faqs__top {
  display: block;
}
.faqs__inner {
  background: #f7ead1;
  padding-top: 75px;
  padding-bottom: 75px;
}
.faqs__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991.98px) {
  .faqs__title {
    margin-bottom: 15px;
  }
}
.faqs__notice {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .faqs__notice {
    margin-bottom: 80px;
  }
}
.faqs__question-container {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(49, 80, 108, 0.1);
}
@media (min-width: 992px) {
  .faqs__question-container {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.faqs__question {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.faqs__question-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.faqs__question .question {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .faqs__question .question {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}
.faqs__question .toggle-icon {
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
  align-self: flex-start;
  flex: 0 0 17px;
}
@media (min-width: 992px) {
  .faqs__question .toggle-icon {
    width: 32px;
    height: 32px;
    top: 0;
  }
}
.faqs__question .toggle-icon .line {
  background: #31506c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  height: 2px;
  width: 100%;
  transition: width 250ms ease;
}
.faqs__question .toggle-icon .line-2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-active .faqs__question .toggle-icon .line-2 {
  width: 0;
}
.faqs__answer {
  display: none;
  padding-right: 30px;
  max-width: 660px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .faqs__answer {
    padding-top: 0;
  }
}
.is-active .faqs__answer {
  display: block;
}
section.wysiwyg {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #31506c;
}
@media (min-width: 992px) {
  section.wysiwyg {
    margin-bottom: 100px;
  }
}
.dd-menu {
  position: relative;
}
.dd-menu-container {
  color: #31506c;
}
.dd-menu__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 3px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .dd-menu__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
.dd-menu .selectric-js-dd-menu-select .selectric {
  height: 60px;
}
.dd-menu .selectric-js-dd-menu-select .selectric .button,
.dd-menu .selectric-js-dd-menu-select .selectric .label {
  height: 60px;
  line-height: 60px;
}
.dd-menu .c-btn {
  margin-top: 20px;
  pointer-events: none;
  opacity: 0.5;
  transition: all ease 0.4s;
}
.dd-menu .c-btn.is-active {
  pointer-events: all;
  opacity: 1;
}
.menu-item-text {
  position: relative;
  padding: 0 15px;
  margin-bottom: 50px;
}
.menu-item-text#media-slider-last {
  margin-bottom: 85px;
}
@media (min-width: 992px) {
  .menu-item-text {
    margin-bottom: 200px !important;
  }
}
.menu-item-text .container {
  position: relative;
}
@media (min-width: 1666px) {
  .menu-item-text .container {
    padding: 0 120px;
  }
}
@media (min-width: 1966px) {
  .menu-item-text .container {
    padding: 0 235px;
  }
}
.menu-item-text__image {
  padding: 0 15px;
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .menu-item-text__image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 142%;
    max-width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
  }
  .menu-item-text--is-flipped .menu-item-text__image {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1666px) {
  .menu-item-text__image {
    right: 120px;
  }
  .menu-item-text--is-flipped .menu-item-text__image {
    right: auto;
    left: 120px;
  }
}
@media (min-width: 1966px) {
  .menu-item-text__image {
    right: 235px;
  }
  .menu-item-text--is-flipped .menu-item-text__image {
    right: auto;
    left: 235px;
  }
}
.menu-item-text__title {
  position: relative;
  margin: -55px auto 45px;
  height: 120px;
  width: 302px;
  background-image: url(../images/bts-title-bg.svg);
  background-size: 302px 120px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .menu-item-text__title {
    margin: -25px auto 60px;
    background-image: url(../images/bts-title-bg-long.svg);
    background-size: 453px 167px;
    width: 511px;
    height: 167px;
  }
}
@media (min-width: 992px) {
  .menu-item-text__title.long-title {
    width: 511px;
    background-size: 511px 167px;
  }
}
.menu-item-text__title img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu-item-text__title h2 {
  padding: 0 60px 0 45px;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  top: calc(50% + 7px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  line-height: 31px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .menu-item-text__title h2 {
    padding: 0 90px 0 85px;
    font-size: 50px;
    line-height: 47px;
  }
}
.menu-item-text__title h2 span {
  font-family: fertigo-script, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  font-style: italic;
  text-transform: none;
}
@media (min-width: 992px) {
  .menu-item-text__title h2 span {
    font-size: 36px;
    line-height: 47px;
  }
}
.menu-item-text__title.long-title {
  max-width: 521px;
}
.menu-item-text__title.long-title h2 {
  font-size: 27px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .menu-item-text__title.long-title h2 {
    font-size: 40px;
    line-height: 37px;
    padding: 0 90px 0 55px;
  }
}
@media (min-width: 1200px) {
  .menu-item-text__title.long-title h2 {
    font-size: 50px;
    line-height: 47px;
  }
}
.menu-item-text__title.long-title h2 span {
  font-size: 19px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .menu-item-text__title.long-title h2 span {
    font-size: 36px;
    line-height: 47px;
  }
}
.menu-item-text__description {
  max-width: 360px;
  margin: 0 auto 100px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .menu-item-text__description {
    margin-bottom: 160px;
  }
}
.menu-item-text__bg {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100vw;
  height: calc(100% - 80px);
  background: #c8d981;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}
@media (min-width: 992px) {
  .menu-item-text__bg {
    top: 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 110px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 110px), 0 100%);
  }
}
.menu-item-text--is-flipped .menu-item-text__bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
}
@media (min-width: 992px) {
  .menu-item-text--is-flipped .menu-item-text__bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 110px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 110px));
  }
}
.menu-item-text--lime-green .menu-item-text__bg {
  background: #e2ea9a;
}
.menu-item-text--orange .menu-item-text__bg {
  background: #fec779;
}
.menu-item-text--yellow .menu-item-text__bg {
  background: #ede3b4;
}
.menu-item-text--red .menu-item-text__bg {
  background: #f48178;
}
.menu-item-text__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 180px;
  background: #e2ea9a;
  transform: rotate(-30deg) translate(-115px, 0);
}
.menu-item-text--lime-green .menu-item-text__bg::after {
  background: #d5e28f;
  left: auto;
  right: 0;
  transform: rotate(23deg) translate(120px, 30px);
}
.menu-item-text--orange .menu-item-text__bg::after {
  background: #f7d190;
  transform: rotate(-30deg) translate(-100px, 0);
}
.menu-item-text--yellow .menu-item-text__bg::after {
  background: #f4d99f;
  left: auto;
  right: 0;
  transform: rotate(15deg) translate(130px, 20px);
}
.menu-item-text--red .menu-item-text__bg::after {
  background: #fda8a1;
}
.menu-item-text--is-flipped .menu-item-text__title {
  background-image: url(../images/bts-title-bg--flipped.svg);
}
@media (min-width: 992px) {
  .menu-item-text--is-flipped .menu-item-text__title {
    background-image: url(../images/bts-title-bg-long--flipped.svg);
  }
}
.menu-item-text--is-flipped .menu-item-text__title img {
  transform: scaleX(-1);
}
.menu-item-text--is-flipped .menu-item-text__title h2 {
  padding: 0 40px 0 68px;
}
@media (min-width: 992px) {
  .menu-item-text--is-flipped .menu-item-text__title h2 {
    padding: 0 55px 0 130px;
  }
}
.media-slider {
  padding: 0 45px;
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .media-slider {
    margin-bottom: 120px;
  }
}
@media (min-width: 576px) {
  .media-slider__slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .media-slider__slider {
    display: block;
  }
}
.media-slider__slide {
  position: relative;
  margin-bottom: 50px;
}
.media-slider__slide:nth-child(4n-3) .content {
  transform: rotate(4deg);
}
.media-slider__slide:nth-child(4n-2) .content {
  transform: rotate(-2deg);
}
.media-slider__slide:nth-child(4n-1) .content {
  transform: rotate(7deg);
}
.media-slider__slide:nth-child(4n) .content {
  transform: rotate(-3deg);
}
@media (min-width: 576px) {
  .media-slider__slide {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (min-width: 992px) {
  .media-slider__slide {
    flex: auto;
    max-width: none;
    width: 40%;
  }
  .flickity-slider .media-slider__slide {
    margin-bottom: 0;
  }
  .media-slider__slide:nth-child(4n-3) .content {
    transform: rotate(4deg) scale(0.9);
  }
  .media-slider__slide:nth-child(4n-2) .content {
    transform: rotate(-2deg) scale(0.9);
  }
  .media-slider__slide:nth-child(4n-1) .content {
    transform: rotate(7deg) scale(0.9);
  }
  .media-slider__slide:nth-child(4n) .content {
    transform: rotate(-3deg) scale(0.9);
  }
}
.media-slider__slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.media-slider__slide > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-slider__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 77px;
  height: 80px;
  cursor: pointer;
}
.media-slider__arrow--next {
  right: 0;
  transform: translateY(-50%);
}
.media-slider__arrow--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.mailchimp-form {
  margin-top: -50px;
}
@media (min-width: 992px) {
  .mailchimp-form {
    margin-top: 65px;
  }
}
.mailchimp-form__title {
  font-size: 62px;
  letter-spacing: -0.5px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 25px;
  color: #2c4552;
}
@media (min-width: 992px) {
  .mailchimp-form__title {
    margin-bottom: 35px;
    font-size: 95px;
  }
}
.mailchimp-form input {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #395566;
  border: 1px solid #395566;
  background: 0 0;
  padding: 14px 20px 12px;
  margin-bottom: 20px;
  width: 100%;
}
.mailchimp-form input::-moz-placeholder {
  text-transform: uppercase;
  color: #395566;
}
.mailchimp-form input::placeholder {
  text-transform: uppercase;
  color: #395566;
}
@media (min-width: 992px) {
  .mailchimp-form input {
    padding: 14px 35px 12px;
  }
}
.mailchimp-form input[type="submit"] {
  display: none;
}
.mailchimp-form .c-btn {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .mailchimp-form .c-btn {
    margin-top: 15px;
  }
}
#wpadminbar {
  opacity: 0.2;
  transition: all ease 0.1s;
}
#wpadminbar:hover {
  opacity: 1;
}
.grecaptcha-badge {
  display: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  background: #f2f0ec;
  background-image: url(../images/bg-texture--full-min.jpg);
  background-size: 100% auto;
  background-repeat: repeat;
  font-family: din-condensed, sans-serif;
  margin: 0;
}
#page {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
.wf-loading {
  display: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-template-default:not(.home) .simple-page-content {
  margin-top: -50px;
  margin-bottom: 70px;
}
.page-template-default:not(.home) .c-wysiwyg {
  color: #31506c;
}
.page-template-default:not(.home) .c-wysiwyg h2,
.page-template-default:not(.home) .c-wysiwyg h3,
.page-template-default:not(.home) .c-wysiwyg h4 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.page-template-rewards .intro {
  margin-bottom: 440px;
}
@media (min-width: 992px) {
  .page-template-rewards .intro {
    margin-bottom: 200px;
  }
}
.page-template-rewards .intro__leaf {
  bottom: -35%;
}
@media (min-width: 768px) {
  .page-template-rewards .intro__leaf {
    left: -15%;
  }
}
@media (min-width: 992px) {
  .page-template-rewards .intro__leaf {
    bottom: -10%;
    left: -5%;
    width: 50%;
  }
}
.page-template-rewards .intro__leaf-2 {
  width: 160px;
  max-width: 316px;
  position: absolute;
  z-index: 3;
  transform: rotate(-90deg);
  top: auto;
  bottom: -165px;
  right: -65px;
}
@media (min-width: 992px) {
  .page-template-rewards .intro__leaf-2 {
    right: -100px;
    top: 20px;
    width: 20%;
  }
}
.page-template-rewards .intro__image {
  position: absolute;
  z-index: 2;
  bottom: -335px;
  width: 300px;
  max-width: 345px;
  right: 0;
  transform: rotate(7deg);
}
@media (min-width: 992px) {
  .page-template-rewards .intro__image {
    right: -30px;
    width: 25%;
    bottom: -50px;
  }
}
.page-template-rewards .intro__roundel {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -27px;
  right: 10%;
}
@media (min-width: 992px) {
  .page-template-rewards .intro__roundel {
    width: 184px;
    height: 184px;
  }
}
.page-template-rewards .intro__roundel__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  animation: infinite-spinning 4.9s infinite linear;
}
.page-template-rewards .intro__roundel__fish {
  position: absolute;
  top: 51%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 67%;
}
.page-template-rewards .how-it-works {
  color: #31506c;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-rewards .how-it-works {
    margin-bottom: 100px;
  }
}
.page-template-rewards .how-it-works__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-template-rewards .how-it-works__title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 60px;
  }
}
.page-template-rewards .how-it-works__step {
  margin-bottom: 130px;
}
@media (min-width: 992px) {
  .page-template-rewards .how-it-works__step {
    margin-bottom: 30px;
  }
}
.page-template-rewards .how-it-works__heading {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-template-rewards .how-it-works__icon {
  width: 120px;
  margin-bottom: 12px;
}
.page-template-rewards .how-it-works__text {
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-template-rewards .how-it-works__text {
    font-size: 16px;
  }
}
.page-template-rewards .how-it-works__arrow {
  position: absolute;
  transform: translateX(50%) rotate(90deg);
  width: 91px;
  right: 50%;
  bottom: -67px;
}
@media (min-width: 992px) {
  .page-template-rewards .how-it-works__arrow {
    bottom: auto;
    top: 55%;
    transform: translateY(-50%);
    right: -12%;
  }
}
.page-template-rewards .image-grid-small {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .page-template-rewards .image-grid-small {
    margin-bottom: 150px;
  }
}
.page-template-rewards .image-grid-small__bg {
  background-image: url(../images/bg-texture-rewards--mobile.png);
  background-size: auto;
}
@media (min-width: 992px) {
  .page-template-rewards .image-grid-small__bg {
    background-image: url(../images/bg-texture-rewards.png);
    background-size: 100% 100%;
  }
}
.page-template-rewards .vip-program {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-template-rewards .vip-program {
    padding-top: 100px;
  }
}
@media (min-width: 1966px) {
  .page-template-rewards .vip-program__container {
    position: relative;
  }
}
.page-template-rewards .vip-program__img-col {
  max-width: 110%;
  flex: 0 0 110%;
  margin-left: auto;
  padding-bottom: 40px;
  transform: rotate(3deg);
  transform-origin: top;
  position: relative;
  z-index: 1;
  order: 1;
}
.page-template-rewards .vip-program__img-col img {
  min-height: 360px;
}
@media (min-width: 992px) {
  .page-template-rewards .vip-program__img-col {
    max-width: 68%;
    flex: 0 0 68%;
    order: 0;
  }
  .page-template-rewards .vip-program__img-col img {
    min-height: none;
    max-height: 100%;
  }
}
@media (min-width: 1200px) {
  .page-template-rewards .vip-program__img-col {
    min-height: 550px;
    max-height: 665px;
  }
}
.page-template-rewards .vip-program__content-col {
  max-width: 105%;
  flex: 0 0 105%;
  position: relative;
  left: -2.5%;
  top: -100px;
  order: 2;
  z-index: 2;
  transform: rotate(-4deg);
  transform-origin: top;
  padding: 50px 70px 50px 45px;
  background: #2c4454;
  color: #fff;
}
@media (min-width: 992px) {
  .page-template-rewards .vip-program__content-col {
    position: absolute;
    top: auto;
    left: 60px;
    bottom: 100px;
    max-width: 35%;
    padding: 70px 90px 70px 60px;
    flex: 0 0 35%;
    order: 0;
  }
}
.page-template-rewards .vip-program__content-col__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 60px;
  color: #43a9e2;
  font-weight: 500;
  max-width: 350px;
  margin-bottom: 20px;
}
.page-template-rewards .vip-program__content-col__subheading {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 0;
}
.page-template-rewards .vip-program__content-col .c-wave-divider {
  transform: rotate(-1deg);
  margin-bottom: 10px;
}
.page-template-rewards .vip-program__content-col__content {
  margin-bottom: 20px;
}
.page-template-rewards .vip-program__features-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 86%;
  position: relative;
  margin-top: -120px;
  z-index: 2;
  max-width: 500px;
  margin-left: auto;
  padding: 35px 20px 5px;
  background: #4378a7;
  color: #fff;
  order: 3;
}
@media (min-width: 992px) {
  .page-template-rewards .vip-program__features-col {
    flex: 0 0 65%;
    max-width: 65%;
    order: 0;
    padding: 45px 40px 10px;
    margin-top: -220px;
  }
}
.page-template-rewards .vip-program__feature {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-template-rewards .vip-program__feature {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.page-template-rewards .vip-program__feature img {
  max-width: 67px;
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-template-rewards .vip-program__feature p {
  flex: 1;
  max-width: 210px;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 500;
  margin: 2px 0 0 15px;
}
.page-template-rewards .vip-program__stamp {
  position: absolute;
  z-index: 2;
  top: -80px;
  right: 10%;
  width: 150px;
  max-width: 252px;
}
@media (min-width: 992px) {
  .page-template-rewards .vip-program__stamp {
    top: -93px;
    width: 18%;
  }
}
@media (min-width: 1966px) {
  .page-template-rewards .vip-program__stamp {
    top: -15%;
  }
}
.page-template-rewards .con-img {
  margin-bottom: 125px;
}
.page-template-rewards .con-img__content-col {
  bottom: 0;
}
.page-template-rewards .con-img__content-col__subheading {
  margin-bottom: 10px;
}
.page-template-our-food .con-img {
  margin-top: 25px;
  margin-bottom: 150px;
}
@media (min-width: 992px) {
  .page-template-our-food .con-img__content-col {
    flex: 0 0 47%;
    max-width: 47%;
    bottom: -30px;
    padding-top: 60px;
  }
  .page-template-our-food .con-img__content-col.no-buttons {
    bottom: auto !important;
    margin-top: 60px !important;
  }
}
.page-template-our-food .three-cols {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-our-food .three-cols {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .page-template-our-food .three-cols__img {
    height: 26vw;
  }
}
@media (max-width: 991.98px) {
  .page-template-our-food .three-cols__leaf {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .page-template-our-food .image-grid-big {
    margin-bottom: 100px;
  }
}
.page-template-our-food .image-grid-big__text {
  text-transform: none;
}
@media (min-width: 992px) {
  .page-template-our-food .faqs {
    margin-bottom: 225px;
  }
}
@media (min-width: 992px) {
  .page-template-our-food .cta {
    padding-bottom: 200px;
  }
}
.page-template-about-us .intro .intro--about__tagline {
  width: 375px;
  max-width: 90%;
  margin-top: -20px;
  margin-bottom: 12px;
}
.page-template-about-us .intro .intro--about__map {
  width: 250px;
  right: -50px;
  top: -60px;
  max-width: 80%;
}
@media (min-width: 576px) {
  .page-template-about-us .intro .intro--about__map {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .page-template-about-us .intro .intro--about__map {
    width: 550px;
  }
}
.page-template-about-us .intro .intro--about__wc-stamp {
  top: -90px;
  left: -5%;
  max-width: 110px;
  transform: rotate(-7deg);
  z-index: 2;
}
@media (min-width: 576px) {
  .page-template-about-us .intro .intro--about__wc-stamp {
    top: -40px;
    left: -2%;
    max-width: 140px;
  }
}
@media (min-width: 992px) {
  .page-template-about-us .intro .intro--about__wc-stamp {
    left: 5%;
    max-width: 175px;
  }
}
.page-template-about-us .intro .intro--about__maui-stamp {
  bottom: -35px;
  right: -1%;
  max-width: 100px;
  transform: rotate(10deg);
}
@media (min-width: 576px) {
  .page-template-about-us .intro .intro--about__maui-stamp {
    bottom: -15px;
    max-width: 140px;
  }
}
@media (min-width: 992px) {
  .page-template-about-us .intro .intro--about__maui-stamp {
    bottom: 15px;
    right: 5%;
  }
}
.page-template-about-us .con-img {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-about-us .con-img {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .page-template-about-us .con-img#partners-1 .con-img__content-col {
    flex: 0 0 46%;
    max-width: 46%;
  }
}
@media (max-width: 991.98px) {
  .page-template-about-us .con-img-simple__leaf {
    bottom: 0;
  }
}
.page-template-menu .hl-posts {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .page-template-menu .hl-posts__slider-nav {
    bottom: 50px;
  }
}
.page-template-menu .menu-filter-mobile {
  margin-bottom: 40px;
}
.page-template-menu .menu-filter-mobile__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 4px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  color: #31506c;
}
@media (max-width: 767.98px) {
  .page-template-menu .menu-filter-mobile__title {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.page-template-menu .menu-filter-mobile .js-filter-control {
  opacity: 1;
  transition: all ease 0.1s;
}
.page-template-menu .menu-filter-mobile .js-filter-control.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.page-template-menu .menu-filter-mobile .selectric-wrapper {
  max-width: calc(100vw - 60px);
  margin: 0 auto;
}
.page-template-menu .menu-filter__menu-pdfs {
  margin: 0 -15px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-menu .menu-filter__menu-pdfs a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(100% - 30px);
  min-height: 45px;
  margin: 0 15px 14px;
  border: 1px solid #f4ca79;
  background: #f4ca79;
  color: #31506c;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .page-template-menu .menu-filter__menu-pdfs a {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .page-template-menu .menu-filter__menu-pdfs a {
    flex: 0 0 calc(20% - 30px);
  }
}
.page-template-menu .menu-filter__menu-pdfs a:hover {
  background: #f6d391;
  border-color: #f6d391;
}
.page-template-menu .menu-filter {
  background: #fff;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 25px;
  color: #31506c;
}
.page-template-menu .menu-filter__title {
  text-align: center;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 60px;
  font-weight: 500;
}
.page-template-menu .menu-filter .js-filter-control {
  opacity: 1;
  transition: all ease 0.1s;
}
.page-template-menu .menu-filter .js-filter-control.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.page-template-menu .menu-filter__menu-types {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px 25px;
}
.page-template-menu .menu-filter__menu-types .menu-type {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(20% - 30px);
  min-height: 45px;
  margin: 0 15px 14px;
  border: 1px solid #f4ca79;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  padding: 0 5px;
}
.page-template-menu .menu-filter__menu-types .menu-type.is-active {
  background: #f4ca79;
}
@media (min-width: 992px) {
  .page-template-menu .menu-filter__menu-types .menu-type:hover {
    background: #f4ca79;
  }
}
.page-template-menu .menu-filter .filterby {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-menu .menu-filter__dietary-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-menu .menu-filter__dietary-info .dietary-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .page-template-menu .menu-filter__dietary-info .dietary-info {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}
.page-template-menu
  .menu-filter__dietary-info
  .dietary-info
  input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  position: relative;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.page-template-menu
  .menu-filter__dietary-info
  .dietary-info
  input[type="checkbox"]::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  border: 1px solid #bccede;
}
.page-template-menu
  .menu-filter__dietary-info
  .dietary-info
  input[type="checkbox"]:checked::after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(../images/tick.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 2px;
}
.page-template-menu .menu-filter__dietary-info .dietary-info span {
  padding-left: 10px;
  word-break: break-word;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
}
.page-template-menu .menu-items {
  color: #31506c;
}
.page-template-menu .menu-items .no-items h1 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: 500;
}
.page-template-menu .menu-items__subheading {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
.page-template-menu .menu-items__menu-type {
  flex-wrap: wrap;
  display: none;
}
.page-template-menu .menu-items__menu-type.is-active {
  margin-bottom: 40px;
  display: flex;
}
.page-template-menu .menu-items__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 35px;
  display: none;
}
@media (min-width: 992px) {
  .page-template-menu .menu-items__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .page-template-menu .menu-items__item a {
    order: 2;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .page-template-menu .menu-items__item img {
    min-height: 110px;
  }
  .page-template-menu .menu-items__item-details {
    order: 1;
  }
}
.page-template-menu .menu-items__item-details {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex: 0 0 70%;
  padding-right: 20px;
}
.page-template-menu .menu-items__item .title {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 15px 7px 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-template-menu .menu-items__item .title {
    max-width: 100%;
    margin: 30px 0 15px;
  }
}
.page-template-menu .menu-items__item .description {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .page-template-menu .menu-items__item .description {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
  }
}
.page-template-menu .menu-items__item .price {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-template-menu .menu-items__item .price {
    margin: 30px 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 70px;
    text-align: right;
  }
}
.page-template-menu .menu-items__item.is-active {
  display: flex;
}
.page-template-menu .con-img {
  padding-top: 20px;
}
.page-template-catering #menu-2,
.page-template-catering #menu-3 {
  padding-top: 0;
}
.page-template-catering .con-img#con-img {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .page-template-catering .con-img#con-img {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
.page-template-catering .services {
  padding-top: 0;
}
.page-template-private-events .intro__leaf {
  left: auto;
  right: -14%;
  bottom: -50%;
  transform: none;
}
.page-template-private-events .con-img.is-reversed {
  margin-bottom: 120px;
}
.page-template-catering-and-private-events .con-img {
  padding-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-template-catering-and-private-events .con-img {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .page-template-catering-and-private-events .con-img.is-reversed {
    margin-bottom: 185px;
  }
}
@media (min-width: 992px) {
  .page-template-catering-and-private-events .con-img__content-col {
    bottom: 25% !important;
  }
  .page-template-catering-and-private-events .con-img__content-col.is-reversed {
    bottom: 25% !important;
  }
}
.page-template-catering-and-private-events .three-cols {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .page-template-catering-and-private-events .three-cols {
    margin-bottom: 125px;
  }
}
.page-template-careers #con-img-1 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-careers #con-img-1 {
    margin-bottom: 130px;
    padding-top: 135px;
  }
  .page-template-careers #con-img-1 .con-img__content-col {
    bottom: 130px;
  }
}
.page-template-careers .team__title {
  color: #31506c;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .page-template-careers .team__title {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }
}
.page-template-careers .team .con-img {
  padding-top: 0;
}
.page-template-careers .team .con-img-simple {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-careers .team .con-img-simple__leaf {
    bottom: auto;
    top: -450px;
  }
}
.page-template-careers .careers-leaf {
  width: 40%;
  max-width: 500px;
  z-index: 2;
  position: relative;
  left: 70%;
  margin-top: -100px;
  transform: rotate(15deg);
  width: 100%;
  margin-top: -160px;
}
@media (max-width: 991.98px) {
  .page-template-careers .careers-leaf {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-template-careers #con-img-3 {
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .page-template-careers #con-img-4 {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.page-template-whats-new .hl-posts {
  margin-bottom: 0;
}
.page-template-whats-new .hl-posts__bg {
  top: 50px;
}
.page-template-whats-new .hl-posts__inner {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .page-template-whats-new .hl-posts__inner {
    padding-bottom: 140px;
  }
}
.page-template-whats-new .hl-posts__text-col {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .page-template-whats-new .hl-posts__text-col {
    padding-bottom: 125px;
  }
}
.page-template-whats-new .hl-posts__slider-nav {
  bottom: 80px;
}
@media (min-width: 768px) {
  .page-template-whats-new .hl-posts__slider-nav {
    bottom: 185px;
  }
}
.page-template-whats-new .filterby {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-template-whats-new .wn-filter {
  color: #31506c;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-template-whats-new .wn-filter {
    margin-bottom: 85px;
    margin-top: 0;
  }
}
.page-template-whats-new .wn-filter .wn-tags {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.page-template-whats-new .wn-filter .wn-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
  border: 1px solid #f4ca79;
  min-height: 40px;
  min-width: 160px;
  text-transform: uppercase;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  margin-right: 9px;
  margin-bottom: 4px;
  transition: all ease 0.3s;
}
.page-template-whats-new .wn-filter .wn-tag.is-active,
.page-template-whats-new .wn-filter .wn-tag:hover {
  background: #f4ca79;
}
.page-template-whats-new .wn-filter .selectric-u-mobile-only {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-template-whats-new .wn-filter .selectric-u-mobile-only {
    display: none;
  }
}
.page-template-whats-new .post-grid {
  color: #31506c;
}
.page-template-whats-new .post-grid__item {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-template-whats-new .post-grid__item {
    margin-bottom: 80px;
  }
}
.page-template-whats-new .post-grid__item-title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-template-whats-new .post-grid__item-image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-template-whats-new .post-grid__item-image {
    height: 26vw;
    max-height: 380px;
  }
}
.page-template-whats-new .post-grid__item-image img {
  transition: all ease-in-out 0.8s;
  transform: scale(1);
  height: 100%;
}
.page-template-whats-new .post-grid__item-image:hover img {
  transform: scale(1.08);
}
.page-template-whats-new .post-grid__item-details .date {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .page-template-whats-new .post-grid__item-details .date {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 24px;
  }
}
.post-type-archive-location {
  color: #31506c;
}
@media (max-width: 991.98px) {
  .post-type-archive-location .top-banner__title {
    margin-bottom: 35px;
  }
}
.post-type-archive-location .toggle-location-view {
  text-align: center;
  position: relative;
}
.post-type-archive-location .toggle-location-view .view-toggle {
  margin: 0 28px;
  position: relative;
  cursor: pointer;
  transition: all ease 0.3s;
  opacity: 0.3;
}
.post-type-archive-location .toggle-location-view .view-toggle.is-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .post-type-archive-location .toggle-location-view .view-toggle {
    margin: 0 70px;
  }
}
.post-type-archive-location .toggle-location-view .view-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-size: contain;
  background-image: url(../images/wave-divider--blue.svg);
  background-repeat: no-repeat;
}
.post-type-archive-location .toggle-location-view .view-toggle:hover {
  opacity: 1;
}
.post-type-archive-location .toggle-location-view .view-toggle h2 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 3px;
}
@media (min-width: 992px) {
  .post-type-archive-location .toggle-location-view .view-toggle h2 {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 44px;
    font-weight: 400;
  }
}
.post-type-archive-location .find-loc {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (min-width: 992px) {
  .post-type-archive-location .find-loc {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.post-type-archive-location .find-loc__top {
  display: block;
  margin-bottom: -2px;
}
.post-type-archive-location .find-loc__inner {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .post-type-archive-location .find-loc__inner {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.post-type-archive-location .find-loc__text {
  max-width: 70vw;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .post-type-archive-location .find-loc__text {
    max-width: none;
    margin-bottom: 18px;
  }
}
.post-type-archive-location .find-loc__search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-type-archive-location .find-loc__search input[name="zipcode"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #b0c3d5;
  border-radius: 0;
  padding: 10px 0;
  text-transform: uppercase;
  width: 330px;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 24px;
  color: #31506c;
}
.post-type-archive-location
  .find-loc__search
  input[name="zipcode"]::-moz-placeholder {
  color: #b0c3d5;
}
.post-type-archive-location
  .find-loc__search
  input[name="zipcode"]::placeholder {
  color: #b0c3d5;
}
.post-type-archive-location .find-loc__search input[type="submit"] {
  cursor: pointer;
  margin-left: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: 0 0;
  opacity: 1;
  transition: opacity ease 0.3s;
  width: 36px;
  height: 36px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.post-type-archive-location .find-loc__search input[type="submit"]:hover {
  opacity: 0.7;
}
.post-type-archive-location .find-loc__error {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.7;
}
.post-type-archive-location .find-loc__leaf {
  position: absolute;
  right: -144px;
  width: 275px;
  top: -60px;
  transform: rotate(15deg);
}
@media (min-width: 992px) {
  .post-type-archive-location .find-loc__leaf {
    right: -6%;
    width: 33%;
    top: -130px;
    transform: rotate(0);
  }
}
.post-type-archive-location .locations-grid {
  margin-bottom: 50px;
  position: relative;
}
.post-type-archive-location .locations-grid .js-locations-container {
  transition: all ease 0.3s;
  opacity: 1;
  visibility: visible;
  justify-content: center;
}
.post-type-archive-location .locations-grid .js-locations-container.is-faded {
  opacity: 0;
  visibility: hidden;
}
.post-type-archive-location .locations-grid__item {
  text-align: center;
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .post-type-archive-location .locations-grid__item {
    margin-bottom: 110px;
  }
}
.post-type-archive-location .locations-grid__item h2 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 35px;
  font-weight: 500;
  color: #43a9e2;
}
.post-type-archive-location .locations-grid__item-image {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .post-type-archive-location .locations-grid__item-image {
    width: 242px;
    height: 242px;
  }
}
.post-type-archive-location .locations-grid__item-image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  transition: transform ease-in-out 750ms;
}
@media (min-width: 992px) {
  .post-type-archive-location .locations-grid__item-image:hover img {
    transform: scale(1.08);
  }
}
@media (min-width: 992px) {
  .post-type-archive-location .locations-grid__item .address {
    margin-bottom: 10px;
  }
}
.post-type-archive-location .locations-grid__leaf-1 {
  position: absolute;
  z-index: 0;
  top: -10%;
  left: -10%;
  width: 75%;
  transform: rotate(25deg);
}
@media (max-width: 991.98px) {
  .post-type-archive-location .locations-grid__leaf-1 {
    top: -170px;
    left: -40%;
    width: 300%;
    transform: rotate(35deg);
  }
}
.post-type-archive-location .locations-grid__leaf-2 {
  position: absolute;
  z-index: 0;
  bottom: 42%;
  right: -10%;
  width: 41%;
  transform: rotate(250deg) scale(-1);
}
@media (max-width: 991.98px) {
  .post-type-archive-location .locations-grid__leaf-2 {
    display: none;
  }
}
.post-type-archive-location .js-map-view-container {
  display: none;
}
.post-type-archive-location .locations-map {
  margin-bottom: 200px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .post-type-archive-location .locations-map {
    margin-top: 0;
  }
}
.post-type-archive-location .locations-map__map-container {
  margin-top: 50px;
  height: 340px;
}
@media (min-width: 768px) {
  .post-type-archive-location .locations-map__map-container {
    height: 440px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-location .locations-map__map-container {
    height: 550px;
  }
}
.post-type-archive-location .locations-map__map-container .gm-style-iw-d {
  color: #31506c;
}
.post-type-archive-location .locations-map__map-container .gm-style-iw-d h1 {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.post-type-archive-location .locations-map__map-container .gm-style-iw-d p {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 400;
}
.post-type-archive-location .locations-map__map-container .gm-style-iw-d a {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  color: #43a9e2;
}
.single-location #site-header .row {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.single-location.is-scrolled #site-header .row {
  background: #31506c;
}
.single-location .c-btn {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .single-location .container {
    max-width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .single-location .hero {
    margin-bottom: 40px;
  }
}
.single-location .hero__title {
  margin-top: 200px;
  color: #31506c;
}
.single-location .hero__stamp {
  max-width: 200px;
  transform: rotate(-20deg);
  bottom: -100px;
}
@media (max-width: 991.98px) {
  .single-location .hero__stamp {
    bottom: 50px;
    right: -30px;
    height: 140px;
  }
}
.single-location .hero .carousel {
  height: 391px;
}
.single-location .hero .carousel img {
  height: 391px;
}
.single-location .hero .carousel:after {
  background: rgba(255, 255, 255, 0.35);
}
@media (max-width: 991.98px) {
  .single-location .hero {
    margin-bottom: 100px;
  }
}
.single-location .location-intro {
  margin: 40px 0 80px;
  position: relative;
}
@media (min-width: 992px) {
  .single-location .location-intro {
    margin: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .single-location .location-intro__leaf {
    width: 300px;
    left: -20%;
  }
}
.single-location .location-intro__top {
  margin-bottom: -10px;
}
.single-location .location-intro__container {
  background: #fff;
  text-align: center;
  color: #31506c;
}
@media (max-width: 991.98px) {
  .single-location .location-intro__container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.single-location .location-intro__title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-location .location-intro__text {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 33px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .single-location .location-intro__text {
    margin-bottom: 40px;
  }
}
.single-location .location-intro__leaf {
  transform: rotate(180deg);
  position: absolute;
  left: -14.5%;
  bottom: 15%;
  width: 40%;
}
@media (max-width: 991.98px) {
  .single-location .location-intro__leaf {
    left: -28%;
    bottom: -9%;
    width: 60%;
  }
}
.single-location .location-360 {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .single-location .location-360 {
    padding-bottom: 20px;
  }
}
.single-location .location-360__container {
  margin: 0 auto;
  max-width: 818px;
}
.single-location .location-360__embed {
  width: 100%;
  margin-bottom: 15px;
}
.single-location .location-360__embed iframe {
  width: 100%;
}
.single-location .location-360__border {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-location .location-360__caption {
  width: 100%;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #31506c;
  text-transform: uppercase;
  font-weight: 600;
}
.single-location .location__times {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 991.98px) {
  .single-location .location__times {
    padding: 80px;
  }
}
.single-location .location__times-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-texture-rewards--mobile.png);
  background-repeat-x: repeat;
  background-size: 100% 100%;
}
@media (max-width: 1600px) {
  .single-location .location__times-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .single-location .location__times-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-location .location__times-col-content {
  position: relative;
  background-color: #fff;
  padding: 60px 60px 60px 60px;
  transform: rotate(5deg) translateX(-50px);
}
@media (max-width: 1600px) {
  .single-location .location__times-col-content {
    max-width: 500px !important;
  }
}
@media (max-width: 991.98px) {
  .single-location .location__times-col-content {
    transform: rotate(-5deg) translateX(15px);
    margin-top: -50px;
    display: inline-block;
    width: auto;
    padding: 40px 40px 50px 40px;
  }
}
.single-location .location__times-col-content h1 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 4.8px;
  line-height: 60px;
  font-weight: 400;
  color: #31506c;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .single-location .location__times-col-content h1 {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 4.5px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
.single-location .location__times-col-content .c-wave-divider {
  margin-bottom: 10px;
}
.single-location .location__times-col-content .c-btn {
  position: absolute;
  left: 50px;
  bottom: -40px;
}
.single-location .location__times-image {
  transform: rotate(-5deg);
}
@media (max-width: 991.98px) {
  .single-location .location__times-image {
    height: 360px;
    width: 120%;
    margin-left: -10%;
  }
  .single-location .location__times-image img {
    height: 360px;
  }
}
.single-location .location__times-list {
  padding: 0;
  list-style: none;
}
.single-location .location__times-list-item {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2.4px;
  line-height: 50px;
  color: #31506c;
  opacity: 0.6;
}
@media (max-width: 991.98px) {
  .single-location .location__times-list-item {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1.3px;
    line-height: 40px;
  }
}
.single-location .location__times-list-item.active {
  opacity: 1;
}
.single-location .location__times-list-item-day {
  display: inline-block;
  width: 150px;
}
@media (max-width: 991.98px) {
  .single-location .location__times-list-item-day {
    width: 100px;
  }
}
.single-location .location__times-happy {
  margin-top: 30px;
}
.single-location .location__times-happy-icon {
  width: 53px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .single-location .location__times-happy-icon {
    width: 25px;
  }
}
.single-location .location__times-happy-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-location .location__times-happy-text {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #31506c;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 70px);
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .single-location .location__times-happy-text {
    width: calc(100% - 40px);
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
  }
}
.single-location .find-us__mobile-header {
  display: none;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 4.5px;
  line-height: 64px;
  color: #31506c;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .single-location .find-us__mobile-header {
    display: block;
  }
}
.single-location .find-us h1 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 4.8px;
  line-height: 60px;
  color: #31506c;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .single-location .find-us h1 {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .single-location .find-us__map-col {
    order: 1;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.single-location .find-us__map-col a {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 1.8px;
  line-height: 30px;
  font-weight: 600;
}
.single-location .location-features {
  position: relative;
}
.single-location .location-features__background {
  position: absolute;
  top: -350px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .single-location .location-features__background {
    top: -3%;
  }
}
.single-location .location-features .con-img {
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .single-location .location-features .con-img {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.single-location .location-promos {
  text-align: center;
  position: relative;
}
.single-location .location-promos__background {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
}
@media (max-width: 1600px) {
  .single-location .location-promos__background {
    top: -20%;
    left: 0;
    width: auto;
    height: 120%;
  }
}
@media (max-width: 991.98px) {
  .single-location .location-promos__background {
    top: -20%;
    left: 0;
    width: auto;
    height: 150%;
  }
}
.single-location .location-promos .container {
  position: relative;
}
.single-location .location-promos h1 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 4.8px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .single-location .location-promos h1 {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 4.5px;
    line-height: 45px;
  }
}
.single-location .location-promos__slider {
  width: 100%;
  list-style: none;
  padding: 0;
}
.single-location .location-promos__slider .flickity-viewport {
  overflow: visible;
}
.single-location .location-promos__slider-item {
  width: 100%;
  height: 500px;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.single-location .location-promos__slider-item.is-selected {
  opacity: 1;
}
.single-location
  .location-promos__slider-item.is-selected
  .location-promos__slider-item-image-left {
  transform: rotate(-10deg) translateY(125px);
}
@media (max-width: 991.98px) {
  .single-location
    .location-promos__slider-item.is-selected
    .location-promos__slider-item-image-left {
    transform: none;
  }
}
.single-location
  .location-promos__slider-item.is-selected
  .location-promos__slider-item-image-right {
  transform: rotate(10deg) translateY(-300px);
}
@media (max-width: 991.98px) {
  .single-location
    .location-promos__slider-item.is-selected
    .location-promos__slider-item-image-right {
    transform: none;
  }
}
.single-location .location-promos__slider-item-image-left {
  display: inline-block;
  width: 30%;
  transition: transform 0.75s ease;
}
@media (max-width: 991.98px) {
  .single-location .location-promos__slider-item-image-left {
    display: block;
    width: 100%;
    transform: rotate(-5deg);
    margin-bottom: 20px;
  }
}
.single-location .location-promos__slider-item-image-left img {
  width: 350px;
  height: 350px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .single-location .location-promos__slider-item-image-left img {
    width: 250px;
    height: 250px;
  }
}
.single-location .location-promos__slider-item-image-right {
  display: inline-block;
  width: 30%;
  transition: transform 0.75s ease;
}
@media (max-width: 991.98px) {
  .single-location .location-promos__slider-item-image-right {
    display: none;
  }
}
.single-location .location-promos__slider-item-image-right img {
  width: 558px;
  height: 403px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-location .location-promos__slider-item-content {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding: 10px 30px;
}
@media (max-width: 991.98px) {
  .single-location .location-promos__slider-item-content {
    width: 100%;
  }
}
.single-location .location-promos__slider-item-content-title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 2.8px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 37px;
}
@media (max-width: 991.98px) {
  .single-location .location-promos__slider-item-content-title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2.4px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.single-location .location-promos__slider-item-content-copy {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 18px;
  max-width: 408px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .single-location .location-promos__slider-item-content-copy {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 33px;
  }
}
.single-location .location-promos__arrows {
  width: 100%;
  top: 35%;
  position: absolute;
}
.single-location .location-promos__arrows-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  cursor: pointer;
  transition: transform 0.25s ease;
}
@media (max-width: 991.98px) {
  .single-location .location-promos__arrows-left {
    width: 73px;
  }
}
.single-location .location-promos__arrows-left img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-location .location-promos__arrows-left:hover {
  transform: scale(1.05);
}
.single-location .location-promos__arrows-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  cursor: pointer;
  transition: transform 0.25s ease;
}
@media (max-width: 991.98px) {
  .single-location .location-promos__arrows-right {
    width: 73px;
  }
}
.single-location .location-promos__arrows-right img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-location .location-promos__arrows-right:hover {
  transform: scale(1.05);
}
.single-location .location-team {
  padding-top: 450px;
  position: relative;
}
@media (max-width: 991.98px) {
  .single-location .location-team {
    padding-top: 80px;
    margin-top: 200px;
    margin-bottom: 50px;
  }
}
.single-location .location-team__leaf {
  width: 800px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .single-location .location-team__leaf {
    top: 0;
    width: 250px;
  }
}
.single-location .location-team__image-left {
  position: absolute;
  top: 300px;
  left: 0;
  width: 678px;
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .single-location .location-team__image-left {
    display: none;
  }
}
.single-location .location-team__image-left img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-location .location-team__image-right {
  position: absolute;
  top: 200px;
  right: 0;
  width: 978px;
  transform: rotate(10deg);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .single-location .location-team__image-right {
    top: 0;
    width: 340px;
  }
}
.single-location .location-team__image-right img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-location .location-team__box {
  background-color: #4378a7;
  padding: 60px;
  max-width: 924px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box {
    padding: 60px 30px 30px 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.single-location .location-team__box h1 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 4.8px;
  line-height: 100px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box h1 {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 4.8px;
    line-height: 70px;
  }
}
.single-location .location-team__box-member {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box-member {
    text-align: left;
  }
}
.single-location .location-team__box-member-image {
  width: 128px;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box-member-image {
    width: 67px;
  }
}
.single-location .location-team__box-member-image img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box-member-image img {
    width: 67px;
    height: 67px;
  }
}
.single-location .location-team__box-member-content {
  width: calc(100% - 128px);
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box-member-content {
    width: calc(100% - 67px);
    padding-left: 20px;
  }
}
.single-location .location-team__box-member-content-title {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 2.8px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box-member-content-title {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1.7px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
.single-location .location-team__box-member-content-job {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1.7px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box-member-content-job {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 40px;
  }
}
.single-location .location-team__box-member-content-copy {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box-member-content-copy {
    display: none;
  }
}
.single-location .location-team__box-member-content-copy-mobile {
  display: none;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box-member-content-copy-mobile {
    display: block;
  }
}
.single-location .location-team__box .c-btn {
  position: absolute;
  bottom: -50px;
}
@media (max-width: 991.98px) {
  .single-location .location-team__box .c-btn {
    bottom: auto;
    right: auto;
    position: relative;
  }
}
.single-post .hero {
  margin-bottom: 70px;
}
.single-post-date {
  color: #43a9e2;
  margin-bottom: 0;
}
.single-post .wysiwyg {
  margin-bottom: 30px;
}
.single-post-back-to-blog {
  color: #4378a7;
  padding-left: 32px;
  position: relative;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 34px;
  margin-bottom: 30px;
  display: inline-block;
}
.single-post-back-to-blog::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 17px;
  height: 11px;
  background-size: contain;
  background-image: url(../images/arrow-left--blue.svg);
  transition: all ease 0.3s;
}
.single-post-back-to-blog:hover::before {
  left: -4px;
}
.page-id-722 .wysiwyg#mod-2 {
  margin-top: -100px;
}
.page-id-722 .wysiwyg#mod-2 .c-wysiwyg img {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  background: #fff;
  padding: 12px;
}
@media (max-width: 991.98px) {
  .page-id-722 .image-grid-small__bg {
    background-size: 100% 100%;
  }
}
.page-template-modular-page section {
  margin-bottom: 85px;
}
@media (min-width: 992px) {
  .page-template-modular-page section {
    margin-bottom: 130px;
  }
}
.page-template-modular-page .hero {
  margin-bottom: 80px;
}
.page-template-modular-page .top-banner#mod-1 {
  margin-bottom: 0;
}
.page-template-modular-page .top-banner:not(#mod-1) h1 {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .page-template-modular-page .top-banner + .con-img {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .page-template-modular-page .con-img {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-template-modular-page .con-img.is-reversed {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-template-modular-page .highlights-slider {
    margin-bottom: 40px;
  }
}
.page-template-modular-page .image-grid-small {
  margin-bottom: 100px;
}
.page-id-1547 .hero {
  margin-bottom: 0;
}
.page-id-1547 .hero .carousel,
.page-id-1547 .hero .carousel img {
  max-height: 400px;
}
.page-id-1547 .intro--advanced {
  margin-top: 0;
}
.page-id-1547 .c-wysiwyg p {
  font-size: 19px;
  line-height: 32px;
}
.page-template-contact .top-banner__title {
  margin-bottom: 0;
}
.page-template-contact .intro {
  margin-top: 0;
  color: #31506c;
  text-align: center;
}
.page-template-contact .intro-container {
  background-color: #fff;
  padding-bottom: 0;
}
.page-template-contact .intro__contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-template-contact .intro__contact-info {
    flex-direction: row;
  }
}
.page-template-contact .intro__contact-info > div {
  margin: 0 20px 20px;
  flex: 1;
  max-width: 280px;
}
.page-template-contact .intro__contact-info h3 {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 40px;
  margin-bottom: 0;
}
.page-template-contact .intro__contact-info a {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-decoration: underline;
}
.page-template-contact .intro__contact-info a:hover {
  text-decoration: underline;
}
.page-template-contact .contact-tabs {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .page-template-contact .contact-tabs {
    margin-bottom: 150px;
  }
}
.page-template-contact .contact-tabs__tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.page-template-contact .contact-tabs__tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4378a7;
  opacity: 0.4;
  transition: opacity ease 0.8s;
  flex: 1;
  text-align: center;
  color: #fff;
  min-height: 100px;
  padding: 20px;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 3px;
  line-height: 25px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .page-template-contact .contact-tabs__tabs .tab {
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 4px;
    line-height: 35px;
    font-weight: 400;
  }
}
.page-template-contact .contact-tabs__tabs .tab:not(.is-active):hover {
  opacity: 0.5;
}
.page-template-contact .contact-tabs__tabs .tab.is-active {
  opacity: 1;
}
.page-template-contact .contact-tabs__forms {
  background: #4b8ebe;
  padding: 70px 0 50px;
}
.page-template-contact .contact-tabs__forms .container {
  display: none;
}
.page-template-contact .contact-tabs__forms .container.is-active {
  display: block;
}
.page-template-contact
  .contact-tabs__forms
  .container
  .c-form
  .wpcf7-list-item-label,
.page-template-contact .contact-tabs__forms .container .c-form label {
  color: #fff;
}
.page-template-contact
  .contact-tabs__forms
  .container
  .c-form
  .wpcf7-not-valid-tip,
.page-template-contact
  .contact-tabs__forms
  .container
  .c-form
  .wpcf7-response-output {
  color: #fff;
}
.page-template-reservation .reservation {
  margin-bottom: 80px;
  color: #31506c;
}
.page-template-reservation .reservation label {
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.page-template-reservation
  .reservation
  .selectric-js-reservation-select
  .selectric {
  height: 60px;
}
.page-template-reservation
  .reservation
  .selectric-js-reservation-select
  .selectric
  .button,
.page-template-reservation
  .reservation
  .selectric-js-reservation-select
  .selectric
  .label {
  height: 60px;
  line-height: 60px;
}
.page-template-reservation .reservation .c-btn {
  margin-top: 20px;
  pointer-events: none;
  opacity: 0.5;
  transition: all ease 0.4s;
}
.page-template-reservation .reservation .c-btn.is-active {
  pointer-events: all;
  opacity: 1;
}
.page-template-beyond-the-sea {
  color: #31506c;
}
.bts-hero {
  position: relative;
  z-index: 2;
  margin-top: 130px;
}
@media (min-width: 992px) {
  .bts-hero {
    margin-top: 165px;
  }
}
.bts-hero__logo-col {
  padding: 0 15px;
  width: 100%;
  flex: 1;
  max-width: 500px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .bts-hero__logo-col {
    margin-bottom: 0;
  }
}
.bts-hero__logo-col .logo {
  display: block;
  margin: 0 auto 50px;
  width: 275px;
}
@media (min-width: 992px) {
  .bts-hero__logo-col .logo {
    margin: 75px auto 50px;
  }
}
@media (min-width: 1366px) {
  .bts-hero__logo-col .logo {
    margin-top: 105px;
  }
}
.bts-hero__logo-col .wave {
  margin-bottom: 33px;
  width: 87px;
}
.bts-hero__logo-col p {
  font-family: fillip, sans-serif;
  font-weight: 400;
  color: #395566;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
.bts-hero__img-col {
  position: relative;
  padding: 0 15px;
  width: 100%;
  flex: 1 0 100%;
}
@media (min-width: 992px) {
  .bts-hero__img-col {
    flex: 0 0 35%;
    width: 35%;
    max-width: 450px;
  }
}
.bts-hero__img-col .green-bg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 515px;
  max-width: 335px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .bts-hero__img-col .green-bg {
    max-height: 600px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .bts-hero__img-col .green-bg {
    max-height: 630px;
    max-width: 425px;
  }
}
@media (min-width: 1666px) {
  .bts-hero__img-col .green-bg {
    max-height: 660px;
    max-width: 455px;
  }
}
.bts-hero__img-col .fg-img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 30px;
  height: 500px;
  max-height: 100%;
  transform: rotate(7deg);
}
@media (min-width: 1366px) {
  .bts-hero__img-col .fg-img {
    height: 595px;
  }
}
@media (min-width: 1666px) {
  .bts-hero__img-col .fg-img {
    height: 615px;
  }
}
.bts-hero__img-col .video {
  position: absolute !important;
  top: 0;
  left: 50%;
  height: 100%;
  transform: rotate(-7deg) translateX(-50%);
}
@media (min-width: 992px) {
  .bts-hero__img-col .video {
    top: 10px;
    left: 35px;
    transform: rotate(-7deg);
  }
}
@media (min-width: 1366px) {
  .bts-hero__img-col .video {
    left: 45px;
  }
}
@media (min-width: 1666px) {
  .bts-hero__img-col .video {
    top: 15px;
  }
}
.bts-hero__img-col .video video {
  height: 490px;
  max-height: 100%;
}
@media (min-width: 1366px) {
  .bts-hero__img-col .video video {
    height: 590px;
  }
}
@media (min-width: 1666px) {
  .bts-hero__img-col .video video {
    height: 620px;
  }
}
.bts-hero__img-col--right .green-bg {
  float: right;
  max-height: 490px;
  max-width: 370px;
}
@media (min-width: 1366px) {
  .bts-hero__img-col--right .green-bg {
    max-height: 570px;
  }
}
@media (min-width: 1666px) {
  .bts-hero__img-col--right .green-bg {
    max-height: 615px;
    max-width: 420px;
  }
}
.bts-intro {
  margin: -115px 0 50px;
}
@media (min-width: 992px) {
  .bts-intro {
    margin: -65px 0 80px;
  }
}
@media (min-width: 1366px) {
  .bts-intro {
    margin-top: -110px;
  }
}
.bts-intro__inner {
  background: #31506c;
}
.bts-intro__wave {
  display: block;
  width: 100vw;
  height: auto;
}
.bts-intro__wave--top {
  position: relative;
  bottom: -1px;
}
.bts-intro__wave--bottom {
  position: relative;
  top: -1px;
}
.bts-intro__content {
  text-align: center;
  padding: 175px 15px 50px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bts-intro__content {
    max-width: 560px;
  }
}
@media (min-width: 992px) {
  .bts-intro__content {
    padding-top: 85px;
  }
}
.bts-intro__content .c-wyswiyg {
  margin-bottom: 35px;
}
.bts-intro__content .c-wyswiyg p {
  letter-spacing: 0;
}
.bts-intro__heading {
  font-family: fertigo-script, sans-serif;
  font-size: 39px;
  line-height: 47px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .bts-intro__heading {
    font-size: 46px;
    line-height: 55px;
  }
}
.bts-dishes-intro {
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .bts-dishes-intro {
    margin-bottom: 140px;
  }
}
.bts-dishes-intro img {
  display: block;
  margin: 0 auto;
  max-width: 327px;
}
@media (min-width: 992px) {
  .bts-dishes-intro img {
    max-width: 845px;
  }
}
.bts-form {
  padding: 0 15px;
  margin: 80px 0 60px;
}
@media (min-width: 992px) {
  .bts-form {
    margin: 110px 0 85px;
  }
}
.bts-form__header {
  display: block;
  max-width: 300px;
  margin: 0 auto 21px;
}
@media (min-width: 992px) {
  .bts-form__header {
    max-width: 611px;
    margin-bottom: 50px;
  }
}
.bts-form__intro {
  font-size: 18px;
  line-height: 21px;
  max-width: 637px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .bts-form__intro {
    letter-spacing: 0.5px;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}
.bts-form__form {
  max-width: 824px;
  margin: 0 auto;
}
.bts-form__form input[type="email"],
.bts-form__form input[type="text"] {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #395566;
  border: 1px solid #395566;
  background: 0 0;
  padding: 16px 20px;
  margin-bottom: 20px;
  width: 100%;
}
.bts-form__form input[type="email"]::-moz-placeholder,
.bts-form__form input[type="text"]::-moz-placeholder {
  text-transform: uppercase;
  color: #395566;
}
.bts-form__form input[type="email"]::placeholder,
.bts-form__form input[type="text"]::placeholder {
  text-transform: uppercase;
  color: #395566;
}
@media (min-width: 992px) {
  .bts-form__form input[type="email"],
  .bts-form__form input[type="text"] {
    padding: 17px 35px;
  }
}
.bts-form__form select {
  margin-bottom: 35px;
}
.bts-form__form .js-bts-form-message {
  margin-bottom: 12px;
}
.bts-bot-content {
  padding: 0 15px;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .bts-bot-content {
    margin-bottom: 120px;
  }
}
.bts-bot-content h2 {
  font-family: fillip, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  color: #395566;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .bts-bot-content h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 35px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  -webkit-font-smoothing: antialiased;
}
.pac-pl-bg-navy {
  background: #253843;
}
.pac-pl-hero {
  position: relative;
  z-index: 2;
  margin-top: 130px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .pac-pl-hero {
    margin-top: 165px;
  }
}
.pac-pl-hero img {
  max-width: 100%;
  width: 674px;
  margin: 0 auto;
}
.pac-pl-hero h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: fillip, sans-serif;
  color: #2272a6;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .pac-pl-hero h2 {
    font-size: 65px;
    line-height: 78px;
  }
}
.pac-pl-hero h2 span {
  font-family: fertigo-script, sans-serif;
  position: relative;
  color: #2c3e49;
  font-size: 80px;
  line-height: 100px;
  text-transform: none;
  top: -20px;
  display: block;
}
@media (min-width: 992px) {
  .pac-pl-hero h2 span {
    top: 7px;
    font-size: 97px;
    line-height: 117px;
    display: inline;
  }
}
.pac-pl-hero p {
  font-size: 18px;
  line-height: 24px;
  color: #2c4552;
  margin-top: -15px;
}
@media (min-width: 992px) {
  .pac-pl-hero p {
    margin-top: 0;
    font-size: 21px;
    line-height: 28px;
  }
}
.pac-pl-hero__flowers {
  margin-top: 32px;
}
.pac-pl-hero__flowers img {
  width: 207px;
  margin: 0 auto;
  display: block;
}
.pac-pl-country .text-col {
  flex: 1;
}
@media (min-width: 992px) {
  .pac-pl-country .text-col {
    text-align: right;
  }
}
.pac-pl-country .text-col h2 {
  padding-left: 80px;
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 104px;
  font-weight: 400;
  font-family: fertigo-script, sans-serif;
  text-transform: none;
  color: #2d4455;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .pac-pl-country .text-col h2 {
    font-size: 86px;
  }
}
.pac-pl-country .text-col h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center;
}
.pac-pl-country .text-col p {
  font-size: 18px;
  line-height: 24px;
  margin-top: -17px;
  padding-left: 82px;
}
@media (min-width: 992px) {
  .pac-pl-country .text-col p {
    margin-top: -10px;
    font-size: 21px;
    line-height: 28px;
    padding-left: 0;
  }
}
.pac-pl-country .text-col.has-flower-offset {
  text-align: left;
}
.pac-pl-country .text-col.has-flower-offset p {
  padding-left: 82px;
}
.pac-pl-country .img-col {
  width: 100%;
}
@media (min-width: 992px) {
  .pac-pl-country .img-col {
    width: auto;
  }
}
.pac-pl-country .img-col img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .pac-pl-country .img-col img {
    padding-right: 10px;
    max-width: none;
  }
}
.pac-pl-country--hawaii .row {
  padding: 0 4.5vw;
}
@media (min-width: 992px) {
  .pac-pl-country--hawaii .img-col {
    flex: 0 0 54%;
    max-width: 54%;
  }
}
@media (min-width: 992px) {
  .pac-pl-country--hawaii .text-col {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .pac-pl-country--hawaii .text-col {
    padding-top: 120px;
  }
}
.pac-pl-country--hawaii .text-col h2::before {
  width: 68px;
  height: 68px;
  background-image: url(../images/hawaiian-flower.png);
  background-size: 68px 68px;
}
@media (min-width: 992px) {
  .pac-pl-country--japan {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .pac-pl-country--japan {
    margin-top: -60px;
  }
}
@media (max-width: 991.98px) {
  .pac-pl-country--japan .row {
    padding: 0 4.5vw;
  }
}
@media (min-width: 992px) {
  .pac-pl-country--japan .img-col {
    flex: 0 0 54%;
    max-width: 54%;
  }
}
@media (min-width: 992px) {
  .pac-pl-country--japan .text-col {
    padding: 110px 70px 0 0;
  }
}
@media (min-width: 1200px) {
  .pac-pl-country--japan .text-col {
    padding-top: 140px;
  }
}
.pac-pl-country--japan .text-col h2::before {
  width: 62px;
  height: 63px;
  background-image: url(../images/japanese-flower.png);
  background-size: 62px 63px;
}
.pac-pl-country--korea .row {
  padding: 0 4.5vw;
}
@media (min-width: 992px) {
  .pac-pl-country--korea .row {
    padding: 0 4.5vw 0 0;
  }
}
@media (min-width: 992px) {
  .pac-pl-country--korea {
    margin-top: -45px;
  }
}
@media (min-width: 1200px) {
  .pac-pl-country--korea {
    margin-top: -110px;
  }
}
@media (min-width: 992px) {
  .pac-pl-country--korea .img-col {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
@media (min-width: 992px) {
  .pac-pl-country--korea .text-col {
    position: relative;
    left: -12px;
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .pac-pl-country--korea .text-col {
    padding-top: 180px;
  }
}
.pac-pl-country--korea .text-col h2::before {
  width: 61px;
  height: 66px;
  background-image: url(../images/korean-flower.png);
  background-size: 61px 66px;
}
@media (min-width: 992px) {
  .pac-pl-country .c-btn {
    margin-top: 50px;
  }
}
.pac-pl-items__img-wrap {
  height: 205px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pac-pl-items__img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pac-pl-items h3 {
  font-size: 37px;
  line-height: 45px;
  color: #f8f8ee;
  font-family: fillip, sans-serif;
  font-weight: 400;
}
.pac-pl-items h3.cursive {
  font-size: 40px;
  font-weight: 400;
  color: #fdcb78;
  font-family: fertigo-script, sans-serif;
  line-height: 47px;
  text-transform: none;
  margin-top: -14px;
}
.pac-pl-items p {
  color: #f6f6ee;
  font-size: 18px;
  line-height: 24px;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .pac-pl-items p {
    font-size: 21px;
    line-height: 28px;
  }
}
.pac-pl-items .c-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .pac-pl-highlight-1 {
    margin-top: -50px;
  }
}
.pac-pl-highlight-1 img {
  width: 950px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.pac-pl-highlight-1 h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 51px;
  color: #3c84b5;
  font-family: fillip, sans-serif;
  margin: 20px 0 0;
}
.pac-pl-highlight-1 h2 span {
  display: block;
  font-size: 64px;
  line-height: 44px;
  font-family: fertigo-script, sans-serif;
  color: #2d4455;
  text-transform: none;
}
@media (min-width: 992px) {
  .pac-pl-highlight-1 h2 span {
    display: inline;
    vertical-align: baseline;
    font-size: 86px;
    line-height: 104px;
  }
}
.pac-pl-highlight-1 p {
  font-size: 18px;
  line-height: 24px;
  color: #2c4552;
  width: 530px;
  max-width: 100%;
  margin: 12px auto 50px;
}
@media (min-width: 992px) {
  .pac-pl-highlight-1 p {
    font-size: 21px;
    line-height: 28px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 992px) {
  .pac-pl-highlight-2 {
    margin-top: -50px;
  }
}
.pac-pl-highlight-2__img {
  display: block;
  width: 930px;
  max-width: 90%;
  margin: -150px auto 0;
}
@media (min-width: 992px) {
  .pac-pl-highlight-2__img {
    margin-top: -400px;
    position: relative;
    left: -5px;
  }
}
@media (min-width: 1200px) {
  .pac-pl-highlight-2__img {
    margin-top: -455px;
    left: 10px;
  }
}
@media (min-width: 1366px) {
  .pac-pl-highlight-2__img {
    margin-top: -490px;
  }
}
@media (min-width: 1666px) {
  .pac-pl-highlight-2__img {
    margin-top: -550px;
  }
}
.pac-pl-highlight-2 h2 {
  position: relative;
  display: inline-block;
  font-family: fillip, sans-serif;
  color: #f6f5f0;
  font-size: 42px;
  line-height: 51px;
  font-weight: 400;
  padding-left: 64px;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .pac-pl-highlight-2 h2 {
    margin-top: 0;
    padding-left: 84px;
    text-align: center;
  }
}
.pac-pl-highlight-2 h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  background-repeat: no-repeat;
  background-position: center;
  width: 53px;
  height: 50px;
  background-image: url(../images/ube-flower.png);
  background-size: 53px 50px;
}
@media (min-width: 992px) {
  .pac-pl-highlight-2 h2::before {
    top: 3px;
    width: 73px;
    height: 70px;
    background-size: 73px 70px;
  }
}
.pac-pl-highlight-2 h2 span {
  font-size: 64px;
  line-height: 64px;
  text-transform: none;
  color: #fdcb78;
  font-family: fertigo-script, sans-serif;
}
@media (min-width: 992px) {
  .pac-pl-highlight-2 h2 span {
    font-size: 86px;
    line-height: 104px;
  }
}
.pac-pl-highlight-2 p {
  color: #f6f6ee;
  font-size: 18px;
  line-height: 24px;
  margin-top: -4px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .pac-pl-highlight-2 p {
    font-size: 21px;
    line-height: 28px;
    margin-top: -19px;
  }
}
.pac-pl-highlight-2 .c-btn {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .pac-pl-highlight-2 .c-btn {
    margin-bottom: 0;
  }
}
.pac-pl-bot-content {
  margin: 60px 0 75px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .pac-pl-bot-content {
    margin-bottom: 90px;
  }
}
.pac-pl-bot-content h2 {
  font-family: fillip, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  color: #395566;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .pac-pl-bot-content h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 35px;
  }
}
.the-box-slider-section .titleimage {
  max-width: 350px;
}
@media screen and (max-width: 1199px) {
  .the-box-slider-section .text-col {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 990px) {
  .the-box-slider-section .text-col {
    margin-bottom: 40px;
  }
}
.the-box-slider-section .boxarea .flowerframe {
  max-width: 900px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 990px) {
  .the-box-slider-section .boxarea .flowerframe {
    display: none;
  }
}
.the-box-slider-section .boxarea .sliderimage {
  display: inline-block;
  width: 670px;
  height: 460px;
  margin-top: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}
.the-box-slider-section .boxarea .sliderimage img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1666px) {
  .the-box-slider-section .boxarea .sliderimage {
    width: calc(100% - 203px);
    height: 435px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .the-box-slider-section .boxarea .sliderimage {
    width: calc(100% - 203px);
    height: 400px;
    margin-top: 115px;
  }
}
@media screen and (max-width: 1199px) {
  .the-box-slider-section .boxarea .sliderimage {
    width: calc(100% - 300px);
    height: 470px;
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .the-box-slider-section .boxarea .sliderimage {
    width: 100%;
    height: auto;
  }
}
.page-template-noodle-time {
  background-image: url(../images/noodle-time-bg.jpg);
  background-size: cover;
}
.page-template-noodle-time h2,
.page-template-noodle-time h3,
.page-template-noodle-time h4,
.page-template-noodle-time p {
  font-weight: 100;
  text-transform: none;
}
.page-template-noodle-time .content .container {
  max-width: 1242px;
}
.noodle-time-overlay {
  background: #000;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
  position: fixed;
  width: 100%;
}
.noodle-time-hero {
  padding: 110px 0 50px;
}
@media (min-width: 576px) {
  .noodle-time-hero {
    padding: 150px 0 70px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-hero {
    padding: 200px 0 100px;
  }
}
@keyframes flicker {
  from {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  25% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
.noodle-time-hero img {
  animation: flicker 2s infinite;
  height: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .noodle-time-hero img {
    height: 210px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .noodle-time-hero img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .noodle-time-hero img {
    height: 370px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-hero img {
    height: 480px;
  }
}
.noodle-time-hero h1 {
  color: #e5cee0;
  font-family: tripper-rough, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 45px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 576px) {
  .noodle-time-hero h1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .noodle-time-hero h1 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (min-width: 992px) {
  .noodle-time-hero h1 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-hero h1 {
    font-size: 112px;
    line-height: 112px;
  }
}
.noodle-time-hero h3 {
  color: #efdf51;
  font-family: itc-american-typewriter, serif;
  font-size: 30px;
  margin: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .noodle-time-hero h3 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .noodle-time-hero h3 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .noodle-time-hero h3 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-hero h3 {
    font-size: 52px;
  }
}
.noodle-time-intro-title {
  padding-bottom: 40px;
  text-align: right;
}
@media (min-width: 576px) {
  .noodle-time-intro-title {
    padding-bottom: 60px;
  }
}
.noodle-time-intro-title h2 {
  color: #fff;
  font-family: tripper, sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .noodle-time-intro-title h2 {
    padding-right: 150px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .noodle-time-intro-title h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .noodle-time-intro-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-intro-title h2 {
    font-size: 60px;
    line-height: 60px;
    padding-right: 200px;
  }
}
.noodle-time-intro-title img {
  display: none;
  height: auto;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 150px;
}
@media (min-width: 576px) {
  .noodle-time-intro-title img {
    display: block;
  }
}
@media (min-width: 1200px) {
  .noodle-time-intro-title img {
    width: 200px;
  }
}
.noodle-time-meal {
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .noodle-time-meal {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .noodle-time-meal {
    padding: 90px 0;
  }
}
.noodle-time-meal .background-blur {
  height: 110%;
  mix-blend-mode: color;
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: -1;
  width: auto;
}
.noodle-time-meal--text-right .background-blur {
  right: 0;
}
.noodle-time-meal--text-right .noodle-time-meal__image {
  order: 1;
}
.noodle-time-meal--text-right .noodle-time-meal__content {
  order: 2;
  text-align: center;
}
@media (min-width: 576px) {
  .noodle-time-meal--text-right .noodle-time-meal__content {
    text-align: left;
  }
}
.noodle-time-meal--text-left .background-blur {
  left: 0;
}
.noodle-time-meal--text-left .noodle-time-meal__image {
  align-items: end;
}
@media (min-width: 768px) {
  .noodle-time-meal--text-left .noodle-time-meal__image {
    order: 2;
  }
}
.noodle-time-meal--text-left .noodle-time-meal__content {
  text-align: center;
}
@media (min-width: 576px) {
  .noodle-time-meal--text-left .noodle-time-meal__content {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .noodle-time-meal--text-left .noodle-time-meal__content {
    order: 1;
  }
}
.noodle-time-meal h2 {
  color: #fff;
  font-family: tripper, sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .noodle-time-meal h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-meal h2 {
    font-size: 70px;
  }
}
.noodle-time-meal h3 {
  color: #fff;
  font-family: tripper, sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .noodle-time-meal h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-meal h3 {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
.noodle-time-meal h4 {
  color: #fff;
  font-family: itc-american-typewriter, serif;
  font-size: 20px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .noodle-time-meal h4 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-meal h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.noodle-time-meal p {
  color: #fff;
  font-family: itc-american-typewriter, serif;
  font-size: 15px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .noodle-time-meal p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-meal p {
    font-size: 25px;
    line-height: 30px;
  }
}
.noodle-time-meal__image img {
  height: auto;
  margin: 0 auto 50px;
  width: 80%;
}
@media (min-width: 768px) {
  .noodle-time-meal__image img {
    width: calc(100% - 50px);
  }
}
.noodle-time-outside-the-box {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .noodle-time-outside-the-box {
    padding: 50px 0 100px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-outside-the-box {
    padding: 150px 0 100px;
  }
}
.noodle-time-outside-the-box h2 {
  color: #fff;
  font-family: tripper, sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .noodle-time-outside-the-box h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .noodle-time-outside-the-box h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-outside-the-box h2 {
    font-size: 60px;
  }
}
.noodle-time-outside-the-box h3 {
  color: #efdf51;
  font-family: itc-american-typewriter, serif;
  font-size: 20px;
}
@media (min-width: 768px) {
  .noodle-time-outside-the-box h3 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .noodle-time-outside-the-box h3 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-outside-the-box h3 {
    font-size: 44px;
  }
}
.noodle-time-outside-the-box__card {
  text-align: center;
}
.noodle-time-outside-the-box__card img {
  height: 300px;
  width: auto;
}
@media (min-width: 992px) {
  .noodle-time-outside-the-box__card img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-outside-the-box__card img {
    height: 540px;
  }
}
.noodle-time-outside-the-box__card h2 {
  font-family: tripper, sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .noodle-time-outside-the-box__card h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-outside-the-box__card h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
.noodle-time-outside-the-box__card p {
  color: #fff;
  font-family: itc-american-typewriter, serif;
  font-size: 15px;
}
@media (min-width: 992px) {
  .noodle-time-outside-the-box__card p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-outside-the-box__card p {
    font-size: 25px;
  }
}
.noodle-time-ctas {
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .noodle-time-ctas {
    padding-bottom: 150px;
  }
}
.noodle-time-ctas .background-blur {
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: -35px;
  z-index: -1;
}
@media (min-width: 992px) {
  .noodle-time-ctas .background-blur {
    top: -65px;
  }
}
.noodle-time-ctas h2 {
  color: #efdf51;
  font-family: tripper, sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .noodle-time-ctas h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-ctas h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
.noodle-time-ctas a {
  color: #fff;
  display: block;
  font-family: tripper-rough, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  transition: 0.2s;
  transform: rotate(-5deg) scale(1);
}
.noodle-time-ctas a:hover {
  transform: rotate(-5deg) scale(1.1);
}
@media (min-width: 576px) {
  .noodle-time-ctas a {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .noodle-time-ctas a {
    font-size: 47px;
  }
}
.page-template-ocean-of-prizes .hero-section {
  position: relative;
  padding: 120px 30px 188px 30px;
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .hero-section {
    padding: 160px 30px 188px 30px;
  }
}
.page-template-ocean-of-prizes .hero-section__logo {
  max-width: 820px;
  max-height: 752px;
  width: 64vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-template-ocean-of-prizes .hero-section__logo {
    width: 60vw;
  }
}
@media screen and (min-width: 992px) {
  .page-template-ocean-of-prizes .hero-section__logo {
    width: 55vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .hero-section__logo {
    width: 64vw;
  }
}
.page-template-ocean-of-prizes .hero-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.page-template-ocean-of-prizes .hero-section__heading-img {
  margin-top: 55px;
}
@media screen and (min-width: 576px) {
  .page-template-ocean-of-prizes .hero-section__heading-img {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-ocean-of-prizes .hero-section__heading-img {
    margin-top: 65px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-ocean-of-prizes .hero-section__heading-img {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .hero-section__heading-img {
    margin-top: 75px;
  }
}
.page-template-ocean-of-prizes .form-section {
  position: relative;
  width: 100vw;
  padding: 0 0 45px 0;
  margin-top: -156px;
}
@media screen and (min-width: 576px) {
  .page-template-ocean-of-prizes .form-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-template-ocean-of-prizes .form-section__bg {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: calc(100% - 26px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: -1;
}
.page-template-ocean-of-prizes .form-section__form {
  position: relative;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-ocean-of-prizes .form-section__form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page-template-ocean-of-prizes .form-section__form-elems {
  padding: 50px 60px 32px 60px;
}
@media screen and (min-width: 430px) {
  .page-template-ocean-of-prizes .form-section__form-elems {
    padding: 50px 70px 32px 80px;
  }
}
@media screen and (min-width: 576px) {
  .page-template-ocean-of-prizes .form-section__form-elems {
    padding: 50px 82px 32px 120px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-ocean-of-prizes .form-section__form-elems {
    padding: 50px 94px 32px 160px;
  }
}
.page-template-ocean-of-prizes .form-section__form-elem {
  position: relative;
  margin-bottom: 16px;
}
.page-template-ocean-of-prizes .form-section__form-elem--submit {
  margin-bottom: 0;
  padding-top: 5px;
}
.page-template-ocean-of-prizes .form-section__form-elem--messages p {
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  line-height: 1.26;
}
.page-template-ocean-of-prizes .form-section__label {
  display: block;
  font-family: glodok, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #f6f6ef;
  margin-top: 5px;
}
.page-template-ocean-of-prizes .form-section__input-container {
  position: relative;
  border-radius: 24px;
  border: 2px solid #fff;
}
.page-template-ocean-of-prizes .form-section__input-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: rgba(255, 174, 0, 0.16);
  border: 1px solid #fff;
  pointer-events: none;
}
.page-template-ocean-of-prizes .form-section__input {
  background: 0 0;
  outline: 0;
  width: 100%;
  border-radius: 24px;
  border: 0;
  padding: 14px 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #f7c114;
}
.page-template-ocean-of-prizes .form-section__submit-btn {
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
.page-template-ocean-of-prizes .form-section__submit-btn-text {
  font-family: glodok, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #f6f6ef;
  text-shadow: 4.98px 4.98px 0 rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.page-template-ocean-of-prizes .form-section__graphic {
  display: none;
}
.page-template-ocean-of-prizes .form-section__graphic--tiki {
  position: absolute;
  bottom: calc(0px - (4.86vw) - 45px);
  left: -9.72vw;
  width: 27.63vw;
}
@media screen and (min-width: 576px) {
  .page-template-ocean-of-prizes .form-section__graphic--tiki {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .form-section__graphic--tiki {
    bottom: -70px;
    left: -160px;
    width: 398px;
  }
}
.page-template-ocean-of-prizes .form-section__graphic--palm-tree {
  position: absolute;
  bottom: -66px;
  right: 58px;
  width: 434px;
  transform: translateX(100%);
}
@media screen and (min-width: 992px) {
  .page-template-ocean-of-prizes .form-section__graphic--palm-tree {
    display: block;
  }
}
.page-template-ocean-of-prizes .form-section__shadow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 183px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .form-section__shadow {
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
  }
}
.page-template-ocean-of-prizes .ig-section {
  position: relative;
  margin-top: -14vw;
  padding: 164px 0 0;
  z-index: 2;
}
@media screen and (min-width: 400px) {
  .page-template-ocean-of-prizes .ig-section {
    margin-top: -12vw;
  }
}
@media screen and (min-width: 576px) {
  .page-template-ocean-of-prizes .ig-section {
    margin-top: -8vw;
  }
}
@media screen and (min-width: 576px) {
  .page-template-ocean-of-prizes .ig-section {
    margin-top: -8vw;
  }
}
@media screen and (min-width: 660px) {
  .page-template-ocean-of-prizes .ig-section {
    margin-top: -6.94vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .ig-section {
    margin-top: -100px;
  }
}
.page-template-ocean-of-prizes .ig-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: -1;
}
.page-template-ocean-of-prizes .ig-section__heading {
  padding: 0 15px;
  width: 100%;
  font-family: brandon-grotesque, sans-serif;
  font-size: 35px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: center;
  color: #204d60;
  text-shadow: 0 3.25px 0 rgba(0, 122, 127, 0.15);
  text-transform: none;
}
.page-template-ocean-of-prizes .ig-section__steps-container {
  position: relative;
  height: 740px;
  width: 100vw;
}
.page-template-ocean-of-prizes .ig-section__steps-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 774px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page-template-ocean-of-prizes .ig-section__steps-bg--back {
  z-index: 1;
}
.page-template-ocean-of-prizes .ig-section__steps-bg--front {
  z-index: 3;
}
.page-template-ocean-of-prizes .ig-section__palm-tree {
  display: none;
  position: absolute;
  left: -3.75vw;
  bottom: 120px;
  width: 419px;
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .ig-section__palm-tree {
    display: block;
  }
}
.page-template-ocean-of-prizes .ig-section__starfish {
  position: absolute;
  z-index: 3;
  display: none;
}
@media screen and (min-width: 992px) {
  .page-template-ocean-of-prizes .ig-section__starfish {
    display: block;
  }
}
.page-template-ocean-of-prizes .ig-section__starfish--purple {
  left: 15vw;
  width: 74px;
  bottom: 10.76vw;
}
.page-template-ocean-of-prizes .ig-section__starfish--red {
  right: 14.93vw;
  width: 59px;
  bottom: 12.15vw;
}
.page-template-ocean-of-prizes .ig-section__steps-inner {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% + 16px);
  transform: translate(-50%, -50%);
  width: 205px;
  z-index: 4;
}
.page-template-ocean-of-prizes .ig-section__step {
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  line-height: 1.26;
  color: #204d60;
  margin-bottom: 3px;
}
.page-template-ocean-of-prizes .ig-section__step-arrow {
  width: 19px;
  height: 19px;
  display: block;
  margin: 0 auto 3px auto;
}
.page-template-ocean-of-prizes .ig-section__steps-enter {
  margin-top: 60px;
  font-family: glodok, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 0.9333;
  color: #204d60;
  text-shadow: 3.34px 3.34px 0 rgba(0, 0, 0, 0.06);
}
.page-template-ocean-of-prizes .ig-section__steps-enter-icon {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto 3px auto;
}
.page-template-ocean-of-prizes .ig-section__shadow {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: auto;
  height: 183px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .ig-section__shadow {
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
  }
}
.page-template-ocean-of-prizes .bottom-section {
  position: relative;
  z-index: 3;
  padding: 70px 0 0;
  margin-top: -30vw;
}
@media screen and (min-width: 576px) {
  .page-template-ocean-of-prizes .bottom-section {
    margin-top: -25vw;
  }
}
@media screen and (min-width: 768px) {
  .page-template-ocean-of-prizes .bottom-section {
    margin-top: -20vw;
  }
}
@media screen and (min-width: 992px) {
  .page-template-ocean-of-prizes .bottom-section {
    margin-top: -13vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-ocean-of-prizes .bottom-section {
    margin-top: -170px;
  }
}
.page-template-ocean-of-prizes .bottom-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: -1;
}
.page-template-ocean-of-prizes .bottom-section__heading {
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 35px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #204d60;
  text-shadow: 0 3.25px 0 rgba(0, 122, 127, 0.15);
  text-transform: none;
}
.page-template-ocean-of-prizes .bottom-section__pattern-container {
  position: relative;
  height: 326px;
  width: 100vw;
  overflow: hidden;
}
.page-template-ocean-of-prizes .bottom-section__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.page-template-ocean-of-prizes .footer__top {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-template-ocean-of-prizes .footer {
    padding-top: 50px;
  }
}
.page-template-celebrate-sunshine .top-banner__image-container {
  margin-bottom: 40px;
}
.page-template-celebrate-sunshine .top-banner__image-container img {
  height: 560px;
}
@media (min-width: 992px) {
  .page-template-celebrate-sunshine .reservation {
    margin-bottom: 50px;
  }
}
.page-template-celebrate-sunshine .reservation .selectric-wrapper {
  margin-bottom: 20px;
}
.page-template-celebrate-sunshine .con-img {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-template-celebrate-sunshine .con-img {
    margin-bottom: 80px;
  }
}
.page-template-celebrate-sunshine .con-img__img-col {
  max-width: 110%;
  flex: 0 0 110%;
  order: 1;
  margin-left: auto;
  padding-bottom: 40px;
  transform: rotate(3deg);
  transform-origin: bottom;
  position: relative;
  left: -5%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .page-template-celebrate-sunshine .con-img__img-col {
    order: 2;
    max-width: 68%;
    overflow: hidden;
    flex: 0 0 68%;
    left: auto;
  }
}
@media (min-width: 1366px) {
  .page-template-celebrate-sunshine .con-img__img-col {
    min-height: 550px;
    max-height: 665px;
  }
}
@media (min-width: 1666px) {
  .page-template-celebrate-sunshine .con-img__img-col {
    max-height: 750px;
  }
}
.page-template-celebrate-sunshine .con-img__content-col {
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
  order: 2;
  z-index: 2;
  bottom: 0;
  left: 5px;
  top: -100px;
  transform: rotate(-4deg);
  transform-origin: top;
  padding: 30px 55px 35px 35px;
}
@media (min-width: 1200px) {
  .page-template-celebrate-sunshine .con-img__content-col {
    order: 1;
    padding: 70px 60px 45px;
    position: absolute;
    left: 60px;
    top: auto;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.page-template-celebrate-sunshine .con-img.is-reversed .con-img__content-col {
  bottom: auto;
  left: 30px;
  top: -120px;
  transform: rotate(3deg);
}
@media (min-width: 1200px) {
  .page-template-celebrate-sunshine .con-img.is-reversed .con-img__content-col {
    bottom: 30px;
    left: auto;
    top: auto;
    right: 60px;
    transform: rotate(4deg);
  }
  .page-template-celebrate-sunshine
    .con-img.is-reversed
    .con-img__content-col.no-buttons {
    transform: rotate(4deg);
  }
}
@media (min-width: 1366px) {
  .page-template-celebrate-sunshine .con-img.is-reversed .con-img__content-col {
    bottom: 10%;
  }
}
.page-template-celebrate-sunshine .con-img.is-reversed .con-img__img-col {
  order: 1;
  transform: rotate(-3deg);
}
@media (min-width: 1200px) {
  .page-template-celebrate-sunshine .con-img.is-reversed .con-img__img-col {
    order: 2;
    margin-left: 0;
    transform: rotate(-3deg);
  }
}
@media (max-width: 1199.98px) {
  .page-template-celebrate-sunshine .con-img.is-reversed .con-img__leaf {
    top: -100px;
  }
}
@media (min-width: 1200px) {
  .page-template-celebrate-sunshine .con-img.is-reversed .con-img__leaf {
    transform: rotate(-30deg);
    right: auto;
    left: -4%;
  }
}
.page-template-celebrate-sunshine .small-print {
  margin-bottom: 50px;
  text-align: center;
}
.page-template-celebrate-sunshine .small-print p {
  color: #31506c;
  font-size: 14px;
  margin-bottom: 0;
}
.page-template-five-fifteen {
  background: #f3f2f2;
}
.page-template-five-fifteen .top-banner .container {
  max-width: 100%;
}
.page-template-five-fifteen .top-banner__image-container {
  margin-bottom: 40px;
}
.page-template-five-fifteen .top-banner img {
  height: 560px;
}
.page-template-five-fifteen .intro {
  margin-bottom: 90px;
  text-align: center;
}
.page-template-five-fifteen .intro__divider {
  position: absolute;
  width: 106vw;
  left: -3vw;
  top: -130px;
}
.page-template-five-fifteen .intro__sticker {
  width: 230px;
  height: auto;
  position: absolute;
  top: -235px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .intro__sticker {
    top: -320px;
    width: 400px;
  }
}
.page-template-five-fifteen .intro h1 {
  color: #3b5567;
  font-family: "Renos Rough", sans-serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 45px;
  margin: 50px 0 5px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .intro h1 {
    font-size: 76px;
    line-height: 91px;
    margin: 150px 0 5px 0;
  }
}
.page-template-five-fifteen .intro h2 {
  color: #3c5567;
  font-size: 32px;
  font-family: Nexa;
  font-weight: 100;
  line-height: 34px;
  margin-bottom: 10px;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .intro h2 {
    font-size: 44px;
    line-height: 53px;
  }
}
.page-template-five-fifteen .intro p {
  color: #2b4661;
  font-size: 18px;
  font-family: Nexa;
  font-weight: 100;
  line-height: 26px;
  margin: 0 auto 30px;
  max-width: 800px;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .intro p {
    font-size: 22px;
    line-height: 26px;
  }
}
.page-template-five-fifteen .intro a {
  align-items: center;
  background-color: #464d57;
  border-radius: 9px;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-family: Nexa;
  font-weight: 400;
  height: 61px;
  justify-content: center;
  max-width: 468px;
  margin: 0 auto;
  padding-top: 8px;
  transition: 0.3s;
  width: 100%;
}
.page-template-five-fifteen .intro a:hover {
  background-color: #3b5567;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .intro a {
    font-size: 34px;
  }
}
.page-template-five-fifteen .lunch-specials .special {
  margin-bottom: 50px;
}
.page-template-five-fifteen
  .lunch-specials
  .special.special-right
  .special__images {
  display: flex;
  justify-content: end;
  order: 1;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen
    .lunch-specials
    .special.special-right
    .special__images {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen
    .lunch-specials
    .special.special-right
    .special__images__small {
    left: 0;
  }
}
.page-template-five-fifteen
  .lunch-specials
  .special.special-right
  .special__images__arrow {
  left: 0;
  transform: rotate(245deg);
}
@media screen and (min-width: 500px) {
  .page-template-five-fifteen
    .lunch-specials
    .special.special-right
    .special__images__arrow {
    left: 90px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-five-fifteen
    .lunch-specials
    .special.special-right
    .special__images__arrow {
    left: 160px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen
    .lunch-specials
    .special.special-right
    .special__images__arrow {
    left: -110px;
    transform: none;
  }
}
.page-template-five-fifteen
  .lunch-specials
  .special.special-right
  .special__content {
  order: 2;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen
    .lunch-specials
    .special.special-right
    .special__content {
    order: 1;
  }
}
.page-template-five-fifteen .lunch-specials .special__images__main {
  margin-bottom: 120px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .lunch-specials .special__images__main {
    margin-bottom: 0;
    width: 75%;
  }
}
.page-template-five-fifteen .lunch-specials .special__images__small {
  bottom: 10px;
  height: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .lunch-specials .special__images__small {
    height: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
  }
}
.page-template-five-fifteen .lunch-specials .special__images__arrow {
  bottom: 40px;
  height: auto;
  position: absolute;
  right: 0;
  top: unset;
  transform: rotate(130deg);
  width: 130px;
}
@media screen and (min-width: 500px) {
  .page-template-five-fifteen .lunch-specials .special__images__arrow {
    right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-five-fifteen .lunch-specials .special__images__arrow {
    right: 160px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .lunch-specials .special__images__arrow {
    bottom: 0;
    right: -80px;
    top: -90px;
    transform: none;
    width: 230px;
  }
}
.page-template-five-fifteen .lunch-specials .special__content h3 {
  color: #375669;
  font-size: 26px;
  font-family: Nexa;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .lunch-specials .special__content h3 {
    font-size: 31px;
    line-height: 36px;
  }
}
.page-template-five-fifteen .lunch-specials .special__content p {
  color: #2b4661;
  font-size: 18px;
  font-family: Nexa;
  font-weight: 100;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .lunch-specials .special__content p {
    font-size: 22px;
    line-height: 26px;
  }
}
.page-template-five-fifteen .footer-buttons {
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .footer-buttons {
    padding: 40px 0;
  }
}
.page-template-five-fifteen .footer-buttons a {
  align-items: center;
  background-color: #464d57;
  border-radius: 9px;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-family: Nexa;
  font-weight: 400;
  height: 61px;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 468px;
  padding-top: 8px;
  transition: 0.3s;
  width: 100%;
}
.page-template-five-fifteen .footer-buttons a:hover {
  background-color: #3b5567;
}
@media screen and (min-width: 992px) {
  .page-template-five-fifteen .footer-buttons a {
    font-size: 32px;
    margin: 0 auto;
  }
}
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown a {
  color: #31506c;
}
.page-template-santa-monica {
  background: #f3f2f2;
}
.page-template-santa-monica .top-banner .container {
  max-width: 100%;
}
.page-template-santa-monica .top-banner img {
  height: 100vh;
}
@media (min-width: 576px) {
  .page-template-santa-monica .top-banner img {
    height: 85vw;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica .top-banner img {
    height: 75vw;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .top-banner img {
    height: 65vw;
    max-height: 1080px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .top-banner img {
    height: 55vw;
  }
}
.page-template-santa-monica .top-banner img.top-banner__logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 1596px;
}
.page-template-santa-monica .intro {
  text-align: center;
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro {
    margin: 0 0 50px;
  }
}
.page-template-santa-monica .intro__divider {
  position: absolute;
  width: 200vw;
  left: -100vw;
  top: -90px;
}
@media (min-width: 768px) {
  .page-template-santa-monica .intro__divider {
    top: -110px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro__divider {
    width: 106vw;
    left: -3vw;
    top: -130px;
  }
}
.page-template-santa-monica .intro h1 {
  color: #3b5567;
  font-family: "Renos Rough", sans-serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.07;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-template-santa-monica .intro h1 {
    font-size: 42px;
    line-height: 1.13;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro h1 {
    font-size: 49px;
    line-height: 1.19;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .intro h1 {
    font-size: 55px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .intro h1 {
    font-size: 62px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .intro h1 {
    font-size: 69px;
  }
}
@media (min-width: 1920px) {
  .page-template-santa-monica .intro h1 {
    font-size: 76px;
  }
}
.page-template-santa-monica .intro h1 span {
  display: inline-block;
  font-family: "Set Sail Studio", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #5fb4e5;
  text-transform: none;
  margin: 14px 0;
}
@media (min-width: 768px) {
  .page-template-santa-monica .intro h1 span {
    font-size: 73px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro h1 span {
    font-size: 87px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .intro h1 span {
    font-size: 100px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .intro h1 span {
    font-size: 114px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .intro h1 span {
    font-size: 128px;
  }
}
@media (min-width: 1920px) {
  .page-template-santa-monica .intro h1 span {
    font-size: 142px;
  }
}
.page-template-santa-monica .intro__content-container--bottom {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro__content-container--bottom {
    margin-top: 45px;
  }
}
.page-template-santa-monica .intro__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .page-template-santa-monica .intro__content {
    max-width: 1000px;
  }
}
@media (min-width: 1920px) {
  .page-template-santa-monica .intro__content {
    max-width: 1200px;
  }
}
.page-template-santa-monica .intro__content a,
.page-template-santa-monica .intro__content li,
.page-template-santa-monica .intro__content p {
  color: #2b4661;
  font-size: 18px;
  font-family: Nexa;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro__content a,
  .page-template-santa-monica .intro__content li,
  .page-template-santa-monica .intro__content p {
    font-size: 22px;
    line-height: 26px;
  }
}
.page-template-santa-monica .intro__content div,
.page-template-santa-monica .intro__content ol,
.page-template-santa-monica .intro__content p,
.page-template-santa-monica .intro__content ul {
  margin-bottom: 30px;
}
.page-template-santa-monica .intro__content div:last-child,
.page-template-santa-monica .intro__content ol:last-child,
.page-template-santa-monica .intro__content p:last-child,
.page-template-santa-monica .intro__content ul:last-child {
  margin: 0;
}
.page-template-santa-monica .intro__content a {
  text-decoration: underline;
}
.page-template-santa-monica .intro__images {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 90px;
}
@media (min-width: 768px) {
  .page-template-santa-monica .intro__images {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro__images {
    margin-top: 45px;
  }
}
.page-template-santa-monica .intro__image {
  position: relative;
  width: 100%;
}
.page-template-santa-monica .intro__image--one {
  max-width: calc(100% - 20px);
  margin-top: -42px;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-template-santa-monica .intro__image--one {
    margin-top: 0;
    max-width: 46vw;
    right: -40px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro__image--one {
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .intro__image--one {
    right: -60px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .intro__image--one {
    right: -70px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .intro__image--one {
    right: -75px;
  }
}
.page-template-santa-monica .intro__image--two {
  max-width: calc(100% - 60px);
}
@media (min-width: 768px) {
  .page-template-santa-monica .intro__image--two {
    max-width: 46vw;
    left: -40px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro__image--two {
    left: -50px;
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .intro__image--two {
    left: -60px;
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .intro__image--two {
    left: -70px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .intro__image--two {
    left: -75px;
  }
}
.page-template-santa-monica .intro__road-sign {
  position: absolute;
  top: -50px;
  right: 11.2vw;
  width: 32.37vw;
}
@media (min-width: 768px) {
  .page-template-santa-monica .intro__road-sign {
    width: 175px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro__road-sign {
    right: 10.57vw;
    top: -55px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .intro__road-sign {
    width: 225px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .intro__road-sign {
    width: 275px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .intro__road-sign {
    width: 323px;
  }
}
.page-template-santa-monica .intro.bottom-content {
  background-color: #3b6d9d;
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro.bottom-content {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro.bottom-content {
    margin-top: 130px;
  }
}
.page-template-santa-monica .intro.bottom-content h1 {
  margin: 30px 0 0 0;
  color: #fff;
}
.page-template-santa-monica .intro.bottom-content h1 span {
  color: #fff;
}
.page-template-santa-monica .intro.bottom-content .intro__divider {
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro.bottom-content .intro__divider {
    left: -3vw;
    transform: none;
  }
}
.page-template-santa-monica .intro.bottom-content .intro__content a,
.page-template-santa-monica .intro.bottom-content .intro__content li,
.page-template-santa-monica .intro.bottom-content .intro__content p {
  color: #fff;
}
.page-template-santa-monica .intro.bottom-content .intro__signup-container {
  max-width: 782px;
  margin: 40px auto 0 auto;
}
@media (min-width: 992px) {
  .page-template-santa-monica .intro.bottom-content .intro__signup-container {
    margin: 60px auto 0 auto;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .intro.bottom-content .intro__signup-container {
    margin: 90px auto 0 auto;
  }
}
.page-template-santa-monica .intro.bottom-content .intro__signup-form {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-template-santa-monica
    .intro.bottom-content
    .intro__signup-form
    .col-lg-auto {
    padding-left: 0;
  }
}
.page-template-santa-monica .intro.bottom-content .intro__signup-form input {
  width: 100%;
  padding: 20px;
  outline: 0;
  border: none;
  font-family: Nexa;
}
.page-template-santa-monica
  .intro.bottom-content
  .intro__signup-form
  input[type="email"] {
  background-color: #fff;
  color: #3b5567;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 992px) {
  .page-template-santa-monica
    .intro.bottom-content
    .intro__signup-form
    input[type="email"] {
    border-radius: 12px;
  }
}
.page-template-santa-monica
  .intro.bottom-content
  .intro__signup-form
  input[type="submit"] {
  cursor: pointer;
  margin-top: 15px;
  background-color: #3b5567;
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 992px) {
  .page-template-santa-monica
    .intro.bottom-content
    .intro__signup-form
    input[type="submit"] {
    min-width: 164px;
    margin-top: 0;
  }
}
.page-template-santa-monica .intro.bottom-content .js-sm-signup-form-container {
  position: relative;
}
.page-template-santa-monica
  .intro.bottom-content
  .js-sm-signup-form-container
  .js-sm-signup-form-message {
  opacity: 0;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  color: #fff;
  text-shadow: none;
  transition: all ease-in-out 0.3s;
}
.page-template-santa-monica
  .intro.bottom-content
  .js-sm-signup-form-container
  .js-sm-signup-form-message.showing {
  opacity: 1;
  visibility: visible;
}
.page-template-santa-monica .fwi__btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  width: calc(100% - 40px);
  background-color: #5fb4e5;
  border-radius: 9px;
  padding: 20px 12px;
  color: #fff;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-santa-monica .fwi__btn {
    width: auto;
    min-width: 486px;
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .fwi__btn {
    bottom: 80px;
  }
}
.page-template-santa-monica .video-section {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .page-template-santa-monica .video-section {
    padding: 100px 0 50px 0;
  }
}
.page-template-santa-monica .video-section__content {
  color: #3b5567;
  font-family: "Renos Rough", sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.07;
  font-weight: 700;
  margin: 60px 0 0 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-template-santa-monica .video-section__content {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .video-section__content {
    font-size: 35px;
    line-height: 1.14;
    font-weight: 400;
    padding-left: 30px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .video-section__content {
    font-size: 40px;
    line-height: 1.17;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .video-section__content {
    font-size: 45px;
    line-height: 1.2;
    padding-left: 60px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .video-section__content {
    font-size: 50px;
    line-height: 1.24;
    padding-left: 70px;
  }
}
@media (min-width: 1920px) {
  .page-template-santa-monica .video-section__content {
    font-size: 55px;
    line-height: 1.27;
  }
}
.page-template-santa-monica .video-section__content span {
  color: #5fb4e5;
}
.page-template-santa-monica .video-section__placeholder {
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.3s;
}
.page-template-santa-monica .video-section__placeholder.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-template-santa-monica .video-section__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 45%;
  cursor: pointer;
}
.page-template-santa-monica .video-section__arrow {
  position: absolute;
  top: -5vw;
  right: -10vw;
  width: 36vw;
}
@media (min-width: 992px) {
  .page-template-santa-monica .video-section__arrow {
    width: 175px;
    right: -75px;
    top: -30px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .video-section__arrow {
    width: 200px;
    top: -10px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .video-section__arrow {
    width: 250px;
    top: 0;
    right: -120px;
  }
}
.page-template-santa-monica .video-section__video-container {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
.page-template-santa-monica .video-section__video-container.showing {
  opacity: 1;
  visibility: visible;
}
.page-template-santa-monica .video-section__embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-template-santa-monica .ss {
  position: relative;
  background-color: #5fb4e5;
  margin-top: 90px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .page-template-santa-monica .ss {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica .ss {
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .ss {
    margin-top: 130px;
  }
}
.page-template-santa-monica .ss__divider {
  position: absolute;
  width: 200vw;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
}
@media (min-width: 768px) {
  .page-template-santa-monica .ss__divider {
    top: -110px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .ss__divider {
    width: 106vw;
    left: -3vw;
    top: -130px;
    transform: none;
  }
}
.page-template-santa-monica .ss h2 {
  color: #fff;
  font-family: "Renos Rough", sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.07;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-template-santa-monica .ss h2 {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .ss h2 {
    font-size: 35px;
    line-height: 1.14;
    font-weight: 400;
    margin: 0 0 60px 0;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .ss h2 {
    font-size: 40px;
    line-height: 1.17;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .ss h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .ss h2 {
    font-size: 50px;
    line-height: 1.24;
  }
}
@media (min-width: 1920px) {
  .page-template-santa-monica .ss h2 {
    font-size: 55px;
    line-height: 1.27;
    margin: 0 0 80px 0;
  }
}
.page-template-santa-monica .ss__content a,
.page-template-santa-monica .ss__content li,
.page-template-santa-monica .ss__content p {
  color: #fff;
  font-size: 18px;
  font-family: Nexa;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .page-template-santa-monica .ss__content a,
  .page-template-santa-monica .ss__content li,
  .page-template-santa-monica .ss__content p {
    font-size: 22px;
    line-height: 26px;
  }
}
.page-template-santa-monica .ss__content div,
.page-template-santa-monica .ss__content ol,
.page-template-santa-monica .ss__content p,
.page-template-santa-monica .ss__content ul {
  margin-bottom: 30px;
}
.page-template-santa-monica .ss__content div:last-child,
.page-template-santa-monica .ss__content ol:last-child,
.page-template-santa-monica .ss__content p:last-child,
.page-template-santa-monica .ss__content ul:last-child {
  margin: 0;
}
.page-template-santa-monica .ss__content a {
  text-decoration: underline;
}
.page-template-santa-monica .ss__badges {
  margin-top: 30px;
}
.page-template-santa-monica .ss__badge-col {
  margin-top: 10px;
}
.page-template-santa-monica .ss__badge {
  height: 55px;
  width: auto;
}
@media (min-width: 768px) {
  .page-template-santa-monica .ss__badge {
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .ss__badge {
    height: 75px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .ss__badge {
    height: 85px;
  }
}
.page-template-santa-monica .ss__buttons {
  margin-top: 30px;
}
.page-template-santa-monica .ss__button-col {
  margin-top: 10px;
}
.page-template-santa-monica .ss__btn {
  display: inline-block;
  width: 100%;
  background-color: #3b6d9d;
  border-radius: 9px;
  padding: 20px 12px;
  color: #fff;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-santa-monica .ss__btn {
    min-width: 486px;
  }
}
.page-template-santa-monica .ss__image {
  position: relative;
  margin-top: 60px;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-template-santa-monica .ss__image {
    margin-top: 0;
    padding-left: 55px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .ss__image {
    padding-left: 65px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .ss__image {
    padding-left: 75px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .ss__image {
    padding-left: 85px;
  }
}
.page-template-santa-monica .wahs {
  position: relative;
  background-color: #3b6d9d;
  margin-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-santa-monica .wahs {
    padding-bottom: 50px;
    margin-top: 130px;
  }
}
.page-template-santa-monica .wahs__divider {
  background-color: #5fb4e5;
  position: absolute;
  width: 200vw;
  left: 50%;
  transform: translateX(-50%);
  top: -400px;
}
@media (min-width: 450px) {
  .page-template-santa-monica .wahs__divider {
    top: -600px;
  }
}
@media (min-width: 600px) {
  .page-template-santa-monica .wahs__divider {
    top: -700px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica .wahs__divider {
    top: -800px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .wahs__divider {
    width: 106vw;
    left: -3vw;
    top: -130px;
    transform: none;
  }
}
.page-template-santa-monica .wahs h2 {
  color: #fff;
  font-family: "Renos Rough", sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.07;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-template-santa-monica .wahs h2 {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica .wahs h2 {
    font-size: 35px;
    line-height: 1.14;
    font-weight: 400;
    margin: 0 0 60px 0;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .wahs h2 {
    font-size: 40px;
    line-height: 1.17;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .wahs h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .wahs h2 {
    font-size: 50px;
    line-height: 1.24;
  }
}
@media (min-width: 1920px) {
  .page-template-santa-monica .wahs h2 {
    font-size: 55px;
    line-height: 1.27;
    margin: 0 0 36px 0;
  }
}
.page-template-santa-monica .wahs__content a,
.page-template-santa-monica .wahs__content li,
.page-template-santa-monica .wahs__content p {
  color: #fff;
  font-size: 18px;
  font-family: Nexa;
  font-weight: 400;
  line-height: 26px;
  margin: 40px 0 0;
}
@media (min-width: 992px) {
  .page-template-santa-monica .wahs__content a,
  .page-template-santa-monica .wahs__content li,
  .page-template-santa-monica .wahs__content p {
    font-size: 22px;
    line-height: 26px;
  }
}
.page-template-santa-monica .wahs__content div,
.page-template-santa-monica .wahs__content ol,
.page-template-santa-monica .wahs__content p,
.page-template-santa-monica .wahs__content ul {
  margin: 40px 0 0;
}
.page-template-santa-monica .wahs__content a {
  text-decoration: underline;
}
.page-template-santa-monica .wahs__button-intro a,
.page-template-santa-monica .wahs__button-intro li,
.page-template-santa-monica .wahs__button-intro p {
  color: #fff;
  font-size: 18px;
  font-family: Nexa;
  font-weight: 400;
  line-height: 26px;
  margin: 40px 0 0;
}
@media (min-width: 992px) {
  .page-template-santa-monica .wahs__button-intro a,
  .page-template-santa-monica .wahs__button-intro li,
  .page-template-santa-monica .wahs__button-intro p {
    font-size: 22px;
    line-height: 26px;
  }
}
.page-template-santa-monica .wahs__button-intro div,
.page-template-santa-monica .wahs__button-intro ol,
.page-template-santa-monica .wahs__button-intro p,
.page-template-santa-monica .wahs__button-intro ul {
  margin: 40px 0 0;
}
.page-template-santa-monica .wahs__button-intro a {
  text-decoration: underline;
}
.page-template-santa-monica .wahs__button-col {
  margin-top: 0;
}
.page-template-santa-monica .wahs__btn {
  display: inline-block;
  width: 100%;
  background-color: #5fb4e5;
  border-radius: 9px;
  padding: 20px 12px;
  color: #fff;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-template-santa-monica .wahs__btn {
    max-width: 486px;
  }
}
.page-template-santa-monica .wahs__image {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .page-template-santa-monica .wahs__image {
    padding-right: 55px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica .wahs__image {
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica .wahs__image {
    padding-right: 75px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica .wahs__image {
    padding-right: 85px;
  }
}
.page-template-santa-monica .footer__top {
  background-color: #3b6d9d;
}
.page-template-santa-monica-lp {
  background: #f3f2f2;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp #site-header .row {
    padding: 15px 30px 15px;
    background-color: #31506c;
  }
}
.page-template-santa-monica-lp .top-banner {
  position: relative;
}
.page-template-santa-monica-lp .top-banner .container {
  max-width: 100%;
}
.page-template-santa-monica-lp .top-banner img {
  height: 100vh;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .top-banner img {
    height: 85vw;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .top-banner img {
    height: 75vw;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .top-banner img {
    height: 65vw;
    max-height: 694px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .top-banner img {
    height: 50vw;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .top-banner img {
    height: 40vw;
  }
}
.page-template-santa-monica-lp .top-banner img.top-banner__logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 835px;
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .top-banner img.top-banner__logo {
    max-width: 935px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .top-banner img.top-banner__logo {
    max-width: 1035px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .top-banner img.top-banner__logo {
    max-width: 1135px;
  }
}
@media (min-width: 1800px) {
  .page-template-santa-monica-lp .top-banner img.top-banner__logo {
    max-width: 1235px;
  }
}
.page-template-santa-monica-lp .intro {
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .intro {
    margin: 0 0 50px;
  }
}
.page-template-santa-monica-lp .intro__divider {
  position: absolute;
  width: 200vw;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .intro__divider {
    top: -110px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .intro__divider {
    width: 106vw;
    left: -3vw;
    top: -130px;
    transform: none;
  }
}
.page-template-santa-monica-lp .intro h1 {
  color: #3b5567;
  text-align: center;
  font-family: "Renos Rough", sans-serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.16;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .intro h1 {
    font-size: 37px;
    line-height: 1.17;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .intro h1 {
    font-size: 38px;
    line-height: 1.19;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .intro h1 {
    font-size: 39px;
    line-height: 1.21;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .intro h1 {
    line-height: 1.23;
    font-size: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .intro h1 {
    line-height: 1.25;
    font-size: 43px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .intro__content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .intro__content-container {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .intro__content-container {
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .intro__content-container {
    -moz-column-gap: 130px;
    column-gap: 130px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .intro__content-container {
    -moz-column-gap: 160px;
    column-gap: 160px;
  }
}
.page-template-santa-monica-lp .intro__image {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .intro__image {
    padding: 0;
    width: 45%;
    flex: none;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .intro__image {
    width: 500px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .intro__image {
    width: 600px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .intro__image {
    width: 647px;
  }
}
.page-template-santa-monica-lp .intro__content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .intro__content {
    margin-top: 0;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .intro__content {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .intro__content {
    max-width: 435px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .intro__content {
    max-width: 470px;
  }
}
.page-template-santa-monica-lp .intro__content a,
.page-template-santa-monica-lp .intro__content div,
.page-template-santa-monica-lp .intro__content li,
.page-template-santa-monica-lp .intro__content p,
.page-template-santa-monica-lp .intro__content span {
  color: #2b4661;
  font-family: Nexa;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .intro__content a,
  .page-template-santa-monica-lp .intro__content div,
  .page-template-santa-monica-lp .intro__content li,
  .page-template-santa-monica-lp .intro__content p,
  .page-template-santa-monica-lp .intro__content span {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .intro__content a,
  .page-template-santa-monica-lp .intro__content div,
  .page-template-santa-monica-lp .intro__content li,
  .page-template-santa-monica-lp .intro__content p,
  .page-template-santa-monica-lp .intro__content span {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .intro__content a,
  .page-template-santa-monica-lp .intro__content div,
  .page-template-santa-monica-lp .intro__content li,
  .page-template-santa-monica-lp .intro__content p,
  .page-template-santa-monica-lp .intro__content span {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .intro__content a,
  .page-template-santa-monica-lp .intro__content div,
  .page-template-santa-monica-lp .intro__content li,
  .page-template-santa-monica-lp .intro__content p,
  .page-template-santa-monica-lp .intro__content span {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .intro__content a,
  .page-template-santa-monica-lp .intro__content div,
  .page-template-santa-monica-lp .intro__content li,
  .page-template-santa-monica-lp .intro__content p,
  .page-template-santa-monica-lp .intro__content span {
    font-size: 31px;
  }
}
.page-template-santa-monica-lp .intro__content div,
.page-template-santa-monica-lp .intro__content ol,
.page-template-santa-monica-lp .intro__content p,
.page-template-santa-monica-lp .intro__content ul {
  margin-bottom: 20px;
}
.page-template-santa-monica-lp .intro__content div:last-child,
.page-template-santa-monica-lp .intro__content ol:last-child,
.page-template-santa-monica-lp .intro__content p:last-child,
.page-template-santa-monica-lp .intro__content ul:last-child {
  margin-bottom: 0;
}
.page-template-santa-monica-lp .intro__content a {
  color: inherit;
  text-decoration: underline;
}
.page-template-santa-monica-lp .intro__content a:hover {
  color: inherit;
}
.page-template-santa-monica-lp .sign-up {
  position: relative;
  background-color: #5fb4e5;
  margin-top: 160px;
  padding-bottom: 90px;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .sign-up {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .sign-up {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up {
    padding-top: 30px;
    margin-top: 110px;
    padding-bottom: 100px;
  }
}
.page-template-santa-monica-lp .sign-up__badge {
  position: absolute;
  top: -150px;
  right: 6.666667vw;
  width: auto;
  height: 135px;
  z-index: 2;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .sign-up__badge {
    height: 157px;
    right: 10vw;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .sign-up__badge {
    height: 179px;
    right: 15vw;
    top: -180px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__badge {
    height: 201px;
    right: 20vw;
    top: -200px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .sign-up__badge {
    height: 223px;
    right: 25vw;
    top: -220px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .sign-up__badge {
    height: 245px;
    right: 29vw;
    top: -240px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .sign-up__badge {
    height: 267px;
    right: 34vw;
    top: -260px;
  }
}
.page-template-santa-monica-lp .sign-up__divider {
  position: absolute;
  width: 200vw;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .sign-up__divider {
    top: -110px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__divider {
    width: 106vw;
    left: -3vw;
    top: -130px;
    transform: none;
  }
}
.page-template-santa-monica-lp .sign-up__form-container {
  position: relative;
}
.page-template-santa-monica-lp .sign-up__form {
  position: relative;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .sign-up__form {
    padding: 0;
  }
}
.page-template-santa-monica-lp .sign-up__form:after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-group:first-child {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-group:last-child {
    flex: none;
    width: auto;
  }
}
.page-template-santa-monica-lp .sign-up__form-group-container {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-group-container {
    flex-direction: row;
    align-items: center;
    row-gap: 0;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .sign-up__form-group-container {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.page-template-santa-monica-lp .sign-up__form-group input[type="email"] {
  padding: 15px 13px;
  height: 65px;
  width: 100%;
  color: #2e4a64;
  border: none;
  border-radius: 0;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="email"] {
    font-size: 21px;
    letter-spacing: 0.42px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="email"] {
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="email"] {
    font-size: 23px;
    letter-spacing: 0.46px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="email"] {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.page-template-santa-monica-lp
  .sign-up__form-group
  input[type="email"]
  ::-webkit-input-placeholder {
  color: #2e4a64;
}
.page-template-santa-monica-lp
  .sign-up__form-group
  input[type="email"]
  ::-moz-placeholder {
  color: #2e4a64;
  opacity: 1;
}
.page-template-santa-monica-lp
  .sign-up__form-group
  input[type="email"]
  :-ms-input-placeholder {
  color: #2e4a64;
}
.page-template-santa-monica-lp
  .sign-up__form-group
  input[type="email"]
  :-moz-placeholder {
  color: #2e4a64;
  opacity: 1;
}
.page-template-santa-monica-lp .sign-up__form-group input[type="submit"] {
  border: none;
  height: 61px;
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 20px 15px;
  color: #fff;
  border-radius: 9px;
  background-color: #3b6d9d;
  text-align: center;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="submit"] {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="submit"] {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="submit"] {
    font-size: 28px;
    width: 368px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="submit"] {
    font-size: 30px;
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="submit"] {
    font-size: 32px;
    width: 434px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .sign-up__form-group input[type="submit"] {
    font-size: 34px;
    width: 468px;
  }
}
.page-template-santa-monica-lp .sign-up__form-group input[type="submit"]:hover {
  background-color: #31506c;
}
.page-template-santa-monica-lp .sign-up__form-optin {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-optin {
    margin-top: 22px;
  }
}
.page-template-santa-monica-lp .sign-up__form-optin label {
  display: inline-flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.page-template-santa-monica-lp .sign-up__form-optin input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border-radius: 9px;
  border: 1px solid #2e4a64;
  flex: none;
}
.page-template-santa-monica-lp .sign-up__form-optin span {
  flex: 1;
  margin-top: 4px;
  color: #2b4661;
  font-family: Nexa;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-optin span {
    font-size: 18px;
    line-height: 1.444;
  }
}
.page-template-santa-monica-lp .sign-up__form-terms {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-terms {
    margin-top: 15px;
  }
}
.page-template-santa-monica-lp .sign-up__form-terms a,
.page-template-santa-monica-lp .sign-up__form-terms div,
.page-template-santa-monica-lp .sign-up__form-terms li,
.page-template-santa-monica-lp .sign-up__form-terms p,
.page-template-santa-monica-lp .sign-up__form-terms span {
  color: #2b4661;
  font-family: Nexa;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-terms a,
  .page-template-santa-monica-lp .sign-up__form-terms div,
  .page-template-santa-monica-lp .sign-up__form-terms li,
  .page-template-santa-monica-lp .sign-up__form-terms p,
  .page-template-santa-monica-lp .sign-up__form-terms span {
    font-size: 16px;
    line-height: 1.25;
  }
}
.page-template-santa-monica-lp .sign-up__form-terms div,
.page-template-santa-monica-lp .sign-up__form-terms ol,
.page-template-santa-monica-lp .sign-up__form-terms p,
.page-template-santa-monica-lp .sign-up__form-terms ul {
  margin-bottom: 16px;
}
.page-template-santa-monica-lp .sign-up__form-terms div:last-child,
.page-template-santa-monica-lp .sign-up__form-terms ol:last-child,
.page-template-santa-monica-lp .sign-up__form-terms p:last-child,
.page-template-santa-monica-lp .sign-up__form-terms ul:last-child {
  margin-bottom: 0;
}
.page-template-santa-monica-lp .sign-up__form-terms a {
  color: inherit;
  text-decoration: underline;
}
.page-template-santa-monica-lp .sign-up__form-terms a:hover {
  color: inherit;
}
.page-template-santa-monica-lp .sign-up__form-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid rgba(255, 255, 255, 0.5);
  border-top: 6px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
  animation: spin 1s linear infinite;
}
.page-template-santa-monica-lp .sign-up__form-message {
  color: #2b4661;
  font-family: Nexa;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .sign-up__form-message {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .sign-up__form-message {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .sign-up__form-message {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .sign-up__form-message {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .sign-up__form-message {
    font-size: 31px;
  }
}
.page-template-santa-monica-lp .sign-up__form.submitting:after {
  content: "";
}
.page-template-santa-monica-lp
  .sign-up__form.submitting
  .sign-up__form-fade-elem {
  opacity: 0.3;
  pointer-events: none;
}
.page-template-santa-monica-lp .sign-up__form.submitting .sign-up__form-loader {
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-santa-monica-lp .bottom-content {
  position: relative;
  margin-top: 90px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .bottom-content {
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content {
    margin-top: 130px;
  }
}
.page-template-santa-monica-lp .bottom-content__divider {
  position: absolute;
  width: 200vw;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .bottom-content__divider {
    top: -110px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__divider {
    width: 106vw;
    left: -3vw;
    transform: none;
    top: -130px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .bottom-content .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
.page-template-santa-monica-lp .bottom-content__wrapper {
  padding: 0 10px;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .bottom-content__wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .bottom-content__wrapper {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .bottom-content__wrapper {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__image {
    width: 45%;
    flex: none;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .bottom-content__image {
    width: 587px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .bottom-content__image {
    width: 687px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .bottom-content__image {
    width: 787px;
  }
}
@media (min-width: 1800px) {
  .page-template-santa-monica-lp .bottom-content__image {
    width: 887px;
  }
}
.page-template-santa-monica-lp .bottom-content__content-container {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__content-container {
    margin-top: 0;
    flex: 1;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .bottom-content__content-container {
    max-width: 529px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .bottom-content__content-container {
    max-width: 579px;
  }
}
@media (min-width: 1800px) {
  .page-template-santa-monica-lp .bottom-content__content-container {
    max-width: 629px;
  }
}
.page-template-santa-monica-lp .bottom-content__heading {
  color: #5fb4e5;
  font-family: "Renos Rough", sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.27;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .bottom-content__heading {
    font-size: 31px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .bottom-content__heading {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__heading {
    font-size: 41px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .bottom-content__heading {
    font-size: 46px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .bottom-content__heading {
    font-size: 51px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .bottom-content__heading {
    font-size: 55px;
  }
}
.page-template-santa-monica-lp .bottom-content__content {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__content {
    margin-top: 30px;
  }
}
.page-template-santa-monica-lp .bottom-content__content a,
.page-template-santa-monica-lp .bottom-content__content div,
.page-template-santa-monica-lp .bottom-content__content li,
.page-template-santa-monica-lp .bottom-content__content p,
.page-template-santa-monica-lp .bottom-content__content span {
  color: #2b4661;
  font-family: Nexa;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__content a,
  .page-template-santa-monica-lp .bottom-content__content div,
  .page-template-santa-monica-lp .bottom-content__content li,
  .page-template-santa-monica-lp .bottom-content__content p,
  .page-template-santa-monica-lp .bottom-content__content span {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .bottom-content__content a,
  .page-template-santa-monica-lp .bottom-content__content div,
  .page-template-santa-monica-lp .bottom-content__content li,
  .page-template-santa-monica-lp .bottom-content__content p,
  .page-template-santa-monica-lp .bottom-content__content span {
    font-size: 22px;
    line-height: 1.2;
  }
}
.page-template-santa-monica-lp .bottom-content__content div,
.page-template-santa-monica-lp .bottom-content__content ol,
.page-template-santa-monica-lp .bottom-content__content p,
.page-template-santa-monica-lp .bottom-content__content ul {
  margin-bottom: 20px;
}
.page-template-santa-monica-lp .bottom-content__content div:last-child,
.page-template-santa-monica-lp .bottom-content__content ol:last-child,
.page-template-santa-monica-lp .bottom-content__content p:last-child,
.page-template-santa-monica-lp .bottom-content__content ul:last-child {
  margin-bottom: 0;
}
.page-template-santa-monica-lp .bottom-content__content a {
  color: inherit;
  text-decoration: underline;
}
.page-template-santa-monica-lp .bottom-content__content a:hover {
  color: inherit;
}
.page-template-santa-monica-lp .bottom-content__button-container {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__button-container {
    margin-top: 30px;
  }
}
.page-template-santa-monica-lp .bottom-content__button {
  height: 61px;
  display: block;
  padding: 20px 15px;
  color: #fff;
  border-radius: 9px;
  background-color: #3b6d9d;
  text-align: center;
  font-family: Nexa;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.3s ease-in-out;
  max-width: 486px;
}
@media (min-width: 576px) {
  .page-template-santa-monica-lp .bottom-content__button {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .page-template-santa-monica-lp .bottom-content__button {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .page-template-santa-monica-lp .bottom-content__button {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .page-template-santa-monica-lp .bottom-content__button {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .page-template-santa-monica-lp .bottom-content__button {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .page-template-santa-monica-lp .bottom-content__button {
    font-size: 34px;
  }
}
.page-template-santa-monica-lp .bottom-content__button:hover {
  background-color: #5fb4e5;
}
.rewards-button {
  color: #fff;
  text-align: center;
  font-family: Nexa;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  background-image: url(../images/rewards-button.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 70px;
  min-width: 350px;
}
.rewards__hero {
  padding-top: 200px;
  padding-bottom: 200px;
  min-height: 60vh;
  display: grid;
  align-items: center;
  background-color: #2c4454;
  background-image: url(../images/bg-texture.png);
  background-size: cover;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .rewards__hero {
    padding-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .rewards__hero {
    display: block;
  }
}
.rewards__hero-logo {
  margin-bottom: 10px;
}
.rewards__hero-logo-title {
  color: #fff;
  text-align: center;
  font-family: "Renos Rough";
  font-size: 177px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -120px;
}
@media (max-width: 1199.98px) {
  .rewards__hero-logo-title {
    font-size: 120px;
  }
}
@media (max-width: 991.98px) {
  .rewards__hero-logo-title {
    font-size: 90px;
    margin-bottom: -50px;
  }
}
@media (max-width: 767.98px) {
  .rewards__hero-logo-title {
    font-size: 65px;
    margin-bottom: -30px;
  }
}
.rewards__hero-logo img {
  width: 961px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rewards__hero-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 45px;
  column-gap: 45px;
  width: 961px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .rewards__hero-cols {
    display: block;
  }
}
.rewards__hero-col-image {
  width: 125px;
  max-width: 100%;
  height: 91px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.rewards__hero-col-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.rewards__hero-col-title {
  color: #44a9e2;
  text-align: center;
  font-family: "Renos Rough";
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .rewards__hero-col-title {
    margin-bottom: 10px;
  }
}
.rewards__hero-col-copy {
  color: #fff;
  text-align: center;
  font-family: Nexa;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rewards__intro {
  position: relative;
  padding: 50px 0;
  background-color: #f3f2f2;
  text-align: center;
}
.rewards__intro:after,
.rewards__intro:before {
  content: "";
  width: 100%;
  height: 200px;
  background-image: url(../images/rewards-wave.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position-y: bottom;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .rewards__intro:after,
  .rewards__intro:before {
    height: 150px;
  }
}
.rewards__intro:before {
  top: -180px;
}
@media screen and (max-width: 1300px) {
  .rewards__intro:before {
    top: -100px;
  }
}
.rewards__intro:after {
  bottom: -180px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1300px) {
  .rewards__intro:after {
    bottom: -100px;
  }
}
.rewards__intro-title {
  color: #375669;
  text-align: center;
  font-family: "Renos Rough";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 51px;
}
@media (max-width: 767.98px) {
  .rewards__intro-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.rewards__intro-copy {
  color: #375669;
  text-align: center;
  font-family: Nexa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 51px;
}
@media (max-width: 767.98px) {
  .rewards__intro-copy {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.rewards__app {
  padding-top: 300px;
  padding-bottom: 200px;
  background-color: #2c4454;
  background-image: url(../images/bg-texture.png);
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .rewards__app {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.rewards__app-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
  .rewards__app-cols {
    display: block;
  }
}
.rewards__app-image {
  height: 906px;
}
@media (max-width: 991.98px) {
  .rewards__app-image {
    display: none;
  }
}
.rewards__app-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.rewards__app-title {
  color: #fff;
  font-family: "Renos Rough";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .rewards__app-title {
    font-size: 50px;
    text-align: center;
  }
}
.rewards__app-line {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .rewards__app-line {
    display: block;
    text-align: center;
  }
}
.rewards__app-line-point {
  display: block;
  width: 90px;
  height: 94px;
  background-image: url(../images/rewards-point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 32px;
  color: #fff;
  text-align: center;
  font-family: "Renos Rough";
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 28px;
}
@media (max-width: 1199.98px) {
  .rewards__app-line-point {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 60px;
    height: 60px;
    padding-top: 16px;
  }
}
.rewards__app-line-copy {
  flex-grow: 1;
  color: #fff;
  font-family: Nexa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.rewards__app-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 45px;
}
.rewards__app-link {
  display: block;
  width: 100%;
  height: 85px;
}
.rewards__app-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.rewards__app-terms {
  color: #fff;
  text-align: center;
  font-family: Nexa;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.rewards__points {
  position: relative;
  padding: 51px 0;
  background-color: #f3f2f2;
  text-align: center;
}
.rewards__points:after,
.rewards__points:before {
  content: "";
  width: 100%;
  height: 200px;
  background-image: url(../images/rewards-wave.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position-y: bottom;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .rewards__points:after,
  .rewards__points:before {
    height: 150px;
  }
}
.rewards__points:before {
  top: -180px;
}
@media screen and (max-width: 1300px) {
  .rewards__points:before {
    top: -100px;
  }
}
.rewards__points:after {
  bottom: -180px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1300px) {
  .rewards__points:after {
    bottom: -100px;
  }
}
.rewards__points-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 152px;
  column-gap: 152px;
  margin-bottom: 50px;
}
@media (max-width: 1365.98px) {
  .rewards__points-cols {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 1199.98px) {
  .rewards__points-cols {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .rewards__points-cols {
    display: block;
  }
}
.rewards__points-col-image {
  display: block;
  width: 235px;
  height: 244px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 22px;
}
.rewards__points-col-title {
  color: #44a9e2;
  text-align: center;
  font-family: "Renos Rough";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}
@media (max-width: 1365.98px) {
  .rewards__points-col-title {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .rewards__points-col-title {
    font-size: 40px;
  }
}
.rewards__points-col-copy {
  color: #375669;
  text-align: center;
  font-family: Nexa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.rewards__action {
  background: #5fb4e5;
  padding: 200px 0 200px;
  text-align: center;
  margin-bottom: -100px;
}
@media (max-width: 1199.98px) {
  .rewards__action {
    padding: 100px 0;
  }
}
.rewards__action-top {
  color: #fff;
  text-align: center;
  font-family: "Renos Rough";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .rewards__action-top {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .rewards__action-top {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .rewards__action-top {
    font-size: 25px;
  }
}
.rewards__action-middle {
  color: #fff;
  text-align: center;
  font-family: "Renos Rough";
  font-size: 109px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .rewards__action-middle {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .rewards__action-middle {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .rewards__action-middle {
    font-size: 33px;
  }
}
.rewards__action-bottom {
  color: #fff;
  text-align: center;
  font-family: "Renos Rough";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .rewards__action-bottom {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .rewards__action-bottom {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .rewards__action-bottom {
    font-size: 25px;
  }
}
.page-template-street-food-summer {
  background: #fff;
}
.page-template-street-food-summer section {
  background-image: url(../images/bg-street-food-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer section {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-street-food-summer section {
    padding: 130px 0;
  }
}
.page-template-street-food-summer section:nth-child(even)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(38, 70, 88, 0.55);
  z-index: 0;
}
.page-template-street-food-summer section > div {
  position: relative;
  z-index: 1;
}
.page-template-street-food-summer .intro__main-image {
  margin-top: 20px;
}
.page-template-street-food-summer .intro__title-image {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-street-food-summer .intro__icon-image {
  max-width: 391px;
  margin: 0 auto;
}
.page-template-street-food-summer .intro__copy {
  margin-top: 30px;
}
.page-template-street-food-summer .intro__copy p {
  font-family: Gantari;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-template-street-food-summer .product-section__title {
  color: #fff;
  text-shadow: 0 10px 10px #0d559f;
  font-family: "Lost Signal";
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer .product-section__title {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .product-section__title {
    font-size: 60px;
    flex-direction: row;
    gap: 21px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-street-food-summer .product-section__title {
    font-size: 72px;
    margin-bottom: 50px;
  }
}
.page-template-street-food-summer .product-section__title span {
  display: block;
  color: #c94e93;
  font-family: "Roasted Bailey";
  font-size: 100px;
  margin-top: -40px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer .product-section__title span {
    font-size: 110px;
    margin-top: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .product-section__title span {
    font-size: 130px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-street-food-summer .product-section__title span {
    font-size: 162px;
  }
}
.page-template-street-food-summer .product-section__grid--1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.page-template-street-food-summer .product-section__grid--2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
@media screen and (min-width: 992px) {
  .page-template-street-food-summer .product-section__grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-street-food-summer .product-section__cta {
  background-color: #c94e93;
  display: block;
  text-align: center;
  font-family: "Nexa XBold";
  font-size: 22px;
  line-height: 145.455%;
  width: 100%;
  padding: 20px 30px 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.11);
  border-radius: 9px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer .product-section__cta {
    font-size: 26px;
    display: inline-flex;
    width: auto;
    padding: 20px 50px 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .product-section__cta {
    font-size: 30px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-street-food-summer .product-section__cta {
    font-size: 34px;
    margin-top: 50px;
  }
}
.page-template-street-food-summer .product-section__cta:hover {
  background-color: #0d559f;
}
.page-template-street-food-summer .product-section .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-street-food-summer .product-section .product__image {
  max-width: 550px;
  max-height: 500px;
}
.page-template-street-food-summer .product-section .product__image img {
  max-height: 500px;
}
.page-template-street-food-summer .product-section .product__title {
  font-family: "Lost Signal";
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer .product-section .product__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .product-section .product__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-street-food-summer .product-section .product__title {
    font-size: 42px;
  }
}
.page-template-street-food-summer .product-section .product__intro-copy {
  margin-top: 27px;
}
.page-template-street-food-summer .product-section .product__intro-copy p {
  font-family: Gantari;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer .product-section .product__intro-copy p {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .product-section .product__intro-copy p {
    font-size: 30px;
  }
}
.page-template-street-food-summer .product-section .flickity-button {
  border-radius: 0;
  background-color: #c94e93;
  color: #fff;
}
.page-template-street-food-summer
  .product-section
  .flickity-prev-next-button.previous {
  left: -10px;
}
.page-template-street-food-summer
  .product-section
  .flickity-prev-next-button.next {
  right: -10px;
}
.page-template-street-food-summer .product-section .flickity-prev-next-button {
  top: 45%;
}
.page-template-street-food-summer .additional-info-section__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .additional-info-section__container {
    flex-direction: row;
    gap: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-street-food-summer .additional-info-section__heading {
  color: #fff;
  text-shadow: 0 10px 10px #0d559f;
  font-family: "Lost Signal";
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  margin-top: -80px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer .additional-info-section__heading {
    font-size: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .additional-info-section__heading {
    font-size: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-street-food-summer .additional-info-section__heading {
    font-size: 160px;
  }
}
.page-template-street-food-summer .additional-info-section__heading span {
  display: block;
  color: #c94e93;
  font-family: "Roasted Bailey";
  text-transform: none;
  position: relative;
  top: 50px;
}
.page-template-street-food-summer .additional-info-section__content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .additional-info-section__content {
    margin-top: 0;
    justify-content: center;
  }
}
.page-template-street-food-summer .additional-info-section__intro-copy {
  font-family: Gantari;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer .additional-info-section__intro-copy {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .additional-info-section__intro-copy {
    font-size: 30px;
  }
}
.page-template-street-food-summer .additional-info-section__additional-copy {
  font-family: "Lost Signal";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-template-street-food-summer .additional-info-section__additional-copy {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-street-food-summer .additional-info-section__additional-copy {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-street-food-summer .additional-info-section__additional-copy {
    font-size: 42px;
  }
}
.page-template-street-food-summer .footer__top {
  background: 0 0;
  margin-top: -6vw;
}
@keyframes fadeFromBottom {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-hidden {
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.js-hidden.js-visible {
  animation-name: fadeFromBottom;
}
.js-hidden--no-slide.js-visible {
  animation-name: fadeIn;
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=styles.min.css.map */
