.mobile-menu-custom {
  transition: 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  top: 0;
  overflow-y: scroll;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}
.mobile-menu-custom::-webkit-scrollbar {
  width: 0;
}
.mobile-menu-custom .nav-mm-header {
  border-bottom: 1px solid #000;
  padding: 1.5rem;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.mobile-menu-custom[bool=false] {
  transform: scale(0);
}
.mobile-menu-custom[bool=true] {
  transform: scale(1);
}
.mobile-menu-custom img:nth-child(1) {
  width: 10rem;
}
.mobile-menu-custom img:nth-child(2) {
  transition: 0.2s ease;
  width: 5rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  cursor: pointer;
  padding: 0.5rem;
  box-shadow: 8px 8px 0px 0px rgb(0, 0, 0);
}
.mobile-menu-custom img:nth-child(2):hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.arrange-meeting-section-mm {
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.arrange-meeting-section-mm button {
  transition: 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #63cfbf;
  border: 1px solid #000;
  color: #000;
  padding: 0.5rem;
  height: 60px;
  border-radius: 100px;
  width: 277px;
  box-shadow: 5px 6px 0px 0 rgba(0, 0, 0, 0.2470588235);
  position: relative;
}
.arrange-meeting-section-mm button img {
  transition: 0.4s ease;
  width: 2rem !important;
  transform: rotateZ(-90deg);
  position: absolute;
  right: 1rem;
  z-index: 9999999;
}
.arrange-meeting-section-mm button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  border: 1px solid #000;
  top: 7px;
  left: 7px;
}
.arrange-meeting-section-mm button::after {
  content: "Set a meeting";
  position: absolute;
  background-color: inherit;
  width: 100%;
  border-radius: inherit;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.arrange-meeting-section-mm button:hover {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
}
.arrange-meeting-section-mm button:hover::before {
  top: 0;
  left: 0;
}
.arrange-meeting-section-mm button:hover img {
  right: 2rem;
}

.mm-cover-ex {
  padding: 1.5rem;
}
.mm-cover-ex ul {
  margin-bottom: 1rem;
}
.mm-cover-ex ul h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mm-cover-ex ul h2 img {
  transition: 0.2s ease;
  width: 1rem !important;
}
.mm-cover-ex ul .ul-data-mm {
  transition: 0.2s ease;
  margin-left: 1rem;
  overflow: hidden;
  height: 0;
}

header {
  padding: 5rem 0 !important;
}

@media (max-width: 649px) {
  header {
    padding: 1rem !important;
  }
}
@media (max-width: 768px) {
  header button {
    display: block !important;
  }
}
.css-hm {
  height: 60px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .css-hm {
    display: none;
  }
}
.css-hm ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.css-hm ul li {
  margin: 0 1rem;
}
.css-hm ul li .inner-menu-hm {
  transition: 0.08s ease;
  position: absolute;
  background-color: #fff;
  padding: 2rem 3rem;
  border: 1px solid black;
  border-radius: 5px;
  transform: scale(0);
}
.css-hm ul li .inner-menu-hm ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.css-hm ul li .inner-menu-hm li a {
  transition: 0.2s ease;
  display: flex;
  width: 25rem;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1.4rem 1rem;
  border-bottom: 1px solid #dcd9d9;
}
.css-hm ul li .inner-menu-hm li a:hover {
  background-color: #f5f5f5;
  border-color: transparent;
  padding-left: 4rem;
}
.css-hm ul li .inner-menu-hm li:nth-last-child(1) a {
  border-bottom: 0px solid #dcd9d9;
}
.css-hm ul li:hover .inner-menu-hm {
  transform: scale(1);
}

#slider-past {
  overflow-x: scroll;
  scroll-behavior: smooth;
  border-radius: 10px;
  border: 1px solid black !important;
}
#slider-past::-webkit-scrollbar {
  height: 0;
}
#slider-past .slide {
  margin: 0 !important;
  border: none !important;
}

#scroll-sl-cs {
  transition: 0.2s ease;
  cursor: pointer;
  width: 5rem;
  margin: 2rem;
}
#scroll-sl-cs[role=left] {
  transform: rotateZ(-180deg);
}
#scroll-sl-cs[role=left]:hover {
  transform: rotateZ(-180deg) scale(1.1);
}
#scroll-sl-cs:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=custom.css.map */