@import url("https://fonts.googleapis.com/css?family=Cardo:400, 700|Montserrat:200, 300, 400, 500");
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: 'Gallery Modern';
    src: url('fonts/gallerymodern-webfont.woff2') format('woff2'),
         url('fonts/gallerymodern-webfont.woff') format('woff'),
         url('fonts/gallerymodern-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection {
    background-color: rgba(0, 0, 0, 0.1);
}
::selection {
    background-color: rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus, select:focus, button:focus {
    outline: 0;
}
input, textarea, select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
strong, b {
    font-weight: bold;
}
html {
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-smooth: always;
    min-height: 100%;
    color: #000;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fff;
}

/*
*::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 6px;
}
*::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 6px;
}
*::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 6px;
}
*/
.row--gutter {
    margin-left: -10px;
    margin-right: -10px;
}
.row--gutter-custom {
    margin-left: -30px;
    margin-right: -30px;
}
.row--vertical-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.row--justify {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
[class*='col-'] {
    position: relative;
}
.row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-1 {
    width: 8.33333%}
.row--gutter .col-1 {
    width: calc( 100%/12*1 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-1 {
    width: calc( 100%/12*1 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-2 {
    width: 16.66667%}
.row--gutter .col-2 {
    width: calc( 100%/12*2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-2 {
    width: calc( 100%/12*2 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-3 {
    width: 25%}
.row--gutter .col-3 {
    width: calc( 100%/12*3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-3 {
    width: calc( 100%/12*3 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-4 {
    width: 33.33333%}
.row--gutter .col-4 {
    width: calc( 100%/12*4 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-4 {
    width: calc( 100%/12*4 - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom:  40px;
}
.col-5 {
    width: 41.66667%}
.row--gutter .col-5 {
    width: calc( 100%/12*5 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-5 {
    width: calc( 100%/12*5 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-6 {
    width: 50%}
.row--gutter .col-6 {
    width: calc( 100%/12*6 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-6 {
    width: calc( 100%/12*6 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-7 {
    width: 58.33333%}
.row--gutter .col-7 {
    width: calc( 100%/12*7 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-7 {
    width: calc( 100%/12*7 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-8 {
    width: 66.66667%}
.row--gutter .col-8 {
    width: calc( 100%/12*8 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-8 {
    width: calc( 100%/12*8 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-9 {
    width: 75%}
.row--gutter .col-9 {
    width: calc( 100%/12*9 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-9 {
    width: calc( 100%/12*9 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-10 {
    width: 83.33333%}
.row--gutter .col-10 {
    width: calc( 100%/12*10 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-10 {
    width: calc( 100%/12*10 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-11 {
    width: 91.66667%}
.row--gutter .col-11 {
    width: calc( 100%/12*11 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-11 {
    width: calc( 100%/12*11 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-12 {
    width: 100%}
.row--gutter .col-12 {
    width: calc( 100%/12*12 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-12 {
    width: calc( 100%/12*12 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
@media (max-width: 1024px) {
    .col-md-1 {
    width: 8.33333%}
.row--gutter .col-md-1 {
    width: calc( 100%/12*1 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-1 {
    width: calc( 100%/12*1 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-2 {
    width: 16.66667%}
.row--gutter .col-md-2 {
    width: calc( 100%/12*2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-2 {
    width: calc( 100%/12*2 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-3 {
    width: 25%}
.row--gutter .col-md-3 {
    width: calc( 100%/12*3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-3 {
    width: calc( 100%/12*3 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-4 {
    width: 33.33333%}
.row--gutter .col-md-4 {
    width: calc( 100%/12*4 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-4 {
    width: calc( 100%/12*4 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-5 {
    width: 41.66667%}
.row--gutter .col-md-5 {
    width: calc( 100%/12*5 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-5 {
    width: calc( 100%/12*5 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-6 {
    width: 50%}
.row--gutter .col-md-6 {
    width: calc( 100%/12*6 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-6 {
    width: calc( 100%/12*6 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-7 {
    width: 58.33333%}
.row--gutter .col-md-7 {
    width: calc( 100%/12*7 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-7 {
    width: calc( 100%/12*7 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-8 {
    width: 66.66667%}
.row--gutter .col-md-8 {
    width: calc( 100%/12*8 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-8 {
    width: calc( 100%/12*8 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-9 {
    width: 75%}
.row--gutter .col-md-9 {
    width: calc( 100%/12*9 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-9 {
    width: calc( 100%/12*9 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-10 {
    width: 83.33333%}
.row--gutter .col-md-10 {
    width: calc( 100%/12*10 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-10 {
    width: calc( 100%/12*10 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-11 {
    width: 91.66667%}
.row--gutter .col-md-11 {
    width: calc( 100%/12*11 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-11 {
    width: calc( 100%/12*11 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-md-12 {
    width: 100%}
.row--gutter .col-md-12 {
    width: calc( 100%/12*12 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-md-12 {
    width: calc( 100%/12*12 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
}@media (max-width: 670px) {
    .col-sm-1 {
    width: 8.33333%}
.row--gutter .col-sm-1 {
    width: calc( 100%/12*1 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-1 {
    width: calc( 100%/12*1 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-2 {
    width: 16.66667%}
.row--gutter .col-sm-2 {
    width: calc( 100%/12*2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-2 {
    width: calc( 100%/12*2 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-3 {
    width: 25%}
.row--gutter .col-sm-3 {
    width: calc( 100%/12*3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-3 {
    width: calc( 100%/12*3 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-4 {
    width: 33.33333%}
.row--gutter .col-sm-4 {
    width: calc( 100%/12*4 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-4 {
    width: calc( 100%/12*4 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-5 {
    width: 41.66667%}
.row--gutter .col-sm-5 {
    width: calc( 100%/12*5 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-5 {
    width: calc( 100%/12*5 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-6 {
    width: 50%}
.row--gutter .col-sm-6 {
    width: calc( 100%/12*6 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-6 {
    width: calc( 100%/12*6 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-7 {
    width: 58.33333%}
.row--gutter .col-sm-7 {
    width: calc( 100%/12*7 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-7 {
    width: calc( 100%/12*7 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-8 {
    width: 66.66667%}
.row--gutter .col-sm-8 {
    width: calc( 100%/12*8 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-8 {
    width: calc( 100%/12*8 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-9 {
    width: 75%}
.row--gutter .col-sm-9 {
    width: calc( 100%/12*9 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-9 {
    width: calc( 100%/12*9 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-10 {
    width: 83.33333%}
.row--gutter .col-sm-10 {
    width: calc( 100%/12*10 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-10 {
    width: calc( 100%/12*10 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
.col-sm-11 {
    width: 91.66667%}
.row--gutter .col-sm-11 {
    width: calc( 100%/12*11 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-11 {
    width: calc( 100%/12*11 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.col-sm-12 {
    width: 100%;
}

.row--gutter .col-sm-12 {
    width: calc( 100%/12*12 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.row--gutter-custom .col-sm-12 {
    width: calc( 100%/12*12 - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
}.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.spacer {
    height: 40px;
}
.block-center {
    margin-left: auto;
    margin-right: auto;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1260px) {
    .container {
    margin-left: 30px;
    margin-right: 30px;
}
}.uppercase {
    text-transform: uppercase;
}
.white-space {
    white-space: nowrap;
}
.spacer-bottom {
    margin-bottom: 80px;
}

/* On screens smaller than 768px (typical mobile breakpoint) */
@media (max-width: 767px) {
  .spacer-bottom {
    margin-bottom: 40px;
  }
}


.serif {
    font-family: Verdana, Geneva, sans-serif;
}
.sans-serif {
    font-family: Verdana, Geneva, sans-serif;
}
.vertical-align-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sm-only {
    display: none;
}
@media (max-width: 670px) {
    .sm-only {
    display: block;
}
}@media (max-width: 670px) {
    .sm-hidden {
    display: none;
}
}.md-only {
    display: none;
}
@media (min-width: 671px) and (max-width: 1024px) {
    .md-only {
    display: block;
}
}@media (min-width: 671px) and (max-width: 1024px) {
    .md-hidden {
    display: none;
}
}.sm-md-only {
    display: none;
}
@media (max-width: 1024px) {
    .sm-md-only {
    display: block;
}
}@media (max-width: 1024px) {
    .sm-md-hidden {
    display: none;
}
}[data-ms-id] {
    font-size: 0;
    position: relative;
}
[data-ms-view] {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
[data-ms-controls] {
    text-align: center;
    margin-top: 20px;
}
[data-ms-controls] [data-ms-controlitem] {
    width: 13px;
    height: 13px;
    border: 2px solid #ccc;
    border-radius: 15px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
[data-ms-arrow] {
       width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: transparent;
    padding: 0;
    border: none;
}


[data-ms-arrow] svg {
    width: 24px;
    height: 24px;
    fill: #666;
    transition: fill 0.2s ease;
}


[data-ms-arrow]:hover svg {
    fill: var(--color-accent2);
}

[data-ms-arrow]:after {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    content: '';
    position: absolute;
    
}
[data-ms-viewitem] {
    font-size: 16px;
    display: none;
}
[data-ms-controlitem="active"] {
    border-color: #000;
}
[data-ms-arrow="prev"] {
    left: 0;
}
[data-ms-arrow="prev"]:after {
    border-width: 3px 0 0 3px;
}
[data-ms-arrow="next"] {
    right: 0;
}
[data-ms-arrow="next"]:after {
    border-width: 0 3px 3px 0;
}
[data-ms-viewitem="active"] {
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    */
    display: block;
}
[data-control="0"] [data-ms-controls] {
    display: none;
}
[data-arrow="0"] [data-ms-arrow] {
    display: none;
}
.m-modal {
    width: 75%;
    background-color: #fff;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.m-modal__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: -60px;
    cursor: pointer;
}
.m-modal__close:before, .m-modal__close:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%}
.m-modal__close:before {
    -webkit-transform: translate(-50%,  -50%) rotate(45deg);
    transform: translate(-50%,  -50%) rotate(45deg);
}
.m-modal__close:after {
    -webkit-transform: translate(-50%,  -50%) rotate(-45deg);
    transform: translate(-50%,  -50%) rotate(-45deg);
}
.m-modal [data-modalfeedkey][data-modalreturn="false"] {
    display: none;
}
.m-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 501;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}
.m-modal-overlay--is-active {
    display: block;
}
.m-accordion__item {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: relative;
    padding-right: 60px;
    margin-top: 10px;
}
.m-accordion__item-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.m-accordion__item-close:before, .m-accordion__item-close:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.m-accordion__item-close:before {
    -webkit-transform: translate(-50%,  -50%) rotate(0deg);
    transform: translate(-50%,  -50%) rotate(0deg);
}
.m-accordion__item-close:after {
    -webkit-transform: translate(-50%,  -50%) rotate(-90deg);
    transform: translate(-50%,  -50%) rotate(-90deg);
}
.m-accordion__item-title {
    padding-bottom: 10px;
    cursor: pointer;
}
.m-accordion__item-copy {
    display: none;
}
.m-accordion__item--is-active .m-accordion__item-close:before {
    -webkit-transform: translate(-50%,  -50%) rotate(45deg);
    transform: translate(-50%,  -50%) rotate(45deg);
}
.m-accordion__item--is-active .m-accordion__item-close:after {
    -webkit-transform: translate(-50%,  -50%) rotate(-45deg);
    transform: translate(-50%,  -50%) rotate(-45deg);
}
.m-hamburger {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 5px;
    z-index: 1;
}
.m-hamburger span {
    display: block;
    position: absolute;
    height: 7px;
    width: 80%;
    margin-left: 10%;
    background: #444;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .33s ease-in-out;
    transition: .33s ease-in-out;
}
.m-hamburger span:nth-child(1) {
    top: 0px;
}
.m-hamburger span:nth-child(2) {
    top: 15px;
}
.m-hamburger span:nth-child(3) {
    top: 30px;
}
.m-hamburger--is-open span {
    background-color: #fff;
}
.m-hamburger--is-open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%}
.m-hamburger--is-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-hamburger--is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}
.m-hamburger-drawer {
    position: fixed;
    right: calc( -90vw - 20px);
    top: 0;
    height: 100vh !important;
     overflow-y:  scroll;
     padding-bottom:  50px;
     background-color: #fff;
    width: 90vw !important;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    padding-top: 70px;
    -webkit-transition: right .6s ease-in-out;
    transition: right .6s ease-in-out;
    
    display: flex;
    flex-direction: column;
}
.m-hamburger-drawer--is-visible {
    right: 0;
}
[data-ms-id] [data-ms-arrow]:hover:after {
    border-color: var(--color-accent2);
}
.cta {
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.06em;
    display: inline-block;
    background-color: var(--color-accent1);
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
}
.cta--ghost {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}
.cta--padded {
    padding: 18px 35px;
}
.cta:hover, .cta--is-over {
    background-color: var(--color-accent2);
}
.cta--ghost:hover, .cta--ghost.cta--is-over {
    border-color: var(--color-accent2);
    background-color: var(--color-accent2);
    color: #fff;
}
.jumbo-header {
    color: #fff;
    font-size: 0;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.jumbo-header__bar {
    width: 100%;
    z-index: 2;
    background-image: url('../../../uploads/2022/06/reformation-retraite-header.jpg');
}
.jumbo-header__title {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 55px;
    font-weight: 100;
    letter-spacing: .06em;
    color: black;
}
.jumbo-header__navigation {
    text-align: center;
    font-size: 0;
}
.jumbo-header path, .jumbo-header circle {
    fill: #fff;
}
.jumbo-header__navigation-entry {
    display: inline-block;
    font-size: 0;
}
.jumbo-header__navigation-entry-link {
    display: block;
    padding: 23px 0;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
    margin-bottom: -1px;
    border-color: #fff;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    width: 230px;
}
@media (max-width: 670px) {
    .jumbo-header__navigation-entry-link {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
}.jumbo-header__slider-arrow[data-ms-arrow='prev'] {
    left: 20px !important;
}
.jumbo-header__slider-arrow[data-ms-arrow='next'] {
    right: 20px !important;
}
.jumbo-header__slider-view {
    background-color: #111;
    /*height: 80vh !important;*/
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jumbo-header__slider-item {
    background-size: cover;
    background-position: center center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateZ(0); /* triggers GPU repaint */
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    will-change: transform;
}
.jumbo-header__slider-item[data-ms-viewitem="active"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.jumbo-header__slider-content {
    margin-top: 180px;
    text-align: center;
    font-size: 15px;
    line-height: 2;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Verdana, Geneva, sans-serif;
}
.jumbo-header__slider-content h1 {
    font-size: 70px;
    font-family: Verdana, Geneva, sans-serif;
    color:var(--color-white);
    line-height: 1;
    margin-bottom: 00px;
}
.jumbo-header__slider-content h2 {
    font-size: 45px;
    font-family: Verdana, Geneva, sans-serif;
    color:var(--color-white);
    line-height: 1;
    margin-bottom: 10px;
}
.jumbo-header__slider-content p {
    margin-bottom: 20px;
}
.jumbo-header--dark {
    color: #000;
}
.jumbo-header--dark path, .jumbo-header--dark circle {
    fill: #000;
}
.jumbo-header--dark .menu__list-entry-link {
    text-shadow: none;
}
.jumbo-header--dark .header__language-item {
    color: #000;
}
.jumbo-header__navigation-entry-link--is-active {
    background-color: #fff;
    color: #000;
}
.jumbo-header__bar--frontpage {
    position: absolute;
    top: 0;
    left: 0;
    background-image: unset;
}
.jumbo-header__navigation-entry-link:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    border-color: rgba(255, 255, 255, 0.5);
}
.jumbo-header__navigation-entry-link:active {
    background-color: #fff;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 10px 0;
    display: flex;
    flex-direction: row; /* Ensure horizontal layout */
    align-items: center;  /* Optional: aligns items vertically */
    justify-content: space-between; /* Optional: space out items */
    position: relative;
    z-index: 5;
}
@media (max-width: 1260px) {
    .header {
    margin-left: 30px;
    margin-right: 30px;
}
}@media (max-width: 670px) {
    .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.header__container-left {
    width: 25%}
@media (max-width: 670px) {
    .header__container-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
}.header__container-center {
    width: 50%}
@media (max-width: 670px) {
    .header__container-center {
    width: 100%;
    margin-top: 20px;
}
}.header__container-right {
    width: 25%;
    font-size: 13px;
    text-align: right;
}
@media (max-width: 670px) {
    .header__container-right {
    display: none;
}
}.header__social-link {
    width: 20px;
    height: 20px;
    display: inline-block;
}
@media (max-width: 670px) {
    .header__social-link {
    width: 30px;
    height: 30px;
}
}.header__logo {
    text-align: center;
    display: block;
}
.header__logo svg {
    height: 60px;
    width: auto;
}
@media (max-width: 670px) {
    .header__logo svg {
    height: auto;
    width: 80%}
}.header__language-item {
    text-decoration: none;
    color: #fff;
}
.header__language-item:first-child {
    margin-right: 5px;
}
.header__language-item:first-child:after {
    content: '|';
    padding-left: 5px;
}
.header__social-link:first-child {
    margin-right: 10px;
}
@media (max-width: 670px) {
    .header__social-link: first-child {
    margin-right: 30px;
}
}
.menu {
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.76);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 5;
}

@media (max-width: 1260px) {
    .menu {
        margin-left: 30px;
        margin-right: 30px;
    }
}

menu.menu.menu--is-mobile ul.menu__list {
    
}

.menu__list-entry {
    display: inline-block;
    position: relative;
}

.menu__cta-btn {
    background-color: var(--color-accent1);
}

.menu__cta-btn > a.menu__list-entry-link {
    margin-left: 80px;
    margin-right: 80px;
    color: white; 
}

.menu__cta-btn ul.sub-menu {
    background-color: var(--color-accent1);
    left: 0px;
    right: 0px;
    min-width: 100px;
}

.menu__cta-btn ul.sub-menu a.menu__list-entry-link {
    color: white;  
}

.menu__cta-btn ul.sub-menu a.menu__list-entry-link:hover {
    border-bottom-color: white;  
}

.menu__list-entry-link {
    padding: 15px 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    display: block;
    /* margin-right: 35px; */
    /* Pour fitter les 2 retraites en même temps */
    margin-right: 30px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    letter-spacing: 0.06em;
    margin-bottom: -1px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.menu__list-entry-link--journal {
    font-family: Verdana, Geneva, sans-serif;
}

.menu__list-entry-link--with-submenu {
    pointer-events: none;
}

.menu__list-entry:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 45px;
    left: calc(50% - 105px - 18px);
    background-color: rgba(255, 255, 255, 0.9);
    transition: opacity 0.5s, visibility 0.5s;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    padding-bottom: 10px;
    min-width: 260px;
    width: 100%;
}

.sub-menu .menu__list-entry {
    display: block;
}

.sub-menu a.menu__list-entry-link {
    margin: 0 20px;
    pointer-events: auto;
    color: black;
    text-shadow: none;
}

.menu__list-mobile-cross {
    display: none;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.menu__list-mobile-cross div {
    position: absolute;
    width: 20px;
    height: 1px;
    border-radius: 0.5px;
    background-color: black;
    top: 8px;
    transition: transform 0.5s, opacity 0.25s; 
}

.mobile-menu__is-open .menu__list-mobile-cross div:first-child {
    opacity: 0;
}

.mobile-menu__is-open .menu__list-mobile-cross div:last-child {
    transform: rotate(0deg);
}

.menu__list-mobile-cross div:last-child {
    transform: rotate(90deg);
}

.menu__list-entry--book-sm .menu__list-mobile-cross {
    display: none;    
}

@media (max-width: 670px) {
    .menu__list-entry-link {
        pointer-events: auto;
    }
    
    .menu__list-mobile-cross {
        display: block;
    }
    
    .sub-menu {
        display: none;
        position: relative;
        visibility: visible;
        opacity: 1;
        top: auto;
        left: auto;
        height: 0px;
        overflow: hidden;
        transition: opacity 0.5s, height 0.5s;
        padding-bottom: 0;
    }
    
    .menu--is-mobile .sub-menu .menu__list-entry-link {
        font-size: 14px;
    }
    
    li.menu__list-entry:has(a.menu__list-entry-link[hreflang]) {
        order: 31;
    }
    
    li.menu__list-entry:has(a.menu__list-entry-link[hreflang=fr-FR]) {
        margin-top: 30px;
    }
    

}



.menu__mini-logo {
    display: none;
}
.menu__list-entry-link[hreflang] {
    display: none;
}
.menu--is-mobile .menu__list-entry-link[hreflang] {
    display: inline-block;
}
.menu--is-minified {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 670px) {
    .menu--is-minified {
    display: none !important;
}
}.menu--is-minified .menu__list-entry-link {
    color: #000;
    text-shadow: none;
    font-weight: 500;
}
.menu--is-minified .menu__mini-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1260px) {
    .menu--is-minified .menu__mini-container {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.menu--is-minified .menu__mini-logo {
    display: inline-block;
    width: 100px;
}
.menu--is-minified .menu__mini-logo img {
    max-width: 100%}
.menu--is-mobile {
    border: 0;
}
.menu--is-mobile .menu__cta {
    display: none;
}
.menu--is-mobile .menu__list-entry {
    width: 100%;
    text-align: center;
}
.menu--is-mobile .menu__list-entry-link {
    color: #000;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: none;
    margin: 0;
    border: 0;
}
.menu--is-mobile .menu__list-entry--is-active .menu__list-entry-link {
    /*background-color: #0b24fa;
    color: #fff;*/
}
.menu__list-entry--is-active .menu__list-entry-link {
    /*border-bottom-color: #0b24fa;*/
}
.menu__list-entry--book-sm {
    display: none;
}
@media (max-width: 670px) {
    .menu__list-entry--book-sm {
        display: inline-block;
        margin-left: 10%;
        margin-right: 10%;
        width: 80% !important;
    }
}

.menu__list-entry--book-mobile {
    background-color: #0b24fa;
    border-radius: 5px; 
}

.menu__list-entry--book-mobile a.menu__list-entry-link {
    color: white;
}

.menu__list-entry--book-mobile .sub-menu {
    background-color: transparent;
}

}.menu__list-entry-link--book-sm {
    color: #fff !important;
}
.menu__list-entry-link:hover {
    border-bottom-color: var(--color-accent2);
}
.jumbo-header--dark .menu {
    border-color: #000;
}
.jumbo-header--dark .menu__list-entry-link {
    color: #000;
}
.m-hamburger--is-open span {
    background-color: #666;
}
.main {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1200px;*/
    /*padding-top: 50px;*/
    /*padding-bottom: 70px;*/
    font-weight: 400;
}
@media (max-width: 1260px) {
    .main {
    margin-left: 00px;
    margin-right: 00px;
}
}.main__title-h2 {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.main__title-h2:before {
    width: 100%;
    height: 2px;
    background-color: #eee;
    content: '';
    position: absolute;
    left: 0;
    top: 50%}
.main__title-h2 span {
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}
.page__content {
    line-height: 1.3;
}
.page__content h2 {
    font-size: 30px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 20px;
    margin-top: 30px;
}
.page__content h3 {
    font-size: 17px;
    font-weight: 700;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 25px;
    margin-top: 35px;
    text-transform: uppercase;
}
.page__content p {
    margin-bottom: 20px;
}
.page__content a {
    color: #000;
}
.page__content ul {
    padding-left: 15px;
}
.page__content li {
    list-style-type: square;
    margin-bottom: 5px;
}
.footer {
    background-color: var(--color-primary);
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    padding-bottom: 100px;
}
.footer__email-catcher {
    padding: 50px 0 35px;
    border-bottom: 1px solid #fff;
}
.footer__logo {
    padding: 40px 0 20px;
}
.footer__contact {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.8;
    font-size: 12px;
}

.footer__contact div {
    margin-bottom: 20px;   
}

@media (max-width: 670px) {
    .footer__contact span {
        display: block;
    }
    
    .footer__contact span.hide-on-mobile {
        display: none;
    }
}

.footer__email-catcher-legend {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 30px;
}
@media (max-width: 670px) {
    .footer__email-catcher-legend {
    display: block;
    padding-bottom: 20px;
}
}.footer__email-catcher-form {
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.footer__email-catcher-input {
    background-color: transparent;
    border: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    padding: 10px 0;
    width: 250px;
}
.footer__email-catcher-input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
}
.footer__email-catcher-input:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
}
.footer__email-catcher-input::-ms-input-placeholder {
    color: #000;
    font-size: 16px;
}
.footer__email-catcher-input::placeholder {
    color: #000;
    font-size: 16px;
}
.footer__email-catcher-cta {
    background-color: transparent;
    border: 0;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .06em;
    cursor: pointer;
}
.footer__email-catcher-message {
    padding: 10px;
    font-weight: 600;
}
.footer__logo-image {
    width: 150px;
}
.footer__menu-entry {
    display: inline-block;
    margin-bottom: 25px;
    margin-left: 7px;
    margin-right: 7px;
}
.footer__menu-entry-link {
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 12px;
}
.footer__contact a {
    color: #000;
    text-decoration: none;
}
.rate-card {
    border: 1px solid #ddd;
    text-align: center;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    position: relative;
}
.rate-card__title {
    font-size: 26px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    width: 100%}
.rate-card__price {
    font-size: 30px;
    padding: 20px;
    font-weight: 300;
}
.rate-card__legal {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}
.rate-card__cta {
    display: inline-block;
    padding: 15px 40px;
    font-weight: 700;
}
.rate-card__stamp {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background-color: #fedad3;
    text-align: center;
    border-radius: 55%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 15px;
    font-family: Verdana, Geneva, sans-serif;
}
.rate-card__price strong {
    font-weight: 400;
}
.rate-card__legal strong {
    font-weight: 500;
}
.rate-card__price small {
    font-size: 13px;
}
.rate-card:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-color: #fff;
}
.rate-card__sticker {
    height: 100px; 
    width: auto; 
    position: absolute; 
    top: -40px; 
    right: 0px;   
}

.rate-card__soldout {
    font-size: 18px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    color: #f13a3a;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-rate {
    margin-left: 150px;
    margin-right: 150px;
}
@media (max-width: 1024px) {
    .page-rate {
    margin-left: 0;
    margin-right: 0;
}
}.page-rate__special-rates-price {
    font-size: 14px;
    line-height: 1;
}
.page-rate__special-rates-price strong {
    font-size: 30px;
    vertical-align: middle;
}

.rate__warning {
    text-align: center;
    margin: 0 0 50px 0;
    /*font-size: 24px; */  
}

.page-methode__separator {
    width: 2px;
    height: calc(100% - 40px);
    background-color: #eee;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-methode__quote {
    font-size: 30px;
    line-height: 1.3;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 30px;
}
.page-methode__quote:before {
    content: '';
    background: url(../img/icon-quote.png) no-repeat center center;
    width: 55px;
    height: 55px;
    display: block;
    background-size: contain;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.page-methode__jumbo-header {
    margin-top: 70px;
}
.page-methode h3 {
    font-size: 23px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 20px;
}
.page-methode__copy {
    line-height: 1.4;
    margin-bottom: 45px;
}
@media (max-width: 670px) {
    .page-classes {
    margin-right: -20px;
    margin-left: -20px;
}
}.page-classes__slider {
    margin-bottom: 50px;
}
.page-classes__slider-navigation {
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.page-classes__slider-navigation-entry {
    display: inline-block;
}
.page-classes__slider-navigation-entry-link {
    padding: 15px 0;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    display: block;
    font-weight: 500;
    margin: 0 17px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    letter-spacing: 0.06em;
    margin-bottom: -1px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    cursor: pointer;
}
.page-classes__slider-view {
    min-height: 315px;
}
.page-classes__slider-view-image {
    max-width: 100%;
    max-height: 350px;
}
@media (max-width: 670px) {
    .page-classes__slider-view-image {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 30px;
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
}.page-classes__slider-view-title {
    font-size: 25px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 25px;
}
.page-classes__slider-view-copy {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 20px;
}

.page-classes__slider-view-copy p {
    margin: 10px 0;   
}
@media (max-width: 670px) {
    .page-classes__slider-view-copy {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.page-classes__slider-view-picto {
    display: none;
    height: 30px;
    margin-bottom: 25px;
}

.page-classes__slider-view-picto img {
    display: inline-block;
    height: 30px;
    width: auto;
    margin: 0 10px;
}

.page-classes__slider [data-ms-controlitem="active"] {
    background-color: var(--color-accent2);
    border-color: var(--color-accent2);
}
.page-classes__slider-navigation-entry-link:hover, [data-ms-controlitem="active"] .page-classes__slider-navigation-entry-link {
    border-bottom-color: var(--color-accent2);
}

.page-studio__slider-grid {
    display: grid;
    grid-template-columns: 600px 1fr;
    grid-column-gap: 50px;
}

.page-studio__time {
    margin-top: 50px;   
}

@media (max-width: 670px) {
    .page-studio__slider-grid {
        display: block;
        margin-bottom: 50px;
    }
}


.page-studio__slider {
    text-align: center;
    margin-bottom: 50px;
}
.page-studio__schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.7;
}
.page-studio__time-days {
    width: 100%;
    text-align: right;
}
.page-studio__time-days strong {
    float: left;
}

.page-studio__contact-item {
  position: relative;
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
}




.page-studio__map {
    width: 100%;
    height: 367px;
}
.page-studio h3 {
    font-size: 23px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 20px;
}
.page-studio p {
    line-height: 1.4;
    margin-bottom: 45px;
}
.page-studio__contact-item a {
    color: #000;
    text-decoration: none;
}
.page-studio__slider img {
    max-width: 100%;
    height: auto;
    width: 100%;
    /*
    -o-object-fit: cover;
    object-fit: cover;
    */
}
@media (max-width: 670px) {
    .page-studio__slider img {
        /*max-height: 50vw;*/
}
}.page-studio__slider [data-ms-controlitem='active'] {
    background-color: #0b24fa;
    border-color: #0b24fa;
}
/*.page-studio__contact-item--tel {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 35px;
}*/


.page-studio__contact-item--address::before {
  content: "\ef79"; /* icofont-location-pin */
  font-family: 'IcoFont' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: var(--color-accent1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.page-studio__contact-item--email::before {
    content: "\ef14"; /* icofont-location-pin */
  font-family: 'IcoFont' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: var(--color-accent1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}


.page-studio__contact-item--tel::before {
    content: "\efbb"; /* icofont-location-pin */
  font-family: 'IcoFont' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: var(--color-accent1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.page-studio__contact-item--bus::before {
    content: "\ef2b"; /* icofont-location-pin */
  font-family: 'IcoFont' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: var(--color-accent1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.page-studio__contact-item--metro::before {
    content: "\ee3a"; /* icofont-location-pin */
  font-family: 'IcoFont' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: var(--color-accent1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}


.page-studio .m-slider {
    margin-bottom: 75px;
}
.page-studio .m-slider__view {
    background-color: #eee;
}
.page-studio .m-slider__control-item {
    border-color: #ddd;
}
.page-studio .m-slider__control-item--is-active {
    background-color: var(--color-accent2);
    border-color: var(--color-accent2);
}
.page-team__member {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    margin-bottom: 60px;
    cursor: pointer;
}
@media (max-width: 670px) {
    .page-team__member {
    margin-left: 20px;
    margin-right: 20px;
}
}.page-team__member-image {
    width: 100%;
    background-color: #eee;
    border-radius: 55%;
    display: block;
    margin-bottom: 30px;
}
.page-team__member-name {
    font-size: 25px;
    font-family: Verdana, Geneva, sans-serif;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page-team__member-keyword-item {
    display: inline-block;
    line-height: 1.5;
}
.page-team__member-keyword-item:after {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
    color: #ccc;
}
.page-team__modal {
    padding: 0;
    max-width: 800px;
    width: 75%;
    max-height: 90vh;
}
@media (max-width: 670px) {
    .page-team__modal {
    width: 95vw;
    max-height: 95vh;
}
}.page-team__modal-top-line {
    padding: 50px;
    padding-bottom: 0;
}
@media (max-width: 670px) {
    .page-team__modal-top-line {
    padding: 40px 20px 10px;
}
}.page-team__modal-image {
    width: 100%;
    background-color: #eee;
}
@media (max-width: 670px) {
    .page-team__modal-image {
    margin-bottom: 30px;
    width: 30vw;
    display: inline-block;
}
}.page-team__modal-name {
    font-size: 25px;
    font-family: Verdana, Geneva, sans-serif;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page-team__modal-description {
    font-size: 15px;
    line-height: 1.5;
    /*margin-bottom: 50px;*/
    max-height: 35vh;
    overflow-y: auto;
}
@media (max-width: 670px) {
    .page-team__modal-cta {
    margin-bottom: 20px;
}
}.page-team__modal-bottom-line {
    margin-top: 40px;
    border-top: 2px solid #ddd;
}
@media (max-width: 670px) {
    .page-team__modal-bottom-line {
    display: none;
}
}.page-team__modal-quote {
    padding: 30px 30px 30px 0;
    font-size: 28px;
    line-height: 1.4;
    font-family: Verdana, Geneva, sans-serif;
    padding-left: 60px;
    margin-left: 50px;
}
.page-team__modal-quote:before {
    background: transparent url(../img/icon-quote.png) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50px;
    top: 30px;
    content: ''}
.page-team__modal-social {
    text-align: center;
    border-left: 2px solid #ddd;
    padding-bottom: 40px;
}
.page-team__modal-social-title {
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}
.page-team__modal-social-cta {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
}
.page-team__modal-social-cta[href=""] {
    display: none;
}
.page-team__member-keyword-item:last-child:after {
    display: none;
}
.m-modal-overlay {
    background-color: rgba(255, 181, 168, 0.79);
}
@media (max-width: 670px) {
    .m-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
}.page-frontpage__quote-slider-view {
    height: auto;
}
.page-frontpage__quote-item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%}
.page-frontpage__quote-item-copy {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    max-width: 650px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
@media (max-width: 670px) {
    .page-frontpage__quote-item-copy {
    font-size: 30px;
    max-width: calc( 100% - 100px);
}
}.page-frontpage__quote-item-copy:before {
    background: transparent url(../img/icon-quote.png) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    content: ''}
.page-frontpage__quote-item-date {
    text-transform: uppercase;
    color: #555;
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 0.09em;
}
.page-frontpage__quote-item-date:before {
    content: '– '}
.page-frontpage__quote-item-logo-image {
    height: 30px;
    width: auto;
}

@media (max-width: 670px) {
    .page-faq .col-8 {
        width: 100%;   
    }
    
    .page-faq .col-2 {
        display: none;   
    }
}

.page-faq__accordion {
    border-top: 1px solid #ccc;
}
.page-faq .m-accordion__item-close {
    height: 20px;
    width: 20px;
    margin-top: 10px;
}
.page-faq .m-accordion__item-close:before, .page-faq .m-accordion__item-close:after {
    height: 2px;
}
.page-faq__accordion-item-title {
    font-size: 22px;
    font-family: Verdana, Geneva, sans-serif;
}
.page-faq__accordion-item-copy {
    line-height: 1.4;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*
.page-faq .m-accordion__item--is-active:after {
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgba(204, 204, 204, 0.45)),  to(transparent));
    background: linear-gradient(rgba(204, 204, 204, 0.45),  transparent);
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
}
*/

.page-carreers p {
    line-height: 1.5;
}
.page-carreers__accordion {
    border-top: 1px solid #ccc;
}
.page-carreers .m-accordion__item-close {
    height: 20px;
    width: 20px;
    margin-top: 10px;
}
.page-carreers .m-accordion__item-close:before, .page-carreers .m-accordion__item-close:after {
    height: 2px;
}
.page-carreers__accordion-item-title {
    font-size: 22px;
    font-family: Verdana, Geneva, sans-serif;
}
.page-carreers__accordion-item-copy {
    margin-right: 20%;
    line-height: 1.4;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-carreers .m-accordion__item--is-active:after {
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgba(204, 204, 204, 0.45)),  to(transparent));
    background: linear-gradient(rgba(204, 204, 204, 0.45),  transparent);
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
}



.shortcut-block {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 50px 0 100px 0;
}

.shortcut-block__item {
    width: 22%;
    max-width: 300px;
    text-align: center;
    position: relative;
}

.shortcut-block__item:hover h2.shortcut-block__title {
    display: block;
}

.shortcut-block__item:hover img.shortcut-block__picture {
    opacity: 0.3;
}

.shortcut-block__item:first-child {
    margin-left: 0;
}

.shortcut-block__item:last-child {
    margin-right: 0;
}

h2.shortcut-block__title {
    display: none;
    font-size: 30px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0 0 20px 0;
    position: absolute;
    width: 100%;
    top: 135px;
    
}

h2.shortcut-block__title a {
    text-decoration: none;
    color: #222;
}

img.shortcut-block__picture {
    width: 100%;
    margin: 0 0 20px 0;
}

img.shortcut-block__picture {
    transition: opacity 300ms;
}

.shortcut-block__description {
    text-align: left;
    line-height: 1.8em;
}

@media (max-width: 670px){
    .shortcut-block {
        flex-direction: column;
    }   
    
    .shortcut-block__item {
        width: 100%;
        max-width: 750px;
        margin-bottom: 100px;
    }
    
    .shortcut-block__picture {
        width: 100%;
    }
    
    h2.shortcut-block__title {
        position: relative;
        width: 100%;
        display: block;
        top: 0;
    }
    
    .shortcut-block__description {
        padding: 0 20px;
        
    }
	
	.jumbo-header__navigation--christmas-nav {
		display: flex;
	}
}

.bw-widget .hc_waitlist, .bw-widget .hc_availability {
	position: absolute;
	right: 15px;
	padding-top: 0px;
	font-weight: normal !important;
}

.bw-widget .hc_waitlist {
	font-weight: bold !important;
	font-size: 10px;
	color: red;
}


.multiple-times-payment {
	text-align:center;
	margin-top: 10px;
}

a.multiple-times-payment__cta {
	color: #000;
	font-size: 12px;
}

a.multiple-times-payment__cta:hover {
	color: #0b24fa;
}

.page-group-rate__modal-content {
       
}


@media (min-width:967px) {
	.bw-widget .hc_waitlist, .bw-widget .hc_availability {
		position: absolute;
		right: 30px;
		padding-top: 10px;
	}
	
	.mindbody-desktop-fix {
		width: 1199px;
	}
}


.online-classes__item-container {
    
}

.online-classes__item {
    display: inline-block;
    width: calc(100% / 3 - 30px);
    min-width: 200px;
    margin: 20px 10px;
    vertical-align: top;
}

.online-classes__item-thumbnail {
    position: relative;
    display: block;
    font-size: 0;
    width: 100%;
    margin: 0 0 10px 0;
    
}

.online-classes__item-thumbnail img {
    width: 100%;
}

a.online-classes__item-title {
    color: black;
    text-decoration: none;
}

.online-classes__item-play-sign {
    position: absolute;  
    width: 80px;
    height: 80px;
    top: calc((100% - 80px) / 2);
    left: calc((100% - 80px) / 2);
    background-color: rgba(11,36,250, 0.85);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.online-classes__item-play-sign svg {
    width: 40%;
    height: 40%;
    margin: 30% 0;
    padding-left: 5px;
    fill: white;  
    padding-left: 5px; 
}

@media (max-width: 670px){
    .online-classes__item {
        width: 100%;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;  
    }
}





.stock-ticker {
  font-size: 15px;
  padding-block: 15px;
  border-block: 1px solid;
  overflow: hidden;
  user-select: none;

  --gap: 20px;
  display: flex;
  gap: var(--gap);
  background-color: var(--color-primary);
}

.stock-ticker ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 40s linear infinite;
}

.stock-ticker:hover ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.stock-ticker ul:first-child {
  /* background-color: yellow; */
}

.stock-ticker ul:last-child {
  /* background-color: pink; */
}

.stock-ticker .company,
.stock-ticker .price {
  font-weight: bold;
  letter-spacing: 3px;
}

.stock-ticker .price {
  margin-inline: 4px;
  color: var(--color-primary);
}

.stock-ticker .plus::before {
  content: "-";
}

.stock-ticker .minus::before {
  content: "-";
}

.stock-ticker .plus .change,
.stock-ticker .plus::before {
  color: var(--color-primary);
}

.stock-ticker .minus .change,
.stock-ticker .minus::before {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Divider
--------------------------------------------------------------*/
.divider-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0px 0px 0px 0px;
}

/* Solid border */
hr.solid {

width: 100%;
border-top: 1px solid #eee;

}


/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}





/*--------------------------------------------------------------
# Studio 2 images with circle banner
--------------------------------------------------------------*/

.image-row {
  position: relative;
  display: flex;
  width: 100%;
  height: 50vh; /* defines height for vertical centering */
  overflow: hidden;
}

.image-wrapper {
  width: 50%;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.circle-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: var(--color-accent1);
  color: white;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 25px rgba(81, 114, 56, 0.5);
  z-index: 1;
}

.circle-text {
  line-height: 1.3;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: Verdana, Geneva, sans-serif;
}

@keyframes pulse-scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.circle-banner {
  animation: pulse-scale 3s ease-in-out infinite;
}



/* Make injected link/button white and aligned like your nav */
#bsport-widget-517302 a,
#bsport-widget-517302 button,
#bsport-widget-517302 [role="button"] {
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  padding: 6px !important;       /* optional: match your nav */
  line-height: 1 !important;
  font: inherit !important;
}


