/** Shopify CDN: Minification failed

Line 17:4 Unexpected "{"
Line 17:5 Expected identifier but found "%"
Line 17:49 Unexpected "{"
Line 17:50 Expected identifier but found "%"

**/


    .classly-widget__wrapper {
        margin: 3.2rem;
    }


  .card-wrapper {
    {% comment %}margin-right:calc(0.8rem + 1vw);{% endcomment %}
  }
  @media screen and (min-width: 1200px) {
    .card-wrapper {
      max-width: 30rem;
      margin: 0 auto;
  }
}



.foo {
    color: transparent;
}

.custom-shape-divider-bottom {
position: absolute;
top: -1px;
left: 0;
width: 100vw;
overflow: hidden;
line-height: 0;
}

.custom-shape-divider-bottom svg {
position: relative;
display: block;
left: -10%;
width: calc(120% + 1.3px);
height: calc(28px + 3vw);
}

.custom-shape-divider-bottom .shape-fill {
fill: #FFFFFF;
}

@media screen and (min-width: 1800px) {
.custom-shape-divider-bottom {
left: calc((-100vw + var(--max-content-width)) / 2);
}
}


.foo {
}
.mc-breadcrumbs {
font-size: 1.2rem;
}
.mc-breadcrumbs a {
    color: var(--mc-orange-darker);
}
.mc-breadcrumbs a:hover {
    color: var(--mc-hot-pink);
}


.mc {
color: transparent;
}
.mc-card-outline {
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .5rem;
padding: 2.4rem calc(2rem + 1vw);
margin: 1.6rem 0;
height: 100%;
display: grid;
align-content: space-evenly
}

.mc-card-outline__header hr {
width: 3rem;
margin-left: auto;
margin-right: auto;
}

.mc-card-outline__header {
text-align: center;
}

.mc-card-outline__subtitle {
text-transform: uppercase;
color: rgba(0, 0, 0, .5);
font-family: "Nimbus Sans Extd", sans-serif;
font-weight: bold;
font-size: 1.2rem;
}

.mc-card-outline__feature-icon-wrapper {
padding: .8rem 1.2rem .8rem 0;
vertical-align: middle;
}

.mc-card-outline__feature-text {
font-size: 1.4rem;
}

.mc-card-outline__cta-wrapper {
padding-top: 2rem;
text-align: center;
align-self: flex-end;
}

@media all and (min-width: 1200px) and (max-width: 2000px) {
.mc-card-outline {
margin: 1.6rem calc(1px + .8vw);
}
}


.mc-cards .card__heading.heading {
display: grid;
grid-template-columns:auto 1fr;
grid-template-areas: 'icon title' 'icon subtitle';
}

.mc-cards .card__heading.heading .heading__icon {
grid-area: icon;
align-self: center;
height: 4rem;
width: 4rem;
}

.mc-cards .card__heading.heading .heading__title {
grid-area: title;
}

.mc-cards .card__heading.heading .heading__subtitle {
grid-area: subtitle;
}

.mc-cards .card-img-top, .card-image-placeholder {
height: 15rem;
object-fit: cover;
}

.mc-cards .card {
display: flex;
max-width: 42.5rem;
height: 100%;
border: none;
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.mc-cards .card-subtitle {
font-size: 1.2rem;
}

.mc-cards__header>* {
max-width: 65rem;
margin-left: auto;
margin-right: auto;
}



image-slider {
transition: opacity .250s ease;
margin-bottom: 50px;
}

image-slider:not(:defined) {
opacity: 0;
}

.spinner {
display: block;
text-align: center;
}

.spinner:before {
content: "";
width: 1.5rem;
height: 1.5rem;
border: 5px solid darkseagreen;
border-top-color: transparent;
border-radius: 50%;
animation: 1s spin infinite linear;
display: inline-block;
}

@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}

.our-studio .our-studio__body p:first-of-type::first-letter {
font-size: 4.2rem;
float: left;
line-height: 1;
margin-right: .5rem;
font-family: 'Alfa Slab One', serif;
padding-top: 5px;
color: var(--mc-olive);
}

.our-community .our-community__map {
max-width: 800px;
width: 100%;
height: auto;
}




.marquee-home {
position: relative;
}

.marquee-home__background::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100vw;
z-index: -1;
}

.marquee-home--full-height {
min-height: 80vh;
}

