.tk-inter-variable {
    font-family: "inter-variable", sans-serif;
}
@font-face {
    font-family: inter-variable;
    src:
        url(https://use.typekit.net/af/250efc/00000000000000007750957d/31/l?primer=8fa4b058e82492e04d7cdf52b0e62c529469bc2a019e2b65c17d5e267ca91b8d&fvd=n1&v=3)
            format("woff2"),
        url(https://use.typekit.net/af/250efc/00000000000000007750957d/31/d?primer=8fa4b058e82492e04d7cdf52b0e62c529469bc2a019e2b65c17d5e267ca91b8d&fvd=n1&v=3)
            format("woff"),
        url(https://use.typekit.net/af/250efc/00000000000000007750957d/31/a?primer=8fa4b058e82492e04d7cdf52b0e62c529469bc2a019e2b65c17d5e267ca91b8d&fvd=n1&v=3)
            format("opentype");
    font-weight: 100 900;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@media screen and (min-width: 980px) {
    .t-records {
        opacity: 0;
    }
    .t-records_animated {
        -webkit-transition: opacity ease-in-out 0.2s;
        -moz-transition: opacity ease-in-out 0.2s;
        -o-transition: opacity ease-in-out 0.2s;
        transition: opacity ease-in-out 0.2s;
    }
    .t-records.t-records_visible {
        opacity: 1;
    }
}
:root {
    /* Image Checker Color Variables */
    --image-checker-error-color: #ef4444;
    --image-checker-error-rgb: 239, 68, 68;
    --image-checker-error-overlay: rgba(239, 68, 68, 0.25);
    --image-checker-error-overlay-gradient: linear-gradient(
        to bottom,
        rgba(239, 68, 68, 0.15),
        rgba(239, 68, 68, 0.35)
    );
    --image-checker-error-glow: rgba(239, 68, 68, 0.6);
    --image-checker-error-shadow: rgba(239, 68, 68, 0.7);

    --image-checker-warning-color: #f59e0b;
    --image-checker-warning-rgb: 245, 158, 11;
    --image-checker-warning-overlay: rgba(245, 158, 11, 0.2);
    --image-checker-warning-overlay-gradient: linear-gradient(
        to bottom,
        rgba(245, 158, 11, 0.1),
        rgba(245, 158, 11, 0.3)
    );
    --image-checker-warning-glow: rgba(245, 158, 11, 0.5);
    --image-checker-warning-shadow: rgba(245, 158, 11, 0.6);

    --image-checker-success-color: #22c55e;
    --image-checker-success-rgb: 34, 197, 94;
    --image-checker-success-overlay: rgba(34, 197, 94, 0.4);
    --image-checker-success-glow: rgba(34, 197, 94, 0.6);
    --image-checker-success-shadow: rgba(34, 197, 94, 0.7);

    --image-checker-error-message-bg: rgba(239, 68, 68, 0.95);
    --image-checker-warning-message-bg: rgba(245, 158, 11, 0.95);

    --image-checker-scroll-highlight: #00d9ff;

    /* Animation timing */
    --image-checker-flicker-duration: 2.5s;
}

/* Slow flicker animation for color overlay */
@keyframes image-checker-flicker {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* Slow flicker animation for outline/border */
@keyframes image-checker-border-flicker {
    0%,
    100% {
        opacity: 1;
        filter: brightness(1) drop-shadow(0 0 2px currentColor);
    }
    50% {
        opacity: 0.75;
        filter: brightness(1.1) drop-shadow(0 0 4px currentColor);
    }
}

/* Apply flicker to color overlay */
[data-image-checker-color-overlay] {
    animation: image-checker-flicker var(--image-checker-flicker-duration) ease-in-out infinite;
}

/* Apply flicker to border when color effects are enabled */
[data-image-checker-border][data-image-checker-color-effects] {
    animation: image-checker-border-flicker var(--image-checker-flicker-duration) ease-in-out infinite;
}
.t-records__overflow-clip {
    overflow: clip;
}
.t-records__overflow-hidden {
    overflow: hidden;
}
:root {
    --momence-font-family: "Inter", sans-serif;
    --momence-background: rgba(236, 236, 236, 1);
    --momence-white: hsla(0, 0%, 98%, 1);
    --momence-session-separator-color: #e0e0e0;
    --momence-primary-color: #181818;
    --momence-secondary-color: #585858;
    --momence-tertiary-color: #848585;
    --momence-primary-050: rgba(189, 216, 57, 1);
    --momence-primary-900: rgba(0, 0, 0, 1);
    --momence-primary-800: rgba(0, 0, 0, 1);
    --momence-primary-700: rgba(0, 0, 0, 1);
    --momence-primary-600: rgba(19, 10, 0, 1);
    --momence-primary-500: rgba(40, 24, 25, 1);
    --momence-primary-400: rgba(91, 89, 36, 1);
    --momence-primary-300: rgba(120, 125, 49, 1);
    --momence-primary-200: rgba(157, 172, 55, 1);
    --momence-primary-100: rgba(174, 195, 57, 1);
    --momence-black-100: rgba(142, 125, 127, 1);
    --momence-black-200: rgba(116, 100, 101, 1);
    --momence-black-300: rgba(91, 74, 76, 1);
    --momence-black-400: rgba(65, 49, 50, 1);
    --momence-black-500: rgba(40, 24, 25, 1);
    --momence-grey-050: rgba(255, 248, 245, 1);
    --momence-grey-100: rgba(255, 242, 240, 1);
    --momence-grey-200: rgba(248, 235, 232, 1);
    --momence-grey-300: rgba(237, 224, 223, 1);
    --momence-grey-400: rgba(221, 208, 209, 1);
    --momence-grey-500: rgba(195, 182, 183, 1);
    --momence-grey-600: rgba(173, 161, 164, 1);
    --momence-grey-700: rgba(151, 140, 145, 1);
    --momence-grey-800: rgba(132, 121, 124, 1);
    --momence-grey-900: rgba(112, 100, 103, 1);
    --momence-dark-background-200: rgba(130, 116, 125, 0.08);
    --momence-dark-background-300: rgba(132, 118, 125, 0.12);
    --momence-dark-background-400: rgba(134, 120, 125, 0.16);
    --momence-dark-background-500: rgba(134, 120, 125, 0.2);
    --momence-dark-background-800: rgba(134, 120, 125, 0.6);
    --momence-dark-background-900: rgba(43, 29, 29, 0.76);
    --momence-light-background-900: rgba(236, 236, 236, 0.94);
    --momence-dark-alpha-fill-900: rgba(21, 19, 25, 0.8);
    --momence-dark-alpha-fill-800: rgba(41, 41, 48, 0.6);
    --momence-dark-alpha-fill-700: rgba(101, 101, 109, 0.6);
    --momence-dark-alpha-fill-600: rgba(41, 41, 48, 0.3);
    --momence-dark-alpha-fill-500: rgba(41, 41, 48, 0.18);
    --momence-dark-alpha-fill-400: rgba(101, 101, 109, 0.2);
    --momence-dark-alpha-fill-300: rgba(99, 99, 109, 0.12);
    --momence-dark-alpha-fill-200: rgba(97, 97, 109, 0.08);
    --momence-dark-alpha-fill-100: rgba(97, 97, 109, 0.05);
    --momence-light-alpha-fill-900: rgba(236, 236, 236, 0.94);
    --momence-light-alpha-fill-700: rgba(236, 236, 236, 0.64);
    --momence-light-alpha-fill-600: rgba(236, 236, 236, 0.3);
    --momence-light-alpha-fill-500: rgba(216, 216, 226, 0.18);
}
/*! CSS Used from: https://static.tildacdn.net/css/tilda-grid-3.0.min.css ; media=all */
@media all {
    *,
    *:before,
    *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    div,
    span,
    h3,
    h4,
    a,
    img {
        margin: 0;
        padding: 0;
        border: 0;
    }
}
/*! CSS Used from: https://static.tildacdn.net/ws/project13247383/tilda-blocks-page69388703.min.css?t=1754249782 ; media=all */
@media all {
    #allrecords a {
        color: #ff8562;
        text-decoration: none;
    }
    #allrecords a,
    #allrecords button {
        outline: none;
    }
    .t-records a {
        color: #ff8562;
        text-decoration: none;
    }
    @media screen and (max-width: 1024px) {
        a:active,
        button:active {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
        }
    }
}
/*! CSS Used from: Embedded */
#momence-plugin-host-schedule .gFWJWQ {
    width: 100%;
    font-family: var(--momence-font-family);
    font-size: 16px;
    background: var(--momence-background);
    max-width: 857px;
    box-sizing: border-box;
    margin: auto;
}
#momence-plugin-host-schedule .bIbgHD {
    cursor: pointer;
    padding: 8px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    background: var(--momence-white);
    border: 1px solid var(--momence-grey-200);
    color: var(--momence-black-500);
    border-radius: 100%;
    align-self: center;
}
#momence-plugin-host-schedule .bIbgHD svg {
    width: 16px;
}
#momence-plugin-host-schedule .bIbgHD:hover:not(:disabled) {
    background: var(--momence-grey-100);
    border: 1px solid var(--momence-grey-200);
}
#momence-plugin-host-schedule .bIbgHD:active {
    background: var(--momence-grey-200);
    border: 1px solid var(--momence-grey-200);
}
#momence-plugin-host-schedule .bIbgHD:disabled {
    cursor: default;
    border: 1px solid var(--momence-grey-200);
    color: var(--momence-black-100);
}
#momence-plugin-host-schedule .bJDsCq {
    position: relative;
}
#momence-plugin-host-schedule .hkEhZv {
    border: 1px solid var(--momence-dark-alpha-fill-400);
    background: var(--momence-white);
    padding: 8px 12px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--momence-black-500);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    transition: 200ms;
    width: 100%;
    text-align: left;
}
#momence-plugin-host-schedule .hkEhZv:hover {
    border: 1px solid var(--momence-dark-alpha-fill-300);
    color: var(--momence-black-100);
}
#momence-plugin-host-schedule .hkEhZv span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    flex: 1 1 0px;
}
#momence-plugin-host-schedule .hkEhZv svg {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    transition: 200ms;
}
#momence-plugin-host-schedule .ielVXl {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: var(--momence-black-100);
}
#momence-plugin-host-schedule .kdsAQz {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: var(--momence-primary-400);
}
#momence-plugin-host-schedule .kmPtDV {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: var(--momence-black-100);
}
#momence-plugin-host-schedule .eZFhqE {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--momence-black-100);
}
#momence-plugin-host-schedule .kUcHqX {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--momence-primary-500);
}
#momence-plugin-host-schedule .fjniuY {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--momence-black-500);
}
#momence-plugin-host-schedule .eMAZJx {
    height: 4px;
    background: transparent;
    margin-top: 1px;
    margin-bottom: 1px;
    color: var(--momence-grey-500);
    overflow: hidden;
    font-size: 14px;
    line-height: 4px;
    letter-spacing: -0.5px;
    text-align: center;
}
#momence-plugin-host-schedule .caXlZz {
    text-align: center;
    font-size: 16px;
    margin: 0px;
    border: 0px;
    padding: 4px 0px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    flex: 1 1 0px;
    -webkit-box-flex: 1;
    border-radius: 6px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    background: var(--momence-background);
}
#momence-plugin-host-schedule .caXlZz:hover {
    background: var(--momence-grey-100);
}
#momence-plugin-host-schedule .caXlZz:disabled {
    cursor: not-allowed;
}
#momence-plugin-host-schedule .krelkN {
    display: flex;
    background: var(--momence-background);
    overflow-x: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
