/* laymic */
.laymic_root {
  z-index: 1000;
}

.laymic_page_wrapper {
  --page-aspect-height: 976;
  --page-aspect-width: 690;
  --slide-width: calc(50vw - var(--viewer-padding));

  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: calc(var(--slide-width) * var(--page-aspect-height) / var(--page-aspect-width));
  overflow: hidden;
  color: #fafafa;
}

.laymic_isVertView .laymic_page_wrapper,
.laymic_isSingleSlide .laymic_page_wrapper {
  --slide-width: calc(100% - var(--viewer-padding) * 2);
}

.laymic_page_wrapper a {
  color: #fafafa;
}

.laymic_page_wrapper br {
  display: none;
}

.laymic_page_wrapper span {
  margin: 0.5rem 0;
}

.bg_white {
  color: #333;
  background: #fff;
}

.bg_white a {
  color: #333;
}

.laymic_page_landscapes,
.laymic_page_portraits {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.laymic_page_landscapes {
  flex-flow: column nowrap;
}

.laymic_page_landscapes:first-of-type {
  justify-content: flex-end;
}

.laymic_page_landscapes:last-of-type {
  justify-content: flex-start;
}

.laymic_page_landscapes:only-of-type {
  justify-content: center;
}

.laymic_page_portraits:first-of-type {
  align-items: flex-end;
}

.laymic_page_portraits:last-of-type {
  align-items: flex-start;
}

.laymic_page_portraits:only-of-type {
  align-items: center;
}

/* laymic end */
.bntri-hover {
  width: 160px;
  height: 55px;
  margin: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-size: 300% 100%;
  border: none;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  moz-transition: all 0.4s ease-in-out;
}

.bntri-hover:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bntri-hover:focus {
  outline: none;
}

.bntri-hover.bntri-ch {
  text-decoration: none;
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgb(65 132 234 / 75%);
}

a .bntri-hover.bntri-ch {
  font-size: 20px;
  font-weight: 600;
}

button {
  width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background: none;
  border: 0;
}
