
#field_1_230,
#field_1_231,
#field_1_232 {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
#field_1_35,
#field_1_36,
#field_1_37,
#field_1_191,
#field_1_192,
#field_1_193,
#field_1_219 {
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.mtcal-sensor {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.mtcal-sensor-field {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.mtcal-root {
  display: none;
  width: 100%;
  max-width: 1240px;
  margin: 14px auto 30px auto;
  color: #2f3d45;
  box-sizing: border-box;
  direction: ltr;
}
.mtcal-root,
.mtcal-root * {
  box-sizing: border-box;
}
.mtcal-root.mtcal-rtl {
  direction: rtl;
}
.mtcal-summary {
  width: 100%;
  max-width: 100%;
  margin: 0 0 26px 0;
}
.mtcal-summary-line {
  width: 100%;
  max-width: 100%;
  margin: 0 0 6px 0;
  padding: 10px 0 9px 0;
  font-size: 110%;
  line-height: 1.48;
  color: #3e4043;
  border-top: 4px solid rgba(43, 157, 224, 0.78);
  border-bottom: 4px solid rgba(43, 157, 224, 0.78);
  text-align: justify;
  overflow-wrap: break-word;
}
.mtcal-summary-line:last-child {
  margin-bottom: 0;
}
.mtcal-summary .mtcal-date-emphasis {
  font-weight: 800;
  color: #3b3b3b;
  text-decoration: underline;
}
.mtcal-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}
.mtcal-root.mtcal-rtl .mtcal-grid {
  direction: rtl;
}
.mtcal-root.mtcal-rtl .mtcal-summary-line {
  text-align: right;
}
.mtcal-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  text-align: center;
}
.mtcal-card-start {
  order: 1;
}
.mtcal-card-stay {
  order: 2;
}
.mtcal-card-entry {
  order: 3;
}
.mtcal-card-end {
  order: 4;
}
.mtcal-card-head {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 18px 0;
  height: 36px;
}
.mtcal-card-head:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  height: 1px;
  background: #d8d8d8;
}
.mtcal-card-title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  max-width: 100%;
  padding: 0 18px;
  border: 1px solid #d7d7d7;
  background: #fafafa;
  color: #64686d;
  font-size: 94%;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow-wrap: anywhere;
}
.mtcal-root.mtcal-rtl .mtcal-card-title {
  font-size: 92%;
}
.mtcal-card-title svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: #9d9d9d;
  stroke: #9d9d9d;
}
.mtcal-date-card {
  width: 100%;
  max-width: 290px;
  min-height: 292px;
  margin: 0 auto;
  border-radius: 2px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.018), 0 7px 12px rgba(0, 0, 0, 0.055);
}
.mtcal-date-top {
  position: relative;
  height: 52px;
}
.mtcal-date-top:before,
.mtcal-date-top:after {
  content: "";
  position: absolute;
  top: -16px;
  width: 16px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(to bottom, #f3f3f3 0%, #d0d0d0 42%, #fafafa 100%);
  box-shadow: inset 0 0 0 1px rgba(60, 60, 60, 0.18), 0 2px 4px rgba(0, 0, 0, 0.18);
}
.mtcal-date-top:before {
  left: 40px;
}
.mtcal-date-top:after {
  right: 40px;
}
.mtcal-start .mtcal-date-top {
  background: linear-gradient(180deg, #79d100 0%, #79d100 100%);
}
.mtcal-end .mtcal-date-top {
  background: linear-gradient(180deg, #e12d08 0%, #e12d08 100%);
}
.mtcal-date-body {
  min-height: 240px;
  padding: 38px 20px 10px 20px;
  background:
    linear-gradient(rgba(18, 48, 71, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 48, 71, 0.055) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px;
}
.mtcal-date-day {
  margin: 0 0 18px 0;
  color: #31363b;
  font-size: 380%;
  font-weight: 700;
  line-height: 1;
}
.mtcal-date-month {
  margin: 0 0 12px 0;
  color: #3c4146;
  font-size: 180%;
  line-height: 1.08;
}
.mtcal-date-year {
  margin: 0;
  color: #3c4146;
  font-size: 145%;
  line-height: 1.08;
}
.mtcal-metric-card {
  width: 100%;
  max-width: 290px;
  min-height: 292px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 28px;
}
.mtcal-stay-circle {
  width: 190px;
  height: 190px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #379ad7;
  color: #ffffff;
  font-size: 580%;
  font-weight: 700;
  line-height: 1;
}
.mtcal-stay-circle.mtcal-stay-30 {
  background: #8c8d95;
}
.mtcal-metric-label {
  max-width: 100%;
  color: #3a3d41;
  font-size: 116%;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.mtcal-entry-visual {
  width: 190px;
  height: 190px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mtcal-entry-visual svg {
  display: block;
  width: 118px;
  height: 118px;
}
.mtcal-entry-visual path,
.mtcal-entry-visual circle,
.mtcal-entry-visual rect,
.mtcal-entry-visual line,
.mtcal-entry-visual polyline {
  stroke: #263740;
}
.mtcal-entry-visual .mtcal-entry-fill-blue {
  fill: #45b7ea;
}
.mtcal-entry-visual .mtcal-entry-fill-light {
  fill: #d8eef8;
}
.mtcal-entry-visual .mtcal-entry-fill-white {
  fill: #ffffff;
}
.mtcal-entry-visual .mtcal-entry-fill-gold {
  fill: #efc77b;
}
.mtcal-entry-visual .mtcal-entry-line {
  fill: none;
}
.mtcal-entry-visual.mtcal-entry-single {
  background: #efc77b;
}
.mtcal-entry-visual.mtcal-entry-multiple {
  background: #efe2cb;
}
.mtcal-entry-label-single,
.mtcal-entry-label-multiple {
  color: #3a3d41;
}
@media screen and (max-width: 1140px) {
  .mtcal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
}
@media screen and (max-width: 640px) {
  .mtcal-root {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 10px auto 28px auto !important;
    overflow: hidden !important;
  }
  .mtcal-summary {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 18px;
    overflow: hidden;
  }
  .mtcal-summary-line {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 103%;
    line-height: 1.52;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    overflow-wrap: anywhere;
  }
  .mtcal-root.mtcal-rtl .mtcal-summary-line {
    text-align: right;
  }
  .mtcal-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px 12px;
    align-items: start;
    overflow: hidden;
  }
  .mtcal-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
  }
  .mtcal-card-start {
    order: 1;
  }
  .mtcal-card-end {
    order: 2;
  }
  .mtcal-card-stay {
    order: 3;
  }
  .mtcal-card-entry {
    order: 4;
  }
  .mtcal-card-head {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    height: 32px;
    overflow: visible;
  }
  .mtcal-card-head:before {
    top: 16px;
  }
  .mtcal-card-title {
    width: 100%;
    max-width: 100%;
    min-height: 34px;
    padding: 0 6px;
    font-size: clamp(9px, 2.55vw, 11px);
    line-height: 1.15;
    gap: 5px;
    white-space: normal;
  }
  .mtcal-card-title svg {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
  }
  .mtcal-date-card,
  .mtcal-metric-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0;
  }
  .mtcal-date-card {
    min-height: 218px;
  }
  .mtcal-date-top {
    height: 34px;
  }
  .mtcal-date-top:before,
  .mtcal-date-top:after {
    width: 13px;
    height: 28px;
    top: -12px;
  }
  .mtcal-date-top:before {
    left: 22px;
  }
  .mtcal-date-top:after {
    right: 22px;
  }
  .mtcal-date-body {
    min-height: 184px;
    padding: 26px 8px 12px 8px;
    background-size: 34px 34px;
  }
  .mtcal-date-day {
    margin-bottom: 10px;
    font-size: clamp(44px, 14vw, 54px);
  }
  .mtcal-date-month {
    margin-bottom: 7px;
    font-size: clamp(19px, 6.2vw, 24px);
  }
  .mtcal-date-year {
    font-size: clamp(15px, 4.4vw, 17px);
  }
  .mtcal-metric-card {
    padding-top: 8px;
  }
  .mtcal-stay-circle,
  .mtcal-entry-visual {
    width: min(130px, 100%);
    max-width: 130px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 12px;
  }
  .mtcal-stay-circle {
    font-size: clamp(58px, 20vw, 74px);
  }
  .mtcal-entry-visual svg {
    width: min(78px, 64%);
    height: auto;
  }
  .mtcal-metric-label {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .mtcal-root {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
  }
  .mtcal-grid {
    gap: 12px 10px;
  }
  .mtcal-card-title {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 9px;
    gap: 4px;
  }
  .mtcal-card-title svg {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
  .mtcal-date-card {
    min-height: 204px;
  }
  .mtcal-date-body {
    min-height: 170px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .mtcal-stay-circle,
  .mtcal-entry-visual {
    max-width: 112px;
  }
}