#momence-plugin-host-schedule .iRWtaL {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex: 1 1 0%;
    padding: 0px 16px;
}
#momence-plugin-host-schedule .iRWtaL > :not(:last-child) {
    margin-right: 16px;
}
#momence-plugin-host-schedule .kGkYhL {
    display: flex;
    overflow: auto;
    margin-right: 16px;
    max-width: 100%;
}
#momence-plugin-host-schedule .henUQy {
    border: none;
    margin: 0px 16px 0px 0px;
    padding: 0px;
    width: auto;
    display: flex;
    background: var(--momence-background);
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    color: var(--momence-primary-500);
}
#momence-plugin-host-schedule .ilZyKr {
    border: none;
    margin: 0px 16px 0px 0px;
    padding: 0px;
    width: auto;
    display: flex;
    background: var(--momence-background);
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    color: currentcolor;
}
#momence-plugin-host-schedule .kZOxIB {
    margin-top: 2px;
    height: 2px;
    background: var(--momence-primary-500);
    width: 16px;
}
#momence-plugin-host-schedule .ZeeCp {
    clear: both;
    color: var(--momence-secondary-color);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
}
#momence-plugin-host-schedule .ZeeCp svg:nth-child(1) {
    color: var(--momence-tertiary-color);
    width: 16px;
    height: 16px;
    margin-right: 8px;
    stroke: inherit;
    flex-shrink: 0;
}
#momence-plugin-host-schedule .jTRDae {
    margin-left: 6px;
}
#momence-plugin-host-schedule .HcpFM {
    color: var(--momence-grey-200);
    display: inline-block;
    align-self: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 4px;
    height: 4px;
}
#momence-plugin-host-schedule .jykAgR {
    white-space: pre;
}
#momence-plugin-host-schedule .emQzbL::first-letter {
    text-transform: uppercase;
}
#momence-plugin-host-schedule .chQBEY {
    clear: both;
    color: var(--momence-black-500);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