@media screen and (min-width: 768px) {
.marquee-home--full-height {
min-height: 92vh;
}
}

@media screen and (min-width: 1800px) {
.marquee-home__background::before {
left: calc((-100vw + var(--max-content-width)) / 2);
}
}

/* bottom shape divider */

.custom-shape-divider-bottom-1631569224 {
position: absolute;
bottom: -1px;
left: 0;
width: 100vw;
overflow: hidden;
line-height: 0;
}

.custom-shape-divider-bottom-1631569224 svg {
position: relative;
display: block;
left: -10%;
width: calc(120% + 1.3px);
height: calc(28px + 7vw);
}

.custom-shape-divider-bottom-1631569224 .shape-fill {
fill: #FFFFFF;
}


@media screen and (min-width: 1800px) {
.custom-shape-divider-bottom-1631569224 {
left: calc((-100vw + var(--max-content-width)) / 2);
}
}


@media screen and (min-width: 992px) {
.newsletter__homepage .field__input {
box-shadow: 0 0 0 0.1rem var(--mc-orange);
}
}
.newsletter__homepage .newsletter-form__button {
white-space: nowrap;
}




.foo {
color: transparent;
}

.image-with-text__heading {
    font-size: 3.5rem;
    align-self: center;
}
@media all and (max-width: 425px) {
    .image-with-text__content {
    padding: 0 .4rem 5rem !important;
    }
}
.image-with-text__text>* {
font-size: 2rem;
}

@media screen and (min-width: 768px) {
.image-with-text__content {
padding: 4rem 4rem 5rem;
}
.image-with-text__heading {
align-self:flex-start;

}
.mc-image-with-text .image-with-text__grid.grid {
flex-direction: row;
}
}

@media screen and (min-width: 992px) {
.image-with-text__heading {
font-size: 4rem;

}
}



.info-banner__wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 auto;
text-align: center;
}

@media screen and (min-width: 768px) {
.info-banner__wrapper {
flex-direction: row;
text-align: left;
}
.info-banner__content {
flex: 0 0 50rem;
}
}


.mc-cards .card__heading.heading {
display: grid;
grid-template-columns:auto 1fr;
grid-template-areas: 'icon title' 'icon subtitle';
}

.mc-cards .card__heading.heading .heading__icon {
grid-area: icon;
align-self: center;
height: 4rem;
width: 4rem;
}

.mc-cards .card__heading.heading .heading__title {
grid-area: title;
}

.mc-cards .card__heading.heading .heading__subtitle {
grid-area: subtitle;
}

.mc-cards .card-img-top, .card-image-placeholder {
height: 15rem;
object-fit: cover;
}

.mc-cards .card {
display: flex;
max-width: 42.5rem;
height: 100%;
border: none;
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.mc-cards .card-subtitle {
font-size: 1.2rem;
}

.mc-cards__header>* {
max-width: 65rem;
margin-left: auto;
margin-right: auto;
}


.mc {
color: transparent;
}
.mc-card-outline {
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .5rem;
padding: 2.4rem calc(2rem + 1vw);
margin: 1.6rem 0;
height: 100%;
display: grid;
align-content: space-evenly
}

.mc-card-outline__header hr {
width: 3rem;
margin-left: auto;
margin-right: auto;
}

.mc-card-outline__header {
text-align: center;
}

.mc-card-outline__subtitle {
text-transform: uppercase;
color: rgba(0, 0, 0, .5);
font-family: "Nimbus Sans Extd", sans-serif;
font-weight: bold;
font-size: 1.2rem;
}

.mc-card-outline__feature-icon-wrapper {
padding: .8rem 1.2rem .8rem 0;
vertical-align: middle;
}

.mc-card-outline__feature-text {
font-size: 1.4rem;
}

.mc-card-outline__cta-wrapper {
padding-top: 2rem;
text-align: center;
align-self: flex-end;
}

@media all and (min-width: 1200px) and (max-width: 2000px) {
.mc-card-outline {
margin: 1.6rem calc(1px + .8vw);
}
}


#tag-filters > .loading-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .15);
z-index: 99;
width: 100%;
height: 100%;
}

#tag-filters > .loading-overlay > .spinner-border {
width: 4rem;
height: 4rem;
}

#tag-filters .is-loading {
display: flex;
justify-content: center;
align-items: center;
}

