body {
  margin-top: 70px;
}

.mobile-only {
  display: none;
}

.cover {
  position: relative;
  min-height: 440px;
  overflow-x: clip;
}

body {
  background-color: #fff;
}

.cover .wholeshape {
  background-image: url(./images/whole-shape.png?v=1);
  background-position: center -70px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 105%;
  height: 108%;
  position: absolute;
  inset: 0;
  margin: auto;
}

.mslide {
  height: 77vh;
  width: 100vw;
  background-color: #fff;
  position: relative;
}

.mslide .bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 75vw;
  height: 100%;
}

.mslide .pic {
  width: 100%;
  height: inherit;
  object-fit: cover;
  object-position: center;
}

.mslide .credit {
  position: absolute;
  bottom: 5px;
  right: 1rem;
}
.mslide .wave {
  background-image: url(./images/thin-wave.png?v=1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.mslide .wrapp {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: auto;
  width: 100%;
  max-width: 750px;
  z-index: 1;
  position: absolute;
  left: 8rem;
  top: 25%;
  gap: 5rem 0;
}

.mslide .wrapp .top {
  padding: 0.5rem 2rem;
  background-color: var(--site6);
  width: 100%;
  max-width: 100%;
  position: relative;
  min-height: auto;
}

.mslide .wrapp .top h2 {
  font-size: calc(2.15vw + 12px);
  margin: 0;
}

.mslide .wrapp .top {
  padding: 0.5rem 1rem;
}

.wrapp .top p {
  margin-bottom: 2rem;
  padding: 0;
  font-size: calc(1vw + 16px);
  line-height: 1.2;
}

.mslide .wrapp .bott img {
  margin-right: auto;
  height: 100%;
}

.slick-dots {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  list-style-type: none;
  position: relative;
  padding-inline: 5rem;
  margin-top: -1rem;
  z-index: 1;
}

.slick-dots li.slick-active button {
  background-color: var(--site8);
}

.slick-dots li button {
  position: relative;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  margin: 0 0.15rem;
  cursor: pointer;
  color: transparent;
  border: 1px solid var(--site8b);
  outline: none;
  background: var(--site8b);
  font-size: 0;
  border-radius: 50%;
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
}

.cover .toggle-slick {
  position: absolute;
  top: 100px;
  left: 50px;
  border: 0;
  background: #fff;
  color: var(--site8);
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;

  max-width: 600px;
  margin-top: -60px;
}

/**/

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

/**/

.services-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}

.service {
  text-align: center;
  display: block;
  margin: 1rem;
  padding: 1rem;
}

.service .icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}

/* Articles */

.articles {
  padding: 3rem 2rem;
}

.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.articles article {
  display: block;
  height: 100%;
}

.articles .row > div {
  margin-bottom: 30px;
}

.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

.article img {
  display: block;
  width: 100%;
}

.article .info {
  padding: 1rem;
}

.article h3 {
  font-weight: bold;
}

.article .date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(206 189 111);
  background: linear-gradient(
    45deg,
    rgb(246 183 77) 0%,
    rgb(160 183 132) 50%,
    rgb(121 204 200) 100%
  );
}

.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}

.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

/**/

.footer {
  margin-top: -18.25rem;
}

.footer .bg {
  height: 31.5rem;
}

/* Cal BEGIN */
.events {
  position: relative;
  background-color: var(--site8b);
  padding-bottom: 10rem;
  margin-bottom: -15rem;
}

.events .ebg {
  position: absolute;
  object-fit: fill;
  bottom: 0;
}

.evbtn:hover span {
  left: 0;
}

.ecal .container {
  max-width: 90%;
}

.ecal .list h3 {
  font-size: 1.82rem;
}

.ecal .see-all {
  max-width: 250px;
}

.tinyCalc td {
  height: 90px;
  width: 90px;
}

.tinyCalc .tinyCalcNoSuchDay {
  background-color: #f3f4f3;
}

.tinyCalc td:has(a:not(.has_0)) {
  background-image: url(./images/stars3.svg);
  background-position: bottom left;
  background-size: 50px;
  background-repeat: no-repeat;
  background-color: var(--site7b);
}

.tinyCalc td:has(a:not(.has_0)) a {
  color: var(--site6);
  font-weight: 500;
  display: block;
  height: 100%;
}