#momence-plugin-host-schedule .chQBEY img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 6px;
}
#momence-plugin-host-schedule .jwFmJF {
    display: flex;
    flex-direction: column;
}
#momence-plugin-host-schedule .EenGE {
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0px;
    border: 2px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border-radius: 8px;
    transition: 400ms;
    color: var(--momence-white);
    background: var(--momence-primary-500);
    padding: 10px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
#momence-plugin-host-schedule .EenGE:hover {
    background: var(--momence-primary-600);
}
#momence-plugin-host-schedule .EenGE:active {
    background: var(--momence-primary-700);
}
#momence-plugin-host-schedule .EenGE:focus {
    background: var(--momence-primary-500);
    border: 2px solid var(--momence-primary-200);
}
#momence-plugin-host-schedule .eLITYe {
    position: relative;
    width: 100%;
    outline: 0px;
    z-index: 1;
}
#momence-plugin-host-schedule .dCDOPt {
    position: relative;
    grid-area: session-book;
    justify-self: stretch;
}
#momence-plugin-host-schedule .gnCPBt {
    width: 96px;
    height: 96px;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
}
#momence-plugin-host-schedule .kfsJuJ {
    color: var(--momence-black-200);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    transition: 200ms;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#momence-plugin-host-schedule .dzuDtr {
    color: var(--momence-primary-500);
    background: 0px center;
    padding: 0px;
    border: 0px;
    width: 100%;
    margin: 2px auto auto;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
