

/* Start:/local/templates/savoy/css/main.css?1741331695183927*/
@import url("/local/templates/savoy/css/../fonts/stylesheet.css");

@import url("/local/templates/savoy/css/../icons/css/sprite.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.css");

:root {
  --gap: 24px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: calc(var(--gap) / 1);
  padding-right: calc(var(--gap) / 1);
}

.container > .row {
  width: calc(100% + var(--gap));
}

.col-1 {
  width: 33.3333333333%;
}

.col-2 {
  width: 66.6666666667%;
}

.col-3 {
  width: 100%;
}

.col-d2 {
  width: 50%;
}

.col-d3 {
  width: 33.3333333333%;
}

.col-d4 {
  width: 25%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: calc(var(--gap) / -2);
  margin-right: calc(var(--gap) / -2);
  row-gap: var(--gap);
  position: relative;
}

.row.border-top:before {
  content: "";
  display: block;
  width: calc(100% - var(--gap));
  height: 0;
  position: absolute;
  top: 0;
  left: calc(var(--gap) / 2);
  border-top: 1px solid var(--opacitydark-20);
  transition: width 1s linear 0.5s;
}

.row.border-bottom:after {
  content: "";
  display: block;
  width: calc(100% - var(--gap));
  height: 0;
  position: absolute;
  bottom: 0;
  left: calc(var(--gap) / 2);
  border-bottom: 1px solid var(--opacitydark-20);
  transition: width 1s linear 2.5s;
}

.row > [class^=col-],
.row > [class*=" col-"] {
  transition: 0.3s;
  padding-left: calc(var(--gap) / 2);
  padding-right: calc(var(--gap) / 2);
  box-sizing: border-box;
}

.columns {
  -webkit-column-gap: var(--gap);
          column-gap: var(--gap);
}