.tinyCalc td:has(a:not(.has_0)) a:hover {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.ecal {
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecal .container {
  padding: 55px;
  width: 100%;
  min-width: unset;
  border-radius: 14px;
}

.ecal .container .row {
  justify-content: space-between;
}

.ecal .row > div:first-child {
  display: flex;
  flex-direction: column;
}

.ecal .row > div:first-child .col:first-child {
  position: relative;
  width: 100%;
  max-width: 250px;
}

.ecal .row > div:first-child img {
  aspect-ratio: 1;
  width: 200px;
  object-fit: cover;
}

.ecal .upper {
  color: var(--site6);
}

.events h2 {
  color: var(--site6);
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.8;
}

.ecal .upper p {
  font-size: 2rem;
  line-height: 1;
}

.ecal .cal {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-right: auto;
  width: 100%;
  max-width: 760px;
}

.ecal .see-all {
  margin-top: auto;
  background-color: var(--site7);
  border-radius: 99px;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem;
  width: 100%;
  max-width: 235px;
}

.ecal .see-all:hover {
  text-decoration: none;
  transform: scale(1.05);
  background-color: var(--site6);
}

.cal .title {
  padding: 4px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--site6);
  color: #fff;
}

.cal .calc {
  padding: 27px 35px;
  background-color: #fff;
}

.cal .title div[class^="h"] {
  margin-bottom: 0;
}

.cal .title > div:last-child {
  padding-top: 4px;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 300;
}

.ecal .list {
  padding: 2.5rem 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.ecal .list a {
  color: var(--text);
  position: relative;
  margin-bottom: 3rem;
}

.ecal .list a:last-child {
  margin-bottom: 1rem;
}

.ecal .list a:hover {
  transform: scale(1.025);
  text-decoration: none;
}

.ecal .row > div:first-child .col:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  background-color: var(--site6);
  height: 100%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.ecal .list h3 {
  font-weight: 600;
  font-size: 1.8rem;
}

.ecal .date {
  color: var(--site6);
}

.ecal .col i {
  width: 10px;
  margin-left: 0.5rem;
  color: var(--site6);
}

.ecal .col .info {
  font-size: 1.25rem;
}

.ecal .date b {
  font-size: 2.5rem;
  font-weight: 700;
}

.ecal .date span {
  font-size: 1.35rem;
  font-weight: 600;
}

.cal .title a {
  color: #fff;
}

.tinyCalc {
  width: 100%;
  border: 1px solid var(--gray);
}

.tinyCalc th {
  text-align: center;
  height: 35px;
  background-color: var(--site6);
}

.tinyCalc th,
.tinyCalc tr {
  border: 5px solid #fff;
}

.tinyCalc td {
  background-color: #e7e9e7;
  padding: 5px;
  width: 94px;
  height: 94px;
  border: 5px solid #fff;
  vertical-align: top;
}

td.tinyCalcToday {
  background-color: #fdeae9;
}

.tinyCalc td.tinyCalcToday a {
  font-weight: 300;
  font-size: 1.75rem;
  color: var(--site6);
}

.tinyCalc td a {
  color: var(--text);
}

.tinyCalcTitle {
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
}

.tinyCalc .ecount {
  display: block;
  border-radius: 99px;
  height: 45px;
  width: 45px;
  background-color: var(--site1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  padding: 5px;
  position: relative;
  isolation: isolate;
  margin-right: auto;
}

.tinyCalc .ecount::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  background-color: var(--site1);
  border-radius: 99px;
  z-index: -1;
}

.tinyCalc .ecount:hover {
  border: 1px solid var(--site1);
  background-color: #fff;
}

.tinyCalc .ecount:hover::after {
  background-color: var(--site1);
}

/* END Cal */

/* Fast Nav */

.fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

.fast-navigation label {
  background: #0372ac;
  border-radius: 0 2rem 2rem 0;
  padding: 5px 10px;
  border: 0;
  margin: 0;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.fast-navigation button {
  background: #0372ac;
  border: 0;
  border-radius: 2rem 0 0 2rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.ppl {
  background-size: cover;
  height: 90vh;
  display: block;
  position: relative;
  overflow-x: clip;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: auto;
  width: 100%;
  z-index: 3;
}

.ppl img {
  width: 100%;
}

.ppl .box {
  position: absolute;
  right: 45.5%;
  bottom: 13%;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

.ppl .box b {
  font-weight: 700;
  font-size: calc(4.5vw + 16px);
  line-height: 1;
  color: var(--site6);
}

.ppl .box p {
  color: var(--site6);
  font-size: calc(2.3vw + 16px);
  line-height: 1;
  font-weight: 600;
}

.ppl .box a {
  margin-top: auto;
  background-color: var(--site7);
  border-color: var(--site7);
  border-radius: 99px;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.4rem 0.5rem;
  width: 100%;
  max-width: 216px;
  font-weight: 700;
}

.ppl::after {
  content: none;
  width: 100%;
  height: 5rem;
  background-color: red;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.cover .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .wrap {
  height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: auto;
  width: 100%;
  max-width: 880px;
  color: #fff;
  margin-left: 5.5rem;
  z-index: 1;
  position: relative;
  margin-top: 10rem;
}

.cover .top a {
  background-color: var(--site7);
  color: #fff;
  padding: 0.3rem 1.4rem;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  bottom: -1.5rem;
  left: 3rem;
}

.services {
  padding-block: 1rem;
  position: relative;
  width: 100%;
  background-color: #fff;
}

[dir="rtl"] .slick-prev {
  z-index: 9;
}

@media (min-width: 1200px) {
  .service:hover img {
    transform: scale(1.05);
  }
  .cover .wholeshape {
    background-position: center -30px;
    width: 111%;
    height: 100%;
  }

  .cover {
    position: relative;
    height: 75vh;
    width: 100%;
  }

  .star {
    width: 202px;
    top: 45%;
    left: -6%;
    aspect-ratio: 1;
    position: absolute;
    z-index: 1;
  }

  .cover .inner {
    display: block;
    position: absolute;
    height: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 1100px;
    background-position: 50% 0;
  }

  .cover .top {
    padding: 1rem 2rem;
    background-color: var(--site6);
    width: 100%;
    max-width: 90%;
    position: relative;
    min-height: 8rem;
  }

  .cover .top h2 {
    font-size: calc(2.15vw + 12px);
    margin: 0;
  }

  .cover .top p {
    margin-bottom: 2rem;
    padding: 0;
    font-size: calc(1vw + 6px);
    line-height: 1.2;
  }

  .cover .bott img {
    height: 100%;
  }

  .bn-news {
    padding-right: 100px;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    float: right;
    display: block;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    float: right;
    display: block;
  }

  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .side-banners.side-banners-right {
    right: 0;
  }

  .side-banners.side-banners-left {
    left: 0;
    border-radius: 0 15px 15px 0;
  }

  .cover .bott {
    margin-right: auto;
    background-color: transparent;
    width: 100%;
    max-width: 220px;
    aspect-ratio: 5 / 4;
    padding: 0.5rem;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1375px) {
  .star {
    width: 150px;
  }

  .mslide .wrapp {
    gap: 9rem;
  }

  .mslide .wrapp {
    left: 5rem;
  }
}

@media (min-width: 1375px) and (max-width: 1600px) {
  .ppl .box {
    right: 35%;
    bottom: 10%;
  }

  .events {
    margin-bottom: -12rem;
  }

  .cover .wrap {
    margin-left: 3.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1375px) {
  .cover .bott {
    max-width: 220px;
    justify-content: flex-end;
    padding: 2.5rem;
  }

  .ppl .box {
    right: 40%;
    bottom: 2%;
  }

  .events {
    margin-bottom: -10rem;
  }

  .cover .wrap {
    margin-left: 1.5rem;
  }

  .mslide .bg {
    width: 82vw;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .ecal .container {
    padding: 55px 0;
  }
}

@media (max-width: 1199px) {
  .cover {
    padding: 0;
    padding-top: 0;
  }

  .cal .calc {
    padding: 15px 1px;
  }

  .ecal .cal {
    margin: auto;
  }

  video,
  #toggle-video {
    display: none;
  }

  .centered {
    text-align: center;
  }

  .centered-banner img {
    max-width: 100%;
  }

  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }

  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }

  /* .cover .toggle-slick {
display: none;
}
*/
  .smart-nav-submit {
    margin: 0 auto;
  }

  .ecal .container > .row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .ecal .container .row > .col-lg-6:last-of-type {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }

  .ecal .container .row > .col-lg-6:first-of-type {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .cover .image {
    height: 50vh;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  body {
    margin-top: 0;
    padding-top: 70px;
  }

  .cover .wrap {
    height: auto;
    margin-top: auto;
    margin-left: unset;
    padding: 1rem;
    max-width: 100%;
    background-color: var(--site6);
    position: absolute;
    bottom: 0;
  }

  .cover .top a {
    bottom: 1rem;
  }

  .events {
    margin-bottom: -8rem;
  }

  .ppl .box {
    right: 37%;
    bottom: -12%;
  }

  .cover .wholeshape {
    display: none;
  }

  .cover .star {
    max-width: 175px;
    top: 100px;
    left: 10px;
    display: block;
    position: absolute;
    z-index: 9;
  }

  .cover .bott {
    display: none;
  }

  .mslide {
    height: 70vh;
  }

  .mslide .wave {
    display: none;
  }

  .mslide .bg {
    width: 100%;
  }

  .mslide .wrapp {
    height: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    top: unset;
    bottom: 0;
  }

  .cover-slick .slick-dots {
    width: fit-content;
    list-style-type: none;
    position: relative;
    padding-inline: 2rem;
    margin-top: 0;
    z-index: 1;
    top: 20px;
    left: 0;
  }
}

@media (max-width: 991px) {
  .cover .toggle-slick {
    display: none;
  }

  .cover .star {
    display: none;
  }

  .cover .mobile-only {
    display: block;
    height: 20rem;
    width: 100%;
    overflow: hidden;
  }

  .cover .mobile-only img {
    height: inherit;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .cover .image {
    background-image: none !important;
  }

  .ecal .container {
    padding: 55px 0;
  }

  .ecal .container .row > .col-lg-6:last-of-type {
    display: none;
  }

  .ecal .row > div:first-child .col:first-child::after {
    content: none;
  }

  .ecal .row > div:first-child .col:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 5px;
    background-color: var(--site6);
    height: 100%;
    transform: translateY(-50%);
    border-radius: 2px;
  }

  .ecal .row > div:first-child .col:last-child {
    margin-top: 0.5rem;
    padding-right: 2.5rem;
  }

  .ecal .list h3 {
    font-size: 1.5rem;
  }

  .cover .wrap {
    bottom: 4rem;
  }

  .cover .top a {
    inset: 0;
    margin: auto;
    height: 3rem;
    width: fit-content;
    margin-bottom: -62px;
  }

  .wrapp .top p {
    margin-bottom: 0.5rem;
  }

  .services-slick {
    padding: 0;
    margin: 0;
  }

  .services .service {
    padding: 0.5rem;
    margin: 0.5rem;
  }

  .services .container {
    padding: 0;
  }

  .events {
    margin-bottom: -7rem;
  }

  .mslide .pic {
    height: calc(100% - 8.5rem);
  }

  .mslide .wrapp {
    bottom: 8.5rem;
  }
  .mslide .credit {
    top: -15px;
    left: 0;
    background-color: var(--site6);
    padding: 3px 10px;
    bottom: auto;
    right: auto;
  }
}

@media (max-width: 700px) {
  .ppl img:first-of-type {
    display: none;
  }

  .ppl .mobile-only {
    display: flex;
    width: 100%;
  }

  .ppl .mobile-only {
    object-fit: contain;
  }

  .ppl .box {
    right: unset;
    position: relative;
    padding: 0 2.5rem;
  }

  .ppl .box b {
    font-size: calc(12.5vw + 16px);
  }

  .ppl .box p {
    font-size: calc(5vw + 16px);
    margin-bottom: 2rem;
  }

  .ppl .box a {
    margin-right: 1rem;
  }

  .footer .bg {
    height: 26rem;
  }

  .mslide .wrapp .top h2 {
    font-size: calc(3vw + 18px);
  }
}

@media (max-width: 600px) {
  .events {
    margin-bottom: -5rem;
    padding-bottom: 5rem;
  }

  .ecal .row > div:first-child .col:first-child {
    max-width: 100%;
  }

  .ecal .row > div:first-child img {
    width: 100%;
  }

  .ecal .container .row {
    flex-direction: column;
  }
  .cover-slick .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .service .icon {
    aspect-ratio: 1;
  }
  .service .icon img {
    width: 100%;
  }
}

/**/