#momence-plugin-host-schedule .htymHX {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 0px;
    color: var(--momence-primary-color);
    word-break: break-word;
}
#momence-plugin-host-schedule .ioegNQ {
    display: flex;
    gap: 16px;
}
#momence-plugin-host-schedule .gJjWAV {
    padding: 24px;
    border: 1px solid var(--momence-session-separator-color);
    border-radius: 16px;
    background: var(--momence-white);
}
#momence-plugin-host-schedule .gJjWAV + .sc-1icg4ld-3 {
    margin-top: 16px;
}
#momence-plugin-host-schedule .gbsQvm {
    max-width: 33%;
}
#momence-plugin-host-schedule .bTBIsb {
    max-width: 33%;
    display: none;
}
#momence-plugin-host-schedule .gNeqet {
    display: flex;
    gap: 16px;
}
#momence-plugin-host-schedule .gaYxec {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    margin: 0px 0px 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--momence-black-300);
    word-break: break-word;
}
#momence-plugin-host-schedule .fcvKUM {
    background: var(--momence-session-separator-color);
    align-self: stretch;
    display: none;
}
#momence-plugin-host-schedule .jSDSLS {
    background: var(--momence-session-separator-color);
    align-self: stretch;
    width: 1px;
}
#momence-plugin-host-schedule .bsrAiu {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#momence-plugin-host-schedule .iwFGMX {
    column-gap: 16px;
    display: grid;
    justify-items: end;
    width: 120px;
    grid-template-rows: 1fr auto auto;
    grid-template-areas: "session-price" "session-hybrid-info" "session-book";
}
#momence-plugin-host-schedule .dMmeKq {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--momence-black-200);
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 16px 0px;
}
#momence-plugin-host-schedule .jxVRBv {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
}
#momence-plugin-host-schedule .hxYIrq {
    margin-bottom: -16px;
}
#momence-plugin-host-schedule .hRWbyE {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 16px;
}
#momence-plugin-host-schedule .gZOyVg {
    appearance: none;
    user-select: none;
    border: 0px;
    padding: 8px 0px;
    width: 45px;
    -webkit-box-pack: center;
    justify-content: center;
    background: var(--momence-background);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0px 0px;
    color: var(--momence-primary-500);
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
#momence-plugin-host-schedule .gZOyVg::after {
    content: "";
    width: 8px;
    height: 2px;
    background: var(--momence-primary-500);
    margin-top: 6px;
}
#momence-plugin-host-schedule .gZOyVg:not(:disabled) {
    cursor: pointer;
}
#momence-plugin-host-schedule .idaYkw {
    appearance: none;
    user-select: none;
    border: 0px;
    padding: 8px 0px;
    width: 45px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: var(--momence-background);
    color: var(--momence-black-500);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
}
#momence-plugin-host-schedule .idaYkw:not(:disabled) {
    cursor: pointer;
}
#momence-plugin-host-schedule .kydmjb {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 0px;
}
#momence-plugin-host-schedule .bGqMvZ {
    display: inline;
}
#momence-plugin-host-schedule .gWkARW {
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 6px;
    user-select: none;
    background: var(--momence-white);
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    position: relative;
    padding: 8px 12px;
    color: var(--momence-primary-500);
    border-color: var(--momence-primary-500);
    stroke: var(--momence-primary-500);
    z-index: 1;
}
#momence-plugin-host-schedule .gWkARW:first-child {
    border-radius: 100px 0px 0px 100px;
}
#momence-plugin-host-schedule .gWkARW svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
#momence-plugin-host-schedule .gWkARW:hover {
    background: var(--momence-grey-100);
}
#momence-plugin-host-schedule .lamVDk {
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 6px;
    user-select: none;
    background: var(--momence-white);
    border: 1.5px solid var(--momence-grey-200);
    color: var(--momence-black-500);
    stroke: var(--momence-black-500);
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    position: relative;
    padding: 8px 12px;
}
#momence-plugin-host-schedule .lamVDk:last-child {
    border-radius: 0px 100px 100px 0px;
    margin-left: -1.5px;
}
#momence-plugin-host-schedule .lamVDk svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
#momence-plugin-host-schedule .lamVDk:hover {
    background: var(--momence-grey-100);
}
#momence-plugin-host-schedule .jvahpi {
    display: flex;
}
#momence-plugin-host-schedule .kMrJkC {
    text-align: center;
    margin: 0px 8px 0px 0px;
    background: var(--momence-white);
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 8px 12px;
    border: 1px solid var(--momence-grey-200);
    border-radius: 100px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
    color: var(--momence-black-500);
    transition: 200ms;
}
#momence-plugin-host-schedule .kMrJkC:hover {
    background: var(--momence-dark-alpha-fill-100);
}
#momence-plugin-host-schedule .dIErQj {
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
#momence-plugin-host-schedule .hUtsPS {
    flex: 1 1 0px;
    -webkit-box-flex: 1;
}
#momence-plugin-host-schedule .hUtsPS:first-child {
    margin-right: 8px;
}
#momence-plugin-host-schedule .brZsCM {
    text-decoration: none;
    padding: 12px 26px 12px 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: max-content;
    margin: auto;
}
#momence-plugin-host-schedule .dImvNj {
    width: 100%;
    max-width: 1260px;
    margin: auto;
    box-sizing: border-box;
    padding: 32px;
}
#momence-plugin-host-schedule .kSZlqf {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 16px;
}
#momence-plugin-host-schedule .QFjdB {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
#momence-plugin-host-schedule .iLKQpl {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
#momence-plugin-host-schedule .jXhAgn {
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    align-items: center;
}
#momence-plugin-host-schedule .dAQZuM {
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}
#momence-plugin-host-schedule .dAQZuM > :not(:first-child) {
    margin-left: 8px;
    margin-top: 0px;
}
#momence-plugin-host-schedule .fqxJDI {
    display: block;
    content: "";
    width: 1px;
    height: 24px;
    margin-right: 8px;
    background: var(--momence-grey-200);
}
#momence-plugin-host-schedule button,
#momence-plugin-host-schedule a,
#momence-plugin-host-schedule img {
    all: revert;
}
/*! CSS Used from: https://static.tildacdn.net/css/tilda-grid-3.0.min.css ; media=all */
@media all {
    *,
    *:before,
    *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    div {
        margin: 0;
        padding: 0;
        border: 0;
    }
}