.columns p {
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Unbounded";
  font-weight: 600;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
p:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
p:last-child {
  margin-bottom: 0;
}

.flex-column > h1,
.flex-column > h2,
.flex-column > h3,
.flex-column > h4,
.flex-column > h5,
.flex-column > h6,
.flex-column > .h1,
.flex-column > .h2,
.flex-column > .h3,
.flex-column > .h4,
.flex-column > .h5,
.flex-column > .h6,
.flex-column > p {
  margin-top: 0;
  margin-bottom: 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 64px;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 56px;
}

.h3,
h3 {
  font-size: 40px;
  line-height: 48px;
}

.h4,
h4 {
  font-size: 32px;
  line-height: 40px;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 32px;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 24px;
}

.body,
body {
  font: 15px/160% "Montserrat";
  --lh: calc(15px * 1.6);
}

.caption12 {
  font-size: 12px;
  line-height: calc((1em - 2px) * 2);
}

.caption10 {
  font-size: 10px;
  line-height: 200%;
}

.button,
.btn {
  font-family: Montserrat;
  font-size: 0.6666666667em;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 160% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

[class^=icon-],
[class*=" icon-"] {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-arrow-left-white {
  background: url("/local/templates/savoy/css/icons/arrow-left-white.svg");
}

.icon-arrow-right-white {
  background: url("/local/templates/savoy/css/icons/arrow-right-white.svg");
}

:root {
  --black: rgba(0, 0, 0, 1);
  --white: rgba(255, 255, 255, 1);
  --primarybrown: rgba(226, 201, 161, 1);
  --opacitydark-90: rgba(0, 0, 0, 0.9);
  --opacitydark-80: rgba(0, 0, 0, 0.8);
  --opacitydark-70: rgba(0, 0, 0, 0.7);
  --opacitydark-60: rgba(0, 0, 0, 0.6);
  --opacitydark-50: rgba(0, 0, 0, 0.5);
  --opacitydark-40: rgba(0, 0, 0, 0.4);
  --opacitydark-30: rgba(0, 0, 0, 0.3);
  --opacitydark-20: rgba(0, 0, 0, 0.2);
  --opacitydark-10: rgba(0, 0, 0, 0.1);
  --opacitydark-5: rgba(0, 0, 0, 0.05);
  --opacitylight-90: rgba(255, 255, 255, 0.9);
  --opacitylight-80: rgba(255, 255, 255, 0.8);
  --opacitylight-70: rgba(255, 255, 255, 0.7);
  --opacitylight-60: rgba(255, 255, 255, 0.6);
  --opacitylight-50: rgba(255, 255, 255, 0.5);
  --opacitylight-40: rgba(255, 255, 255, 0.4);
  --opacitylight-30: rgba(255, 255, 255, 0.3);
  --opacitylight-20: rgba(255, 255, 255, 0.2);
  --opacitylight-10: rgba(255, 255, 255, 0.1);
  --opacitylight-5: rgba(255, 255, 255, 0.05);
  --actioninfo-light: rgba(54, 151, 241, 0.15);
  --actioninfo-light-hover: rgba(54, 151, 241, 0.3);
  --actioninfo-medium: rgba(54, 151, 241, 0.3);
  --actioninfo-medium-hover: rgba(54, 151, 241, 0.5);
  --actioninfo-heavy: rgba(52, 139, 220, 1);
  --actioninfo-heavy-hover: rgba(48, 114, 179, 1);
  --actionpositive-light: rgba(50, 186, 118, 0.15);
  --actionpositive-light-hover: rgba(50, 186, 118, 0.3);
  --actionpositive-medium: rgba(50, 186, 118, 0.3);
  --actionpositive-medium-hover: rgba(50, 186, 118, 0.5);
  --actionpositive-heavy: rgba(48, 170, 110, 1);
  --actionpositive-heavy-hover: rgba(45, 139, 93, 1);
  --actionwarning-light: rgba(255, 190, 92, 0.3);
  --actionwarning-light-hover: rgba(255, 190, 92, 0.5);
  --actionwarning-medium: rgba(255, 190, 92, 0.7);
  --actionwarning-medium-hover: rgba(255, 190, 92, 0.9);
  --actionwarning-heavy: rgba(255, 190, 92, 1);
  --actionwarning-heavy-hover: rgba(211, 158, 80, 1);
  --actionneutral-light: rgba(0, 0, 0, 0.05);
  --actionneutral-light-hover: rgba(0, 0, 0, 0.1);
  --actionneutral-medium: rgba(0, 0, 0, 0.2);
  --actionneutral-medium-hover: rgba(0, 0, 0, 0.25);
  --actionneutral-heavy: rgba(0, 0, 0, 0.45);
  --actionneutral-heavy-hover: rgba(0, 0, 0, 0.55);
  --actiondanger-light: rgba(255, 0, 61, 0.15);
  --actiondanger-light-hover: rgba(255, 0, 61, 0.3);
  --actiondanger-medium: rgba(255, 0, 61, 0.3);
  --actiondanger-medium-hover: rgba(255, 0, 61, 0.5);
  --actiondanger-heavy: rgba(233, 3, 58, 1);
  --actiondanger-heavy-hover: rgba(189, 9, 53, 1);
}

.color-black {
  color: var(--black);
}

.bg-black {
  background-color: var(--black);
}

.color-white {
  color: var(--white);
}

.bg-white {
  background-color: var(--white);
}

.color-primarybrown {
  color: var(--primarybrown);
}

.bg-primarybrown {
  background-color: var(--primarybrown);
}

.color-opacitydark-90 {
  color: var(--opacitydark-90);
}

.bg-opacitydark-90 {
  background-color: var(--opacitydark-90);
}

.color-opacitydark-80 {
  color: var(--opacitydark-80);
}

.bg-opacitydark-80 {
  background-color: var(--opacitydark-80);
}

.color-opacitydark-70 {
  color: var(--opacitydark-70);
}

.bg-opacitydark-70 {
  background-color: var(--opacitydark-70);
}

.color-opacitydark-60 {
  color: var(--opacitydark-60);
}

.bg-opacitydark-60 {
  background-color: var(--opacitydark-60);
}

.color-opacitydark-50 {
  color: var(--opacitydark-50);
}

.bg-opacitydark-50 {
  background-color: var(--opacitydark-50);
}

.color-opacitydark-40 {
  color: var(--opacitydark-40);
}

.bg-opacitydark-40 {
  background-color: var(--opacitydark-40);
}

.color-opacitydark-30 {
  color: var(--opacitydark-30);
}

.bg-opacitydark-30 {
  background-color: var(--opacitydark-30);
}

.color-opacitydark-20 {
  color: var(--opacitydark-20);
}

.bg-opacitydark-20 {
  background-color: var(--opacitydark-20);
}

.color-opacitydark-10 {
  color: var(--opacitydark-10);
}

.bg-opacitydark-10 {
  background-color: var(--opacitydark-10);
}

.color-opacitydark-5 {
  color: var(--opacitydark-5);
}

.bg-opacitydark-5 {
  background-color: var(--opacitydark-5);
}

.color-opacitylight-90 {
  color: var(--opacitylight-90);
}

.bg-opacitylight-90 {
  background-color: var(--opacitylight-90);
}

.color-opacitylight-80 {
  color: var(--opacitylight-80);
}

.bg-opacitylight-80 {
  background-color: var(--opacitylight-80);
}

.color-opacitylight-70 {
  color: var(--opacitylight-70);
}

.bg-opacitylight-70 {
  background-color: var(--opacitylight-70);
}

.color-opacitylight-60 {
  color: var(--opacitylight-60);
}

.bg-opacitylight-60 {
  background-color: var(--opacitylight-60);
}

.color-opacitylight-50 {
  color: var(--opacitylight-50);
}

.bg-opacitylight-50 {
  background-color: var(--opacitylight-50);
}

.color-opacitylight-40 {
  color: var(--opacitylight-40);
}

.bg-opacitylight-40 {
  background-color: var(--opacitylight-40);
}

.color-opacitylight-30 {
  color: var(--opacitylight-30);
}

.bg-opacitylight-30 {
  background-color: var(--opacitylight-30);
}

.color-opacitylight-20 {
  color: var(--opacitylight-20);
}

.bg-opacitylight-20 {
  background-color: var(--opacitylight-20);
}

.color-opacitylight-10 {
  color: var(--opacitylight-10);
}

.bg-opacitylight-10 {
  background-color: var(--opacitylight-10);
}

.color-opacitylight-5 {
  color: var(--opacitylight-5);
}

.bg-opacitylight-5 {
  background-color: var(--opacitylight-5);
}

.color-actioninfo-light {
  color: var(--actioninfo-light);
}

.bg-actioninfo-light {
  background-color: var(--actioninfo-light);
}

.color-actioninfo-medium {
  color: var(--actioninfo-medium);
}

.bg-actioninfo-medium {
  background-color: var(--actioninfo-medium);
}

.color-actioninfo-heavy {
  color: var(--actioninfo-heavy);
}

.bg-actioninfo-heavy {
  background-color: var(--actioninfo-heavy);
}

.color-actionpositive-light {
  color: var(--actionpositive-light);
}

.bg-actionpositive-light {
  background-color: var(--actionpositive-light);
}

.color-actionpositive-medium {
  color: var(--actionpositive-medium);
}

.bg-actionpositive-medium {
  background-color: var(--actionpositive-medium);
}

.color-actionpositive-heavy {
  color: var(--actionpositive-heavy);
}

.bg-actionpositive-heavy {
  background-color: var(--actionpositive-heavy);
}

.color-actionwarning-light {
  color: var(--actionwarning-light);
}

.bg-actionwarning-light {
  background-color: var(--actionwarning-light);
}

.color-actionwarning-medium {
  color: var(--actionwarning-medium);
}

.bg-actionwarning-medium {
  background-color: var(--actionwarning-medium);
}

.color-actionwarning-heavy {
  color: var(--actionwarning-heavy);
}

.bg-actionwarning-heavy {
  background-color: var(--actionwarning-heavy);
}

.color-actionneutral-light {
  color: var(--actionneutral-light);
}

.bg-actionneutral-light {
  background-color: var(--actionneutral-light);
}

.color-actionneutral-medium {
  color: var(--actionneutral-medium);
}

.bg-actionneutral-medium {
  background-color: var(--actionneutral-medium);
}

.color-actionneutral-heavy {
  color: var(--actionneutral-heavy);
}

.bg-actionneutral-heavy {
  background-color: var(--actionneutral-heavy);
}

.color-actiondanger-light {
  color: var(--actiondanger-light);
}

.bg-actiondanger-light {
  background-color: var(--actiondanger-light);
}

.color-actiondanger-medium {
  color: var(--actiondanger-medium);
}

.bg-actiondanger-medium {
  background-color: var(--actiondanger-medium);
}

.color-actiondanger-heavy {
  color: var(--actiondanger-heavy);
}

.bg-actiondanger-heavy {
  background-color: var(--actiondanger-heavy);
}

.color-transparent {
  color: var(--transparent);
}

.bg-transparent {
  background-color: var(--transparent);
}

.color-actioninfo-light:hover {
  color: var(--actioninfo-light-hover);
}

.bg-actioninfo-light:hover {
  background-color: var(--actioninfo-light-hover);
}

.color-actioninfo-medium:hover {
  color: var(--actioninfo-medium-hover);
}

.bg-actioninfo-medium:hover {
  background-color: var(--actioninfo-medium-hover);
}

.color-actioninfo-heavy:hover {
  color: var(--actioninfo-heavy-hover);
}

.bg-actioninfo-heavy:hover {
  background-color: var(--actioninfo-heavy-hover);
}

.color-actionpositive-light:hover {
  color: var(--actionpositive-light-hover);
}

.bg-actionpositive-light:hover {
  background-color: var(--actionpositive-light-hover);
}

.color-actionpositive-medium:hover {
  color: var(--actionpositive-medium-hover);
}

.bg-actionpositive-medium:hover {
  background-color: var(--actionpositive-medium-hover);
}

.color-actionpositive-heavy:hover {
  color: var(--actionpositive-heavy-hover);
}

.bg-actionpositive-heavy:hover {
  background-color: var(--actionpositive-heavy-hover);
}

.color-actionwarning-light:hover {
  color: var(--actionwarning-light-hover);
}

.bg-actionwarning-light:hover {
  background-color: var(--actionwarning-light-hover);
}

.color-actionwarning-medium:hover {
  color: var(--actionwarning-medium-hover);
}

.bg-actionwarning-medium:hover {
  background-color: var(--actionwarning-medium-hover);
}

.color-actionwarning-heavy:hover {
  color: var(--actionwarning-heavy-hover);
}

.bg-actionwarning-heavy:hover {
  background-color: var(--actionwarning-heavy-hover);
}

.color-actionneutral-light:hover {
  color: var(--actionneutral-light-hover);
}

.bg-actionneutral-light:hover {
  background-color: var(--actionneutral-light-hover);
}

.color-actionneutral-medium:hover {
  color: var(--actionneutral-medium-hover);
}

.bg-actionneutral-medium:hover {
  background-color: var(--actionneutral-medium-hover);
}

.color-actionneutral-heavy:hover {
  color: var(--actionneutral-heavy-hover);
}

.bg-actionneutral-heavy:hover {
  background-color: var(--actionneutral-heavy-hover);
}

.color-actiondanger-light:hover {
  color: var(--actiondanger-light-hover);
}

.bg-actiondanger-light:hover {
  background-color: var(--actiondanger-light-hover);
}

.color-actiondanger-medium:hover {
  color: var(--actiondanger-medium-hover);
}

.bg-actiondanger-medium:hover {
  background-color: var(--actiondanger-medium-hover);
}

.color-actiondanger-heavy:hover {
  color: var(--actiondanger-heavy-hover);
}

.bg-actiondanger-heavy:hover {
  background-color: var(--actiondanger-heavy-hover);
}

.filter-invert,
.filter-hover-invert:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.filter-hover-invert {
  transition: 0.3s ease;
}

.btn {
  -webkit-appearance: none;
          appearance: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 40px;
  border: none;
  padding: 7px;
  height: 24px;
  box-sizing: content-box;
  vertical-align: top;
  cursor: pointer;
  transition: none;
  --color-first: var(--black, #000);
  --color-second: var(--white, #FFF);
  --color-third: var(--opacitydark-20, rgba(0, 0, 0, 0.20));
  background-color: var(--color-first);
  color: var(--color-second);
  border: 1px solid var(--color-first);
}

.btn i {
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.1, 0, 0.3, 1) 0s;
  background-color: var(--color-second);
}

.btn span {
  padding-right: 8px;
  padding-left: 8px;
}

.btn:not(:disabled):hover:not(:active) {
  border: 1px solid var(--color-third);
}

.btn.button--calypso:not(:disabled):hover:not(:active) {
  background-color: var(--color-third);
}

.btn:not(.button--calypso):not(:disabled):hover:not(:active) {
  background-color: var(--color-second);
  color: var(--color-first);
}

.btn:disabled {
  cursor: not-allowed;
}

.btn:active:not(:disabled) {
  border: 1px solid var(--color-third);
  background-color: var(--color-third);
}

.btn-dark.btn-primary,
[data-theme=dark] .btn.btn-primary {
  --color-first: var(--black, #000);
  --color-second: var(--white, #FFF);
  --color-third: var(--opacitydark-20, rgba(0, 0, 0, 0.20));
}

.btn-dark.btn-primary:not(:disabled):hover:not(:active) i,
[data-theme=dark] .btn.btn-primary:not(:disabled):hover:not(:active) i {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-dark.btn-primary:disabled,
[data-theme=dark] .btn.btn-primary:disabled {
  --color-first: var(--opacitydark-20, rgba(0, 0, 0, 0.20));
  border-color: transparent;
}

.btn-dark.btn-primary:disabled span,
[data-theme=dark] .btn.btn-primary:disabled span {
  color: var(--white);
  mix-blend-mode: initial;
}

.btn-dark.btn-secondary,
[data-theme=dark] .btn.btn-secondary {
  --color-first: var(--white, #FFF);
  --color-second: var(--black, #000);
  --color-third: var(--opacitydark-20, rgba(0, 0, 0, 0.20));
  border: 1px solid var(--opacitydark-20, rgba(0, 0, 0, 0.2));
}

.btn-dark.btn-secondary i,
[data-theme=dark] .btn.btn-secondary i {
  background-color: var(--color-first);
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-dark.btn-secondary:hover:not(:active):not(:disabled) i,
[data-theme=dark] .btn.btn-secondary:hover:not(:active):not(:disabled) i {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.btn-dark.btn-secondary:disabled,
[data-theme=dark] .btn.btn-secondary:disabled {
  --color-first: var(--opacitydark-5, #FFF);
  --color-second: var(--black, #000);
  --color-third: var(--opacitydark-20, rgba(0, 0, 0, 0.20));
  border: 1px solid var(--color-third);
}

.btn-dark.btn-secondary:disabled i,
[data-theme=dark] .btn.btn-secondary:disabled i {
  background-color: var(--opacitylight-20, #FFF);
}

.btn-dark.btn-secondary:disabled span,
[data-theme=dark] .btn.btn-secondary:disabled span {
  color: var(--opacitylight-20, #FFF);
}

.btn-light.btn-primary,
[data-theme=light] .btn.btn-primary {
  --color-first: var(--white);
  --color-second: var(--black);
  --color-third: var(--opacitylight-20);
}

.btn-light.btn-primary i,
[data-theme=light] .btn.btn-primary i {
  background-color: var(--color-first);
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-light.btn-primary:hover:not(:active) i,
[data-theme=light] .btn.btn-primary:hover:not(:active) i {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.btn-light.btn-primary:disabled,
[data-theme=light] .btn.btn-primary:disabled {
  --color-first: var(--opacitylight-20);
  --color-second: var(--opacitylight-40);
  border-color: transparent;
}

.btn-light.btn-primary:disabled i,
[data-theme=light] .btn.btn-primary:disabled i {
  background-color: var(--color-second);
  -webkit-filter: invert(0);
          filter: invert(0);
}

.btn-light.btn-secondary,
[data-theme=light] .btn.btn-secondary {
  --color-first: var(--black);
  --color-second: var(--white);
  --color-third: var(--opacitylight-20);
  border: 1px solid var(--color-third);
}

.btn-light.btn-secondary:hover:not(:active):not(:disabled) i,
[data-theme=light] .btn.btn-secondary:hover:not(:active):not(:disabled) i {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-light.btn-secondary:disabled,
[data-theme=light] .btn.btn-secondary:disabled {
  --color-second: var(--opacitylight-20);
}

.btn-light.btn-secondary:disabled span,
[data-theme=light] .btn.btn-secondary:disabled span {
  color: var(--opacitylight-20);
}

.btn.transparent {
  background-color: transparent;
}

.btn-bordered {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.01em;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.button--calypso:hover:not(:active) {
  transition: background-color 0.4s cubic-bezier(0.1, 0, 0.3, 1) 0s;
}

.button--calypso:hover:not(:active).btn-secondary.btn-dark {
  transition-duration: 0s;
  border: 1px solid var(--opacitydark-20, rgba(0, 0, 0, 0.2));
}

.button {
  position: relative;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--calypso {
  overflow: hidden;
  color: #fff;
}

.button--calypso span {
  display: block;
  position: relative;
  mix-blend-mode: difference;
  z-index: 5;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.button--calypso:not(:disabled)::before {
  content: "";
  background: var(--color-second);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -70%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button--calypso:not(:disabled):active:before {
  background: var(--color-first);
}

.button--calypso:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:not(:disabled)::after {
  content: "";
  background: var(--color-second);
  transform: translate3d(0, -102%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover:not(:active)::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

a[class^=link-],
a[class*=link-] {
  color: var(--theme);
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover:not(.btn):not(.link-accent):not(.nodecor) {
  text-decoration: underline;
}

.link {
  color: var(--theme);
}

.link-dark,
[data-theme=dark] .link {
  --theme: var(--black);
  --border: var(--opacitydark-40);
}

.link-dark.disabled,
[data-theme=dark] .link.disabled {
  --border: transparent;
  --theme: var(--opacitydark-40);
}

.link-light,
[data-theme=light] .link {
  --theme: var(--white);
  --border: var(--opacitylight-40);
}

.link-light.disabled,
[data-theme=light] .link.disabled {
  --border: transparent;
  --theme: var(--opacitylight-40);
}

.link-accent {
  display: inline-block;
  position: relative;
  line-height: 160%;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.link-accent:before {
  content: "";
  background: var(--border);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0833333333em;
  animation: anim-out-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
  opacity: 0;
  transform: translateX(-100%);
}

.link-accent:hover:before {
  animation: anim-in-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

@keyframes anim-in-accentuation {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes anim-out-accentuation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.control {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--border);
  line-height: 24px;
  padding: 8px;
  margin: 1px;
  box-sizing: content-box;
  cursor: pointer;
}

.control:hover:not(:active):not(.disabled) {
  padding: 9px;
  margin: 0px;
  background-color: var(--theme);
}

.control.disabled {
  border-color: var(--theme);
  opacity: 0.2;
}

.control-dark,
[data-theme=dark] .control {
  --theme: var(--black);
  --border: var(--opacitydark-20);
}

.control-dark:hover:not(:active):not(.disabled) i,
[data-theme=dark] .control:hover:not(:active):not(.disabled) i {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.control-dark:active:not(.disabled),
[data-theme=dark] .control:active:not(.disabled) {
  --border: var(--black);
  background-color: var(--opacitydark-20);
}

.control-light,
[data-theme=light] .control {
  --theme: var(--white);
  --border: var(--opacitylight-20);
}

.control-light:not(:hover) i,
.control-light:active:not(.disabled) i,
.control-light.disabled i,
[data-theme=light] .control:not(:hover) i,
[data-theme=light] .control:active:not(.disabled) i,
[data-theme=light] .control.disabled i {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.control-light:active:not(.disabled),
[data-theme=light] .control:active:not(.disabled) {
  --border: var(--white);
}

.control-social,
.control-social:hover,
.control-social:hover:not(:active):not(.disabled) {
  padding: 7px;
  margin: 0px;
}

.progress {
  --value: 0;
  width: 100%;
  height: 2px;
  background-color: var(--opacitydark-20);
}

.progress:before {
  content: "";
  height: 2px;
  display: block;
  width: calc(var(--value) * 1%);
  background-color: var(--black);
}

.spoiler {
  --bh: 0;
}

.spoiler-head {
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  cursor: pointer;
}

.spoiler-title {
  text-overflow: ellipsis;
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
}

.spoiler-control {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.spoiler-initialized {
  --scroll: auto;
}

.spoiler-initialized .spoiler-body {
  max-height: calc(var(--bh) * 1px);
  overflow: hidden;
  transition: 0.3s linear 0.1s;
}

.spoiler .control,
.spoiler .control:hover,
.spoiler .control:hover:not(:active):not(.disabled) {
  padding: 7px;
  margin: 0px;
  transition: 0.3s;
}

.spoiler.active .control {
  transform: rotate(45deg);
  border-color: var(--black);
  background-color: var(--black);
}

.spoiler.active .control i {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.spoiler:not(.active) {
  border-bottom: 1px solid var(--opacitydark-20, rgba(0, 0, 0, 0.2));
}

.spoiler.active {
  border-bottom: 1px solid var(--black);
}

.fst-italic {
  font-style: italic;
}

.fst-normal {
  font-style: normal;
}

.fw-lighter {
  font-weight: lighter;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-bolder {
  font-weight: bolder;
}

.text-center {
  text-align: center;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-wrap {
  white-space: normal;
}

.text-nowrap {
  white-space: nowrap;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.mw-100 {
  max-width: 100%;
}

.vw-100 {
  width: 100vw;
}

.min-vw-100 {
  min-width: 100vw;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.mh-100 {
  max-height: 100%;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.flex-fill {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.flex-grow-0 {
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.flex-grow-1 {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.justify-content-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.align-items-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}

.align-items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.align-items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-last {
  -ms-flex-order: 6;
      order: 6;
}

.g-half {
  gap: 4px;
}

.rg-half {
  row-gap: 4px;
}

.cg-half {
  --gap: 4px;
}

.cg-half:not(.row) {
  -webkit-column-gap: 4px;
          column-gap: 4px;
}

.m-half {
  margin: 4px;
}

.mt-half {
  margin-top: 4px;
}

.mb-half {
  margin-bottom: 4px;
}

.mx-half {
  margin-left: 4px;
  margin-right: 4px;
}

.ml-half {
  margin-left: 4px;
}

.mr-half {
  margin-right: 4px;
}

.my-half {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-half {
  padding: 4px;
}

.pt-half {
  padding-top: 4px;
}

.pb-half {
  padding-bottom: 4px;
}

.pl-half {
  padding-left: 4px;
}

.pr-half {
  padding-right: 4px;
}

.px-half {
  padding-left: 4px;
  padding-right: 4px;
}

.py-half {
  padding-top: 4px;
  padding-bottom: 4px;
}

.g-1 {
  gap: 8px;
}

.rg-1 {
  row-gap: 8px;
}

.cg-1 {
  --gap: 8px;
}

.cg-1:not(.row) {
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.m-1 {
  margin: 8px;
}

.mt-1 {
  margin-top: 8px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.ml-1 {
  margin-left: 8px;
}

.mr-1 {
  margin-right: 8px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-1 {
  padding: 8px;
}

.pt-1 {
  padding-top: 8px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pl-1 {
  padding-left: 8px;
}

.pr-1 {
  padding-right: 8px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.g-d {
  gap: 10px;
}

.rg-d {
  row-gap: 10px;
}

.cg-d {
  --gap: 10px;
}

.cg-d:not(.row) {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.m-d {
  margin: 10px;
}

.mt-d {
  margin-top: 10px;
}

.mb-d {
  margin-bottom: 10px;
}

.mx-d {
  margin-left: 10px;
  margin-right: 10px;
}

.ml-d {
  margin-left: 10px;
}

.mr-d {
  margin-right: 10px;
}

.my-d {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-d {
  padding: 10px;
}

.pt-d {
  padding-top: 10px;
}

.pb-d {
  padding-bottom: 10px;
}

.pl-d {
  padding-left: 10px;
}

.pr-d {
  padding-right: 10px;
}

.px-d {
  padding-left: 10px;
  padding-right: 10px;
}

.py-d {
  padding-top: 10px;
  padding-bottom: 10px;
}

.g-m {
  gap: 12px;
}

.rg-m {
  row-gap: 12px;
}

.cg-m {
  --gap: 12px;
}

.cg-m:not(.row) {
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

.m-m {
  margin: 12px;
}

.mt-m {
  margin-top: 12px;
}

.mb-m {
  margin-bottom: 12px;
}

.mx-m {
  margin-left: 12px;
  margin-right: 12px;
}

.ml-m {
  margin-left: 12px;
}

.mr-m {
  margin-right: 12px;
}

.my-m {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-m {
  padding: 12px;
}

.pt-m {
  padding-top: 12px;
}

.pb-m {
  padding-bottom: 12px;
}

.pl-m {
  padding-left: 12px;
}

.pr-m {
  padding-right: 12px;
}

.px-m {
  padding-left: 12px;
  padding-right: 12px;
}

.py-m {
  padding-top: 12px;
  padding-bottom: 12px;
}

.g-2 {
  gap: 16px;
}

.rg-2 {
  row-gap: 16px;
}

.cg-2 {
  --gap: 16px;
}

.cg-2:not(.row) {
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.m-2 {
  margin: 16px;
}

.mt-2 {
  margin-top: 16px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.ml-2 {
  margin-left: 16px;
}

.mr-2 {
  margin-right: 16px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-2 {
  padding: 16px;
}

.pt-2 {
  padding-top: 16px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pl-2 {
  padding-left: 16px;
}

.pr-2 {
  padding-right: 16px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.g-3 {
  gap: 24px;
}

.rg-3 {
  row-gap: 24px;
}

.cg-3 {
  --gap: 24px;
}

.cg-3:not(.row) {
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

.m-3 {
  margin: 24px;
}

.mt-3 {
  margin-top: 24px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}

.ml-3 {
  margin-left: 24px;
}

.mr-3 {
  margin-right: 24px;
}

.my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-3 {
  padding: 24px;
}

.pt-3 {
  padding-top: 24px;
}

.pb-3 {
  padding-bottom: 24px;
}

.pl-3 {
  padding-left: 24px;
}

.pr-3 {
  padding-right: 24px;
}

.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.g-4 {
  gap: 32px;
}

.rg-4 {
  row-gap: 32px;
}

.cg-4 {
  --gap: 32px;
}

.cg-4:not(.row) {
  -webkit-column-gap: 32px;
          column-gap: 32px;
}

.m-4 {
  margin: 32px;
}

.mt-4 {
  margin-top: 32px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mx-4 {
  margin-left: 32px;
  margin-right: 32px;
}

.ml-4 {
  margin-left: 32px;
}

.mr-4 {
  margin-right: 32px;
}

.my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-4 {
  padding: 32px;
}

.pt-4 {
  padding-top: 32px;
}

.pb-4 {
  padding-bottom: 32px;
}

.pl-4 {
  padding-left: 32px;
}

.pr-4 {
  padding-right: 32px;
}

.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.g-5 {
  gap: 40px;
}

.rg-5 {
  row-gap: 40px;
}

.cg-5 {
  --gap: 40px;
}

.cg-5:not(.row) {
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.m-5 {
  margin: 40px;
}

.mt-5 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mx-5 {
  margin-left: 40px;
  margin-right: 40px;
}

.ml-5 {
  margin-left: 40px;
}

.mr-5 {
  margin-right: 40px;
}

.my-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-5 {
  padding: 40px;
}

.pt-5 {
  padding-top: 40px;
}

.pb-5 {
  padding-bottom: 40px;
}

.pl-5 {
  padding-left: 40px;
}

.pr-5 {
  padding-right: 40px;
}

.px-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.g-6 {
  gap: 48px;
}

.rg-6 {
  row-gap: 48px;
}

.cg-6 {
  --gap: 48px;
}

.cg-6:not(.row) {
  -webkit-column-gap: 48px;
          column-gap: 48px;
}

.m-6 {
  margin: 48px;
}

.mt-6 {
  margin-top: 48px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mx-6 {
  margin-left: 48px;
  margin-right: 48px;
}

.ml-6 {
  margin-left: 48px;
}

.mr-6 {
  margin-right: 48px;
}

.my-6 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-6 {
  padding: 48px;
}

.pt-6 {
  padding-top: 48px;
}

.pb-6 {
  padding-bottom: 48px;
}

.pl-6 {
  padding-left: 48px;
}

.pr-6 {
  padding-right: 48px;
}

.px-6 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.g-7 {
  gap: 56px;
}

.rg-7 {
  row-gap: 56px;
}

.cg-7 {
  --gap: 56px;
}

.cg-7:not(.row) {
  -webkit-column-gap: 56px;
          column-gap: 56px;
}

.m-7 {
  margin: 56px;
}

.mt-7 {
  margin-top: 56px;
}

.mb-7 {
  margin-bottom: 56px;
}

.mx-7 {
  margin-left: 56px;
  margin-right: 56px;
}

.ml-7 {
  margin-left: 56px;
}

.mr-7 {
  margin-right: 56px;
}

.my-7 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.p-7 {
  padding: 56px;
}

.pt-7 {
  padding-top: 56px;
}

.pb-7 {
  padding-bottom: 56px;
}

.pl-7 {
  padding-left: 56px;
}

.pr-7 {
  padding-right: 56px;
}

.px-7 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-7 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.g-8 {
  gap: 64px;
}

.rg-8 {
  row-gap: 64px;
}

.cg-8 {
  --gap: 64px;
}

.cg-8:not(.row) {
  -webkit-column-gap: 64px;
          column-gap: 64px;
}

.m-8 {
  margin: 64px;
}

.mt-8 {
  margin-top: 64px;
}

.mb-8 {
  margin-bottom: 64px;
}

.mx-8 {
  margin-left: 64px;
  margin-right: 64px;
}

.ml-8 {
  margin-left: 64px;
}

.mr-8 {
  margin-right: 64px;
}

.my-8 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-8 {
  padding: 64px;
}

.pt-8 {
  padding-top: 64px;
}

.pb-8 {
  padding-bottom: 64px;
}

.pl-8 {
  padding-left: 64px;
}

.pr-8 {
  padding-right: 64px;
}

.px-8 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-8 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.g-9 {
  gap: 72px;
}

.rg-9 {
  row-gap: 72px;
}

.cg-9 {
  --gap: 72px;
}

.cg-9:not(.row) {
  -webkit-column-gap: 72px;
          column-gap: 72px;
}

.m-9 {
  margin: 72px;
}

.mt-9 {
  margin-top: 72px;
}

.mb-9 {
  margin-bottom: 72px;
}

.mx-9 {
  margin-left: 72px;
  margin-right: 72px;
}

.ml-9 {
  margin-left: 72px;
}

.mr-9 {
  margin-right: 72px;
}

.my-9 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.p-9 {
  padding: 72px;
}

.pt-9 {
  padding-top: 72px;
}

.pb-9 {
  padding-bottom: 72px;
}

.pl-9 {
  padding-left: 72px;
}

.pr-9 {
  padding-right: 72px;
}

.px-9 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-9 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.g-10 {
  gap: 80px;
}

.rg-10 {
  row-gap: 80px;
}

.cg-10 {
  --gap: 80px;
}

.cg-10:not(.row) {
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.m-10 {
  margin: 80px;
}

.mt-10 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 80px;
}

.mx-10 {
  margin-left: 80px;
  margin-right: 80px;
}

.ml-10 {
  margin-left: 80px;
}

.mr-10 {
  margin-right: 80px;
}

.my-10 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-10 {
  padding: 80px;
}

.pt-10 {
  padding-top: 80px;
}

.pb-10 {
  padding-bottom: 80px;
}

.pl-10 {
  padding-left: 80px;
}

.pr-10 {
  padding-right: 80px;
}

.px-10 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-10 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.g-11 {
  gap: 88px;
}

.rg-11 {
  row-gap: 88px;
}

.cg-11 {
  --gap: 88px;
}

.cg-11:not(.row) {
  -webkit-column-gap: 88px;
          column-gap: 88px;
}

.m-11 {
  margin: 88px;
}

.mt-11 {
  margin-top: 88px;
}

.mb-11 {
  margin-bottom: 88px;
}

.mx-11 {
  margin-left: 88px;
  margin-right: 88px;
}

.ml-11 {
  margin-left: 88px;
}

.mr-11 {
  margin-right: 88px;
}

.my-11 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.p-11 {
  padding: 88px;
}

.pt-11 {
  padding-top: 88px;
}

.pb-11 {
  padding-bottom: 88px;
}

.pl-11 {
  padding-left: 88px;
}

.pr-11 {
  padding-right: 88px;
}

.px-11 {
  padding-left: 88px;
  padding-right: 88px;
}

.py-11 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.g-12 {
  gap: 96px;
}

.rg-12 {
  row-gap: 96px;
}

.cg-12 {
  --gap: 96px;
}

.cg-12:not(.row) {
  -webkit-column-gap: 96px;
          column-gap: 96px;
}

.m-12 {
  margin: 96px;
}

.mt-12 {
  margin-top: 96px;
}

.mb-12 {
  margin-bottom: 96px;
}

.mx-12 {
  margin-left: 96px;
  margin-right: 96px;
}

.ml-12 {
  margin-left: 96px;
}

.mr-12 {
  margin-right: 96px;
}

.my-12 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.p-12 {
  padding: 96px;
}

.pt-12 {
  padding-top: 96px;
}

.pb-12 {
  padding-bottom: 96px;
}

.pl-12 {
  padding-left: 96px;
}

.pr-12 {
  padding-right: 96px;
}

.px-12 {
  padding-left: 96px;
  padding-right: 96px;
}

.py-12 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.g-1h {
  gap: 100px;
}

.rg-1h {
  row-gap: 100px;
}

.cg-1h {
  --gap: 100px;
}

.cg-1h:not(.row) {
  -webkit-column-gap: 100px;
          column-gap: 100px;
}

.m-1h {
  margin: 100px;
}

.mt-1h {
  margin-top: 100px;
}

.mb-1h {
  margin-bottom: 100px;
}

.mx-1h {
  margin-left: 100px;
  margin-right: 100px;
}

.ml-1h {
  margin-left: 100px;
}

.mr-1h {
  margin-right: 100px;
}

.my-1h {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-1h {
  padding: 100px;
}

.pt-1h {
  padding-top: 100px;
}

.pb-1h {
  padding-bottom: 100px;
}

.pl-1h {
  padding-left: 100px;
}

.pr-1h {
  padding-right: 100px;
}

.px-1h {
  padding-left: 100px;
  padding-right: 100px;
}

.py-1h {
  padding-top: 100px;
  padding-bottom: 100px;
}

.g-14 {
  gap: 112px;
}

.rg-14 {
  row-gap: 112px;
}

.cg-14 {
  --gap: 112px;
}

.cg-14:not(.row) {
  -webkit-column-gap: 112px;
          column-gap: 112px;
}

.m-14 {
  margin: 112px;
}

.mt-14 {
  margin-top: 112px;
}

.mb-14 {
  margin-bottom: 112px;
}

.mx-14 {
  margin-left: 112px;
  margin-right: 112px;
}

.ml-14 {
  margin-left: 112px;
}

.mr-14 {
  margin-right: 112px;
}

.my-14 {
  margin-top: 112px;
  margin-bottom: 112px;
}

.p-14 {
  padding: 112px;
}

.pt-14 {
  padding-top: 112px;
}

.pb-14 {
  padding-bottom: 112px;
}

.pl-14 {
  padding-left: 112px;
}

.pr-14 {
  padding-right: 112px;
}

.px-14 {
  padding-left: 112px;
  padding-right: 112px;
}

.py-14 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.g-15 {
  gap: 120px;
}

.rg-15 {
  row-gap: 120px;
}

.cg-15 {
  --gap: 120px;
}

.cg-15:not(.row) {
  -webkit-column-gap: 120px;
          column-gap: 120px;
}

.m-15 {
  margin: 120px;
}

.mt-15 {
  margin-top: 120px;
}

.mb-15 {
  margin-bottom: 120px;
}

.mx-15 {
  margin-left: 120px;
  margin-right: 120px;
}

.ml-15 {
  margin-left: 120px;
}

.mr-15 {
  margin-right: 120px;
}

.my-15 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.p-15 {
  padding: 120px;
}

.pt-15 {
  padding-top: 120px;
}

.pb-15 {
  padding-bottom: 120px;
}

.pl-15 {
  padding-left: 120px;
}

.pr-15 {
  padding-right: 120px;
}

.px-15 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-15 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.g-1h4 {
  gap: 140px;
}

.rg-1h4 {
  row-gap: 140px;
}

.cg-1h4 {
  --gap: 140px;
}

.cg-1h4:not(.row) {
  -webkit-column-gap: 140px;
          column-gap: 140px;
}

.m-1h4 {
  margin: 140px;
}

.mt-1h4 {
  margin-top: 140px;
}

.mb-1h4 {
  margin-bottom: 140px;
}

.mx-1h4 {
  margin-left: 140px;
  margin-right: 140px;
}

.ml-1h4 {
  margin-left: 140px;
}

.mr-1h4 {
  margin-right: 140px;
}

.my-1h4 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.p-1h4 {
  padding: 140px;
}

.pt-1h4 {
  padding-top: 140px;
}

.pb-1h4 {
  padding-bottom: 140px;
}

.pl-1h4 {
  padding-left: 140px;
}

.pr-1h4 {
  padding-right: 140px;
}

.px-1h4 {
  padding-left: 140px;
  padding-right: 140px;
}

.py-1h4 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.g-auto {
  gap: auto;
}

.rg-auto {
  row-gap: auto;
}

.cg-auto {
  --gap: auto;
}

.cg-auto:not(.row) {
  -webkit-column-gap: auto;
          column-gap: auto;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.p-auto {
  padding: auto;
}

.pt-auto {
  padding-top: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.pr-auto {
  padding-right: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.g-0 {
  gap: 0;
}

.rg-0 {
  row-gap: 0;
}

.cg-0 {
  --gap: 0;
}

.cg-0:not(.row) {
  -webkit-column-gap: 0;
          column-gap: 0;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.fs-10 {
  font-size: 10px;
  line-height: 16px;
  --lh: 16px;
}

.lh-16 {
  line-height: 16px;
  --lh: 16px;
}

.fs-12 {
  font-size: 12px;
  line-height: 20px;
  --lh: 20px;
}

.lh-20 {
  line-height: 20px;
  --lh: 20px;
}

.fs-15 {
  font-size: 15px;
  line-height: 24px;
  --lh: 24px;
}

.lh-24 {
  line-height: 24px;
  --lh: 24px;
}

.fs-18 {
  font-size: 18px;
  line-height: 28px;
  --lh: 28px;
}

.lh-28 {
  line-height: 28px;
  --lh: 28px;
}

.fs-20 {
  font-size: 20px;
  line-height: 24px;
  --lh: 24px;
}

.lh-24 {
  line-height: 24px;
  --lh: 24px;
}

.fs-24 {
  font-size: 24px;
  line-height: 32px;
  --lh: 32px;
}

.lh-32 {
  line-height: 32px;
  --lh: 32px;
}

.fs-28 {
  font-size: 28px;
  line-height: 36px;
  --lh: 36px;
}

.lh-36 {
  line-height: 36px;
  --lh: 36px;
}

.fs-32 {
  font-size: 32px;
  line-height: 40px;
  --lh: 40px;
}

.lh-40 {
  line-height: 40px;
  --lh: 40px;
}

.fs-40 {
  font-size: 40px;
  line-height: 48px;
  --lh: 48px;
}

.lh-48 {
  line-height: 48px;
  --lh: 48px;
}

.fs-64 {
  font-size: 64px;
  line-height: 64px;
  --lh: 64px;
}

.lh-64 {
  line-height: 64px;
  --lh: 64px;
}

.ff-montserrat {
  font-family: Montserrat;
}

.ff-playfair {
  font-family: Playfair Display;
}

.ff-unbounded {
  font-family: Unbounded;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-bold {
  font-weight: bold;
}

.fst-normal {
  font-style: normal;
}

.fst-italic {
  font-style: italic;
}

.fst-oblique {
  font-style: oblique;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-none {
  text-transform: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bt-1 {
  border-top: 1px solid var(--opacitydark-20);
}

.br-1 {
  border-right: 1px solid var(--opacitydark-20);
}

.bb-1 {
  border-bottom: 1px solid var(--opacitydark-20);
}

.bl-1 {
  border-left: 1px solid var(--opacitydark-20);
}

[class^=br-],
[class*=" br-"] {
  overflow: hidden;
}

.br-0 {
  border-radius: 0;
}

.br-6 {
  border-radius: 6px;
}

.br-12 {
  border-radius: 12px;
}

.br-16 {
  border-radius: 16px;
}

.br-32 {
  border-radius: 32px;
}

.br-round {
  border-radius: 50%;
}

.d-block {
  display: block;
}

.active .d-active-block {
  display: block;
}

.d-inline {
  display: inline;
}

.active .d-active-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.active .d-active-inline-block {
  display: inline-block;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.active .d-active-flex {
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.active .d-active-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-none {
  display: none;
}

.active .d-active-none {
  display: none;
}

.d-table {
  display: table;
}

.active .d-active-table {
  display: table;
}

.d-unset {
  display: unset;
}

.active .d-active-unset {
  display: unset;
}

.of-hidden {
  overflow: hidden;
}

.of-visible {
  overflow: visible;
}

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align_items-center {
  -ms-flex-align: center;
      align-items: center;
}

.align_items-flex-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.align_items-flex-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.align_items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align_items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.justify-flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.justify-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-space-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.justify-stretch {
  -ms-flex-pack: stretch;
      justify-content: stretch;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.iw {
  position: relative;
}

.iw img,
.iw video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: aspect-ratio 0.3s;
}

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

.iw_fc {
  position: absolute;
  width: 100%;
  left: calc(var(--gap) / 2);
}

:has(> .iw_fc) {
  position: relative;
}

body {
  margin: 0;
  transition: 0.3s;
}

body[data-popup-opened] {
  height: 100vh;
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

img.hover-scale-105 {
  transition: 0.5s ease;
}

img.hover-scale-105:hover,
*:hover > img.hover-scale-105,
a:hover img.hover-scale-105 {
  transform: scale(1.05);
}

p {
  -webkit-margin-before: var(--lh);
          margin-block-start: var(--lh);
  -webkit-margin-after: var(--lh);
          margin-block-end: var(--lh);
}

p:last-child {
  margin-bottom: 0;
}

p:first-child {
  margin-top: 0;
}

[data-theme=light] {
  background-color: var(--black);
  color: var(--white);
}

[data-theme=dark] {
  background-color: var(--white);
  color: var(--black);
}

.siteWrapper > header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.layoutHeader {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: var(--color);
  --logo: url("/local/templates/savoy/css/../images/logo_dark_L.svg");
}

.layoutHeader[data-theme=light],
[data-theme=light] .layoutHeader {
  --logo: url("/local/templates/savoy/css/../images/logo_light.svg");
  --color: var(--white);
}

.layoutHeader[data-theme=dark],
[data-theme=dark] .layoutHeader {
  --logo: url("/local/templates/savoy/css/../images/logo_light.svg");
  --color: var(--black);
}

.layoutHeader[data-theme=dark] .layoutHeader_logo,
[data-theme=dark] .layoutHeader_logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.layoutHeader_logo {
  background-image: var(--logo);
  width: 112px;
  height: 40px;
}

.layoutHeader_club {
  min-width: 256px;
}

.layoutHeader_phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

header svg {
  display: none;
}

header .header-wrapper {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.layoutFooter nav {
  border: 1px solid var(--opacitydark-20, rgba(0, 0, 0, 0.2));
}

.layoutFooter nav a:not(:last-child) {
  border-bottom: 1px solid var(--opacitydark-20, rgba(0, 0, 0, 0.2));
}

.layoutFooter > .row:first-child {
  position: relative;
}

.layoutFooter > .row:first-child::before,
.layoutFooter > .row:first-child::after {
  content: "";
  display: block;
  background-color: var(--opacitydark-20);
  height: 1px;
  left: calc(var(--gap) / 2);
  top: 0;
  position: absolute;
  transition: 0.5s linear 1s;
}

.layoutFooter > .row:first-child::after {
  top: auto;
  bottom: 0;
  transition: 0.5s linear 1.5s;
}

.layoutFooter > .row:first-child.wait-come::before,
.layoutFooter > .row:first-child.wait-come::after {
  width: 0;
}

.popup {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: calc(100% - 64px);
  overflow: auto;
  transition: transform 0.3s;
}

.popup.--touched {
  --xdiff: 0;
  transition: none;
}

.popup,
.popup[data-opened="0"] {
  transform: translateX(-100vw);
}

.popup.--touched,
.popup[data-opened="0"].--touched {
  transform: translateX(calc(var(--xdiff) * 1px - 100vw));
}

.popup[data-opened="1"] {
  transform: translateX(0);
}

.popup[data-opened="1"].--touched {
  transform: translateX(calc(var(--xdiff) * 1px));
}

.popup_mobile_nav {
  min-height: 100%;
}

.popup .csinput {
  width: 100%;
}

.csselect {
  width: 100%;
  position: relative;
  cursor: pointer;
  --bg: var(--opacitydark-10);
  --hw: var(--opacitydark-20);
  --ac: var(--opacitydark-5);
  --ex: var(--black);
  --op: var(--white);
  font: 500 10px/16px "Montserrat";
}

.csselect select {
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: -1;
}

.csselect .csinput-invalid {
  height: auto;
}

.csselect-value {
  background-color: var(--bg);
  color: var(--tc);
  border-radius: 12px;
  padding: 8px 8px 8px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
}

.csselect-value:hover {
  background-color: var(--hw);
}

.csselect-value i {
  border-radius: 6px;
  background-color: var(--white);
  -webkit-filter: invert(1);
          filter: invert(1);
}

.csselect[data-invalid="1"]:not(.active) .csselect-value {
  border: 1px solid var(--actiondanger-heavy-hover);
  padding: 7px 7px 7px 15px;
}

.csselect:not([data-invalid="1"]) .csinput-invalid,
.csselect.active .csinput-invalid {
  height: 0;
  display: none;
}

.csselect.disabled {
  cursor: not-allowed;
}

.csselect-list {
  background-color: var(--ex);
  -webkit-filter: invert(1);
          filter: invert(1);
  border-radius: 12px;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 300ms;
}

.csselect-list[data-dno="1"] {
  bottom: calc(100% + 2px);
  top: auto;
}

.csselect-list[data-scroll="1"] {
  overflow-y: scroll;
}

.csselect-trigger {
  display: inline-block;
  height: 24px;
}

.csselect-trigger:hover {
  background-color: var(--ac);
}

.csselect-item {
  padding: 12px 16px;
}

.csselect.active .csselect-item {
  background-color: var(--bgi);
}

.csselect.active .csselect-item.active {
  background-color: var(--ac);
}

.csselect.active .csselect-item:hover {
  background-color: var(--hw);
}

.csselect.active .csselect-value {
  /*, &.active &-item*/
  background: var(--ex);
  -webkit-filter: invert(1);
          filter: invert(1);
}

[data-theme=dark] .csselect,
.csselect-dark {
  --bg: var(--opacitydark-10);
  --hw: var(--opacitydark-20);
  --ac: var(--opacitydark-5);
  --bgi: var(--opacitylight-10);
  --hwi: var(--opacitylight-20);
  --aci: var(--opacitylight-5);
  --ex: var(--white);
  --op: var(--white);
  --tc: var(--black);
}

[data-theme=dark] .csselect.disabled,
.csselect-dark.disabled {
  --tc: var(--opacitydark-20);
  cursor: not-allowed;
}

[data-theme=dark] .csselect.disabled i,
.csselect-dark.disabled i {
  background-color: var(--opacitydark-20);
  -webkit-filter: invert(0);
          filter: invert(0);
}

[data-theme=dark] .csselect-list,
.csselect-dark .csselect-list {
  -webkit-filter: invert(1);
          filter: invert(1);
}

[data-theme=light] .csselect,
.csselect-light {
  --bg: var(--opacitylight-20);
  --hw: var(--opacitylight-30);
  --ac: var(--opacitylight-5);
  --bgi: var(--opacitydark-20);
  --hwi: var(--opacitydark-30);
  --aci: var(--opacitydark-5);
  --ex: var(--black);
  --op: var(--black);
}

[data-theme=light] .csselect i,
.csselect-light i {
  -webkit-filter: invert(0);
          filter: invert(0);
}

[data-theme=light] .csselect.disabled,
.csselect-light.disabled {
  --tc: var(--opacitylight-20);
}

[data-theme=light] .csselect.disabled i,
.csselect-light.disabled i {
  background-color: var(--opacitylight-20);
}

.csinput {
  display: block;
  border-radius: 12px;
  position: relative;
  cursor: text;
  --bg: var(--white);
  --bc: var(--opacitydark-20);
  --bh: var(--opacitydark-40);
  --cc: var(--black);
  border: 1px solid var(--bc);
  background-color: var(--bg);
  color: var(--cc);
  transition: 0.3s;
}

.csinput input,
.csinput-label {
  font: 500 10px/16px "Montserrat";
  letter-spacing: 0.1px;
  padding: 12px 16px;
  width: 100%;
}

.csinput input {
  border: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: inherit;
  color: var(--cc);
  border-radius: 12px;
  height: 40px;
}

.csinput input::-webkit-input-placeholder {
  color: transparent;
}

.csinput input:-ms-input-placeholder {
  color: transparent;
}

.csinput input::placeholder {
  color: transparent;
}

.csinput input:focus-visible,
.csinput input:focus {
  outline: none;
}

.csinput-invalid {
  padding: 0 16px;
  font-size: 10px;
  line-height: 200%;
}

.csinput.active {
  border: 1px solid var(--cc);
}

.csinput-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 12px;
  text-transform: uppercase;
  width: auto;
}

.csinput[data-dirty="1"] .csinput-label,
input:focus + .csinput-label {
  font: 400 10px/16px Montserrat;
  width: auto;
  height: auto;
  left: 10px;
  top: -8px;
  padding: 0 6px;
  border-radius: 0;
  background-color: var(--bg);
}

.csinput[data-invalid="0"] {
  border-color: var(--actiondanger-heavy);
}

.csinput[data-invalid="1"] .csinput-invalid {
  display: none;
}

[data-theme=dark] .csinput,
.csinput-dark {
  --bg: var(--white);
  --bc: var(--opacitydark-20);
  --bh: var(--opacitydark-40);
  --cc: var(--black);
}

[data-theme=dark] .csinput.disabled,
.csinput-dark.disabled {
  --bg: var(--opacitydark-5);
  --cc: var(--opacitydark-10);
  --bc: var(--opacitydark-10);
}

[data-theme=light] .csinput,
.csinput-light {
  --bg: var(--black);
  --bc: var(--opacitylight-20);
  --bh: var(--opacitylight-40);
  --cc: var(--white);
}

[data-theme=light] .csinput.disabled,
.csinput-light.disabled {
  --bg: var(--opacitylight-5);
  --cc: var(--opacitylight-10);
  --bc: var(--opacitylight-10);
}

.header_hidden_top,
.hhte {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.5ex;
}

.header_hidden_top span,
.hhte span {
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s ease 0.5s;
}

.header_hidden_top span.cshh,
.hhte span.cshh {
  overflow: hidden;
}

.header_hidden_top span.cshh span,
.hhte span.cshh span {
  display: block;
}

.header_hidden_top span.cshh-hidden span,
.hhte span.cshh-hidden span {
  transform: translateY(100%);
}

.header_hidden_top span.cshh-done,
.hhte span.cshh-done {
  overflow: visible;
}

.hhte:not(.swiper-slide-active) .cshh span {
  transform: translateY(100%);
}

.dropdown {
  position: relative;
}

.dropdown_body {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  height: auto;
  transition: 0.5s;
  opacity: 1;
}

.dropdown[data-dno="1"] .dropdown_body {
  bottom: 100%;
  top: auto;
}

.dropdown[data-right="1"] .dropdown_body {
  right: 0;
  left: auto;
}

.dropdown:hover > .btn i {
  transform: rotate(45deg);
}

.dropdown:not(:hover) .dropdown_body {
  height: 0;
  opacity: 0;
}

.bg_404 {
  background: url(/local/templates/savoy/css/../images/404.png) no-repeat center/contain;
}

.bg_404 ~ footer .layoutFooter .row:first-child {
  display: none;
}

.readmore {
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.readmore-trigger {
  cursor: pointer;
  cursor: s-resize;
}

.readmore-trigger.active {
  cursor: n-resize;
}

.readmore-collapsable {
  max-height: calc(var(--sh) * 1px);
}

.readmore-collapsable:after {
  display: block;
  content: ". . .";
  padding: 0 0 0 1ex;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  transform: translateX(100%);
  transition: 0.3s;
}

.readmore-collapsed {
  max-height: calc(var(--lines) * var(--lh));
}

.readmore-collapsed:after {
  transform: translateX(0%);
}

.readmore:not(.readmore-collapsable) ~ .readmore-trigger {
  display: none;
}

.main_faq {
  transition: 0.3s;
}

.main_faq .article_picture {
  height: 320px;
}

.main_faq .article_picture img {
  width: 100%;
  object-fit: cover;
}

.main_faq.leaveHalf {
  background-color: transparent !important;
}

.main_faq.leaveHalf .button--calypso span {
  mix-blend-mode: normal;
  color: #000;
}

.main_faq .spoiler-title {
  font-weight: 600;
  white-space: normal;
}

.main_faq .iw-kdpv {
  aspect-ratio: 440/350;
}

body:not([data-popup-opened]) .hasHero header[data-theme=light],
body:not([data-popup-opened]) .siteWrapper:has(.hero) header[data-theme=light] {
  background-color: transparent;
}

body:not([data-popup-opened]) .hasHero header[data-theme=light] .btn,
body:not([data-popup-opened]) .siteWrapper:has(.hero) header[data-theme=light] .btn {
  background-color: transparent;
  border: 1px solid var(--opacitylight-20);
}

body:not([data-popup-opened]) .hasHero header[data-theme=light] .btn i,
body:not([data-popup-opened]) .siteWrapper:has(.hero) header[data-theme=light] .btn i {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.hero.hero_underground {
  margin-top: -72px;
  position: relative;
  height: 100vh;
  max-height: 768px;
}

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

.hero_banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 4.5%, rgba(0, 0, 0, 0) 67.94%), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 3.06%, rgba(0, 0, 0, 0) 28.87%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero_banner img,
.hero_banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_content {
  position: relative;
  z-index: 10;
}

.hero .btn.btn-secondary {
  --color-first: transparent;
}

.main_places_picture {
  aspect-ratio: 4/3;
}

.main_places_picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50%;
}

.main_article_picture {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main_article_picture img {
  width: 100%;
  object-fit: cover;
}

.main_article_picture .bages {
  position: absolute;
  top: 0;
  left: 0;
}

.main_article .simpleParallax {
  height: 100%;
  width: 100%;
}

.main_cards {
  overflow: hidden;
}

.main_cards a:hover {
  text-decoration: none !important;
}

.bages {
  position: absolute;
  top: 0;
  left: 0;
}

.bages_parent {
  position: relative;
}

.blog_cards {
  overflow: hidden;
}

.blog_cards a:hover {
  text-decoration: none !important;
}

.bages {
  position: absolute;
  top: 0;
  left: 0;
}

.bages_parent {
  position: relative;
}

.main_map .br-16 {
  border: 1px solid var(--opacitydark-20, rgba(0, 0, 0, 0.2));
}

.main_map_wrapper {
  position: relative;
  min-height: 400px;
}

.main_map_wrapper > div:last-child {
  position: absolute;
  bottom: 0;
  width: 100%;
}

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

.main_map_back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_map_front {
  position: relative;
}

.main_map_ymap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--opacitylight-20);
}

.main_map .form-field .csinput {
  width: 100%;
}

.main_map .ymaps-map {
  min-height: 100% !important;
}

.cs_slider {
  --count: 1;
  --index: 1;
  --curr-progress: 0;
}

.cs_slider_picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.cs_slider_navigation {
  border-bottom: 1px solid var(--opacitydark-20);
  z-index: 6;
  position: relative;
}

.cs_slider_navitem {
  cursor: pointer;
}

.cs_slider .progress {
  --part: calc(100 / var(--count));
  --value: calc(var(--part) * (var(--index) + var(--curr-progress) * 0.01));
}

.cs_slider .progress:before {
  transition: width 0.2s linear;
}

.cs_slider_navitem {
  position: relative;
  bottom: -1px;
  overflow: hidden;
}

.cs_slider_navitem:not(.active) {
  color: var(--opacitydark-40);
}

.cs_slider_navitem:not(.active):hover {
  color: var(--opacitydark-80);
}

.cs_slider_navitem:after {
  display: block;
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: var(--black);
  animation: anim-out-accentuation 0.7s;
  transform: translateX(-100%);
}

.cs_slider_navitem.active:after {
  transform: translateX(0);
  animation: anim-in-accentuation 0.7s;
}

.wait-come.border-top:before,
.wait-come.border-bottom:after {
  width: 0;
}

.contact-filials + .main_map {
  margin-top: 0;
}

body:not([data-popup-opened]):has(.club-banner-slider) header[data-theme=light] {
  background: transparent;
}

body:not([data-popup-opened]):has(.club-banner-slider) header[data-theme=light] .button--calypso {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body:not([data-popup-opened]):has(.club-banner-slider) header[data-theme=light] .button--calypso i {
  background-color: #FFF;
  -webkit-filter: invert(0);
          filter: invert(0);
}

.club-banner-slider {
  height: 100vh;
  margin-top: -72px;
  position: relative;
  margin-bottom: 48px;
}

.club-banner-slider *:has(> .cshh) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5ex;
          column-gap: 0.5ex;
}

.club-banner-slider:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.club-banner-slider .control {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.club-banner-slider .club-slider-nav {
  position: absolute;
  bottom: 48px;
  left: 16px;
  z-index: 1;
}

.club-banner-slider .swiper {
  height: inherit;
}

.club-banner-slider .swiper .swiper-slide {
  height: inherit;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.club-banner-slider .club-slide-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.club-banner-slider .club-slide-image img {
  height: inherit;
  width: 100%;
  object-fit: cover;
}

.club-banner-slider .club-banner-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, #000000 4.5%, rgba(0, 0, 0, 0.8) 50.94%, rgba(0, 0, 0, 0) 99.94%);
}

.club-banner-slider .club-banner-content .swiper-wrapper {
  -ms-flex-align: end;
      align-items: flex-end;
}

.club-banner-slider .club-banner-content .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.club-banner-slider .club-banner-content .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.club-banner-slider .club-banner-content .club-content-title {
  font-family: "Unbounded";
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px;
  color: #FFF;
  position: relative;
}

.club-banner-slider .club-banner-content .club-content-title:before {
  content: "";
  display: block;
  width: calc(100vw - 32px);
  height: 1px;
  position: absolute;
  top: -19px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.club-banner-slider .club-banner-content .club-content-description p {
  color: #FFF;
  opacity: 0;
  transition: 2.5s;
}

.club-banner-slider .swiper-slide-active .club-banner-content .club-content-description p {
  opacity: 1;
}

.overscroll_common {
  position: relative;
  overflow: hidden;
}

.overscroll_fullwidth > .swiper .iw {
  opacity: 0;
}

.overscroll_widget {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

.overscroll_subslider.active {
  position: absolute;
  top: 0;
  right: 0;
}

.overscroll_subslider .swiper-slide {
  background-color: white;
}

.service-card .iw_overlay {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 3.62%, rgba(31, 26, 19, 0) 54.24%);
}

.service-card .control {
  transition: transform 0.3s;
}

.service-card:hover .control {
  transform: rotate(90deg);
}

.service-card:hover .control:not(:hover) {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.service-video {
  transition: 0.3s;
}

.service-card:not(:hover) .service-video {
  opacity: 0;
}

.coach .spoiler.active {
  border-bottom: 0px solid var(--black);
}

.coaches .cs_tab .cs_slider_navitem:after {
  animation: none;
}

.coaches .swiper-fade .swiper-slide {
  transition-duration: 0.6s !important;
}

.coaches .staff-image {
  aspect-ratio: 328/362;
}

.hero--blog.hero_underground {
  height: min(100vh, var(--h));
  max-height: none;
}

.blog_post p > img:only-child {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.blog_post p > img:not(:only-child) {
  max-height: 240px;
}

.blog_post ul,
.blog_post ol {
  -webkit-padding-start: 2.5ex;
          padding-inline-start: 2.5ex;
}

.cspimg .control {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
}

.cspimg .control.swiper-button-lock {
  display: none;
}

.cspimg .custom-button-prev {
  left: calc(var(--gap) / 2);
}

.cspimg .custom-button-next {
  right: calc(var(--gap) / 2);
}

@media screen and (min-width: 0) {
  .col-xs-1 {
    width: 33.3333333333%;
  }

  .col-xs-2 {
    width: 66.6666666667%;
  }

  .col-xs-3 {
    width: 100%;
  }

  .col-xs-auto {
    width: auto;
  }

  .col-xs-d2 {
    width: 50%;
  }

  .col-xs-d3 {
    width: 33.3333333333%;
  }

  .col-xs-d4 {
    width: 25%;
  }

  :root {
    --gap: 16px;
  }

  .container {
    max-width: none;
  }

  .columns-xs-1 {
    -webkit-columns: 1;
            columns: 1;
  }

  .columns-xs-2 {
    -webkit-columns: 2;
            columns: 2;
  }

  .columns-xs-3 {
    -webkit-columns: 3;
            columns: 3;
  }

  .g-xs-half {
    gap: 4px;
  }

  .rg-xs-half {
    row-gap: 4px;
  }

  .cg-xs-half {
    --gap: 4px;
  }

  .cg-xs-half:not(.row) {
    -webkit-column-gap: 4px;
            column-gap: 4px;
  }

  .mb-xs-half {
    margin-bottom: 4px;
  }

  .mt-xs-half {
    margin-top: 4px;
  }

  .ml-xs-half {
    margin-left: 4px;
  }

  .mr-xs-half {
    margin-right: 4px;
  }

  .mx-xs-half {
    margin-left: 4px;
    margin-right: 4px;
  }

  .my-xs-half {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .pt-xs-half {
    padding-top: 4px;
  }

  .pl-xs-half {
    padding-left: 4px;
  }

  .pb-xs-half {
    padding-bottom: 4px;
  }

  .pr-xs-half {
    padding-right: 4px;
  }

  .px-xs-half {
    padding-left: 4px;
    padding-right: 4px;
  }

  .py-xs-half {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .g-xs-1 {
    gap: 8px;
  }

  .rg-xs-1 {
    row-gap: 8px;
  }

  .cg-xs-1 {
    --gap: 8px;
  }

  .cg-xs-1:not(.row) {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }

  .mb-xs-1 {
    margin-bottom: 8px;
  }

  .mt-xs-1 {
    margin-top: 8px;
  }

  .ml-xs-1 {
    margin-left: 8px;
  }

  .mr-xs-1 {
    margin-right: 8px;
  }

  .mx-xs-1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .my-xs-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .pt-xs-1 {
    padding-top: 8px;
  }

  .pl-xs-1 {
    padding-left: 8px;
  }

  .pb-xs-1 {
    padding-bottom: 8px;
  }

  .pr-xs-1 {
    padding-right: 8px;
  }

  .px-xs-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .py-xs-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .g-xs-d {
    gap: 10px;
  }

  .rg-xs-d {
    row-gap: 10px;
  }

  .cg-xs-d {
    --gap: 10px;
  }

  .cg-xs-d:not(.row) {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }

  .mb-xs-d {
    margin-bottom: 10px;
  }

  .mt-xs-d {
    margin-top: 10px;
  }

  .ml-xs-d {
    margin-left: 10px;
  }

  .mr-xs-d {
    margin-right: 10px;
  }

  .mx-xs-d {
    margin-left: 10px;
    margin-right: 10px;
  }

  .my-xs-d {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pt-xs-d {
    padding-top: 10px;
  }

  .pl-xs-d {
    padding-left: 10px;
  }

  .pb-xs-d {
    padding-bottom: 10px;
  }

  .pr-xs-d {
    padding-right: 10px;
  }

  .px-xs-d {
    padding-left: 10px;
    padding-right: 10px;
  }

  .py-xs-d {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .g-xs-m {
    gap: 12px;
  }

  .rg-xs-m {
    row-gap: 12px;
  }

  .cg-xs-m {
    --gap: 12px;
  }

  .cg-xs-m:not(.row) {
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }

  .mb-xs-m {
    margin-bottom: 12px;
  }

  .mt-xs-m {
    margin-top: 12px;
  }

  .ml-xs-m {
    margin-left: 12px;
  }

  .mr-xs-m {
    margin-right: 12px;
  }

  .mx-xs-m {
    margin-left: 12px;
    margin-right: 12px;
  }

  .my-xs-m {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .pt-xs-m {
    padding-top: 12px;
  }

  .pl-xs-m {
    padding-left: 12px;
  }

  .pb-xs-m {
    padding-bottom: 12px;
  }

  .pr-xs-m {
    padding-right: 12px;
  }

  .px-xs-m {
    padding-left: 12px;
    padding-right: 12px;
  }

  .py-xs-m {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .g-xs-2 {
    gap: 16px;
  }

  .rg-xs-2 {
    row-gap: 16px;
  }

  .cg-xs-2 {
    --gap: 16px;
  }

  .cg-xs-2:not(.row) {
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }

  .mb-xs-2 {
    margin-bottom: 16px;
  }

  .mt-xs-2 {
    margin-top: 16px;
  }

  .ml-xs-2 {
    margin-left: 16px;
  }

  .mr-xs-2 {
    margin-right: 16px;
  }

  .mx-xs-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .my-xs-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .pt-xs-2 {
    padding-top: 16px;
  }

  .pl-xs-2 {
    padding-left: 16px;
  }

  .pb-xs-2 {
    padding-bottom: 16px;
  }

  .pr-xs-2 {
    padding-right: 16px;
  }

  .px-xs-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .py-xs-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .g-xs-3 {
    gap: 24px;
  }

  .rg-xs-3 {
    row-gap: 24px;
  }

  .cg-xs-3 {
    --gap: 24px;
  }

  .cg-xs-3:not(.row) {
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }

  .mb-xs-3 {
    margin-bottom: 24px;
  }

  .mt-xs-3 {
    margin-top: 24px;
  }

  .ml-xs-3 {
    margin-left: 24px;
  }

  .mr-xs-3 {
    margin-right: 24px;
  }

  .mx-xs-3 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .my-xs-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .pt-xs-3 {
    padding-top: 24px;
  }

  .pl-xs-3 {
    padding-left: 24px;
  }

  .pb-xs-3 {
    padding-bottom: 24px;
  }

  .pr-xs-3 {
    padding-right: 24px;
  }

  .px-xs-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .py-xs-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .g-xs-4 {
    gap: 32px;
  }

  .rg-xs-4 {
    row-gap: 32px;
  }

  .cg-xs-4 {
    --gap: 32px;
  }

  .cg-xs-4:not(.row) {
    -webkit-column-gap: 32px;
            column-gap: 32px;
  }

  .mb-xs-4 {
    margin-bottom: 32px;
  }

  .mt-xs-4 {
    margin-top: 32px;
  }

  .ml-xs-4 {
    margin-left: 32px;
  }

  .mr-xs-4 {
    margin-right: 32px;
  }

  .mx-xs-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .my-xs-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .pt-xs-4 {
    padding-top: 32px;
  }

  .pl-xs-4 {
    padding-left: 32px;
  }

  .pb-xs-4 {
    padding-bottom: 32px;
  }

  .pr-xs-4 {
    padding-right: 32px;
  }

  .px-xs-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .py-xs-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .g-xs-5 {
    gap: 40px;
  }

  .rg-xs-5 {
    row-gap: 40px;
  }

  .cg-xs-5 {
    --gap: 40px;
  }

  .cg-xs-5:not(.row) {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }

  .mb-xs-5 {
    margin-bottom: 40px;
  }

  .mt-xs-5 {
    margin-top: 40px;
  }

  .ml-xs-5 {
    margin-left: 40px;
  }

  .mr-xs-5 {
    margin-right: 40px;
  }

  .mx-xs-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .my-xs-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pt-xs-5 {
    padding-top: 40px;
  }

  .pl-xs-5 {
    padding-left: 40px;
  }

  .pb-xs-5 {
    padding-bottom: 40px;
  }

  .pr-xs-5 {
    padding-right: 40px;
  }

  .px-xs-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .py-xs-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .g-xs-6 {
    gap: 48px;
  }

  .rg-xs-6 {
    row-gap: 48px;
  }

  .cg-xs-6 {
    --gap: 48px;
  }

  .cg-xs-6:not(.row) {
    -webkit-column-gap: 48px;
            column-gap: 48px;
  }

  .mb-xs-6 {
    margin-bottom: 48px;
  }

  .mt-xs-6 {
    margin-top: 48px;
  }

  .ml-xs-6 {
    margin-left: 48px;
  }

  .mr-xs-6 {
    margin-right: 48px;
  }

  .mx-xs-6 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .my-xs-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pt-xs-6 {
    padding-top: 48px;
  }

  .pl-xs-6 {
    padding-left: 48px;
  }

  .pb-xs-6 {
    padding-bottom: 48px;
  }

  .pr-xs-6 {
    padding-right: 48px;
  }

  .px-xs-6 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .py-xs-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .g-xs-7 {
    gap: 56px;
  }

  .rg-xs-7 {
    row-gap: 56px;
  }

  .cg-xs-7 {
    --gap: 56px;
  }

  .cg-xs-7:not(.row) {
    -webkit-column-gap: 56px;
            column-gap: 56px;
  }

  .mb-xs-7 {
    margin-bottom: 56px;
  }

  .mt-xs-7 {
    margin-top: 56px;
  }

  .ml-xs-7 {
    margin-left: 56px;
  }

  .mr-xs-7 {
    margin-right: 56px;
  }

  .mx-xs-7 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .my-xs-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .pt-xs-7 {
    padding-top: 56px;
  }

  .pl-xs-7 {
    padding-left: 56px;
  }

  .pb-xs-7 {
    padding-bottom: 56px;
  }

  .pr-xs-7 {
    padding-right: 56px;
  }

  .px-xs-7 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .py-xs-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .g-xs-8 {
    gap: 64px;
  }

  .rg-xs-8 {
    row-gap: 64px;
  }

  .cg-xs-8 {
    --gap: 64px;
  }

  .cg-xs-8:not(.row) {
    -webkit-column-gap: 64px;
            column-gap: 64px;
  }

  .mb-xs-8 {
    margin-bottom: 64px;
  }

  .mt-xs-8 {
    margin-top: 64px;
  }

  .ml-xs-8 {
    margin-left: 64px;
  }

  .mr-xs-8 {
    margin-right: 64px;
  }

  .mx-xs-8 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .my-xs-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .pt-xs-8 {
    padding-top: 64px;
  }

  .pl-xs-8 {
    padding-left: 64px;
  }

  .pb-xs-8 {
    padding-bottom: 64px;
  }

  .pr-xs-8 {
    padding-right: 64px;
  }

  .px-xs-8 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .py-xs-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .g-xs-9 {
    gap: 72px;
  }

  .rg-xs-9 {
    row-gap: 72px;
  }

  .cg-xs-9 {
    --gap: 72px;
  }

  .cg-xs-9:not(.row) {
    -webkit-column-gap: 72px;
            column-gap: 72px;
  }

  .mb-xs-9 {
    margin-bottom: 72px;
  }

  .mt-xs-9 {
    margin-top: 72px;
  }

  .ml-xs-9 {
    margin-left: 72px;
  }

  .mr-xs-9 {
    margin-right: 72px;
  }

  .mx-xs-9 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .my-xs-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .pt-xs-9 {
    padding-top: 72px;
  }

  .pl-xs-9 {
    padding-left: 72px;
  }

  .pb-xs-9 {
    padding-bottom: 72px;
  }

  .pr-xs-9 {
    padding-right: 72px;
  }

  .px-xs-9 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .py-xs-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .g-xs-10 {
    gap: 80px;
  }

  .rg-xs-10 {
    row-gap: 80px;
  }

  .cg-xs-10 {
    --gap: 80px;
  }

  .cg-xs-10:not(.row) {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }

  .mb-xs-10 {
    margin-bottom: 80px;
  }

  .mt-xs-10 {
    margin-top: 80px;
  }

  .ml-xs-10 {
    margin-left: 80px;
  }

  .mr-xs-10 {
    margin-right: 80px;
  }

  .mx-xs-10 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .my-xs-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pt-xs-10 {
    padding-top: 80px;
  }

  .pl-xs-10 {
    padding-left: 80px;
  }

  .pb-xs-10 {
    padding-bottom: 80px;
  }

  .pr-xs-10 {
    padding-right: 80px;
  }

  .px-xs-10 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .py-xs-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .g-xs-11 {
    gap: 88px;
  }

  .rg-xs-11 {
    row-gap: 88px;
  }

  .cg-xs-11 {
    --gap: 88px;
  }

  .cg-xs-11:not(.row) {
    -webkit-column-gap: 88px;
            column-gap: 88px;
  }

  .mb-xs-11 {
    margin-bottom: 88px;
  }

  .mt-xs-11 {
    margin-top: 88px;
  }

  .ml-xs-11 {
    margin-left: 88px;
  }

  .mr-xs-11 {
    margin-right: 88px;
  }

  .mx-xs-11 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .my-xs-11 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .pt-xs-11 {
    padding-top: 88px;
  }

  .pl-xs-11 {
    padding-left: 88px;
  }

  .pb-xs-11 {
    padding-bottom: 88px;
  }

  .pr-xs-11 {
    padding-right: 88px;
  }

  .px-xs-11 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .py-xs-11 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .g-xs-12 {
    gap: 96px;
  }

  .rg-xs-12 {
    row-gap: 96px;
  }

  .cg-xs-12 {
    --gap: 96px;
  }

  .cg-xs-12:not(.row) {
    -webkit-column-gap: 96px;
            column-gap: 96px;
  }

  .mb-xs-12 {
    margin-bottom: 96px;
  }

  .mt-xs-12 {
    margin-top: 96px;
  }

  .ml-xs-12 {
    margin-left: 96px;
  }

  .mr-xs-12 {
    margin-right: 96px;
  }

  .mx-xs-12 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .my-xs-12 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .pt-xs-12 {
    padding-top: 96px;
  }

  .pl-xs-12 {
    padding-left: 96px;
  }

  .pb-xs-12 {
    padding-bottom: 96px;
  }

  .pr-xs-12 {
    padding-right: 96px;
  }

  .px-xs-12 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .py-xs-12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .g-xs-1h {
    gap: 100px;
  }

  .rg-xs-1h {
    row-gap: 100px;
  }

  .cg-xs-1h {
    --gap: 100px;
  }

  .cg-xs-1h:not(.row) {
    -webkit-column-gap: 100px;
            column-gap: 100px;
  }

  .mb-xs-1h {
    margin-bottom: 100px;
  }

  .mt-xs-1h {
    margin-top: 100px;
  }

  .ml-xs-1h {
    margin-left: 100px;
  }

  .mr-xs-1h {
    margin-right: 100px;
  }

  .mx-xs-1h {
    margin-left: 100px;
    margin-right: 100px;
  }

  .my-xs-1h {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pt-xs-1h {
    padding-top: 100px;
  }

  .pl-xs-1h {
    padding-left: 100px;
  }

  .pb-xs-1h {
    padding-bottom: 100px;
  }

  .pr-xs-1h {
    padding-right: 100px;
  }

  .px-xs-1h {
    padding-left: 100px;
    padding-right: 100px;
  }

  .py-xs-1h {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .g-xs-14 {
    gap: 112px;
  }

  .rg-xs-14 {
    row-gap: 112px;
  }

  .cg-xs-14 {
    --gap: 112px;
  }

  .cg-xs-14:not(.row) {
    -webkit-column-gap: 112px;
            column-gap: 112px;
  }

  .mb-xs-14 {
    margin-bottom: 112px;
  }

  .mt-xs-14 {
    margin-top: 112px;
  }

  .ml-xs-14 {
    margin-left: 112px;
  }

  .mr-xs-14 {
    margin-right: 112px;
  }

  .mx-xs-14 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .my-xs-14 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .pt-xs-14 {
    padding-top: 112px;
  }

  .pl-xs-14 {
    padding-left: 112px;
  }

  .pb-xs-14 {
    padding-bottom: 112px;
  }

  .pr-xs-14 {
    padding-right: 112px;
  }

  .px-xs-14 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .py-xs-14 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .g-xs-15 {
    gap: 120px;
  }

  .rg-xs-15 {
    row-gap: 120px;
  }

  .cg-xs-15 {
    --gap: 120px;
  }

  .cg-xs-15:not(.row) {
    -webkit-column-gap: 120px;
            column-gap: 120px;
  }

  .mb-xs-15 {
    margin-bottom: 120px;
  }

  .mt-xs-15 {
    margin-top: 120px;
  }

  .ml-xs-15 {
    margin-left: 120px;
  }

  .mr-xs-15 {
    margin-right: 120px;
  }

  .mx-xs-15 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .my-xs-15 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .pt-xs-15 {
    padding-top: 120px;
  }

  .pl-xs-15 {
    padding-left: 120px;
  }

  .pb-xs-15 {
    padding-bottom: 120px;
  }

  .pr-xs-15 {
    padding-right: 120px;
  }

  .px-xs-15 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .py-xs-15 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .g-xs-1h4 {
    gap: 140px;
  }

  .rg-xs-1h4 {
    row-gap: 140px;
  }

  .cg-xs-1h4 {
    --gap: 140px;
  }

  .cg-xs-1h4:not(.row) {
    -webkit-column-gap: 140px;
            column-gap: 140px;
  }

  .mb-xs-1h4 {
    margin-bottom: 140px;
  }

  .mt-xs-1h4 {
    margin-top: 140px;
  }

  .ml-xs-1h4 {
    margin-left: 140px;
  }

  .mr-xs-1h4 {
    margin-right: 140px;
  }

  .mx-xs-1h4 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .my-xs-1h4 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .pt-xs-1h4 {
    padding-top: 140px;
  }

  .pl-xs-1h4 {
    padding-left: 140px;
  }

  .pb-xs-1h4 {
    padding-bottom: 140px;
  }

  .pr-xs-1h4 {
    padding-right: 140px;
  }

  .px-xs-1h4 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .py-xs-1h4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .g-xs-auto {
    gap: auto;
  }

  .rg-xs-auto {
    row-gap: auto;
  }

  .cg-xs-auto {
    --gap: auto;
  }

  .cg-xs-auto:not(.row) {
    -webkit-column-gap: auto;
            column-gap: auto;
  }

  .mb-xs-auto {
    margin-bottom: auto;
  }

  .mt-xs-auto {
    margin-top: auto;
  }

  .ml-xs-auto {
    margin-left: auto;
  }

  .mr-xs-auto {
    margin-right: auto;
  }

  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .my-xs-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .pt-xs-auto {
    padding-top: auto;
  }

  .pl-xs-auto {
    padding-left: auto;
  }

  .pb-xs-auto {
    padding-bottom: auto;
  }

  .pr-xs-auto {
    padding-right: auto;
  }

  .px-xs-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .py-xs-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .g-xs-0 {
    gap: 0;
  }

  .rg-xs-0 {
    row-gap: 0;
  }

  .cg-xs-0 {
    --gap: 0;
  }

  .cg-xs-0:not(.row) {
    -webkit-column-gap: 0;
            column-gap: 0;
  }

  .mb-xs-0 {
    margin-bottom: 0;
  }

  .mt-xs-0 {
    margin-top: 0;
  }

  .ml-xs-0 {
    margin-left: 0;
  }

  .mr-xs-0 {
    margin-right: 0;
  }

  .mx-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .my-xs-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pt-xs-0 {
    padding-top: 0;
  }

  .pl-xs-0 {
    padding-left: 0;
  }

  .pb-xs-0 {
    padding-bottom: 0;
  }

  .pr-xs-0 {
    padding-right: 0;
  }

  .px-xs-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .py-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-xs-10 {
    font-size: 10px;
    line-height: 16px;
    --lh: 16px;
  }

  .fs-xs-12 {
    font-size: 12px;
    line-height: 20px;
    --lh: 20px;
  }

  .fs-xs-15 {
    font-size: 15px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-xs-18 {
    font-size: 18px;
    line-height: 28px;
    --lh: 28px;
  }

  .fs-xs-20 {
    font-size: 20px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-xs-24 {
    font-size: 24px;
    line-height: 32px;
    --lh: 32px;
  }

  .fs-xs-28 {
    font-size: 28px;
    line-height: 36px;
    --lh: 36px;
  }

  .fs-xs-32 {
    font-size: 32px;
    line-height: 40px;
    --lh: 40px;
  }

  .fs-xs-40 {
    font-size: 40px;
    line-height: 48px;
    --lh: 48px;
  }

  .fs-xs-64 {
    font-size: 64px;
    line-height: 64px;
    --lh: 64px;
  }

  .fw-xs-100 {
    font-weight: 100;
  }

  .fw-xs-200 {
    font-weight: 200;
  }

  .fw-xs-300 {
    font-weight: 300;
  }

  .fw-xs-400 {
    font-weight: 400;
  }

  .fw-xs-500 {
    font-weight: 500;
  }

  .fw-xs-600 {
    font-weight: 600;
  }

  .fw-xs-700 {
    font-weight: 700;
  }

  .fw-xs-800 {
    font-weight: 800;
  }

  .fw-xs-900 {
    font-weight: 900;
  }

  .fw-xs-bold {
    font-weight: bold;
  }

  .ff-xs-montserrat {
    font-family: Montserrat;
  }

  .ff-xs-playfair {
    font-family: Playfair Display;
  }

  .ff-xs-unbounded {
    font-family: Unbounded;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-left {
    text-align: left;
  }

  .text-xs-right {
    text-align: right;
  }

  .bt-xs-1 {
    border-top: 1px solid var(--opacitydark-20);
  }

  .bt-xs-0 {
    border-top-width: 0;
  }

  .br-xs-1 {
    border-right: 1px solid var(--opacitydark-20);
  }

  .br-xs-0 {
    border-right-width: 0;
  }

  .bb-xs-1 {
    border-bottom: 1px solid var(--opacitydark-20);
  }

  .bb-xs-0 {
    border-bottom-width: 0;
  }

  .bl-xs-1 {
    border-left: 1px solid var(--opacitydark-20);
  }

  .bl-xs-0 {
    border-left-width: 0;
  }

  .d-xs-block {
    display: block;
  }

  .d-xs-inline {
    display: inline;
  }

  .d-xs-inline-block {
    display: inline-block;
  }

  .d-xs-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-xs-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-xs-none {
    display: none;
  }

  .d-xs-table {
    display: table;
  }

  .d-xs-unset {
    display: unset;
  }

  .flex-xs-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .flex-xs-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .flex-xs-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .flex-xs-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align_items-xs-center {
    -ms-flex-align: center;
        align-items: center;
  }

  .align_items-xs-flex-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .align_items-xs-flex-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .align_items-xs-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .align_items-xs-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }

  .justify-xs-center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .justify-xs-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .justify-xs-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .justify-xs-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .justify-xs-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .justify-xs-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }

  .justify-xs-stretch {
    -ms-flex-pack: stretch;
        justify-content: stretch;
  }

  .main_article .iw {
    aspect-ratio: 1;
  }

  .main_cards .swiper-slide {
    width: 360;
  }

  .main_cards .main_article_picture {
    aspect-ratio: 1.3666666667;
  }

  .blog_cards .swiper-slide {
    width: 360;
  }

  .blog_cards .main_article_picture {
    aspect-ratio: 1.3666666667;
  }

  .cs_slider_picture {
    aspect-ratio: 1.025;
  }

  .layout-banner .iw {
    aspect-ratio: 0.9213483146;
  }

  .programs-accordion .iw {
    height: 240px;
  }
}

@media screen and (min-width: 0px) {
  .services-block .service-image {
    height: 240px;
  }
}

@media screen and (min-width: 360px) {
  .hero--blog {
    --h: 500px;
  }

  .blog .bages_parent .iw {
    aspect-ratio: 328/240;
  }

  .blog_picture {
    height: 400px;
  }

  .blog_post p > img:only-child {
    height: 240px;
  }

  .blog_body .flex-column > * {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    width: 25%;
  }

  .col-sm-2 {
    width: 50%;
  }

  .col-sm-3 {
    width: 75%;
  }

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

  .col-sm-auto {
    width: auto;
  }

  .col-sm-d2 {
    width: 50%;
  }

  .col-sm-d3 {
    width: 33.3333333333%;
  }

  .col-sm-d4 {
    width: 25%;
  }

  :root {
    --gap: 24px;
  }

  .container {
    max-width: 768px;
  }

  .columns-sm-1 {
    -webkit-columns: 1;
            columns: 1;
  }

  .columns-sm-2 {
    -webkit-columns: 2;
            columns: 2;
  }

  .columns-sm-3 {
    -webkit-columns: 3;
            columns: 3;
  }

  .g-sm-half {
    gap: 4px;
  }

  .rg-sm-half {
    row-gap: 4px;
  }

  .cg-sm-half {
    --gap: 4px;
  }

  .cg-sm-half:not(.row) {
    -webkit-column-gap: 4px;
            column-gap: 4px;
  }

  .mb-sm-half {
    margin-bottom: 4px;
  }

  .mt-sm-half {
    margin-top: 4px;
  }

  .ml-sm-half {
    margin-left: 4px;
  }

  .mr-sm-half {
    margin-right: 4px;
  }

  .mx-sm-half {
    margin-left: 4px;
    margin-right: 4px;
  }

  .my-sm-half {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .pt-sm-half {
    padding-top: 4px;
  }

  .pl-sm-half {
    padding-left: 4px;
  }

  .pb-sm-half {
    padding-bottom: 4px;
  }

  .pr-sm-half {
    padding-right: 4px;
  }

  .px-sm-half {
    padding-left: 4px;
    padding-right: 4px;
  }

  .py-sm-half {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .g-sm-1 {
    gap: 8px;
  }

  .rg-sm-1 {
    row-gap: 8px;
  }

  .cg-sm-1 {
    --gap: 8px;
  }

  .cg-sm-1:not(.row) {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }

  .mb-sm-1 {
    margin-bottom: 8px;
  }

  .mt-sm-1 {
    margin-top: 8px;
  }

  .ml-sm-1 {
    margin-left: 8px;
  }

  .mr-sm-1 {
    margin-right: 8px;
  }

  .mx-sm-1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .my-sm-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .pt-sm-1 {
    padding-top: 8px;
  }

  .pl-sm-1 {
    padding-left: 8px;
  }

  .pb-sm-1 {
    padding-bottom: 8px;
  }

  .pr-sm-1 {
    padding-right: 8px;
  }

  .px-sm-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .py-sm-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .g-sm-d {
    gap: 10px;
  }

  .rg-sm-d {
    row-gap: 10px;
  }

  .cg-sm-d {
    --gap: 10px;
  }

  .cg-sm-d:not(.row) {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }

  .mb-sm-d {
    margin-bottom: 10px;
  }

  .mt-sm-d {
    margin-top: 10px;
  }

  .ml-sm-d {
    margin-left: 10px;
  }

  .mr-sm-d {
    margin-right: 10px;
  }

  .mx-sm-d {
    margin-left: 10px;
    margin-right: 10px;
  }

  .my-sm-d {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pt-sm-d {
    padding-top: 10px;
  }

  .pl-sm-d {
    padding-left: 10px;
  }

  .pb-sm-d {
    padding-bottom: 10px;
  }

  .pr-sm-d {
    padding-right: 10px;
  }

  .px-sm-d {
    padding-left: 10px;
    padding-right: 10px;
  }

  .py-sm-d {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .g-sm-m {
    gap: 12px;
  }

  .rg-sm-m {
    row-gap: 12px;
  }

  .cg-sm-m {
    --gap: 12px;
  }

  .cg-sm-m:not(.row) {
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }

  .mb-sm-m {
    margin-bottom: 12px;
  }

  .mt-sm-m {
    margin-top: 12px;
  }

  .ml-sm-m {
    margin-left: 12px;
  }

  .mr-sm-m {
    margin-right: 12px;
  }

  .mx-sm-m {
    margin-left: 12px;
    margin-right: 12px;
  }

  .my-sm-m {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .pt-sm-m {
    padding-top: 12px;
  }

  .pl-sm-m {
    padding-left: 12px;
  }

  .pb-sm-m {
    padding-bottom: 12px;
  }

  .pr-sm-m {
    padding-right: 12px;
  }

  .px-sm-m {
    padding-left: 12px;
    padding-right: 12px;
  }

  .py-sm-m {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .g-sm-2 {
    gap: 16px;
  }

  .rg-sm-2 {
    row-gap: 16px;
  }

  .cg-sm-2 {
    --gap: 16px;
  }

  .cg-sm-2:not(.row) {
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }

  .mb-sm-2 {
    margin-bottom: 16px;
  }

  .mt-sm-2 {
    margin-top: 16px;
  }

  .ml-sm-2 {
    margin-left: 16px;
  }

  .mr-sm-2 {
    margin-right: 16px;
  }

  .mx-sm-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .my-sm-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .pt-sm-2 {
    padding-top: 16px;
  }

  .pl-sm-2 {
    padding-left: 16px;
  }

  .pb-sm-2 {
    padding-bottom: 16px;
  }

  .pr-sm-2 {
    padding-right: 16px;
  }

  .px-sm-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .py-sm-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .g-sm-3 {
    gap: 24px;
  }

  .rg-sm-3 {
    row-gap: 24px;
  }

  .cg-sm-3 {
    --gap: 24px;
  }

  .cg-sm-3:not(.row) {
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }

  .mb-sm-3 {
    margin-bottom: 24px;
  }

  .mt-sm-3 {
    margin-top: 24px;
  }

  .ml-sm-3 {
    margin-left: 24px;
  }

  .mr-sm-3 {
    margin-right: 24px;
  }

  .mx-sm-3 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .my-sm-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .pt-sm-3 {
    padding-top: 24px;
  }

  .pl-sm-3 {
    padding-left: 24px;
  }

  .pb-sm-3 {
    padding-bottom: 24px;
  }

  .pr-sm-3 {
    padding-right: 24px;
  }

  .px-sm-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .py-sm-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .g-sm-4 {
    gap: 32px;
  }

  .rg-sm-4 {
    row-gap: 32px;
  }

  .cg-sm-4 {
    --gap: 32px;
  }

  .cg-sm-4:not(.row) {
    -webkit-column-gap: 32px;
            column-gap: 32px;
  }

  .mb-sm-4 {
    margin-bottom: 32px;
  }

  .mt-sm-4 {
    margin-top: 32px;
  }

  .ml-sm-4 {
    margin-left: 32px;
  }

  .mr-sm-4 {
    margin-right: 32px;
  }

  .mx-sm-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .my-sm-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .pt-sm-4 {
    padding-top: 32px;
  }

  .pl-sm-4 {
    padding-left: 32px;
  }

  .pb-sm-4 {
    padding-bottom: 32px;
  }

  .pr-sm-4 {
    padding-right: 32px;
  }

  .px-sm-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .py-sm-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .g-sm-5 {
    gap: 40px;
  }

  .rg-sm-5 {
    row-gap: 40px;
  }

  .cg-sm-5 {
    --gap: 40px;
  }

  .cg-sm-5:not(.row) {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }

  .mb-sm-5 {
    margin-bottom: 40px;
  }

  .mt-sm-5 {
    margin-top: 40px;
  }

  .ml-sm-5 {
    margin-left: 40px;
  }

  .mr-sm-5 {
    margin-right: 40px;
  }

  .mx-sm-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .my-sm-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pt-sm-5 {
    padding-top: 40px;
  }

  .pl-sm-5 {
    padding-left: 40px;
  }

  .pb-sm-5 {
    padding-bottom: 40px;
  }

  .pr-sm-5 {
    padding-right: 40px;
  }

  .px-sm-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .py-sm-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .g-sm-6 {
    gap: 48px;
  }

  .rg-sm-6 {
    row-gap: 48px;
  }

  .cg-sm-6 {
    --gap: 48px;
  }

  .cg-sm-6:not(.row) {
    -webkit-column-gap: 48px;
            column-gap: 48px;
  }

  .mb-sm-6 {
    margin-bottom: 48px;
  }

  .mt-sm-6 {
    margin-top: 48px;
  }

  .ml-sm-6 {
    margin-left: 48px;
  }

  .mr-sm-6 {
    margin-right: 48px;
  }

  .mx-sm-6 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .my-sm-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pt-sm-6 {
    padding-top: 48px;
  }

  .pl-sm-6 {
    padding-left: 48px;
  }

  .pb-sm-6 {
    padding-bottom: 48px;
  }

  .pr-sm-6 {
    padding-right: 48px;
  }

  .px-sm-6 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .py-sm-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .g-sm-7 {
    gap: 56px;
  }

  .rg-sm-7 {
    row-gap: 56px;
  }

  .cg-sm-7 {
    --gap: 56px;
  }

  .cg-sm-7:not(.row) {
    -webkit-column-gap: 56px;
            column-gap: 56px;
  }

  .mb-sm-7 {
    margin-bottom: 56px;
  }

  .mt-sm-7 {
    margin-top: 56px;
  }

  .ml-sm-7 {
    margin-left: 56px;
  }

  .mr-sm-7 {
    margin-right: 56px;
  }

  .mx-sm-7 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .my-sm-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .pt-sm-7 {
    padding-top: 56px;
  }

  .pl-sm-7 {
    padding-left: 56px;
  }

  .pb-sm-7 {
    padding-bottom: 56px;
  }

  .pr-sm-7 {
    padding-right: 56px;
  }

  .px-sm-7 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .py-sm-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .g-sm-8 {
    gap: 64px;
  }

  .rg-sm-8 {
    row-gap: 64px;
  }

  .cg-sm-8 {
    --gap: 64px;
  }

  .cg-sm-8:not(.row) {
    -webkit-column-gap: 64px;
            column-gap: 64px;
  }

  .mb-sm-8 {
    margin-bottom: 64px;
  }

  .mt-sm-8 {
    margin-top: 64px;
  }

  .ml-sm-8 {
    margin-left: 64px;
  }

  .mr-sm-8 {
    margin-right: 64px;
  }

  .mx-sm-8 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .my-sm-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .pt-sm-8 {
    padding-top: 64px;
  }

  .pl-sm-8 {
    padding-left: 64px;
  }

  .pb-sm-8 {
    padding-bottom: 64px;
  }

  .pr-sm-8 {
    padding-right: 64px;
  }

  .px-sm-8 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .py-sm-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .g-sm-9 {
    gap: 72px;
  }

  .rg-sm-9 {
    row-gap: 72px;
  }

  .cg-sm-9 {
    --gap: 72px;
  }

  .cg-sm-9:not(.row) {
    -webkit-column-gap: 72px;
            column-gap: 72px;
  }

  .mb-sm-9 {
    margin-bottom: 72px;
  }

  .mt-sm-9 {
    margin-top: 72px;
  }

  .ml-sm-9 {
    margin-left: 72px;
  }

  .mr-sm-9 {
    margin-right: 72px;
  }

  .mx-sm-9 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .my-sm-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .pt-sm-9 {
    padding-top: 72px;
  }

  .pl-sm-9 {
    padding-left: 72px;
  }

  .pb-sm-9 {
    padding-bottom: 72px;
  }

  .pr-sm-9 {
    padding-right: 72px;
  }

  .px-sm-9 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .py-sm-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .g-sm-10 {
    gap: 80px;
  }

  .rg-sm-10 {
    row-gap: 80px;
  }

  .cg-sm-10 {
    --gap: 80px;
  }

  .cg-sm-10:not(.row) {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }

  .mb-sm-10 {
    margin-bottom: 80px;
  }

  .mt-sm-10 {
    margin-top: 80px;
  }

  .ml-sm-10 {
    margin-left: 80px;
  }

  .mr-sm-10 {
    margin-right: 80px;
  }

  .mx-sm-10 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .my-sm-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pt-sm-10 {
    padding-top: 80px;
  }

  .pl-sm-10 {
    padding-left: 80px;
  }

  .pb-sm-10 {
    padding-bottom: 80px;
  }

  .pr-sm-10 {
    padding-right: 80px;
  }

  .px-sm-10 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .py-sm-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .g-sm-11 {
    gap: 88px;
  }

  .rg-sm-11 {
    row-gap: 88px;
  }

  .cg-sm-11 {
    --gap: 88px;
  }

  .cg-sm-11:not(.row) {
    -webkit-column-gap: 88px;
            column-gap: 88px;
  }

  .mb-sm-11 {
    margin-bottom: 88px;
  }

  .mt-sm-11 {
    margin-top: 88px;
  }

  .ml-sm-11 {
    margin-left: 88px;
  }

  .mr-sm-11 {
    margin-right: 88px;
  }

  .mx-sm-11 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .my-sm-11 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .pt-sm-11 {
    padding-top: 88px;
  }

  .pl-sm-11 {
    padding-left: 88px;
  }

  .pb-sm-11 {
    padding-bottom: 88px;
  }

  .pr-sm-11 {
    padding-right: 88px;
  }

  .px-sm-11 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .py-sm-11 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .g-sm-12 {
    gap: 96px;
  }

  .rg-sm-12 {
    row-gap: 96px;
  }

  .cg-sm-12 {
    --gap: 96px;
  }

  .cg-sm-12:not(.row) {
    -webkit-column-gap: 96px;
            column-gap: 96px;
  }

  .mb-sm-12 {
    margin-bottom: 96px;
  }

  .mt-sm-12 {
    margin-top: 96px;
  }

  .ml-sm-12 {
    margin-left: 96px;
  }

  .mr-sm-12 {
    margin-right: 96px;
  }

  .mx-sm-12 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .my-sm-12 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .pt-sm-12 {
    padding-top: 96px;
  }

  .pl-sm-12 {
    padding-left: 96px;
  }

  .pb-sm-12 {
    padding-bottom: 96px;
  }

  .pr-sm-12 {
    padding-right: 96px;
  }

  .px-sm-12 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .py-sm-12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .g-sm-1h {
    gap: 100px;
  }

  .rg-sm-1h {
    row-gap: 100px;
  }

  .cg-sm-1h {
    --gap: 100px;
  }

  .cg-sm-1h:not(.row) {
    -webkit-column-gap: 100px;
            column-gap: 100px;
  }

  .mb-sm-1h {
    margin-bottom: 100px;
  }

  .mt-sm-1h {
    margin-top: 100px;
  }

  .ml-sm-1h {
    margin-left: 100px;
  }

  .mr-sm-1h {
    margin-right: 100px;
  }

  .mx-sm-1h {
    margin-left: 100px;
    margin-right: 100px;
  }

  .my-sm-1h {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pt-sm-1h {
    padding-top: 100px;
  }

  .pl-sm-1h {
    padding-left: 100px;
  }

  .pb-sm-1h {
    padding-bottom: 100px;
  }

  .pr-sm-1h {
    padding-right: 100px;
  }

  .px-sm-1h {
    padding-left: 100px;
    padding-right: 100px;
  }

  .py-sm-1h {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .g-sm-14 {
    gap: 112px;
  }

  .rg-sm-14 {
    row-gap: 112px;
  }

  .cg-sm-14 {
    --gap: 112px;
  }

  .cg-sm-14:not(.row) {
    -webkit-column-gap: 112px;
            column-gap: 112px;
  }

  .mb-sm-14 {
    margin-bottom: 112px;
  }

  .mt-sm-14 {
    margin-top: 112px;
  }

  .ml-sm-14 {
    margin-left: 112px;
  }

  .mr-sm-14 {
    margin-right: 112px;
  }

  .mx-sm-14 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .my-sm-14 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .pt-sm-14 {
    padding-top: 112px;
  }

  .pl-sm-14 {
    padding-left: 112px;
  }

  .pb-sm-14 {
    padding-bottom: 112px;
  }

  .pr-sm-14 {
    padding-right: 112px;
  }

  .px-sm-14 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .py-sm-14 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .g-sm-15 {
    gap: 120px;
  }

  .rg-sm-15 {
    row-gap: 120px;
  }

  .cg-sm-15 {
    --gap: 120px;
  }

  .cg-sm-15:not(.row) {
    -webkit-column-gap: 120px;
            column-gap: 120px;
  }

  .mb-sm-15 {
    margin-bottom: 120px;
  }

  .mt-sm-15 {
    margin-top: 120px;
  }

  .ml-sm-15 {
    margin-left: 120px;
  }

  .mr-sm-15 {
    margin-right: 120px;
  }

  .mx-sm-15 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .my-sm-15 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .pt-sm-15 {
    padding-top: 120px;
  }

  .pl-sm-15 {
    padding-left: 120px;
  }

  .pb-sm-15 {
    padding-bottom: 120px;
  }

  .pr-sm-15 {
    padding-right: 120px;
  }

  .px-sm-15 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .py-sm-15 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .g-sm-1h4 {
    gap: 140px;
  }

  .rg-sm-1h4 {
    row-gap: 140px;
  }

  .cg-sm-1h4 {
    --gap: 140px;
  }

  .cg-sm-1h4:not(.row) {
    -webkit-column-gap: 140px;
            column-gap: 140px;
  }

  .mb-sm-1h4 {
    margin-bottom: 140px;
  }

  .mt-sm-1h4 {
    margin-top: 140px;
  }

  .ml-sm-1h4 {
    margin-left: 140px;
  }

  .mr-sm-1h4 {
    margin-right: 140px;
  }

  .mx-sm-1h4 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .my-sm-1h4 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .pt-sm-1h4 {
    padding-top: 140px;
  }

  .pl-sm-1h4 {
    padding-left: 140px;
  }

  .pb-sm-1h4 {
    padding-bottom: 140px;
  }

  .pr-sm-1h4 {
    padding-right: 140px;
  }

  .px-sm-1h4 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .py-sm-1h4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .g-sm-auto {
    gap: auto;
  }

  .rg-sm-auto {
    row-gap: auto;
  }

  .cg-sm-auto {
    --gap: auto;
  }

  .cg-sm-auto:not(.row) {
    -webkit-column-gap: auto;
            column-gap: auto;
  }

  .mb-sm-auto {
    margin-bottom: auto;
  }

  .mt-sm-auto {
    margin-top: auto;
  }

  .ml-sm-auto {
    margin-left: auto;
  }

  .mr-sm-auto {
    margin-right: auto;
  }

  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .pt-sm-auto {
    padding-top: auto;
  }

  .pl-sm-auto {
    padding-left: auto;
  }

  .pb-sm-auto {
    padding-bottom: auto;
  }

  .pr-sm-auto {
    padding-right: auto;
  }

  .px-sm-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .py-sm-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .g-sm-0 {
    gap: 0;
  }

  .rg-sm-0 {
    row-gap: 0;
  }

  .cg-sm-0 {
    --gap: 0;
  }

  .cg-sm-0:not(.row) {
    -webkit-column-gap: 0;
            column-gap: 0;
  }

  .mb-sm-0 {
    margin-bottom: 0;
  }

  .mt-sm-0 {
    margin-top: 0;
  }

  .ml-sm-0 {
    margin-left: 0;
  }

  .mr-sm-0 {
    margin-right: 0;
  }

  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pt-sm-0 {
    padding-top: 0;
  }

  .pl-sm-0 {
    padding-left: 0;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .pr-sm-0 {
    padding-right: 0;
  }

  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-sm-10 {
    font-size: 10px;
    line-height: 16px;
    --lh: 16px;
  }

  .fs-sm-12 {
    font-size: 12px;
    line-height: 20px;
    --lh: 20px;
  }

  .fs-sm-15 {
    font-size: 15px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-sm-18 {
    font-size: 18px;
    line-height: 28px;
    --lh: 28px;
  }

  .fs-sm-20 {
    font-size: 20px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-sm-24 {
    font-size: 24px;
    line-height: 32px;
    --lh: 32px;
  }

  .fs-sm-28 {
    font-size: 28px;
    line-height: 36px;
    --lh: 36px;
  }

  .fs-sm-32 {
    font-size: 32px;
    line-height: 40px;
    --lh: 40px;
  }

  .fs-sm-40 {
    font-size: 40px;
    line-height: 48px;
    --lh: 48px;
  }

  .fs-sm-64 {
    font-size: 64px;
    line-height: 64px;
    --lh: 64px;
  }

  .fw-sm-100 {
    font-weight: 100;
  }

  .fw-sm-200 {
    font-weight: 200;
  }

  .fw-sm-300 {
    font-weight: 300;
  }

  .fw-sm-400 {
    font-weight: 400;
  }

  .fw-sm-500 {
    font-weight: 500;
  }

  .fw-sm-600 {
    font-weight: 600;
  }

  .fw-sm-700 {
    font-weight: 700;
  }

  .fw-sm-800 {
    font-weight: 800;
  }

  .fw-sm-900 {
    font-weight: 900;
  }

  .fw-sm-bold {
    font-weight: bold;
  }

  .ff-sm-montserrat {
    font-family: Montserrat;
  }

  .ff-sm-playfair {
    font-family: Playfair Display;
  }

  .ff-sm-unbounded {
    font-family: Unbounded;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .bt-sm-1 {
    border-top: 1px solid var(--opacitydark-20);
  }

  .bt-sm-0 {
    border-top-width: 0;
  }

  .br-sm-1 {
    border-right: 1px solid var(--opacitydark-20);
  }

  .br-sm-0 {
    border-right-width: 0;
  }

  .bb-sm-1 {
    border-bottom: 1px solid var(--opacitydark-20);
  }

  .bb-sm-0 {
    border-bottom-width: 0;
  }

  .bl-sm-1 {
    border-left: 1px solid var(--opacitydark-20);
  }

  .bl-sm-0 {
    border-left-width: 0;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-sm-none {
    display: none;
  }

  .d-sm-table {
    display: table;
  }

  .d-sm-unset {
    display: unset;
  }

  .flex-sm-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .flex-sm-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align_items-sm-center {
    -ms-flex-align: center;
        align-items: center;
  }

  .align_items-sm-flex-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .align_items-sm-flex-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .align_items-sm-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .align_items-sm-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }

  .justify-sm-center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .justify-sm-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .justify-sm-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .justify-sm-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .justify-sm-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .justify-sm-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }

  .justify-sm-stretch {
    -ms-flex-pack: stretch;
        justify-content: stretch;
  }

  .layoutFooter > .row:first-child::before,
  .layoutFooter > .row:first-child::after {
    width: 50%;
  }

  .main_article .iw {
    aspect-ratio: 1.8;
  }

  .main_cards .swiper-slide {
    width: 768px;
  }

  .main_cards .main_article_picture {
    aspect-ratio: 1.45;
  }

  .blog_cards .swiper-slide {
    width: 768px;
  }

  .blog_cards .main_article_picture {
    aspect-ratio: 1.45;
  }

  .cs_slider_picture {
    aspect-ratio: 1.8;
  }

  .cs_slider_navitem {
    width: calc(100% / var(--count));
  }

  .layout-banner .iw {
    aspect-ratio: 2.0224719101;
  }

  .programs-accordion .iw {
    height: 320px;
  }

  .services-block .service-image {
    height: 240px;
  }

  .hero--blog {
    --h: 500px;
  }

  .blog .bages_parent .iw {
    aspect-ratio: 343/240;
  }

  .blog_picture {
    height: 400px;
  }

  .blog_post p > img:only-child {
    height: 320px;
  }

  .blog_body .flex-column > * {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  header .header-wrapper {
    width: initial;
  }

  .club-banner-slider .club-banner-content .club-content-title {
    margin-bottom: 32px;
    font-size: 48px;
    max-width: 90%;
    line-height: 48px;
  }

  .club-banner-slider .club-slider-nav {
    left: 0;
  }

  .club-banner-slider {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .col-md-1 {
    width: 25%;
  }

  .col-md-2 {
    width: 50%;
  }

  .col-md-3 {
    width: 75%;
  }

  .col-md-4 {
    width: 100%;
  }

  .col-md-auto {
    width: auto;
  }

  .col-md-d2 {
    width: 50%;
  }

  .col-md-d3 {
    width: 33.3333333333%;
  }

  .col-md-d4 {
    width: 25%;
  }

  :root {
    --gap: 24px;
  }

  .container {
    max-width: 1024px;
  }

  .columns-md-1 {
    -webkit-columns: 1;
            columns: 1;
  }

  .columns-md-2 {
    -webkit-columns: 2;
            columns: 2;
  }

  .columns-md-3 {
    -webkit-columns: 3;
            columns: 3;
  }

  .g-md-half {
    gap: 4px;
  }

  .rg-md-half {
    row-gap: 4px;
  }

  .cg-md-half {
    --gap: 4px;
  }

  .cg-md-half:not(.row) {
    -webkit-column-gap: 4px;
            column-gap: 4px;
  }

  .mb-md-half {
    margin-bottom: 4px;
  }

  .mt-md-half {
    margin-top: 4px;
  }

  .ml-md-half {
    margin-left: 4px;
  }

  .mr-md-half {
    margin-right: 4px;
  }

  .mx-md-half {
    margin-left: 4px;
    margin-right: 4px;
  }

  .my-md-half {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .pt-md-half {
    padding-top: 4px;
  }

  .pl-md-half {
    padding-left: 4px;
  }

  .pb-md-half {
    padding-bottom: 4px;
  }

  .pr-md-half {
    padding-right: 4px;
  }

  .px-md-half {
    padding-left: 4px;
    padding-right: 4px;
  }

  .py-md-half {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .g-md-1 {
    gap: 8px;
  }

  .rg-md-1 {
    row-gap: 8px;
  }

  .cg-md-1 {
    --gap: 8px;
  }

  .cg-md-1:not(.row) {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }

  .mb-md-1 {
    margin-bottom: 8px;
  }

  .mt-md-1 {
    margin-top: 8px;
  }

  .ml-md-1 {
    margin-left: 8px;
  }

  .mr-md-1 {
    margin-right: 8px;
  }

  .mx-md-1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .my-md-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .pt-md-1 {
    padding-top: 8px;
  }

  .pl-md-1 {
    padding-left: 8px;
  }

  .pb-md-1 {
    padding-bottom: 8px;
  }

  .pr-md-1 {
    padding-right: 8px;
  }

  .px-md-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .py-md-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .g-md-d {
    gap: 10px;
  }

  .rg-md-d {
    row-gap: 10px;
  }

  .cg-md-d {
    --gap: 10px;
  }

  .cg-md-d:not(.row) {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }

  .mb-md-d {
    margin-bottom: 10px;
  }

  .mt-md-d {
    margin-top: 10px;
  }

  .ml-md-d {
    margin-left: 10px;
  }

  .mr-md-d {
    margin-right: 10px;
  }

  .mx-md-d {
    margin-left: 10px;
    margin-right: 10px;
  }

  .my-md-d {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pt-md-d {
    padding-top: 10px;
  }

  .pl-md-d {
    padding-left: 10px;
  }

  .pb-md-d {
    padding-bottom: 10px;
  }

  .pr-md-d {
    padding-right: 10px;
  }

  .px-md-d {
    padding-left: 10px;
    padding-right: 10px;
  }

  .py-md-d {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .g-md-m {
    gap: 12px;
  }

  .rg-md-m {
    row-gap: 12px;
  }

  .cg-md-m {
    --gap: 12px;
  }

  .cg-md-m:not(.row) {
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }

  .mb-md-m {
    margin-bottom: 12px;
  }

  .mt-md-m {
    margin-top: 12px;
  }

  .ml-md-m {
    margin-left: 12px;
  }

  .mr-md-m {
    margin-right: 12px;
  }

  .mx-md-m {
    margin-left: 12px;
    margin-right: 12px;
  }

  .my-md-m {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .pt-md-m {
    padding-top: 12px;
  }

  .pl-md-m {
    padding-left: 12px;
  }

  .pb-md-m {
    padding-bottom: 12px;
  }

  .pr-md-m {
    padding-right: 12px;
  }

  .px-md-m {
    padding-left: 12px;
    padding-right: 12px;
  }

  .py-md-m {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .g-md-2 {
    gap: 16px;
  }

  .rg-md-2 {
    row-gap: 16px;
  }

  .cg-md-2 {
    --gap: 16px;
  }

  .cg-md-2:not(.row) {
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }

  .mb-md-2 {
    margin-bottom: 16px;
  }

  .mt-md-2 {
    margin-top: 16px;
  }

  .ml-md-2 {
    margin-left: 16px;
  }

  .mr-md-2 {
    margin-right: 16px;
  }

  .mx-md-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .my-md-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .pt-md-2 {
    padding-top: 16px;
  }

  .pl-md-2 {
    padding-left: 16px;
  }

  .pb-md-2 {
    padding-bottom: 16px;
  }

  .pr-md-2 {
    padding-right: 16px;
  }

  .px-md-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .py-md-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .g-md-3 {
    gap: 24px;
  }

  .rg-md-3 {
    row-gap: 24px;
  }

  .cg-md-3 {
    --gap: 24px;
  }

  .cg-md-3:not(.row) {
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }

  .mb-md-3 {
    margin-bottom: 24px;
  }

  .mt-md-3 {
    margin-top: 24px;
  }

  .ml-md-3 {
    margin-left: 24px;
  }

  .mr-md-3 {
    margin-right: 24px;
  }

  .mx-md-3 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .my-md-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .pt-md-3 {
    padding-top: 24px;
  }

  .pl-md-3 {
    padding-left: 24px;
  }

  .pb-md-3 {
    padding-bottom: 24px;
  }

  .pr-md-3 {
    padding-right: 24px;
  }

  .px-md-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .py-md-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .g-md-4 {
    gap: 32px;
  }

  .rg-md-4 {
    row-gap: 32px;
  }

  .cg-md-4 {
    --gap: 32px;
  }

  .cg-md-4:not(.row) {
    -webkit-column-gap: 32px;
            column-gap: 32px;
  }

  .mb-md-4 {
    margin-bottom: 32px;
  }

  .mt-md-4 {
    margin-top: 32px;
  }

  .ml-md-4 {
    margin-left: 32px;
  }

  .mr-md-4 {
    margin-right: 32px;
  }

  .mx-md-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .my-md-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .pt-md-4 {
    padding-top: 32px;
  }

  .pl-md-4 {
    padding-left: 32px;
  }

  .pb-md-4 {
    padding-bottom: 32px;
  }

  .pr-md-4 {
    padding-right: 32px;
  }

  .px-md-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .py-md-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .g-md-5 {
    gap: 40px;
  }

  .rg-md-5 {
    row-gap: 40px;
  }

  .cg-md-5 {
    --gap: 40px;
  }

  .cg-md-5:not(.row) {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }

  .mb-md-5 {
    margin-bottom: 40px;
  }

  .mt-md-5 {
    margin-top: 40px;
  }

  .ml-md-5 {
    margin-left: 40px;
  }

  .mr-md-5 {
    margin-right: 40px;
  }

  .mx-md-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .my-md-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pt-md-5 {
    padding-top: 40px;
  }

  .pl-md-5 {
    padding-left: 40px;
  }

  .pb-md-5 {
    padding-bottom: 40px;
  }

  .pr-md-5 {
    padding-right: 40px;
  }

  .px-md-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .py-md-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .g-md-6 {
    gap: 48px;
  }

  .rg-md-6 {
    row-gap: 48px;
  }

  .cg-md-6 {
    --gap: 48px;
  }

  .cg-md-6:not(.row) {
    -webkit-column-gap: 48px;
            column-gap: 48px;
  }

  .mb-md-6 {
    margin-bottom: 48px;
  }

  .mt-md-6 {
    margin-top: 48px;
  }

  .ml-md-6 {
    margin-left: 48px;
  }

  .mr-md-6 {
    margin-right: 48px;
  }

  .mx-md-6 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .my-md-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pt-md-6 {
    padding-top: 48px;
  }

  .pl-md-6 {
    padding-left: 48px;
  }

  .pb-md-6 {
    padding-bottom: 48px;
  }

  .pr-md-6 {
    padding-right: 48px;
  }

  .px-md-6 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .py-md-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .g-md-7 {
    gap: 56px;
  }

  .rg-md-7 {
    row-gap: 56px;
  }

  .cg-md-7 {
    --gap: 56px;
  }

  .cg-md-7:not(.row) {
    -webkit-column-gap: 56px;
            column-gap: 56px;
  }

  .mb-md-7 {
    margin-bottom: 56px;
  }

  .mt-md-7 {
    margin-top: 56px;
  }

  .ml-md-7 {
    margin-left: 56px;
  }

  .mr-md-7 {
    margin-right: 56px;
  }

  .mx-md-7 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .my-md-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .pt-md-7 {
    padding-top: 56px;
  }

  .pl-md-7 {
    padding-left: 56px;
  }

  .pb-md-7 {
    padding-bottom: 56px;
  }

  .pr-md-7 {
    padding-right: 56px;
  }

  .px-md-7 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .py-md-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .g-md-8 {
    gap: 64px;
  }

  .rg-md-8 {
    row-gap: 64px;
  }

  .cg-md-8 {
    --gap: 64px;
  }

  .cg-md-8:not(.row) {
    -webkit-column-gap: 64px;
            column-gap: 64px;
  }

  .mb-md-8 {
    margin-bottom: 64px;
  }

  .mt-md-8 {
    margin-top: 64px;
  }

  .ml-md-8 {
    margin-left: 64px;
  }

  .mr-md-8 {
    margin-right: 64px;
  }

  .mx-md-8 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .my-md-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .pt-md-8 {
    padding-top: 64px;
  }

  .pl-md-8 {
    padding-left: 64px;
  }

  .pb-md-8 {
    padding-bottom: 64px;
  }

  .pr-md-8 {
    padding-right: 64px;
  }

  .px-md-8 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .py-md-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .g-md-9 {
    gap: 72px;
  }

  .rg-md-9 {
    row-gap: 72px;
  }

  .cg-md-9 {
    --gap: 72px;
  }

  .cg-md-9:not(.row) {
    -webkit-column-gap: 72px;
            column-gap: 72px;
  }

  .mb-md-9 {
    margin-bottom: 72px;
  }

  .mt-md-9 {
    margin-top: 72px;
  }

  .ml-md-9 {
    margin-left: 72px;
  }

  .mr-md-9 {
    margin-right: 72px;
  }

  .mx-md-9 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .my-md-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .pt-md-9 {
    padding-top: 72px;
  }

  .pl-md-9 {
    padding-left: 72px;
  }

  .pb-md-9 {
    padding-bottom: 72px;
  }

  .pr-md-9 {
    padding-right: 72px;
  }

  .px-md-9 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .py-md-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .g-md-10 {
    gap: 80px;
  }

  .rg-md-10 {
    row-gap: 80px;
  }

  .cg-md-10 {
    --gap: 80px;
  }

  .cg-md-10:not(.row) {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }

  .mb-md-10 {
    margin-bottom: 80px;
  }

  .mt-md-10 {
    margin-top: 80px;
  }

  .ml-md-10 {
    margin-left: 80px;
  }

  .mr-md-10 {
    margin-right: 80px;
  }

  .mx-md-10 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .my-md-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pt-md-10 {
    padding-top: 80px;
  }

  .pl-md-10 {
    padding-left: 80px;
  }

  .pb-md-10 {
    padding-bottom: 80px;
  }

  .pr-md-10 {
    padding-right: 80px;
  }

  .px-md-10 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .py-md-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .g-md-11 {
    gap: 88px;
  }

  .rg-md-11 {
    row-gap: 88px;
  }

  .cg-md-11 {
    --gap: 88px;
  }

  .cg-md-11:not(.row) {
    -webkit-column-gap: 88px;
            column-gap: 88px;
  }

  .mb-md-11 {
    margin-bottom: 88px;
  }

  .mt-md-11 {
    margin-top: 88px;
  }

  .ml-md-11 {
    margin-left: 88px;
  }

  .mr-md-11 {
    margin-right: 88px;
  }

  .mx-md-11 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .my-md-11 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .pt-md-11 {
    padding-top: 88px;
  }

  .pl-md-11 {
    padding-left: 88px;
  }

  .pb-md-11 {
    padding-bottom: 88px;
  }

  .pr-md-11 {
    padding-right: 88px;
  }

  .px-md-11 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .py-md-11 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .g-md-12 {
    gap: 96px;
  }

  .rg-md-12 {
    row-gap: 96px;
  }

  .cg-md-12 {
    --gap: 96px;
  }

  .cg-md-12:not(.row) {
    -webkit-column-gap: 96px;
            column-gap: 96px;
  }

  .mb-md-12 {
    margin-bottom: 96px;
  }

  .mt-md-12 {
    margin-top: 96px;
  }

  .ml-md-12 {
    margin-left: 96px;
  }

  .mr-md-12 {
    margin-right: 96px;
  }

  .mx-md-12 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .my-md-12 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .pt-md-12 {
    padding-top: 96px;
  }

  .pl-md-12 {
    padding-left: 96px;
  }

  .pb-md-12 {
    padding-bottom: 96px;
  }

  .pr-md-12 {
    padding-right: 96px;
  }

  .px-md-12 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .py-md-12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .g-md-1h {
    gap: 100px;
  }

  .rg-md-1h {
    row-gap: 100px;
  }

  .cg-md-1h {
    --gap: 100px;
  }

  .cg-md-1h:not(.row) {
    -webkit-column-gap: 100px;
            column-gap: 100px;
  }

  .mb-md-1h {
    margin-bottom: 100px;
  }

  .mt-md-1h {
    margin-top: 100px;
  }

  .ml-md-1h {
    margin-left: 100px;
  }

  .mr-md-1h {
    margin-right: 100px;
  }

  .mx-md-1h {
    margin-left: 100px;
    margin-right: 100px;
  }

  .my-md-1h {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pt-md-1h {
    padding-top: 100px;
  }

  .pl-md-1h {
    padding-left: 100px;
  }

  .pb-md-1h {
    padding-bottom: 100px;
  }

  .pr-md-1h {
    padding-right: 100px;
  }

  .px-md-1h {
    padding-left: 100px;
    padding-right: 100px;
  }

  .py-md-1h {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .g-md-14 {
    gap: 112px;
  }

  .rg-md-14 {
    row-gap: 112px;
  }

  .cg-md-14 {
    --gap: 112px;
  }

  .cg-md-14:not(.row) {
    -webkit-column-gap: 112px;
            column-gap: 112px;
  }

  .mb-md-14 {
    margin-bottom: 112px;
  }

  .mt-md-14 {
    margin-top: 112px;
  }

  .ml-md-14 {
    margin-left: 112px;
  }

  .mr-md-14 {
    margin-right: 112px;
  }

  .mx-md-14 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .my-md-14 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .pt-md-14 {
    padding-top: 112px;
  }

  .pl-md-14 {
    padding-left: 112px;
  }

  .pb-md-14 {
    padding-bottom: 112px;
  }

  .pr-md-14 {
    padding-right: 112px;
  }

  .px-md-14 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .py-md-14 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .g-md-15 {
    gap: 120px;
  }

  .rg-md-15 {
    row-gap: 120px;
  }

  .cg-md-15 {
    --gap: 120px;
  }

  .cg-md-15:not(.row) {
    -webkit-column-gap: 120px;
            column-gap: 120px;
  }

  .mb-md-15 {
    margin-bottom: 120px;
  }

  .mt-md-15 {
    margin-top: 120px;
  }

  .ml-md-15 {
    margin-left: 120px;
  }

  .mr-md-15 {
    margin-right: 120px;
  }

  .mx-md-15 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .my-md-15 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .pt-md-15 {
    padding-top: 120px;
  }

  .pl-md-15 {
    padding-left: 120px;
  }

  .pb-md-15 {
    padding-bottom: 120px;
  }

  .pr-md-15 {
    padding-right: 120px;
  }

  .px-md-15 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .py-md-15 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .g-md-1h4 {
    gap: 140px;
  }

  .rg-md-1h4 {
    row-gap: 140px;
  }

  .cg-md-1h4 {
    --gap: 140px;
  }

  .cg-md-1h4:not(.row) {
    -webkit-column-gap: 140px;
            column-gap: 140px;
  }

  .mb-md-1h4 {
    margin-bottom: 140px;
  }

  .mt-md-1h4 {
    margin-top: 140px;
  }

  .ml-md-1h4 {
    margin-left: 140px;
  }

  .mr-md-1h4 {
    margin-right: 140px;
  }

  .mx-md-1h4 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .my-md-1h4 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .pt-md-1h4 {
    padding-top: 140px;
  }

  .pl-md-1h4 {
    padding-left: 140px;
  }

  .pb-md-1h4 {
    padding-bottom: 140px;
  }

  .pr-md-1h4 {
    padding-right: 140px;
  }

  .px-md-1h4 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .py-md-1h4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .g-md-auto {
    gap: auto;
  }

  .rg-md-auto {
    row-gap: auto;
  }

  .cg-md-auto {
    --gap: auto;
  }

  .cg-md-auto:not(.row) {
    -webkit-column-gap: auto;
            column-gap: auto;
  }

  .mb-md-auto {
    margin-bottom: auto;
  }

  .mt-md-auto {
    margin-top: auto;
  }

  .ml-md-auto {
    margin-left: auto;
  }

  .mr-md-auto {
    margin-right: auto;
  }

  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .pt-md-auto {
    padding-top: auto;
  }

  .pl-md-auto {
    padding-left: auto;
  }

  .pb-md-auto {
    padding-bottom: auto;
  }

  .pr-md-auto {
    padding-right: auto;
  }

  .px-md-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .py-md-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .g-md-0 {
    gap: 0;
  }

  .rg-md-0 {
    row-gap: 0;
  }

  .cg-md-0 {
    --gap: 0;
  }

  .cg-md-0:not(.row) {
    -webkit-column-gap: 0;
            column-gap: 0;
  }

  .mb-md-0 {
    margin-bottom: 0;
  }

  .mt-md-0 {
    margin-top: 0;
  }

  .ml-md-0 {
    margin-left: 0;
  }

  .mr-md-0 {
    margin-right: 0;
  }

  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pt-md-0 {
    padding-top: 0;
  }

  .pl-md-0 {
    padding-left: 0;
  }

  .pb-md-0 {
    padding-bottom: 0;
  }

  .pr-md-0 {
    padding-right: 0;
  }

  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-md-10 {
    font-size: 10px;
    line-height: 16px;
    --lh: 16px;
  }

  .fs-md-12 {
    font-size: 12px;
    line-height: 20px;
    --lh: 20px;
  }

  .fs-md-15 {
    font-size: 15px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-md-18 {
    font-size: 18px;
    line-height: 28px;
    --lh: 28px;
  }

  .fs-md-20 {
    font-size: 20px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-md-24 {
    font-size: 24px;
    line-height: 32px;
    --lh: 32px;
  }

  .fs-md-28 {
    font-size: 28px;
    line-height: 36px;
    --lh: 36px;
  }

  .fs-md-32 {
    font-size: 32px;
    line-height: 40px;
    --lh: 40px;
  }

  .fs-md-40 {
    font-size: 40px;
    line-height: 48px;
    --lh: 48px;
  }

  .fs-md-64 {
    font-size: 64px;
    line-height: 64px;
    --lh: 64px;
  }

  .fw-md-100 {
    font-weight: 100;
  }

  .fw-md-200 {
    font-weight: 200;
  }

  .fw-md-300 {
    font-weight: 300;
  }

  .fw-md-400 {
    font-weight: 400;
  }

  .fw-md-500 {
    font-weight: 500;
  }

  .fw-md-600 {
    font-weight: 600;
  }

  .fw-md-700 {
    font-weight: 700;
  }

  .fw-md-800 {
    font-weight: 800;
  }

  .fw-md-900 {
    font-weight: 900;
  }

  .fw-md-bold {
    font-weight: bold;
  }

  .ff-md-montserrat {
    font-family: Montserrat;
  }

  .ff-md-playfair {
    font-family: Playfair Display;
  }

  .ff-md-unbounded {
    font-family: Unbounded;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .bt-md-1 {
    border-top: 1px solid var(--opacitydark-20);
  }

  .bt-md-0 {
    border-top-width: 0;
  }

  .br-md-1 {
    border-right: 1px solid var(--opacitydark-20);
  }

  .br-md-0 {
    border-right-width: 0;
  }

  .bb-md-1 {
    border-bottom: 1px solid var(--opacitydark-20);
  }

  .bb-md-0 {
    border-bottom-width: 0;
  }

  .bl-md-1 {
    border-left: 1px solid var(--opacitydark-20);
  }

  .bl-md-0 {
    border-left-width: 0;
  }

  .d-md-block {
    display: block;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-md-none {
    display: none;
  }

  .d-md-table {
    display: table;
  }

  .d-md-unset {
    display: unset;
  }

  .flex-md-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .flex-md-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align_items-md-center {
    -ms-flex-align: center;
        align-items: center;
  }

  .align_items-md-flex-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .align_items-md-flex-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .align_items-md-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .align_items-md-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }

  .justify-md-center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .justify-md-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .justify-md-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .justify-md-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .justify-md-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .justify-md-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }

  .justify-md-stretch {
    -ms-flex-pack: stretch;
        justify-content: stretch;
  }

  .main_places_picture {
    aspect-ratio: 3.7/2;
  }

  .main_article .iw {
    aspect-ratio: 2.4;
  }

  .main_cards .swiper-slide {
    width: 1024px;
  }

  .main_cards .main_article_picture {
    aspect-ratio: 1.95;
  }

  .blog_cards .swiper-slide {
    width: 1024px;
  }

  .blog_cards .main_article_picture {
    aspect-ratio: 1.95;
  }

  .cs_slider_picture {
    aspect-ratio: 1.15;
  }

  .layout-banner .iw {
    aspect-ratio: 2.0210526316;
  }

  .programs-accordion .iw {
    height: 320px;
  }

  .services-block .service-image {
    height: 240px;
  }

  .hero--blog {
    --h: 600px;
  }

  .blog .bages_parent .iw {
    aspect-ratio: 460/240;
  }

  .blog_picture {
    height: 500px;
  }

  .blog_post p > img:only-child {
    height: 400px;
  }

  .blog_body .flex-column > * {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .club-banner-slider .club-banner-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .club-banner-slider .club-banner-content .club-content-title {
    max-width: 100%;
    width: 50%;
    padding-right: 20px;
  }

  .club-banner-slider .club-banner-content .club-content-title:before {
    width: calc(100vw - 48px);
    top: -24px;
  }

  .club-banner-slider .club-banner-content .club-content-info {
    width: 50%;
    padding-left: 20px;
  }

  .club-banner-slider .club-slider-nav {
    bottom: 64px;
    left: 50%;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .col-lg-1 {
    width: 14.2857142857%;
  }

  .col-lg-2 {
    width: 28.5714285714%;
  }

  .col-lg-3 {
    width: 42.8571428571%;
  }

  .col-lg-4 {
    width: 57.1428571429%;
  }

  .col-lg-5 {
    width: 71.4285714286%;
  }

  .col-lg-6 {
    width: 85.7142857143%;
  }

  .col-lg-7 {
    width: 100%;
  }

  .col-lg-auto {
    width: auto;
  }

  .col-lg-d2 {
    width: 50%;
  }

  .col-lg-d3 {
    width: 33.3333333333%;
  }

  .col-lg-d4 {
    width: 25%;
  }

  :root {
    --gap: 24px;
  }

  .container {
    max-width: 1280px;
  }

  .columns-lg-1 {
    -webkit-columns: 1;
            columns: 1;
  }

  .columns-lg-2 {
    -webkit-columns: 2;
            columns: 2;
  }

  .columns-lg-3 {
    -webkit-columns: 3;
            columns: 3;
  }

  .g-lg-half {
    gap: 4px;
  }

  .rg-lg-half {
    row-gap: 4px;
  }

  .cg-lg-half {
    --gap: 4px;
  }

  .cg-lg-half:not(.row) {
    -webkit-column-gap: 4px;
            column-gap: 4px;
  }

  .mb-lg-half {
    margin-bottom: 4px;
  }

  .mt-lg-half {
    margin-top: 4px;
  }

  .ml-lg-half {
    margin-left: 4px;
  }

  .mr-lg-half {
    margin-right: 4px;
  }

  .mx-lg-half {
    margin-left: 4px;
    margin-right: 4px;
  }

  .my-lg-half {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .pt-lg-half {
    padding-top: 4px;
  }

  .pl-lg-half {
    padding-left: 4px;
  }

  .pb-lg-half {
    padding-bottom: 4px;
  }

  .pr-lg-half {
    padding-right: 4px;
  }

  .px-lg-half {
    padding-left: 4px;
    padding-right: 4px;
  }

  .py-lg-half {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .g-lg-1 {
    gap: 8px;
  }

  .rg-lg-1 {
    row-gap: 8px;
  }

  .cg-lg-1 {
    --gap: 8px;
  }

  .cg-lg-1:not(.row) {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }

  .mb-lg-1 {
    margin-bottom: 8px;
  }

  .mt-lg-1 {
    margin-top: 8px;
  }

  .ml-lg-1 {
    margin-left: 8px;
  }

  .mr-lg-1 {
    margin-right: 8px;
  }

  .mx-lg-1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .my-lg-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .pt-lg-1 {
    padding-top: 8px;
  }

  .pl-lg-1 {
    padding-left: 8px;
  }

  .pb-lg-1 {
    padding-bottom: 8px;
  }

  .pr-lg-1 {
    padding-right: 8px;
  }

  .px-lg-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .py-lg-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .g-lg-d {
    gap: 10px;
  }

  .rg-lg-d {
    row-gap: 10px;
  }

  .cg-lg-d {
    --gap: 10px;
  }

  .cg-lg-d:not(.row) {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }

  .mb-lg-d {
    margin-bottom: 10px;
  }

  .mt-lg-d {
    margin-top: 10px;
  }

  .ml-lg-d {
    margin-left: 10px;
  }

  .mr-lg-d {
    margin-right: 10px;
  }

  .mx-lg-d {
    margin-left: 10px;
    margin-right: 10px;
  }

  .my-lg-d {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pt-lg-d {
    padding-top: 10px;
  }

  .pl-lg-d {
    padding-left: 10px;
  }

  .pb-lg-d {
    padding-bottom: 10px;
  }

  .pr-lg-d {
    padding-right: 10px;
  }

  .px-lg-d {
    padding-left: 10px;
    padding-right: 10px;
  }

  .py-lg-d {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .g-lg-m {
    gap: 12px;
  }

  .rg-lg-m {
    row-gap: 12px;
  }

  .cg-lg-m {
    --gap: 12px;
  }

  .cg-lg-m:not(.row) {
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }

  .mb-lg-m {
    margin-bottom: 12px;
  }

  .mt-lg-m {
    margin-top: 12px;
  }

  .ml-lg-m {
    margin-left: 12px;
  }

  .mr-lg-m {
    margin-right: 12px;
  }

  .mx-lg-m {
    margin-left: 12px;
    margin-right: 12px;
  }

  .my-lg-m {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .pt-lg-m {
    padding-top: 12px;
  }

  .pl-lg-m {
    padding-left: 12px;
  }

  .pb-lg-m {
    padding-bottom: 12px;
  }

  .pr-lg-m {
    padding-right: 12px;
  }

  .px-lg-m {
    padding-left: 12px;
    padding-right: 12px;
  }

  .py-lg-m {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .g-lg-2 {
    gap: 16px;
  }

  .rg-lg-2 {
    row-gap: 16px;
  }

  .cg-lg-2 {
    --gap: 16px;
  }

  .cg-lg-2:not(.row) {
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }

  .mb-lg-2 {
    margin-bottom: 16px;
  }

  .mt-lg-2 {
    margin-top: 16px;
  }

  .ml-lg-2 {
    margin-left: 16px;
  }

  .mr-lg-2 {
    margin-right: 16px;
  }

  .mx-lg-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .my-lg-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .pt-lg-2 {
    padding-top: 16px;
  }

  .pl-lg-2 {
    padding-left: 16px;
  }

  .pb-lg-2 {
    padding-bottom: 16px;
  }

  .pr-lg-2 {
    padding-right: 16px;
  }

  .px-lg-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .py-lg-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .g-lg-3 {
    gap: 24px;
  }

  .rg-lg-3 {
    row-gap: 24px;
  }

  .cg-lg-3 {
    --gap: 24px;
  }

  .cg-lg-3:not(.row) {
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }

  .mb-lg-3 {
    margin-bottom: 24px;
  }

  .mt-lg-3 {
    margin-top: 24px;
  }

  .ml-lg-3 {
    margin-left: 24px;
  }

  .mr-lg-3 {
    margin-right: 24px;
  }

  .mx-lg-3 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .my-lg-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .pt-lg-3 {
    padding-top: 24px;
  }

  .pl-lg-3 {
    padding-left: 24px;
  }

  .pb-lg-3 {
    padding-bottom: 24px;
  }

  .pr-lg-3 {
    padding-right: 24px;
  }

  .px-lg-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .py-lg-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .g-lg-4 {
    gap: 32px;
  }

  .rg-lg-4 {
    row-gap: 32px;
  }

  .cg-lg-4 {
    --gap: 32px;
  }

  .cg-lg-4:not(.row) {
    -webkit-column-gap: 32px;
            column-gap: 32px;
  }

  .mb-lg-4 {
    margin-bottom: 32px;
  }

  .mt-lg-4 {
    margin-top: 32px;
  }

  .ml-lg-4 {
    margin-left: 32px;
  }

  .mr-lg-4 {
    margin-right: 32px;
  }

  .mx-lg-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .my-lg-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .pt-lg-4 {
    padding-top: 32px;
  }

  .pl-lg-4 {
    padding-left: 32px;
  }

  .pb-lg-4 {
    padding-bottom: 32px;
  }

  .pr-lg-4 {
    padding-right: 32px;
  }

  .px-lg-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .py-lg-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .g-lg-5 {
    gap: 40px;
  }

  .rg-lg-5 {
    row-gap: 40px;
  }

  .cg-lg-5 {
    --gap: 40px;
  }

  .cg-lg-5:not(.row) {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }

  .mb-lg-5 {
    margin-bottom: 40px;
  }

  .mt-lg-5 {
    margin-top: 40px;
  }

  .ml-lg-5 {
    margin-left: 40px;
  }

  .mr-lg-5 {
    margin-right: 40px;
  }

  .mx-lg-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .my-lg-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pt-lg-5 {
    padding-top: 40px;
  }

  .pl-lg-5 {
    padding-left: 40px;
  }

  .pb-lg-5 {
    padding-bottom: 40px;
  }

  .pr-lg-5 {
    padding-right: 40px;
  }

  .px-lg-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .py-lg-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .g-lg-6 {
    gap: 48px;
  }

  .rg-lg-6 {
    row-gap: 48px;
  }

  .cg-lg-6 {
    --gap: 48px;
  }

  .cg-lg-6:not(.row) {
    -webkit-column-gap: 48px;
            column-gap: 48px;
  }

  .mb-lg-6 {
    margin-bottom: 48px;
  }

  .mt-lg-6 {
    margin-top: 48px;
  }

  .ml-lg-6 {
    margin-left: 48px;
  }

  .mr-lg-6 {
    margin-right: 48px;
  }

  .mx-lg-6 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .my-lg-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pt-lg-6 {
    padding-top: 48px;
  }

  .pl-lg-6 {
    padding-left: 48px;
  }

  .pb-lg-6 {
    padding-bottom: 48px;
  }

  .pr-lg-6 {
    padding-right: 48px;
  }

  .px-lg-6 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .py-lg-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .g-lg-7 {
    gap: 56px;
  }

  .rg-lg-7 {
    row-gap: 56px;
  }

  .cg-lg-7 {
    --gap: 56px;
  }

  .cg-lg-7:not(.row) {
    -webkit-column-gap: 56px;
            column-gap: 56px;
  }

  .mb-lg-7 {
    margin-bottom: 56px;
  }

  .mt-lg-7 {
    margin-top: 56px;
  }

  .ml-lg-7 {
    margin-left: 56px;
  }

  .mr-lg-7 {
    margin-right: 56px;
  }

  .mx-lg-7 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .my-lg-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .pt-lg-7 {
    padding-top: 56px;
  }

  .pl-lg-7 {
    padding-left: 56px;
  }

  .pb-lg-7 {
    padding-bottom: 56px;
  }

  .pr-lg-7 {
    padding-right: 56px;
  }

  .px-lg-7 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .py-lg-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .g-lg-8 {
    gap: 64px;
  }

  .rg-lg-8 {
    row-gap: 64px;
  }

  .cg-lg-8 {
    --gap: 64px;
  }

  .cg-lg-8:not(.row) {
    -webkit-column-gap: 64px;
            column-gap: 64px;
  }

  .mb-lg-8 {
    margin-bottom: 64px;
  }

  .mt-lg-8 {
    margin-top: 64px;
  }

  .ml-lg-8 {
    margin-left: 64px;
  }

  .mr-lg-8 {
    margin-right: 64px;
  }

  .mx-lg-8 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .my-lg-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .pt-lg-8 {
    padding-top: 64px;
  }

  .pl-lg-8 {
    padding-left: 64px;
  }

  .pb-lg-8 {
    padding-bottom: 64px;
  }

  .pr-lg-8 {
    padding-right: 64px;
  }

  .px-lg-8 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .py-lg-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .g-lg-9 {
    gap: 72px;
  }

  .rg-lg-9 {
    row-gap: 72px;
  }

  .cg-lg-9 {
    --gap: 72px;
  }

  .cg-lg-9:not(.row) {
    -webkit-column-gap: 72px;
            column-gap: 72px;
  }

  .mb-lg-9 {
    margin-bottom: 72px;
  }

  .mt-lg-9 {
    margin-top: 72px;
  }

  .ml-lg-9 {
    margin-left: 72px;
  }

  .mr-lg-9 {
    margin-right: 72px;
  }

  .mx-lg-9 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .my-lg-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .pt-lg-9 {
    padding-top: 72px;
  }

  .pl-lg-9 {
    padding-left: 72px;
  }

  .pb-lg-9 {
    padding-bottom: 72px;
  }

  .pr-lg-9 {
    padding-right: 72px;
  }

  .px-lg-9 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .py-lg-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .g-lg-10 {
    gap: 80px;
  }

  .rg-lg-10 {
    row-gap: 80px;
  }

  .cg-lg-10 {
    --gap: 80px;
  }

  .cg-lg-10:not(.row) {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }

  .mb-lg-10 {
    margin-bottom: 80px;
  }

  .mt-lg-10 {
    margin-top: 80px;
  }

  .ml-lg-10 {
    margin-left: 80px;
  }

  .mr-lg-10 {
    margin-right: 80px;
  }

  .mx-lg-10 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .my-lg-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pt-lg-10 {
    padding-top: 80px;
  }

  .pl-lg-10 {
    padding-left: 80px;
  }

  .pb-lg-10 {
    padding-bottom: 80px;
  }

  .pr-lg-10 {
    padding-right: 80px;
  }

  .px-lg-10 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .py-lg-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .g-lg-11 {
    gap: 88px;
  }

  .rg-lg-11 {
    row-gap: 88px;
  }

  .cg-lg-11 {
    --gap: 88px;
  }

  .cg-lg-11:not(.row) {
    -webkit-column-gap: 88px;
            column-gap: 88px;
  }

  .mb-lg-11 {
    margin-bottom: 88px;
  }

  .mt-lg-11 {
    margin-top: 88px;
  }

  .ml-lg-11 {
    margin-left: 88px;
  }

  .mr-lg-11 {
    margin-right: 88px;
  }

  .mx-lg-11 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .my-lg-11 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .pt-lg-11 {
    padding-top: 88px;
  }

  .pl-lg-11 {
    padding-left: 88px;
  }

  .pb-lg-11 {
    padding-bottom: 88px;
  }

  .pr-lg-11 {
    padding-right: 88px;
  }

  .px-lg-11 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .py-lg-11 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .g-lg-12 {
    gap: 96px;
  }

  .rg-lg-12 {
    row-gap: 96px;
  }

  .cg-lg-12 {
    --gap: 96px;
  }

  .cg-lg-12:not(.row) {
    -webkit-column-gap: 96px;
            column-gap: 96px;
  }

  .mb-lg-12 {
    margin-bottom: 96px;
  }

  .mt-lg-12 {
    margin-top: 96px;
  }

  .ml-lg-12 {
    margin-left: 96px;
  }

  .mr-lg-12 {
    margin-right: 96px;
  }

  .mx-lg-12 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .my-lg-12 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .pt-lg-12 {
    padding-top: 96px;
  }

  .pl-lg-12 {
    padding-left: 96px;
  }

  .pb-lg-12 {
    padding-bottom: 96px;
  }

  .pr-lg-12 {
    padding-right: 96px;
  }

  .px-lg-12 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .py-lg-12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .g-lg-1h {
    gap: 100px;
  }

  .rg-lg-1h {
    row-gap: 100px;
  }

  .cg-lg-1h {
    --gap: 100px;
  }

  .cg-lg-1h:not(.row) {
    -webkit-column-gap: 100px;
            column-gap: 100px;
  }

  .mb-lg-1h {
    margin-bottom: 100px;
  }

  .mt-lg-1h {
    margin-top: 100px;
  }

  .ml-lg-1h {
    margin-left: 100px;
  }

  .mr-lg-1h {
    margin-right: 100px;
  }

  .mx-lg-1h {
    margin-left: 100px;
    margin-right: 100px;
  }

  .my-lg-1h {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pt-lg-1h {
    padding-top: 100px;
  }

  .pl-lg-1h {
    padding-left: 100px;
  }

  .pb-lg-1h {
    padding-bottom: 100px;
  }

  .pr-lg-1h {
    padding-right: 100px;
  }

  .px-lg-1h {
    padding-left: 100px;
    padding-right: 100px;
  }

  .py-lg-1h {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .g-lg-14 {
    gap: 112px;
  }

  .rg-lg-14 {
    row-gap: 112px;
  }

  .cg-lg-14 {
    --gap: 112px;
  }

  .cg-lg-14:not(.row) {
    -webkit-column-gap: 112px;
            column-gap: 112px;
  }

  .mb-lg-14 {
    margin-bottom: 112px;
  }

  .mt-lg-14 {
    margin-top: 112px;
  }

  .ml-lg-14 {
    margin-left: 112px;
  }

  .mr-lg-14 {
    margin-right: 112px;
  }

  .mx-lg-14 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .my-lg-14 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .pt-lg-14 {
    padding-top: 112px;
  }

  .pl-lg-14 {
    padding-left: 112px;
  }

  .pb-lg-14 {
    padding-bottom: 112px;
  }

  .pr-lg-14 {
    padding-right: 112px;
  }

  .px-lg-14 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .py-lg-14 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .g-lg-15 {
    gap: 120px;
  }

  .rg-lg-15 {
    row-gap: 120px;
  }

  .cg-lg-15 {
    --gap: 120px;
  }

  .cg-lg-15:not(.row) {
    -webkit-column-gap: 120px;
            column-gap: 120px;
  }

  .mb-lg-15 {
    margin-bottom: 120px;
  }

  .mt-lg-15 {
    margin-top: 120px;
  }

  .ml-lg-15 {
    margin-left: 120px;
  }

  .mr-lg-15 {
    margin-right: 120px;
  }

  .mx-lg-15 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .my-lg-15 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .pt-lg-15 {
    padding-top: 120px;
  }

  .pl-lg-15 {
    padding-left: 120px;
  }

  .pb-lg-15 {
    padding-bottom: 120px;
  }

  .pr-lg-15 {
    padding-right: 120px;
  }

  .px-lg-15 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .py-lg-15 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .g-lg-1h4 {
    gap: 140px;
  }

  .rg-lg-1h4 {
    row-gap: 140px;
  }

  .cg-lg-1h4 {
    --gap: 140px;
  }

  .cg-lg-1h4:not(.row) {
    -webkit-column-gap: 140px;
            column-gap: 140px;
  }

  .mb-lg-1h4 {
    margin-bottom: 140px;
  }

  .mt-lg-1h4 {
    margin-top: 140px;
  }

  .ml-lg-1h4 {
    margin-left: 140px;
  }

  .mr-lg-1h4 {
    margin-right: 140px;
  }

  .mx-lg-1h4 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .my-lg-1h4 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .pt-lg-1h4 {
    padding-top: 140px;
  }

  .pl-lg-1h4 {
    padding-left: 140px;
  }

  .pb-lg-1h4 {
    padding-bottom: 140px;
  }

  .pr-lg-1h4 {
    padding-right: 140px;
  }

  .px-lg-1h4 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .py-lg-1h4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .g-lg-auto {
    gap: auto;
  }

  .rg-lg-auto {
    row-gap: auto;
  }

  .cg-lg-auto {
    --gap: auto;
  }

  .cg-lg-auto:not(.row) {
    -webkit-column-gap: auto;
            column-gap: auto;
  }

  .mb-lg-auto {
    margin-bottom: auto;
  }

  .mt-lg-auto {
    margin-top: auto;
  }

  .ml-lg-auto {
    margin-left: auto;
  }

  .mr-lg-auto {
    margin-right: auto;
  }

  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .pt-lg-auto {
    padding-top: auto;
  }

  .pl-lg-auto {
    padding-left: auto;
  }

  .pb-lg-auto {
    padding-bottom: auto;
  }

  .pr-lg-auto {
    padding-right: auto;
  }

  .px-lg-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .py-lg-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .g-lg-0 {
    gap: 0;
  }

  .rg-lg-0 {
    row-gap: 0;
  }

  .cg-lg-0 {
    --gap: 0;
  }

  .cg-lg-0:not(.row) {
    -webkit-column-gap: 0;
            column-gap: 0;
  }

  .mb-lg-0 {
    margin-bottom: 0;
  }

  .mt-lg-0 {
    margin-top: 0;
  }

  .ml-lg-0 {
    margin-left: 0;
  }

  .mr-lg-0 {
    margin-right: 0;
  }

  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pt-lg-0 {
    padding-top: 0;
  }

  .pl-lg-0 {
    padding-left: 0;
  }

  .pb-lg-0 {
    padding-bottom: 0;
  }

  .pr-lg-0 {
    padding-right: 0;
  }

  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-lg-10 {
    font-size: 10px;
    line-height: 16px;
    --lh: 16px;
  }

  .fs-lg-12 {
    font-size: 12px;
    line-height: 20px;
    --lh: 20px;
  }

  .fs-lg-15 {
    font-size: 15px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-lg-18 {
    font-size: 18px;
    line-height: 28px;
    --lh: 28px;
  }

  .fs-lg-20 {
    font-size: 20px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-lg-24 {
    font-size: 24px;
    line-height: 32px;
    --lh: 32px;
  }

  .fs-lg-28 {
    font-size: 28px;
    line-height: 36px;
    --lh: 36px;
  }

  .fs-lg-32 {
    font-size: 32px;
    line-height: 40px;
    --lh: 40px;
  }

  .fs-lg-40 {
    font-size: 40px;
    line-height: 48px;
    --lh: 48px;
  }

  .fs-lg-64 {
    font-size: 64px;
    line-height: 64px;
    --lh: 64px;
  }

  .fw-lg-100 {
    font-weight: 100;
  }

  .fw-lg-200 {
    font-weight: 200;
  }

  .fw-lg-300 {
    font-weight: 300;
  }

  .fw-lg-400 {
    font-weight: 400;
  }

  .fw-lg-500 {
    font-weight: 500;
  }

  .fw-lg-600 {
    font-weight: 600;
  }

  .fw-lg-700 {
    font-weight: 700;
  }

  .fw-lg-800 {
    font-weight: 800;
  }

  .fw-lg-900 {
    font-weight: 900;
  }

  .fw-lg-bold {
    font-weight: bold;
  }

  .ff-lg-montserrat {
    font-family: Montserrat;
  }

  .ff-lg-playfair {
    font-family: Playfair Display;
  }

  .ff-lg-unbounded {
    font-family: Unbounded;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .bt-lg-1 {
    border-top: 1px solid var(--opacitydark-20);
  }

  .bt-lg-0 {
    border-top-width: 0;
  }

  .br-lg-1 {
    border-right: 1px solid var(--opacitydark-20);
  }

  .br-lg-0 {
    border-right-width: 0;
  }

  .bb-lg-1 {
    border-bottom: 1px solid var(--opacitydark-20);
  }

  .bb-lg-0 {
    border-bottom-width: 0;
  }

  .bl-lg-1 {
    border-left: 1px solid var(--opacitydark-20);
  }

  .bl-lg-0 {
    border-left-width: 0;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-table {
    display: table;
  }

  .d-lg-unset {
    display: unset;
  }

  .flex-lg-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .flex-lg-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align_items-lg-center {
    -ms-flex-align: center;
        align-items: center;
  }

  .align_items-lg-flex-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .align_items-lg-flex-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .align_items-lg-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .align_items-lg-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }

  .justify-lg-center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .justify-lg-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .justify-lg-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .justify-lg-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .justify-lg-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .justify-lg-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }

  .justify-lg-stretch {
    -ms-flex-pack: stretch;
        justify-content: stretch;
  }

  .layoutFooter > .row:first-child::before,
  .layoutFooter > .row:first-child::after {
    width: calc(42.8571428571% + 0px);
  }

  .main_places_picture {
    aspect-ratio: 4/3;
  }

  .main_places_preview {
    padding-right: 76px !important;
    position: relative;
  }

  .main_places_preview:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(var(--gap) / 2);
    background-color: var(--opacitydark-20);
    transition: height 1s linear 1.5s;
  }

  .wait-come .main_places_preview:after {
    height: 0;
  }

  .main_article .iw {
    aspect-ratio: 2.6666666667;
  }

  .main_cards .swiper-slide {
    width: 330px;
  }

  .main_cards .main_article_picture {
    aspect-ratio: 1.375;
  }

  .blog_cards .swiper-slide {
    width: 330px;
  }

  .blog_cards .main_article_picture {
    aspect-ratio: 1.375;
  }

  .cs_slider_picture {
    aspect-ratio: 1.36;
  }

  .layout-banner .iw {
    aspect-ratio: 2;
  }

  .programs-accordion .iw {
    height: 360px;
  }

  .services-block .service-image {
    height: 348px;
  }

  .hero--blog {
    --h: 600px;
  }

  .blog .bages_parent .iw {
    aspect-ratio: 390/240;
  }

  .blog_picture {
    height: 500px;
  }

  .blog_post p > img:only-child {
    height: 500px;
  }

  .blog_body .flex-column > * {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .club-banner-slider .club-slider-nav {
    bottom: 55px;
  }
}

@media screen and (min-width: 1680px) {
  .col-xl-1 {
    width: 14.2857142857%;
  }

  .col-xl-2 {
    width: 28.5714285714%;
  }

  .col-xl-3 {
    width: 42.8571428571%;
  }

  .col-xl-4 {
    width: 57.1428571429%;
  }

  .col-xl-5 {
    width: 71.4285714286%;
  }

  .col-xl-6 {
    width: 85.7142857143%;
  }

  .col-xl-7 {
    width: 100%;
  }

  .col-xl-auto {
    width: auto;
  }

  .col-xl-d2 {
    width: 50%;
  }

  .col-xl-d3 {
    width: 33.3333333333%;
  }

  .col-xl-d4 {
    width: 25%;
  }

  :root {
    --gap: 24px;
  }

  .container {
    max-width: 1680px;
  }

  .columns-xl-1 {
    -webkit-columns: 1;
            columns: 1;
  }

  .columns-xl-2 {
    -webkit-columns: 2;
            columns: 2;
  }

  .columns-xl-3 {
    -webkit-columns: 3;
            columns: 3;
  }

  .g-xl-half {
    gap: 4px;
  }

  .rg-xl-half {
    row-gap: 4px;
  }

  .cg-xl-half {
    --gap: 4px;
  }

  .cg-xl-half:not(.row) {
    -webkit-column-gap: 4px;
            column-gap: 4px;
  }

  .mb-xl-half {
    margin-bottom: 4px;
  }

  .mt-xl-half {
    margin-top: 4px;
  }

  .ml-xl-half {
    margin-left: 4px;
  }

  .mr-xl-half {
    margin-right: 4px;
  }

  .mx-xl-half {
    margin-left: 4px;
    margin-right: 4px;
  }

  .my-xl-half {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .pt-xl-half {
    padding-top: 4px;
  }

  .pl-xl-half {
    padding-left: 4px;
  }

  .pb-xl-half {
    padding-bottom: 4px;
  }

  .pr-xl-half {
    padding-right: 4px;
  }

  .px-xl-half {
    padding-left: 4px;
    padding-right: 4px;
  }

  .py-xl-half {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .g-xl-1 {
    gap: 8px;
  }

  .rg-xl-1 {
    row-gap: 8px;
  }

  .cg-xl-1 {
    --gap: 8px;
  }

  .cg-xl-1:not(.row) {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }

  .mb-xl-1 {
    margin-bottom: 8px;
  }

  .mt-xl-1 {
    margin-top: 8px;
  }

  .ml-xl-1 {
    margin-left: 8px;
  }

  .mr-xl-1 {
    margin-right: 8px;
  }

  .mx-xl-1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .my-xl-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .pt-xl-1 {
    padding-top: 8px;
  }

  .pl-xl-1 {
    padding-left: 8px;
  }

  .pb-xl-1 {
    padding-bottom: 8px;
  }

  .pr-xl-1 {
    padding-right: 8px;
  }

  .px-xl-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .py-xl-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .g-xl-d {
    gap: 10px;
  }

  .rg-xl-d {
    row-gap: 10px;
  }

  .cg-xl-d {
    --gap: 10px;
  }

  .cg-xl-d:not(.row) {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }

  .mb-xl-d {
    margin-bottom: 10px;
  }

  .mt-xl-d {
    margin-top: 10px;
  }

  .ml-xl-d {
    margin-left: 10px;
  }

  .mr-xl-d {
    margin-right: 10px;
  }

  .mx-xl-d {
    margin-left: 10px;
    margin-right: 10px;
  }

  .my-xl-d {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pt-xl-d {
    padding-top: 10px;
  }

  .pl-xl-d {
    padding-left: 10px;
  }

  .pb-xl-d {
    padding-bottom: 10px;
  }

  .pr-xl-d {
    padding-right: 10px;
  }

  .px-xl-d {
    padding-left: 10px;
    padding-right: 10px;
  }

  .py-xl-d {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .g-xl-m {
    gap: 12px;
  }

  .rg-xl-m {
    row-gap: 12px;
  }

  .cg-xl-m {
    --gap: 12px;
  }

  .cg-xl-m:not(.row) {
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }

  .mb-xl-m {
    margin-bottom: 12px;
  }

  .mt-xl-m {
    margin-top: 12px;
  }

  .ml-xl-m {
    margin-left: 12px;
  }

  .mr-xl-m {
    margin-right: 12px;
  }

  .mx-xl-m {
    margin-left: 12px;
    margin-right: 12px;
  }

  .my-xl-m {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .pt-xl-m {
    padding-top: 12px;
  }

  .pl-xl-m {
    padding-left: 12px;
  }

  .pb-xl-m {
    padding-bottom: 12px;
  }

  .pr-xl-m {
    padding-right: 12px;
  }

  .px-xl-m {
    padding-left: 12px;
    padding-right: 12px;
  }

  .py-xl-m {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .g-xl-2 {
    gap: 16px;
  }

  .rg-xl-2 {
    row-gap: 16px;
  }

  .cg-xl-2 {
    --gap: 16px;
  }

  .cg-xl-2:not(.row) {
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }

  .mb-xl-2 {
    margin-bottom: 16px;
  }

  .mt-xl-2 {
    margin-top: 16px;
  }

  .ml-xl-2 {
    margin-left: 16px;
  }

  .mr-xl-2 {
    margin-right: 16px;
  }

  .mx-xl-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .my-xl-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .pt-xl-2 {
    padding-top: 16px;
  }

  .pl-xl-2 {
    padding-left: 16px;
  }

  .pb-xl-2 {
    padding-bottom: 16px;
  }

  .pr-xl-2 {
    padding-right: 16px;
  }

  .px-xl-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .py-xl-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .g-xl-3 {
    gap: 24px;
  }

  .rg-xl-3 {
    row-gap: 24px;
  }

  .cg-xl-3 {
    --gap: 24px;
  }

  .cg-xl-3:not(.row) {
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }

  .mb-xl-3 {
    margin-bottom: 24px;
  }

  .mt-xl-3 {
    margin-top: 24px;
  }

  .ml-xl-3 {
    margin-left: 24px;
  }

  .mr-xl-3 {
    margin-right: 24px;
  }

  .mx-xl-3 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .my-xl-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .pt-xl-3 {
    padding-top: 24px;
  }

  .pl-xl-3 {
    padding-left: 24px;
  }

  .pb-xl-3 {
    padding-bottom: 24px;
  }

  .pr-xl-3 {
    padding-right: 24px;
  }

  .px-xl-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .py-xl-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .g-xl-4 {
    gap: 32px;
  }

  .rg-xl-4 {
    row-gap: 32px;
  }

  .cg-xl-4 {
    --gap: 32px;
  }

  .cg-xl-4:not(.row) {
    -webkit-column-gap: 32px;
            column-gap: 32px;
  }

  .mb-xl-4 {
    margin-bottom: 32px;
  }

  .mt-xl-4 {
    margin-top: 32px;
  }

  .ml-xl-4 {
    margin-left: 32px;
  }

  .mr-xl-4 {
    margin-right: 32px;
  }

  .mx-xl-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .my-xl-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .pt-xl-4 {
    padding-top: 32px;
  }

  .pl-xl-4 {
    padding-left: 32px;
  }

  .pb-xl-4 {
    padding-bottom: 32px;
  }

  .pr-xl-4 {
    padding-right: 32px;
  }

  .px-xl-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .py-xl-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .g-xl-5 {
    gap: 40px;
  }

  .rg-xl-5 {
    row-gap: 40px;
  }

  .cg-xl-5 {
    --gap: 40px;
  }

  .cg-xl-5:not(.row) {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }

  .mb-xl-5 {
    margin-bottom: 40px;
  }

  .mt-xl-5 {
    margin-top: 40px;
  }

  .ml-xl-5 {
    margin-left: 40px;
  }

  .mr-xl-5 {
    margin-right: 40px;
  }

  .mx-xl-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .my-xl-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pt-xl-5 {
    padding-top: 40px;
  }

  .pl-xl-5 {
    padding-left: 40px;
  }

  .pb-xl-5 {
    padding-bottom: 40px;
  }

  .pr-xl-5 {
    padding-right: 40px;
  }

  .px-xl-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .py-xl-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .g-xl-6 {
    gap: 48px;
  }

  .rg-xl-6 {
    row-gap: 48px;
  }

  .cg-xl-6 {
    --gap: 48px;
  }

  .cg-xl-6:not(.row) {
    -webkit-column-gap: 48px;
            column-gap: 48px;
  }

  .mb-xl-6 {
    margin-bottom: 48px;
  }

  .mt-xl-6 {
    margin-top: 48px;
  }

  .ml-xl-6 {
    margin-left: 48px;
  }

  .mr-xl-6 {
    margin-right: 48px;
  }

  .mx-xl-6 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .my-xl-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pt-xl-6 {
    padding-top: 48px;
  }

  .pl-xl-6 {
    padding-left: 48px;
  }

  .pb-xl-6 {
    padding-bottom: 48px;
  }

  .pr-xl-6 {
    padding-right: 48px;
  }

  .px-xl-6 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .py-xl-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .g-xl-7 {
    gap: 56px;
  }

  .rg-xl-7 {
    row-gap: 56px;
  }

  .cg-xl-7 {
    --gap: 56px;
  }

  .cg-xl-7:not(.row) {
    -webkit-column-gap: 56px;
            column-gap: 56px;
  }

  .mb-xl-7 {
    margin-bottom: 56px;
  }

  .mt-xl-7 {
    margin-top: 56px;
  }

  .ml-xl-7 {
    margin-left: 56px;
  }

  .mr-xl-7 {
    margin-right: 56px;
  }

  .mx-xl-7 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .my-xl-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .pt-xl-7 {
    padding-top: 56px;
  }

  .pl-xl-7 {
    padding-left: 56px;
  }

  .pb-xl-7 {
    padding-bottom: 56px;
  }

  .pr-xl-7 {
    padding-right: 56px;
  }

  .px-xl-7 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .py-xl-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .g-xl-8 {
    gap: 64px;
  }

  .rg-xl-8 {
    row-gap: 64px;
  }

  .cg-xl-8 {
    --gap: 64px;
  }

  .cg-xl-8:not(.row) {
    -webkit-column-gap: 64px;
            column-gap: 64px;
  }

  .mb-xl-8 {
    margin-bottom: 64px;
  }

  .mt-xl-8 {
    margin-top: 64px;
  }

  .ml-xl-8 {
    margin-left: 64px;
  }

  .mr-xl-8 {
    margin-right: 64px;
  }

  .mx-xl-8 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .my-xl-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .pt-xl-8 {
    padding-top: 64px;
  }

  .pl-xl-8 {
    padding-left: 64px;
  }

  .pb-xl-8 {
    padding-bottom: 64px;
  }

  .pr-xl-8 {
    padding-right: 64px;
  }

  .px-xl-8 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .py-xl-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .g-xl-9 {
    gap: 72px;
  }

  .rg-xl-9 {
    row-gap: 72px;
  }

  .cg-xl-9 {
    --gap: 72px;
  }

  .cg-xl-9:not(.row) {
    -webkit-column-gap: 72px;
            column-gap: 72px;
  }

  .mb-xl-9 {
    margin-bottom: 72px;
  }

  .mt-xl-9 {
    margin-top: 72px;
  }

  .ml-xl-9 {
    margin-left: 72px;
  }

  .mr-xl-9 {
    margin-right: 72px;
  }

  .mx-xl-9 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .my-xl-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .pt-xl-9 {
    padding-top: 72px;
  }

  .pl-xl-9 {
    padding-left: 72px;
  }

  .pb-xl-9 {
    padding-bottom: 72px;
  }

  .pr-xl-9 {
    padding-right: 72px;
  }

  .px-xl-9 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .py-xl-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .g-xl-10 {
    gap: 80px;
  }

  .rg-xl-10 {
    row-gap: 80px;
  }

  .cg-xl-10 {
    --gap: 80px;
  }

  .cg-xl-10:not(.row) {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }

  .mb-xl-10 {
    margin-bottom: 80px;
  }

  .mt-xl-10 {
    margin-top: 80px;
  }

  .ml-xl-10 {
    margin-left: 80px;
  }

  .mr-xl-10 {
    margin-right: 80px;
  }

  .mx-xl-10 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .my-xl-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pt-xl-10 {
    padding-top: 80px;
  }

  .pl-xl-10 {
    padding-left: 80px;
  }

  .pb-xl-10 {
    padding-bottom: 80px;
  }

  .pr-xl-10 {
    padding-right: 80px;
  }

  .px-xl-10 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .py-xl-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .g-xl-11 {
    gap: 88px;
  }

  .rg-xl-11 {
    row-gap: 88px;
  }

  .cg-xl-11 {
    --gap: 88px;
  }

  .cg-xl-11:not(.row) {
    -webkit-column-gap: 88px;
            column-gap: 88px;
  }

  .mb-xl-11 {
    margin-bottom: 88px;
  }

  .mt-xl-11 {
    margin-top: 88px;
  }

  .ml-xl-11 {
    margin-left: 88px;
  }

  .mr-xl-11 {
    margin-right: 88px;
  }

  .mx-xl-11 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .my-xl-11 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .pt-xl-11 {
    padding-top: 88px;
  }

  .pl-xl-11 {
    padding-left: 88px;
  }

  .pb-xl-11 {
    padding-bottom: 88px;
  }

  .pr-xl-11 {
    padding-right: 88px;
  }

  .px-xl-11 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .py-xl-11 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .g-xl-12 {
    gap: 96px;
  }

  .rg-xl-12 {
    row-gap: 96px;
  }

  .cg-xl-12 {
    --gap: 96px;
  }

  .cg-xl-12:not(.row) {
    -webkit-column-gap: 96px;
            column-gap: 96px;
  }

  .mb-xl-12 {
    margin-bottom: 96px;
  }

  .mt-xl-12 {
    margin-top: 96px;
  }

  .ml-xl-12 {
    margin-left: 96px;
  }

  .mr-xl-12 {
    margin-right: 96px;
  }

  .mx-xl-12 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .my-xl-12 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .pt-xl-12 {
    padding-top: 96px;
  }

  .pl-xl-12 {
    padding-left: 96px;
  }

  .pb-xl-12 {
    padding-bottom: 96px;
  }

  .pr-xl-12 {
    padding-right: 96px;
  }

  .px-xl-12 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .py-xl-12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .g-xl-1h {
    gap: 100px;
  }

  .rg-xl-1h {
    row-gap: 100px;
  }

  .cg-xl-1h {
    --gap: 100px;
  }

  .cg-xl-1h:not(.row) {
    -webkit-column-gap: 100px;
            column-gap: 100px;
  }

  .mb-xl-1h {
    margin-bottom: 100px;
  }

  .mt-xl-1h {
    margin-top: 100px;
  }

  .ml-xl-1h {
    margin-left: 100px;
  }

  .mr-xl-1h {
    margin-right: 100px;
  }

  .mx-xl-1h {
    margin-left: 100px;
    margin-right: 100px;
  }

  .my-xl-1h {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pt-xl-1h {
    padding-top: 100px;
  }

  .pl-xl-1h {
    padding-left: 100px;
  }

  .pb-xl-1h {
    padding-bottom: 100px;
  }

  .pr-xl-1h {
    padding-right: 100px;
  }

  .px-xl-1h {
    padding-left: 100px;
    padding-right: 100px;
  }

  .py-xl-1h {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .g-xl-14 {
    gap: 112px;
  }

  .rg-xl-14 {
    row-gap: 112px;
  }

  .cg-xl-14 {
    --gap: 112px;
  }

  .cg-xl-14:not(.row) {
    -webkit-column-gap: 112px;
            column-gap: 112px;
  }

  .mb-xl-14 {
    margin-bottom: 112px;
  }

  .mt-xl-14 {
    margin-top: 112px;
  }

  .ml-xl-14 {
    margin-left: 112px;
  }

  .mr-xl-14 {
    margin-right: 112px;
  }

  .mx-xl-14 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .my-xl-14 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .pt-xl-14 {
    padding-top: 112px;
  }

  .pl-xl-14 {
    padding-left: 112px;
  }

  .pb-xl-14 {
    padding-bottom: 112px;
  }

  .pr-xl-14 {
    padding-right: 112px;
  }

  .px-xl-14 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .py-xl-14 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .g-xl-15 {
    gap: 120px;
  }

  .rg-xl-15 {
    row-gap: 120px;
  }

  .cg-xl-15 {
    --gap: 120px;
  }

  .cg-xl-15:not(.row) {
    -webkit-column-gap: 120px;
            column-gap: 120px;
  }

  .mb-xl-15 {
    margin-bottom: 120px;
  }

  .mt-xl-15 {
    margin-top: 120px;
  }

  .ml-xl-15 {
    margin-left: 120px;
  }

  .mr-xl-15 {
    margin-right: 120px;
  }

  .mx-xl-15 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .my-xl-15 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .pt-xl-15 {
    padding-top: 120px;
  }

  .pl-xl-15 {
    padding-left: 120px;
  }

  .pb-xl-15 {
    padding-bottom: 120px;
  }

  .pr-xl-15 {
    padding-right: 120px;
  }

  .px-xl-15 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .py-xl-15 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .g-xl-1h4 {
    gap: 140px;
  }

  .rg-xl-1h4 {
    row-gap: 140px;
  }

  .cg-xl-1h4 {
    --gap: 140px;
  }

  .cg-xl-1h4:not(.row) {
    -webkit-column-gap: 140px;
            column-gap: 140px;
  }

  .mb-xl-1h4 {
    margin-bottom: 140px;
  }

  .mt-xl-1h4 {
    margin-top: 140px;
  }

  .ml-xl-1h4 {
    margin-left: 140px;
  }

  .mr-xl-1h4 {
    margin-right: 140px;
  }

  .mx-xl-1h4 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .my-xl-1h4 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .pt-xl-1h4 {
    padding-top: 140px;
  }

  .pl-xl-1h4 {
    padding-left: 140px;
  }

  .pb-xl-1h4 {
    padding-bottom: 140px;
  }

  .pr-xl-1h4 {
    padding-right: 140px;
  }

  .px-xl-1h4 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .py-xl-1h4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .g-xl-auto {
    gap: auto;
  }

  .rg-xl-auto {
    row-gap: auto;
  }

  .cg-xl-auto {
    --gap: auto;
  }

  .cg-xl-auto:not(.row) {
    -webkit-column-gap: auto;
            column-gap: auto;
  }

  .mb-xl-auto {
    margin-bottom: auto;
  }

  .mt-xl-auto {
    margin-top: auto;
  }

  .ml-xl-auto {
    margin-left: auto;
  }

  .mr-xl-auto {
    margin-right: auto;
  }

  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .pt-xl-auto {
    padding-top: auto;
  }

  .pl-xl-auto {
    padding-left: auto;
  }

  .pb-xl-auto {
    padding-bottom: auto;
  }

  .pr-xl-auto {
    padding-right: auto;
  }

  .px-xl-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .py-xl-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .g-xl-0 {
    gap: 0;
  }

  .rg-xl-0 {
    row-gap: 0;
  }

  .cg-xl-0 {
    --gap: 0;
  }

  .cg-xl-0:not(.row) {
    -webkit-column-gap: 0;
            column-gap: 0;
  }

  .mb-xl-0 {
    margin-bottom: 0;
  }

  .mt-xl-0 {
    margin-top: 0;
  }

  .ml-xl-0 {
    margin-left: 0;
  }

  .mr-xl-0 {
    margin-right: 0;
  }

  .mx-xl-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pt-xl-0 {
    padding-top: 0;
  }

  .pl-xl-0 {
    padding-left: 0;
  }

  .pb-xl-0 {
    padding-bottom: 0;
  }

  .pr-xl-0 {
    padding-right: 0;
  }

  .px-xl-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-xl-10 {
    font-size: 10px;
    line-height: 16px;
    --lh: 16px;
  }

  .fs-xl-12 {
    font-size: 12px;
    line-height: 20px;
    --lh: 20px;
  }

  .fs-xl-15 {
    font-size: 15px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-xl-18 {
    font-size: 18px;
    line-height: 28px;
    --lh: 28px;
  }

  .fs-xl-20 {
    font-size: 20px;
    line-height: 24px;
    --lh: 24px;
  }

  .fs-xl-24 {
    font-size: 24px;
    line-height: 32px;
    --lh: 32px;
  }

  .fs-xl-28 {
    font-size: 28px;
    line-height: 36px;
    --lh: 36px;
  }

  .fs-xl-32 {
    font-size: 32px;
    line-height: 40px;
    --lh: 40px;
  }

  .fs-xl-40 {
    font-size: 40px;
    line-height: 48px;
    --lh: 48px;
  }

  .fs-xl-64 {
    font-size: 64px;
    line-height: 64px;
    --lh: 64px;
  }

  .fw-xl-100 {
    font-weight: 100;
  }

  .fw-xl-200 {
    font-weight: 200;
  }

  .fw-xl-300 {
    font-weight: 300;
  }

  .fw-xl-400 {
    font-weight: 400;
  }

  .fw-xl-500 {
    font-weight: 500;
  }

  .fw-xl-600 {
    font-weight: 600;
  }

  .fw-xl-700 {
    font-weight: 700;
  }

  .fw-xl-800 {
    font-weight: 800;
  }

  .fw-xl-900 {
    font-weight: 900;
  }

  .fw-xl-bold {
    font-weight: bold;
  }

  .ff-xl-montserrat {
    font-family: Montserrat;
  }

  .ff-xl-playfair {
    font-family: Playfair Display;
  }

  .ff-xl-unbounded {
    font-family: Unbounded;
  }

  .text-xl-center {
    text-align: center;
  }

  .text-xl-left {
    text-align: left;
  }

  .text-xl-right {
    text-align: right;
  }

  .bt-xl-1 {
    border-top: 1px solid var(--opacitydark-20);
  }

  .bt-xl-0 {
    border-top-width: 0;
  }

  .br-xl-1 {
    border-right: 1px solid var(--opacitydark-20);
  }

  .br-xl-0 {
    border-right-width: 0;
  }

  .bb-xl-1 {
    border-bottom: 1px solid var(--opacitydark-20);
  }

  .bb-xl-0 {
    border-bottom-width: 0;
  }

  .bl-xl-1 {
    border-left: 1px solid var(--opacitydark-20);
  }

  .bl-xl-0 {
    border-left-width: 0;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-inline {
    display: inline;
  }

  .d-xl-inline-block {
    display: inline-block;
  }

  .d-xl-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-xl-none {
    display: none;
  }

  .d-xl-table {
    display: table;
  }

  .d-xl-unset {
    display: unset;
  }

  .flex-xl-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .flex-xl-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align_items-xl-center {
    -ms-flex-align: center;
        align-items: center;
  }

  .align_items-xl-flex-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .align_items-xl-flex-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .align_items-xl-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .align_items-xl-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }

  .justify-xl-center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .justify-xl-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .justify-xl-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .justify-xl-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .justify-xl-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .justify-xl-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }

  .justify-xl-stretch {
    -ms-flex-pack: stretch;
        justify-content: stretch;
  }

  .main_places_picture {
    aspect-ratio: 3.7/2;
  }

  .main_article .iw {
    aspect-ratio: 2.6933333333;
  }

  .main_cards .swiper-slide {
    width: 444px;
  }

  .main_cards .main_article_picture {
    aspect-ratio: 1.85;
  }

  .blog_cards .swiper-slide {
    width: 444px;
  }

  .blog_cards .main_article_picture {
    aspect-ratio: 1.85;
  }

  .cs_slider_picture {
    aspect-ratio: 1.52;
  }

  .layout-banner .iw {
    aspect-ratio: 2.6666666667;
  }

  .programs-accordion .iw {
    height: 460px;
  }

  .services-block .service-image {
    height: 348px;
  }

  .hero--blog {
    --h: 600px;
  }

  .blog .bages_parent .iw {
    aspect-ratio: 520/240;
  }

  .blog_picture {
    height: 600px;
  }

  .blog_post p > img:only-child {
    height: 600px;
  }

  .blog_body .flex-column > * {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1680px) {
  .club-banner-slider .club-banner-content .club-content-title {
    max-width: 40%;
    width: 100%;
  }

  .club-banner-slider .club-banner-content .club-content-info {
    max-width: 60%;
    width: 100%;
  }

  .club-banner-slider .club-banner-content .club-content-info .club-content-description {
    max-width: 80%;
  }

  .club-banner-slider .club-slider-nav {
    left: 40%;
    margin-left: 20px;
  }
}

@media (max-width: 1023px) {
  .overscroll_item .row div + div {
    -ms-flex-order: -1;
        order: -1;
  }
}

@media screen and (max-width: 767px) {
  .cs_slider_navitem:after {
    display: none;
  }
}
/* End */


/* Start:/local/templates/savoy/css/custom.css?17550847122600*/
#bx-panel ~ .siteWrapper{
    min-height: calc(100vh - 147px);
}
#bx-panel.bx-panel-folded ~ .siteWrapper{
    min-height: calc(100vh - 39px);
}
#bx-panel ~ .siteWrapper > header{
    top: 147px;
}
#bx-panel.bx-panel-folded ~ .siteWrapper > header{
    top: 39px;
}
.main_places [id^="bx_incl_area_"]{
    display: flex;
}
.cs_slider_contents .swiper-slide:not(.swiper-slide-active) .cs_slider_content{
    background-color: white;
    /* color: transparent; */
    opacity: 0;
}
/* #bx-panel ~ .siteWrapper{} */

body:not([data-popup-opened]):has(.hero_banner) header[data-theme=light]{
    background: transparent;
}

.club-banner-slider .club-banner-content .border-top::before{
    display: none;
}

/* br:last-child{
    display: none;;
} */

body:not([data-popup-opened]):has(.club-banner-slider) header[data-theme=light]{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 4.5%, rgba(0, 0, 0, 0) 99.94%);
}

.bg_404 ~ section:has(.main_map){
    display: none;
}

ul{
    margin: var(--lh) 0;
}

p a{
    text-decoration: underline;
}

.staff-image{
    aspect-ratio: 385 / 454;
}

.siteWrapper > header{
    z-index: 120;
}

.popup{
    z-index: 100;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
@keyframes rotating {
from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
  .rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
  }







.animated{
    animation-duration: 1s;
}


.fade-in{
  animation-name: fade-in; /*установка для селектора*/
}
@keyframes fade-in { /*описание анимации*/
  from {
/*    translate: 150vw 0;*/
    opacity:0;
  
  }

  to {
    opacity:1;

  }
}

.fade-out{
  animation-name: fade-out;
}
@keyframes fade-out {
  from {
/*    translate: 150vw 0;*/
    opacity:1;
 
  }

  to {
    opacity:0;
  }
}


  .banner-description h2{
line-height: 12px;
  }
/* End */


/* Start:/local/templates/savoy/components/bitrix/news.list/main_hero/style.css?1741331693494*/
.hero_banner * {
    position: relative;
    /* background: red; */
}
.hero_banner div:has(>video[data-play="1"]:not([data-loaded="1"])):after{
    background: url(/local/templates/savoy/images/icon_mark.svg) 50% center rgb(252, 247, 209);
    border: 2px solid rgb(252, 247, 209);
    position: absolute; top: calc(50% - 20px); left: calc(50% - 20px);
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    content: "";
    animation: rotating 1s linear infinite;
}
/* End */


/* Start:/local/templates/savoy/components/interlabs/feedbackform/wellcome/style.css?174133169598*/
.form-field:has(select[name="CLUB"] option:first-child+option:last-child) {
    display: none;
  }
/* End */


/* Start:/local/components/fok/windows/templates/.default/bitrix/news.list/popup/style.css?1741331693419*/
  .modal_v1{
    display:none;
    position: fixed;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: #ffffffd1;
    z-index: 99999;

  }

.modal_v1_wrapper{
    display:table-cell;text-align: center;vertical-align: middle;
}

.modal_v1_wrapper .container{
     text-align: left;
}

.modal_v1_wrapper .p-0{
    padding: 0px;
}

.btn-close-win:hover{
    cursor: pointer;
    opacity: 0.5;
}
/* End */
/* /local/templates/savoy/css/main.css?1741331695183927 */
/* /local/templates/savoy/css/custom.css?17550847122600 */
/* /local/templates/savoy/components/bitrix/news.list/main_hero/style.css?1741331693494 */
/* /local/templates/savoy/components/interlabs/feedbackform/wellcome/style.css?174133169598 */
/* /local/components/fok/windows/templates/.default/bitrix/news.list/popup/style.css?1741331693419 */
