/*
Returns a CSS clamp function which resolves to
$size-at-min-width when page width is below $min-width,
$size-at-max-width when page width is above $max-width,
and linearly scales between the two between $min-width and $max-width*/
.page-container {
  max-width: 1200px; }

.region {
  position: relative;
  margin-bottom: 0.75rem; }

.region::before {
  display: block;
  content: "";
  width: 100%; }

/*
    padding-top in percentages refers to parent width
    this allows us to specify an aspect-ratio
*/
.region_landscape-large::before {
  padding-top: calc(400 / 1024 * 100%); }

.region_square::before {
  padding-top: calc(1 / 1 * 100%); }

.region_landscape-small::before {
  padding-top: calc(1 / 2 * 100%); }

.region_portrait-small::before {
  padding-top: calc(2 / 1 * 100%); }

div.sf-interactions-proxyHoverContainer a {
  overflow: visible; }

.home-h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--color-gray);
  letter-spacing: 3px; }

.cm-contentasset-block.container-fluid {
  padding: 0; }

.cm-pd-block.container-fluid .experience-component {
  max-width: unset; }

.cm-block-2col .cm-block-wrapper {
  padding: 0 15px;
  gap: 15px; }

.cm-block-2col .region {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

@media (min-width: 992px) {
  .cm-block-2col.col-equal_width .region {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .cm-block-2col.col-left_large .region {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .cm-block-2col.col-left_large .region:first-of-type {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%; }
  .cm-block-2col.col-right_large .region {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .cm-block-2col.col-right_large .region:last-of-type {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%; } }

@media (max-width: 543.98px) {
  .cm-pd-block {
    margin: 4rem 0 !important; } }

.cm-block-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .cm-block-wrapper {
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 15px; }
      .cm-block-wrapper .region {
        margin: 0; } }
  .cm-block-wrapper .cm-contentasset-block {
    padding: 0; }

.cm-banner2x .region {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cm-banner2x .region::before {
    display: none; }
  .cm-banner2x .region > div {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    min-width: 49%;
    height: 175px; }
  .cm-banner2x .region .banner-image {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media screen and (max-width: 480px) {
    .cm-banner2x .region {
      overflow: auto;
      gap: 15px; }
      .cm-banner2x .region > div {
        -ms-flex-preferred-size: 90%;
            flex-basis: 90%;
        min-width: 90%;
        height: 130px; } }

.slick-counter-wrapper {
  position: relative; }

.slick-counter {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--color-gray-light); }
  @media (min-width: 769px) {
    .slick-counter {
      display: none; } }

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