/*! CSS Used from: https://static.tildacdn.net/ws/project13247383/tilda-blocks-page69388703.min.css?t=1754249782 ; media=all */
@media all {
    #allrecords button {
        outline: none;
    }

    @media screen and (max-width: 1024px) {
        button:active {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
        }
    }
}

/*! CSS Used from: Embedded */
#momence-plugin-host-schedule .bIbgHD {
    cursor: pointer;
    padding: 8px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    background: var(--momence-white);
    border: 1px solid var(--momence-grey-200);
    color: var(--momence-black-500);
    border-radius: 100%;
    align-self: center;
}

#momence-plugin-host-schedule .bIbgHD svg {
    width: 16px;
}

#momence-plugin-host-schedule .bIbgHD:hover:not(:disabled) {
    background: var(--momence-grey-100);
    border: 1px solid var(--momence-grey-200);
}

#momence-plugin-host-schedule .bIbgHD:active {
    background: var(--momence-grey-200);
    border: 1px solid var(--momence-grey-200);
}

#momence-plugin-host-schedule .bIbgHD:disabled {
    cursor: default;
    border: 1px solid var(--momence-grey-200);
    color: var(--momence-black-100);
}

#momence-plugin-host-schedule .etVLzd {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    gap: 4px;
}

#momence-plugin-host-schedule .eVePvY {
    background: transparent;
    border-color: transparent;
}