#tag-filters label {
text-transform: uppercase;
font-size: 1.28rem;
vertical-align: text-bottom;
}


.tag-filters__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;

}

.tag-filters__wrapper > .filter-details {
flex: 0 0 100%;
}

#tag-filters .selected-filters {
display: inline-flex;
flex-wrap: wrap;
}

#tag-filters .selected-filters__label {
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 2.5rem;
margin: .5rem .5rem .5rem 0;
font-family: "Nimbus Sans Extd", sans-serif;
font-weight: bold;
color: rgba(0, 0, 0, .5);
padding: .75rem 1rem .25rem;
font-size: 1.28rem;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
}

.filter-details[open] .filter-details__summary {
background-color: var(--mc-olive);
color: white;
}

.filter-details__summary.btn {
margin: .5rem 0;
display: block;
}

.filter-details__summary.btn-outline--olive {
border: 1px solid var(--mc-olive);
color: #333;
}

.filter-details__content {
display: flex;
flex-wrap: wrap;
width: 80%;
margin: 1rem auto;
}

.filter-details__content > * {
flex: 0 0 50%;

}
@media all and (min-width: 768px) {
.tag-filters__wrapper > .filter-details {
flex: 0 0 51%;
}
}

@media all and (min-width: 992px) {
.tag-filters__wrapper > .filter-details {
flex: 0 0 33.3%;
}
.filter-details__summary.btn {
margin: .5rem .5rem .5rem;
display: block;
}
}

@media all and (min-width: 1200px) {
.tag-filters__wrapper > .filter-details {
flex: 0 0 25%;
}
}


.foo {
color: transparent;
}

.steps-list__step-number {
width: 4.8rem;
height: 4.8rem;
font-size: 3.2rem;
border-radius: 50%;
color: white;
display: grid;
place-content: center;
font-family: var(--nimbus-sans);
padding-top: 1rem;
flex-shrink: 0;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
font-weight: bold;
margin: .5rem 1.6rem 1rem 0;
}

.steps-list__intro-text > * {
max-width: 64rem;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.steps-list__step-text > * {
margin-bottom: 0;
}

.steps-list__step-text a:not([class*="btn-link"]) {
color: var(--mc-teal);
}

.steps-list__step-text a:not([class*="btn-link"]):hover {
color: var(--mc-teal-lighter);
}

.steps-list__list-item {
padding: 2rem;
margin: 2.4rem 0;
display: flex;
align-items: start;
}



.placeholder__wrapper {
position: relative;
height: 0;
overflow: hidden;
padding-top: 67%;
background: rgba(0, 0, 0, 0.1);
}

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

.panel__image {
object-fit:cover;
}

.panel__promo-badge {
position: absolute;
top: -25px;
right: 15px;
font-size: 1.25rem;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
height: 100px;
width: 100px;
line-height: 1.5;
box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
transform: rotate(15deg);
z-index: 1;
}
.custom-shape-divider-top-1631656755 {
position: absolute;
top: 0;
left: 0;
width: 100vw;
overflow: hidden;
line-height: 0;
}

.custom-shape-divider-top-1631656755 svg {
position: relative;
display: block;
left: -10%;
width: calc(120% + 1.3px);
height: 100px;
}

.custom-shape-divider-top-1631656755 .shape-fill {
fill: #FFFFFF;
}

@media screen and (min-width: 1800px) {
.custom-shape-divider-top-1631656755 {
left: calc((-100vw + var(--max-content-width)) / 2);
}
}



.mc-cards .card__heading.heading {
display: grid;
grid-template-columns:auto 1fr;
grid-template-areas: 'icon title' 'icon subtitle';
}

.mc-cards .card__heading.heading .heading__icon {
grid-area: icon;
align-self: center;
height: 4rem;
width: 4rem;
}

.mc-cards .card__heading.heading .heading__title {
grid-area: title;
}

.mc-cards .card__heading.heading .heading__subtitle {
grid-area: subtitle;
}

.mc-cards .card-img-top, .card-image-placeholder {
height: 15rem;
object-fit: cover;
}

.mc-cards .card {
display: flex;
max-width: 42.5rem;
height: 100%;
border: none;
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.mc-cards .card-subtitle {
font-size: 1.2rem;
}

.mc-cards__header>* {
max-width: 65rem;
margin-left: auto;
margin-right: auto;
}
