:root {
  --container-padding: 16px;
  --content-width: calc(1360px + (2 * var(--container-padding)));
  --grid-row-gap: 16px;
  --grid-column-gap: 16px; }
  @media (min-width: 768px) {
    :root {
      --grid-row-gap: 32px;
      --grid-column-gap: 32px;
      --container-padding: 32px; } }
  @media (min-width: 1124px) {
    :root {
      --grid-row-gap: 32px;
      --grid-column-gap: 32px;
      --container-padding: 32px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.offset-0 {
  grid-column-start: 1; }

.col-1 {
  grid-column-end: span 1; }

.offset-1 {
  grid-column-start: 2; }

.col-2 {
  grid-column-end: span 2; }

.offset-2 {
  grid-column-start: 3; }

.col-3 {
  grid-column-end: span 3; }

.offset-3 {
  grid-column-start: 4; }

.col-4 {
  grid-column-end: span 4; }

.offset-4 {
  grid-column-start: 5; }

.col-5 {
  grid-column-end: span 5; }

.offset-5 {
  grid-column-start: 6; }

.col-6 {
  grid-column-end: span 6; }

.offset-6 {
  grid-column-start: 7; }

.col-7 {
  grid-column-end: span 7; }

.offset-7 {
  grid-column-start: 8; }

.col-8 {
  grid-column-end: span 8; }

.offset-8 {
  grid-column-start: 9; }

.col-9 {
  grid-column-end: span 9; }

.offset-9 {
  grid-column-start: 10; }

.col-10 {
  grid-column-end: span 10; }

.offset-10 {
  grid-column-start: 11; }

.col-11 {
  grid-column-end: span 11; }

.offset-11 {
  grid-column-start: 12; }

.col-12 {
  grid-column-end: span 12; }

.offset-12 {
  grid-column-start: 13; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .offset-xs-0 {
    grid-column-start: 1; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .offset-xs-1 {
    grid-column-start: 2; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .offset-xs-2 {
    grid-column-start: 3; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .offset-xs-3 {
    grid-column-start: 4; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .offset-xs-4 {
    grid-column-start: 5; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .offset-xs-5 {
    grid-column-start: 6; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .offset-xs-6 {
    grid-column-start: 7; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .offset-xs-7 {
    grid-column-start: 8; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .offset-xs-8 {
    grid-column-start: 9; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .offset-xs-9 {
    grid-column-start: 10; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .offset-xs-10 {
    grid-column-start: 11; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .offset-xs-11 {
    grid-column-start: 12; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .offset-xs-12 {
    grid-column-start: 13; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .offset-sm-0 {
    grid-column-start: 1; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .offset-sm-1 {
    grid-column-start: 2; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .offset-sm-2 {
    grid-column-start: 3; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .offset-sm-3 {
    grid-column-start: 4; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .offset-sm-4 {
    grid-column-start: 5; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .offset-sm-5 {
    grid-column-start: 6; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .offset-sm-6 {
    grid-column-start: 7; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .offset-sm-7 {
    grid-column-start: 8; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .offset-sm-8 {
    grid-column-start: 9; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .offset-sm-9 {
    grid-column-start: 10; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .offset-sm-10 {
    grid-column-start: 11; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .offset-sm-11 {
    grid-column-start: 12; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .offset-sm-12 {
    grid-column-start: 13; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; } }

@media (min-width: 768px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .offset-md-0 {
    grid-column-start: 1; }
  .col-md-1 {
    grid-column-end: span 1; }
  .offset-md-1 {
    grid-column-start: 2; }
  .col-md-2 {
    grid-column-end: span 2; }
  .offset-md-2 {
    grid-column-start: 3; }
  .col-md-3 {
    grid-column-end: span 3; }
  .offset-md-3 {
    grid-column-start: 4; }
  .col-md-4 {
    grid-column-end: span 4; }
  .offset-md-4 {
    grid-column-start: 5; }
  .col-md-5 {
    grid-column-end: span 5; }
  .offset-md-5 {
    grid-column-start: 6; }
  .col-md-6 {
    grid-column-end: span 6; }
  .offset-md-6 {
    grid-column-start: 7; }
  .col-md-7 {
    grid-column-end: span 7; }
  .offset-md-7 {
    grid-column-start: 8; }
  .col-md-8 {
    grid-column-end: span 8; }
  .offset-md-8 {
    grid-column-start: 9; }
  .col-md-9 {
    grid-column-end: span 9; }
  .offset-md-9 {
    grid-column-start: 10; }
  .col-md-10 {
    grid-column-end: span 10; }
  .offset-md-10 {
    grid-column-start: 11; }
  .col-md-11 {
    grid-column-end: span 11; }
  .offset-md-11 {
    grid-column-start: 12; }
  .col-md-12 {
    grid-column-end: span 12; }
  .offset-md-12 {
    grid-column-start: 13; }
  .hide-md-up {
    display: none; } }

@media (max-width: 767px) {
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; } }

@media (min-width: 1124px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .offset-lg-0 {
    grid-column-start: 1; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .offset-lg-1 {
    grid-column-start: 2; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .offset-lg-2 {
    grid-column-start: 3; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .offset-lg-3 {
    grid-column-start: 4; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .offset-lg-4 {
    grid-column-start: 5; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .offset-lg-5 {
    grid-column-start: 6; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .offset-lg-6 {
    grid-column-start: 7; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .offset-lg-7 {
    grid-column-start: 8; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .offset-lg-8 {
    grid-column-start: 9; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .offset-lg-9 {
    grid-column-start: 10; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .offset-lg-10 {
    grid-column-start: 11; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .offset-lg-11 {
    grid-column-start: 12; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .offset-lg-12 {
    grid-column-start: 13; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1123px) {
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; } }

@media (min-width: 1500px) {
  .col-xlg-0 {
    grid-column-end: span 0; }
  .offset-xlg-0 {
    grid-column-start: 1; }
  .col-xlg-1 {
    grid-column-end: span 1; }
  .offset-xlg-1 {
    grid-column-start: 2; }
  .col-xlg-2 {
    grid-column-end: span 2; }
  .offset-xlg-2 {
    grid-column-start: 3; }
  .col-xlg-3 {
    grid-column-end: span 3; }
  .offset-xlg-3 {
    grid-column-start: 4; }
  .col-xlg-4 {
    grid-column-end: span 4; }
  .offset-xlg-4 {
    grid-column-start: 5; }
  .col-xlg-5 {
    grid-column-end: span 5; }
  .offset-xlg-5 {
    grid-column-start: 6; }
  .col-xlg-6 {
    grid-column-end: span 6; }
  .offset-xlg-6 {
    grid-column-start: 7; }
  .col-xlg-7 {
    grid-column-end: span 7; }
  .offset-xlg-7 {
    grid-column-start: 8; }
  .col-xlg-8 {
    grid-column-end: span 8; }
  .offset-xlg-8 {
    grid-column-start: 9; }
  .col-xlg-9 {
    grid-column-end: span 9; }
  .offset-xlg-9 {
    grid-column-start: 10; }
  .col-xlg-10 {
    grid-column-end: span 10; }
  .offset-xlg-10 {
    grid-column-start: 11; }
  .col-xlg-11 {
    grid-column-end: span 11; }
  .offset-xlg-11 {
    grid-column-start: 12; }
  .col-xlg-12 {
    grid-column-end: span 12; }
  .offset-xlg-12 {
    grid-column-start: 13; }
  .hide-xlg-up {
    display: none; } }

@media (max-width: 1499px) {
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; } }

.summary {
  background-color: var(--black);
  color: var(--white);
  padding: 77px 0 120px;
  text-align: center; }
  .summary p {
    margin: 0 18px;
    font-size: 24px;
    line-height: 40px;
    font-style: italic; }
    @media (max-width: 767px) {
      .summary p {
        margin: 0;
        font-size: 18px;
        line-height: 30px; } }
.circle-1 {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ada7a5; }

.circle-2 {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ada7a5; }

.circle-3 {
  position: absolute;
  bottom: 35px;
  left: 35px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ada7a5; }

.circle-4 {
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ada7a5; }

.story-box {
  position: relative;
  z-index: 100;
  width: 100%;
  border: 1px solid #ada7a5;
  background-color: transparent;
  clip-path: polygon(48px 0%, calc(100% - 48px) 0%, 100% 48px, 100% calc(100% - 48px), calc(100% - 48px) 100%, 48px 100%, 0% calc(100% - 48px), 0% 48px); }

.frame-box {
  position: relative; }
  .frame-box::after {
    content: '';
    position: absolute;
    border: 1px solid #ada7a5;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 20px;
    z-index: 1; }

.border-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: url("../media/border-1.png") no-repeat center center; }

.border-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: url("../media/border-3.png") no-repeat center center; }

.border-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: url("../media/border-2.png") no-repeat center center; }

.border-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: url("../media/border-4.png") no-repeat center center; }

.story {
  background: url("../media/story-bg.jpg") no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0 120px; }
  @media (max-width: 767px) {
    .story {
      min-height: 100vh;
      height: initial; } }
  .story .story-box {
    padding: 60px; }
  .story h4 {
    font-size: 16px;
    margin: 0 0 16px; }
  .story h2 {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .story h2 {
        font-size: 36px;
        line-height: 44px; } }
  .story p {
    font-size: 18px;
    line-height: 150%;
    margin: 0; }
    @media (max-width: 767px) {
      .story p {
        font-size: 16px; } }
section {
  position: relative; }

.characters {
  padding: 120px 0 170px;
  min-height: 100vh;
  text-align: center;
  background: url("../media/char-bg.jpg") no-repeat center center/cover;
  color: var(--white); }
  @media (max-width: 767px) {
    .characters {
      padding: 80px 0 120px; } }
  .characters h4 {
    font-size: 16px;
    margin: 0 0 16px; }
  .characters h2 {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .characters h2 {
        font-size: 36px;
        line-height: 44px; } }
  .characters p {
    font-size: 18px;
    line-height: 150%;
    margin: 0 35px 80px; }
    @media (max-width: 767px) {
      .characters p {
        font-size: 16px;
        margin: 0 0 40px; } }
@media (max-width: 767px) {
  .character-box {
    margin-bottom: 40px; } }

.character-box img {
  margin-bottom: 24px; }

.character-box h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 12px; }

.character-box p {
  font-size: 16px;
  margin: 0; }

.locations {
  background: url("../media/loc-bg.jpg") no-repeat center center/cover;
  padding: 120px 0 170px;
  text-align: center; }
  @media (max-width: 767px) {
    .locations {
      padding: 80px 0 120px; } }
  .locations h4 {
    font-size: 16px;
    margin: 0 0 16px; }
  .locations h2 {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .locations h2 {
        font-size: 36px;
        line-height: 44px; } }
  .locations p {
    font-size: 18px;
    line-height: 150%;
    margin: 0 35px 56px; }
    @media (max-width: 767px) {
      .locations p {
        font-size: 16px;
        margin: 0 0 40px; } }
.tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 56px;
  justify-content: center;
  gap: 80px; }
  @media (max-width: 1123px) {
    .tab-menu {
      gap: 40px; } }
  @media (max-width: 767px) {
    .tab-menu {
      flex-direction: column; } }
  .tab-menu li a {
    color: var(--black);
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px; }
    @media (max-width: 1123px) {
      .tab-menu li a {
        font-size: 18px; } }
    .tab-menu li a.active {
      border-bottom: 1px solid var(--black); }
      .tab-menu li a.active::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: -6px;
        width: 7px;
        height: 7px;
        background-color: var(--black);
        border-radius: 50%; }
      .tab-menu li a.active::before {
        content: '';
        position: absolute;
        bottom: -4px;
        right: -6px;
        width: 7px;
        height: 7px;
        background-color: var(--black);
        border-radius: 50%; }

.locations-box {
  display: none; }
  .locations-box.active {
    display: block; }

.tab-body .story-box {
  padding: 55px; }

.tab-body .frame-box {
  margin-bottom: 24px; }

.tab-body p {
  font-size: 16px;
  line-height: 150%;
  max-width: 644px;
  margin: 0 auto; }

.quotes {
  background: var(--black) url("../media/wolves.jpg") no-repeat center center;
  padding: 80px 0;
  color: var(--white);
  height: 100vh; }
  @media (max-width: 767px) {
    .quotes {
      min-height: 100vh;
      height: initial; } }
  .quotes .container,
  .quotes .grid,
  .quotes .frame-box,
  .quotes .story-box {
    height: 100%; }
  .quotes .col-12 {
    position: relative; }
  .quotes .story-box {
    display: flex;
    justify-content: center;
    align-items: center; }
  .quotes blockquote {
    max-width: 976px;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
    text-align: center;
    padding: 60px 40px; }
    @media (max-width: 767px) {
      .quotes blockquote {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 130px; } }
.about {
  background: url("../media/about-bg.jpg") no-repeat center center/cover;
  padding: 120px 0 80px;
  text-align: center;
  color: var(--black);
  height: 100vh; }
  @media (max-width: 767px) {
    .about {
      min-height: 100vh;
      height: initial;
      padding: 80px 0 120px; } }
  .about h4 {
    font-size: 16px;
    margin: 0 0 16px; }
  .about h2 {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 64px; }
    @media (max-width: 767px) {
      .about h2 {
        font-size: 36px;
        line-height: 44px; } }
  .about p {
    font-size: 18px;
    line-height: 150%;
    margin: 0 35px; }
    @media (max-width: 767px) {
      .about p {
        margin: 0; } }
.quote-box {
  margin: 63px;
  padding-top: 58px;
  background: url("../media/q.svg") no-repeat left top;
  text-align: left; }
  @media (max-width: 767px) {
    .quote-box {
      margin: 10px 40px 50px; } }
  .quote-box .quote {
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 16px; }
    @media (max-width: 767px) {
      .quote-box .quote {
        font-size: 16px; } }
  .quote-box .author {
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    margin: 0 0 32px; }

.book {
  background: url("../media/mor-book.jpg") no-repeat center center/cover; }

.swiper-wrapper {
  padding-bottom: 50px; }

.pag {
  max-width: 132px;
  position: relative;
  margin: 0 auto; }

.swiper-button-next {
  background: url("../media/right.svg") no-repeat center center;
  width: 55px;
  height: 23px;
  right: 0;
  top: initial;
  bottom: 0; }
  .swiper-button-next::after {
    display: none; }

.swiper-button-prev {
  background: url("../media/left.svg") no-repeat center center;
  width: 55px;
  height: 23px;
  left: 0;
  top: initial;
  bottom: 0; }
  .swiper-button-prev::after {
    display: none; }

:root {
  --white: #FFFFFF;
  --black: #000; }

*:focus,
*:focus-visible {
  outline: none; }

body {
  font-family: "Merriweather", serif;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

a {
  text-decoration: none; }

strong,
b {
  font-weight: 900; }

img {
  max-width: 100%; }

.locked {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

*,
*:before,
*:after {
  box-sizing: border-box; }

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

.btn {
  display: inline-block;
  background-color: var(--black);
  color: var(--white);
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 50px; }
  .btn:hover {
    background-color: var(--white);
    color: var(--black); }

.btn-white {
  display: inline-block;
  background-color: var(--white);
  color: var(--black);
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 50px; }
  .btn-white:hover {
    background-color: var(--black);
    color: var(--white); }

header {
  width: 100%;
  height: 100vh;
  background: url("../media/mor.jpg") no-repeat center center/cover;
  padding: 25px 0 40px;
  position: relative; }
  @media (max-width: 767px) {
    header {
      min-height: 100vh;
      height: initial; } }
  header .container,
  header .frame-box,
  header .story-box {
    height: 100%; }
    @media (max-width: 767px) {
      header .container,
      header .frame-box,
      header .story-box {
        min-height: 100vh; } }
  header nav {
    display: flex;
    justify-content: center; }
    header nav ul {
      display: flex;
      align-items: center;
      padding: 0;
      margin: 40px 0 0 0;
      gap: 16px;
      list-style: none;
      padding: 6px 8px 6px 24px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 12px; }
      @media (max-width: 1123px) {
        header nav ul {
          gap: 8px; } }
      header nav ul li a {
        display: inline-block;
        color: var(--white);
        font-size: 16px;
        line-height: 32px;
        padding: 4px 8px;
        border-radius: 12px;
        font-weight: bold; }
        @media (max-width: 1123px) {
          header nav ul li a {
            font-size: 14px;
            line-height: 24px; } }
        @media (max-width: 767px) {
          header nav ul li a {
            font-size: 14px;
            line-height: 24px; } }
        header nav ul li a.order {
          color: var(--black);
          padding: 4px 8px;
          border-radius: 12px;
          background-color: var(--white);
          font-style: italic;
          text-transform: uppercase;
          transition: all 0.3s ease-in-out; }
          header nav ul li a.order span {
            font-weight: normal;
            font-size: 30px;
            line-height: 16px;
            font-style: normal;
            position: relative;
            top: 4px; }
        header nav ul li a:hover {
          color: var(--white);
          background-color: var(--black);
          transition: all 0.3s ease-in-out; }
      @media (max-width: 767px) {
        header nav ul li {
          display: none; }
          header nav ul li:nth-child(1) {
            display: block; }
          header nav ul li:last-child {
            display: block; }
            header nav ul li:last-child a.order {
              margin: 0; } }
.logo {
  text-align: center;
  margin-top: 96px; }
  @media (max-width: 767px) {
    .logo img {
      max-width: 240px; } }
.header-bottom {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 245px;
  text-align: center; }
  .header-bottom .cta {
    display: block;
    color: var(--black);
    padding: 17px 17px;
    border-radius: 12px;
    background-color: var(--white);
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out; }
    .header-bottom .cta span {
      font-weight: normal;
      font-size: 30px;
      line-height: 16px;
      font-style: normal;
      position: relative;
      top: 4px; }
    .header-bottom .cta:hover {
      color: var(--white);
      background-color: var(--black);
      transition: all 0.3s ease-in-out; }

.slide {
  font-size: 14px;
  color: var(--white);
  padding-bottom: 37px;
  background: url("../media/icon.svg") no-repeat center bottom; }
  .slide.black {
    background: url("../media/icon-black.svg") no-repeat center bottom;
    color: #383635; }
  .slide.grey {
    background: url("../media/icon-grey.svg") no-repeat center bottom;
    color: #ADA7A5; }
  .slide.absolute {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center; }

footer {
  background-color: var(--black);
  color: var(--white); }

.about-author {
  padding: 114px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .about-author {
      padding: 80px 0; } }
  .about-author h4 {
    font-size: 16px;
    margin: 0 0 16px;
    text-transform: uppercase; }
  .about-author h2 {
    font-size: 36px;
    line-height: 120%;
    margin: 0 0 24px; }
  .about-author p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 40px 30px; }
    @media (max-width: 767px) {
      .about-author p {
        margin: 0 0 30px;
        font-size: 14px; } }
  .about-author a {
    color: var(--white);
    text-decoration: underline; }
    .about-author a:hover {
      text-decoration: none; }

.book {
  position: relative;
  height: 100%; }
  @media (max-width: 1123px) {
    .book {
      min-height: 800px; } }
  @media (max-width: 767px) {
    .book {
      min-height: 500px; } }
  .book .order {
    display: inline-block;
    color: var(--black);
    padding: 16px 27px;
    border-radius: 12px;
    background-color: var(--white);
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 114px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .book .order {
        font-size: 16px; } }
    .book .order span {
      font-weight: normal;
      font-size: 30px;
      line-height: 16px;
      font-style: normal;
      position: relative;
      top: 4px; }
    .book .order:hover {
      color: var(--white);
      background-color: var(--black);
      transition: all 0.3s ease-in-out; }

.footer {
  border-top: 1px solid #383635;
  border-bottom: 1px solid #383635;
  font-size: 14px;
  color: #ADA7A5;
  padding: 24px 0; }
  .footer p {
    margin: 0;
    width: 100%; }
  .footer .col-12 {
    align-items: center;
    display: flex; }
    @media (max-width: 767px) {
      .footer .col-12 {
        text-align: center; } }
    .footer .col-12.right {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .footer .col-12.right {
          justify-content: center; } }
    .footer .col-12 ul {
      padding: 0;
      margin: 0;
      display: flex;
      list-style: none;
      gap: 24px; }
      .footer .col-12 ul a {
        color: #ADA7A5; }
        .footer .col-12 ul a:hover {
          color: var(--white); }

.last-desc {
  padding: 24px 0; }
  .last-desc p {
    font-size: 12px;
    line-height: 20px;
    color: #ADA7A5;
    margin: 0; }

.page {
  background: url("../media/loc-bg.jpg") no-repeat center center/cover;
  min-height: 100vh;
  padding: 120px 0 170px; }
  .page .back {
    display: inline-block;
    color: var(--black);
    margin-bottom: 30px;
    background: url("../media/left.svg") no-repeat center left;
    padding: 4px 0 4px 70px;
    text-decoration: none; }
  .page h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page h1 {
        font-size: 32px;
        line-height: 42px; } }
  .page h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page h2 {
        font-size: 20px; } }
  .page p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 30px;
    max-width: 900px; }
  .page a {
    color: var(--black);
    text-decoration: underline; }
    .page a:hover {
      text-decoration: none; }

.cc-revoke, .cc-window {
  font-family: "Merriweather", serif;
  font-size: 14px; }