#momence-plugin-host-schedule .eVePvY:hover:not(:disabled) {
    background: var(--momence-grey-100);
    border-color: transparent;
}

#momence-plugin-host-schedule .eVePvY:active {
    background: var(--momence-grey-200);
    border-color: transparent;
}

#momence-plugin-host-schedule .eVePvY:disabled {
    background: transparent;
    border-color: transparent;
}

#momence-plugin-host-schedule .jRNywT {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--momence-black-500);
    text-transform: uppercase;
    min-width: 100px;
    text-align: center;
}

#momence-plugin-host-schedule .gQoPbh {
    width: 100%;
}

#momence-plugin-host-schedule .gGmeaQ {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 4px;
}

#momence-plugin-host-schedule .hXkbSj {
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: var(--momence-black-100);
    text-transform: uppercase;
    padding: 4px 0px;
}

#momence-plugin-host-schedule .hqyJor {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

#momence-plugin-host-schedule .dIbMhs {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 4px 4px 2px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    border-radius: 6px;
    background: var(--momence-background);
}

#momence-plugin-host-schedule .dIbMhs:hover:not(:disabled) {
    background: var(--momence-grey-100);
}

#momence-plugin-host-schedule .dIbMhs:disabled {
    cursor: not-allowed;
}

#momence-plugin-host-schedule .eciYeE {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--momence-black-100);
}

#momence-plugin-host-schedule .jzCUXo {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--momence-black-100);
}

#momence-plugin-host-schedule .kXyyZO {
    font-size: 12px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--momence-primary-500);
    font-weight: 600;
}

#momence-plugin-host-schedule .jzgwFc {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--momence-black-500);
}

#momence-plugin-host-schedule .ca-dCwk {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--momence-black-100);
}

#momence-plugin-host-schedule .fayEBX {
    height: 4px;
    background: transparent;
    margin-top: 1px;
    color: var(--momence-grey-500);
    overflow: hidden;
    font-size: 12px;
    line-height: 4px;
    letter-spacing: -0.5px;
    text-align: center;
}

#momence-plugin-host-schedule .hECzpv {
    min-width: 0px;
    grid-area: calendar;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#momence-plugin-host-schedule button {
    all: revert;
}

/*! CSS Used from: https://static.tildacdn.net/css/tilda-grid-3.0.min.css ; media=all */
@media all {
    *,
    *:before,
    *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    div,
    span {
        margin: 0;
        padding: 0;
        border: 0;
    }
}

/*! CSS Used from: https://static.tildacdn.net/ws/project13247383/tilda-blocks-page69388703.min.css?t=1754249782 ; media=all */
@media all {
    #allrecords button {
        outline: none;
    }

    @media screen and (max-width: 1024px) {
        button:active {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
        }
    }
}

/*! CSS Used from: Embedded */
#momence-plugin-host-schedule .bJDsCq {
    position: relative;
}

#momence-plugin-host-schedule .hkEhZv {
    border: 1px solid var(--momence-dark-alpha-fill-400);
    background: var(--momence-white);
    padding: 8px 12px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--momence-black-500);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    transition: 200ms;
    width: 100%;
    text-align: left;
}

#momence-plugin-host-schedule .hkEhZv:hover {
    border: 1px solid var(--momence-dark-alpha-fill-300);
    color: var(--momence-black-100);
}

#momence-plugin-host-schedule .hkEhZv span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    flex: 1 1 0px;
}

#momence-plugin-host-schedule .hkEhZv svg {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    transition: 200ms;
}

#momence-plugin-host-schedule .jvahpi {
    display: flex;
}

#momence-plugin-host-schedule .kMrJkC {
    text-align: center;
    margin: 0px 8px 0px 0px;
    background: var(--momence-white);
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 8px 12px;
    border: 1px solid var(--momence-grey-200);
    border-radius: 100px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
    color: var(--momence-black-500);
    transition: 200ms;
}

#momence-plugin-host-schedule .kMrJkC:hover {
    background: var(--momence-dark-alpha-fill-100);
}

#momence-plugin-host-schedule .dIErQj {
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

#momence-plugin-host-schedule .hUtsPS {
    flex: 1 1 0px;
    -webkit-box-flex: 1;
}

#momence-plugin-host-schedule .hUtsPS:first-child {
    margin-right: 8px;
}

#momence-plugin-host-schedule .cVnJjU {
    min-width: 0px;
    grid-area: filters;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#momence-plugin-host-schedule .cVnJjU .momence-session_filters {
    flex-direction: column;
    gap: 8px;
}

#momence-plugin-host-schedule .cVnJjU .momence-session_filters > :first-child {
    margin-right: 0px;
}

#momence-plugin-host-schedule .hnCZwv {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#momence-plugin-host-schedule button {
    all: revert;
}

.monthViewArea {
    display: flex;
    gap: 20px;
}

.monthViewArea .innerArea {
    width: 100%;
}
#rec1102636491 .t396__artboard {
    position: absolute;
    width: 100%;
    z-index: 990;
}
#rec1102636491 .t396__artboard {
    height: 100px;
    overflow: visible;
}
#rec1102636491 .t396__filter {
    height: 100px;
}
#rec1102636491 .t396__carrier {
    height: 100px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .t396__artboard,
    #rec1102636491 .t396__filter,
    #rec1102636491 .t396__carrier {
    }
    #rec1102636491 .t396__filter {
    }
    #rec1102636491 .t396__carrier {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .t396__artboard,
    #rec1102636491 .t396__filter,
    #rec1102636491 .t396__carrier {
        height: 482px;
    }
    #rec1102636491 .t396__filter {
    }
    #rec1102636491 .t396__carrier {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .t396__artboard,
    #rec1102636491 .t396__filter,
    #rec1102636491 .t396__carrier {
    }
    #rec1102636491 .t396__filter {
    }
    #rec1102636491 .t396__carrier {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .t396__artboard,
    #rec1102636491 .t396__filter,
    #rec1102636491 .t396__carrier {
        height: 482px;
    }
    #rec1102636491 .t396__filter {
    }
    #rec1102636491 .t396__carrier {
        background-attachment: scroll;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107732"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 3;
    top: 34px;
    left: calc(50% - 600px + 20px);
    width: 58px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107732"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    font-family: "inter-variable", Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107732"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107732"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107732"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107732"] {
        display: table;
        top: -77px;
        left: calc(50% - 160px + 453px);
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107730"] {
    color: #000000;
    text-align: center;
    z-index: 4;
    top: 23px;
    left: calc(50% - 600px + 1011px);
    width: 169px;
    height: 52px;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107730"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: "inter-variable", Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    background-color: #c0c0bf;
    background-position: center center;
    border-color: #000000;
    border-style: solid;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107730"] {
        display: table;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107730"] {
        display: table;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107730"] {
        display: table;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107730"] {
        display: table;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107727"] {
    color: #ffffff;
    text-align: center;
    z-index: 5;
    top: 23px;
    left: calc(50% - 600px + 872px);
    width: 95px;
    height: 52px;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107727"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: "inter-variable", Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    border-width: 1px;
    border-radius: 100px 100px 100px 100px;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107727"] {
        display: table;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107727"] {
        display: table;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107727"] {
        display: table;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107727"] {
        display: table;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107724"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 6;
    top: 34px;
    left: calc(50% - 600px + 731px);
    width: 93px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107724"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    font-family: "inter-variable", Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107724"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107724"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107724"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107724"] {
        display: table;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107716"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 7;
    top: 34px;
    left: calc(50% - 600px + 593px);
    width: 90px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107716"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    font-family: "inter-variable", Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107716"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107716"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107716"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107716"] {
        display: table;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107735"] {
    z-index: 10;
    top: 40px;
    left: calc(50% - 600px + 202px);
    width: 26px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107735"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107735"] .tn-atom__vector svg {
    display: block;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107735"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107735"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107735"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107735"] {
        display: table;
        top: -29px;
        left: calc(50% - 160px + 424px);
        width: 18px;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107738"] {
    z-index: 11;
    top: 39px;
    left: calc(50% - 600px + 258px);
    width: 16px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107738"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107738"] .tn-atom__vector svg {
    display: block;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107738"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107738"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107738"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107738"] {
        display: table;
        top: -30px;
        left: calc(50% - 160px + 463px);
        width: 11px;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107741"] {
    z-index: 12;
    top: 39px;
    left: calc(50% - 600px + 274px);
    width: 26px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107741"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107741"] .tn-atom__vector svg {
    display: block;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107741"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107741"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107741"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107741"] {
        display: table;
        top: -30px;
        left: calc(50% - 160px + 474px);
        width: 18px;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107743"] {
    z-index: 13;
    top: 29px;
    left: calc(50% - 600px + 303px);
    width: 24px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107743"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107743"] .tn-atom__vector svg {
    display: block;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107743"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107743"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107743"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107743"] {
        display: table;
        top: -37px;
        left: calc(50% - 160px + 495px);
        width: 17px;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107746"] {
    z-index: 14;
    top: 39px;
    left: calc(50% - 600px + 330px);
    width: 26px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107746"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107746"] .tn-atom__vector svg {
    display: block;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107746"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107746"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107746"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107746"] {
        display: table;
        top: -30px;
        left: calc(50% - 160px + 514px);
        width: 18px;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107748"] {
    z-index: 15;
    top: 40px;
    left: calc(50% - 600px + 358px);
    width: 24px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107748"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107748"] .tn-atom__vector svg {
    display: block;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107748"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107748"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107748"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107748"] {
        display: table;
        top: -29px;
        left: calc(50% - 160px + 533px);
        width: 17px;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107750"] {
    z-index: 16;
    top: 39px;
    left: calc(50% - 600px + 386px);
    width: 22px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107750"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107750"] .tn-atom__vector svg {
    display: block;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107750"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107750"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107750"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107750"] {
        display: table;
        top: -30px;
        left: calc(50% - 160px + 553px);
        width: 15px;
        height: auto;
    }
}
#rec1102636491 .tn-elem[data-elem-id="1747770107752"] {
    z-index: 17;
    top: 39px;
    left: calc(50% - 600px + 229px);
    width: 26px;
    height: auto;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107752"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec1102636491 .tn-elem[data-elem-id="1747770107752"] .tn-atom__vector svg {
    display: block;
}
@media screen and (max-width: 1199px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107752"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107752"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107752"] {
        display: table;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #rec1102636491 .tn-elem[data-elem-id="1747770107752"] {
        display: table;
        top: -30px;
        left: calc(50% - 160px + 443px);
        width: 18px;
        height: auto;
    }
}
:root {
    --momenceColorBackground: #ececec;
    --momenceColorPrimary: 40, 24, 25;
    --momenceColorBlack: 40, 24, 25;
}
body {
    margin: 0px;
    padding: 0px;
}