.scrollDisable {
  overflow: hidden;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.bg-gradient-orange {
  background: linear-gradient(180deg, #f37658, #f9aa4e 100%);
}

.bg-color-black {
  background-color: #000;
}

.bg-color-brown {
  background-color: #251605;
}

.bg-color-brown-light {
  background-color: #937666;
}

.bg-color-vanilla {
  background-color: #faf3dd;
}

.bg-color-gray {
  background-color: #696d76;
}

.bg-color-gray-light {
  background-color: #a7a4a1;
}

.bg-color-tongue {
  background-color: #ce8f8f;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: local("Bebas Neue Pro Regular"), local("BebasNeuePro-Regular"), url("../fonts/BebasNeuePro-Regular.woff2") format("woff2"), url("../fonts/BebasNeuePro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: local("Bebas Neue Pro Light"), local("BebasNeuePro-Light"), url("../fonts/BebasNeuePro-Light.woff2") format("woff2"), url("../fonts/BebasNeuePro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: local("Bebas Neue Pro Bold"), local("BebasNeuePro-Bold"), url("../fonts/BebasNeuePro-Bold.woff2") format("woff2"), url("../fonts/BebasNeuePro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: local("Bebas Neue Pro Middle"), local("BebasNeuePro-Middle"), url("../fonts/BebasNeuePro-Middle.woff2") format("woff2"), url("../fonts/BebasNeuePro-Middle.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro Book';
  src: local("Bebas Neue Pro Book"), local("BebasNeuePro-Book"), url("../fonts/BebasNeuePro-Book.woff2") format("woff2"), url("../fonts/BebasNeuePro-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Benzin';
  src: local("Benzin Medium"), local("Benzin-Medium"), url("../fonts/Benzin-Medium.woff2") format("woff2"), url("../fonts/Benzin-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Benzin';
  src: local("Benzin Bold"), local("Benzin-Bold"), url("../fonts/Benzin-Bold.woff2") format("woff2"), url("../fonts/Benzin-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #000;
  color: #fff;
}

body.contentLocked {
  overflow: hidden;
}

html,
body {
  height: 100%;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.section-title {
  font-family: 'Benzin', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.section-title span {
  display: block;
  font-family: 'Bebas Neue Pro Book', sans-serif;
  font-weight: normal;
}

.section-inner .section-title {
  color: #251605;
  font-size: 9vw;
  line-height: 1;
}

.text-hidden {
  display: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-color-white {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}

*::-webkit-scrollbar-thumb {
  background-color: #0f0902;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #321e07;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */

#page-container {
  position: relative;
  min-height: 100%;
}

#page-container .aside {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}

#page-container .aside-inner {
  position: sticky;
  top: 0;
}

#page-container main {
  position: relative;
}

.container {
  padding: 0 25px;
  max-width: 1600px;
  margin: 0 auto;
}

.section {
  position: relative;
}

.section:not(.section-fullscreen) {
  min-height: 100%;
}

.section-grid {
  display: grid;
  grid-auto-columns: auto;
}

.section-grid-bg-media {
  overflow: hidden;
  pointer-events: none;
}

.section-grid-bg-media,
.section-grid .content {
  grid-row-start: 1;
  grid-column-start: 1;
}

.section-grid-bg-media img,
.section-grid-bg-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-grid .content {
  z-index: 1;
}

.section-grid .content-v-center {
  align-self: center;
}

.section-grid .content-v-end {
  align-self: flex-end;
}

.section-grid .content-h-center {
  justify-self: center;
}

.section .content img {
  max-width: 100%;
}

.section-fullscreen {
  height: 100%;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-inner .content {
  padding: 70px 0;
}

.section-inner .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: -1;
}

.section-inner .description .section-title {
  width: 100%;
  text-align: center;
}

.description {
  text-align: center;
}

.panel-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.panel-top-inner {
  display: flex;
  justify-content: space-between;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 8px 16px;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: transparent;
  transition: all .2s ease-out;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  text-decoration: none;
}

.btn:disabled {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-block {
  width: 100%;
}

.btn-border-white {
  color: #faf3dd;
  border: 4px solid #fff;
}

.btn-border-white:hover {
  color: #795845;
  background-color: #fff;
  border-color: #594032;
}

.btn-border-brown {
  color: #795845;
  border: 4px solid #795845;
}

.btn-border-brown:hover {
  color: #faf3dd;
  background-color: #594032;
}

.btn-text-brown {
  color: #795845;
}

.btn-text-brown:hover {
  color: #faf3dd;
  background-color: #594032;
}

.btn-img {
  padding: 8px 16px;
  border: none;
  color: #faf3dd;
  cursor: pointer;
  background: none;
}

.btn-img-text {
  display: flex;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 4px solid transparent;
  transition: all .2s ease-out;
}

.btn-img-text:hover {
  border-color: #fff;
}

.btn-img-text:hover img,
.btn-img-text:hover svg {
  transform: scale(1.1);
}

.btn-img-text:hover svg {
  fill: #fff;
}

.btn-img-text img,
.btn-img-text svg {
  margin-right: 10px;
  transition: all .3s ease;
}

.btn-img-border-white {
  border: 4px solid #fff;
}

.btn-img-border-white:hover {
  color: #795845;
  background-color: #fff;
  border-color: #594032;
}

.btn-img img,
.btn-img svg {
  display: block;
  width: 28px;
  height: 21px;
  fill: currentColor;
  transition: all .1s ease;
}

.btn-close {
  position: absolute;
  padding: 15px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: transparent;
}

.btn-close span {
  position: relative;
  display: block;
  width: 36px;
  height: 4px;
  background-color: #937666;
}

.btn-close span:first-child {
  transform: rotate(45deg);
}

.btn-close span:last-child {
  top: -4px;
  transform: rotate(-45deg);
}

textarea {
  resize: none;
}

.form-control {
  width: 100%;
}

.main-menu {
  width: 100%;
  margin-bottom: 6vh;
}

.main-menu ul {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu a {
  display: flex;
  padding: 4vh 0;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease-out;
  width: 100%;
}

.social-media .social-media-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-media .social-media-list li {
  position: relative;
}

.social-media .social-media-list a {
  display: block;
  padding: 5px;
  text-decoration: none;
}

.social-media .social-media-list a:hover img,
.social-media .social-media-list a:hover svg {
  transform: scale(1.1);
}

.social-media .social-media-list a:hover svg {
  fill: #fff;
}

.social-media .social-media-list img,
.social-media .social-media-list svg {
  display: block;
  width: 38px;
  height: 38px;
  transition: all .2s ease-out;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.main-header #mobileMenuTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: none;
  background-color: #251605;
  cursor: pointer;
}

.main-header #mobileMenuTrigger span {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 3px;
  margin: 2px auto;
  transition: top, transform 0.3s 0s;
  background-color: #fff;
  transition-duration: 0s;
}

.main-header #mobileMenuTrigger span:first-child,
.main-header #mobileMenuTrigger span:last-child {
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.mobileMenuActive .main-header #mobileMenuTrigger span {
  background-color: #fff;
  transition-delay: 0.2s;
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child,
.mobileMenuActive .main-header #mobileMenuTrigger span:last-child {
  transition-delay: 0s, 0.2s;
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child {
  top: 7px;
  transform: rotate(45deg);
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child + span {
  background-color: rgba(0, 0, 0, 0);
}

.mobileMenuActive .main-header #mobileMenuTrigger span:last-child {
  top: -7px;
  transform: rotate(-45deg);
}

.section-main {
  color: #fff;
}

.section-main .section-title {
  color: #faf3dd;
  font-size: 7vw;
  line-height: 1;
  text-transform: capitalize;
}

.section-main .section-title span {
  font-size: 5vw;
  margin-top: 3vh;
}

.section-preview .content {
  color: #faf3dd;
}

.section-preview .section-title {
  color: #faf3dd;
  font-size: 3.375rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
}

.section-preview .section-title span {
  margin-top: 10px;
  font-size: 2.625rem;
  line-height: 1;
}

.section-preview .bottom-info {
  position: relative;
  align-self: flex-end;
  text-align: center;
}

.section-preview .bottom-info:before {
  content: '';
  display: block;
  width: 1px;
  height: 68px;
  background-color: #d9d9d9;
  z-index: 1;
}

.section-preview p {
  font-size: 1.375rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.section-michellese .michellese-list {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.section-michellese .michellese-item blockquote {
  margin: 0;
  padding: 0 30px;
  color: #faf3dd;
  font-family: 'Benzin', sans-serif;
  font-weight: 500;
}

.section-michellese .michellese-item blockquote p {
  margin: 0;
}

.section-michellese .michellese-item blockquote footer {
  margin-top: 10px;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

.section-memories .memories-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 25px;
  list-style: none;
}

.section-memories .memories-item blockquote {
  margin: 70px 0 0 0;
  font-family: 'Benzin', sans-serif;
  font-weight: 500;
}

.section-memories .memories-item blockquote footer {
  margin-top: 15px;
  font-family: 'Bebas Neue Pro Book', sans-serif;
  font-weight: normal;
}

.section-memories .description .openShareStoryBtn {
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  z-index: 1;
}

.section-share-story {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.section-share-story .container {
  display: flex;
  flex-direction: column;
}

.section-share-story .content,
.section-share-story .container,
.section-share-story form,
.section-share-story .share-story-steps,
.section-share-story .share-story-step,
.section-share-story .share-story-grid {
  height: 100%;
}

.section-share-story .section-title {
  margin-bottom: 4vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #c6b5a1;
  color: #795845;
}

.section-share-story .share-story {
  flex: 1;
  position: relative;
}

.section-share-story .share-story-steps .form-data {
  background-color: #795845;
}

.section-share-story .share-story-steps .form-data-error {
  background-color: #d85d5d;
}

.section-share-story .share-story-step-title {
  color: #251605;
  font-family: 'Benzin', sans-serif;
  font-weight: 500;
}

.section-share-story .share-story-step .form-control {
  color: #faf3dd;
  font-weight: 300;
  border: none;
  background-color: transparent;
}

.section-share-story .share-story-step .form-control::placeholder {
  color: #faf3dd;
}

.section-share-story .share-story-step .form-control:focus,
.section-share-story .share-story-step .form-control:active {
  outline: none;
  background: transparent;
}

.section-share-story .share-story-grid {
  display: flex;
  justify-content: space-between;
}

.section-share-story .share-story-info {
  position: absolute;
  font-family: 'Benzin', sans-serif;
  font-weight: normal;
  color: #bdb6b2;
}

.section-share-story .share-story-info-active {
  color: #795845;
}

.section-share-story .share-story-nav {
  position: absolute;
  display: flex;
  gap: 12px;
}

.section-share-story .thankYouMessage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  padding: 3vw 0;
  color: #000;
  font-family: 'Benzin', sans-serif;
  font-weight: 500;
}

.section-share-story .thankYouMessage p {
  max-width: 420px;
}

.section-photos .gallery {
  gap: 8vw;
}

.section-photos .gallery img {
  display: block;
  width: 100%;
  margin-bottom: 8vw;
  object-fit: cover;
}

.section-music {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  /* Changing the font sizes to suitable ones */
  /* Using flex with the row direction to
       align items in a horizontal direction */
  /* Change the opacity when mouse is hovered */
  /* Define the slider width so that it scales properly */
  /* Modify the appearance of the slider */
  /* Modify the appearance of the slider thumb */
  /* Change the opacity when mouse is hovered */
}

.section-music .music-grid {
  display: grid;
  grid-auto-columns: auto;
}

.section-music .music-grid-layer {
  grid-row-start: 1;
  grid-column-start: 1;
}

.section-music .section-title {
  color: #795845;
  font-size: 10vw;
  line-height: 1;
}

.section-music .player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #faf3dd;
}

.section-music .details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
}

.section-music .now-playing {
  font-size: 1rem;
  letter-spacing: 3px;
}

.section-music .track-artist {
  font-size: 3.25rem;
  line-height: 1;
}

.section-music .track-name {
  margin-top: 30px;
}

.section-music .buttons {
  display: flex;
  gap: 8vw;
  align-items: center;
  margin-top: 10px;
}

.section-music .playpause-track,
.section-music .prev-track,
.section-music .next-track {
  padding: 10px;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity .2s ease-out;
}

.section-music .playpause-track:hover,
.section-music .prev-track:hover,
.section-music .next-track:hover {
  opacity: 1.0;
}

.section-music .slider_container {
  width: 75%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-music .seek_slider,
.section-music .volume_slider {
  appearance: none;
  height: 5px;
  background-color: #937666;
  opacity: 0.7;
  transition: opacity .2s;
  border-radius: 3px;
}

.section-music .seek_slider::-webkit-slider-thumb,
.section-music .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
}

.section-music .seek_slider:hover,
.section-music .volume_slider:hover {
  opacity: 1.0;
}

.section-music .seek_slider {
  width: 60%;
}

.section-music .volume_slider {
  width: 30%;
}

.section-music .current-time,
.section-music .total-duration {
  padding: 10px;
}

.section-music .icon-volume {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .show-on-mobile {
    display: none;
  }

  .panel-top {
    padding: 30px 0 30px 120px;
    backdrop-filter: blur(1px);
  }

  aside {
    position: absolute;
    display: block;
    max-width: 120px;
  }

  .section-inner {
    padding-left: 120px;
  }

  .main-menu {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
  }

  .main-menu li {
    min-height: calc(100vh /4);
    text-align: center;
    overflow: hidden;
  }

  .main-menu li:nth-child(3) a {
    background-color: #696d76;
  }

  .main-menu li:nth-child(3):hover a {
    background-color: #5d6169;
  }

  .main-menu li:nth-child(2) a {
    background-color: #ce8f8f;
  }

  .main-menu li:nth-child(2):hover a {
    background-color: #c67d7d;
  }

  .main-menu li:nth-child(1) a {
    background-color: #937666;
  }

  .main-menu li:nth-child(1):hover a {
    background-color: #846a5c;
  }

  .main-menu a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.375rem;
    line-height: 1;
  }

  .main-menu a:hover {
    transform: scale(1.2);
  }

  .social-media .social-media-list {
    align-items: center;
  }

  .social-media .social-media-list svg {
    fill: #faf3dd;
  }

  .main-header {
    display: none;
  }

  .section-preview .content {
    padding-top: 16vh;
  }

  .section-preview .bottom-info:before {
    margin: 6vh auto;
  }

  .section-michellese .michellese-item blockquote {
    font-size: 2.875rem;
    line-height: 1.47826;
  }

  .section-michellese .michellese-item footer {
    font-size: 2rem;
    line-height: 1;
  }

  .section-memories .memories-item blockquote {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .section-memories .memories-item blockquote footer {
    font-size: 1.625rem;
    line-height: 1.07692;
  }

  .section-share-story .content {
    padding: 70px 0;
  }

  .section-share-story .section-title {
    font-size: 7vw;
  }

  .section-share-story .share-story-steps .form-data {
    padding: 28px 28px 60px 28px;
  }

  .section-share-story .share-story-grid {
    gap: 6vw;
  }

  .section-share-story .share-story-grid-item {
    flex: 1;
  }

  .section-share-story .share-story-info {
    left: calc(50% - 70px);
    bottom: 0;
    transform: translateX(-50%);
    font-size: 2.625rem;
    line-height: 1.2381;
  }

  .section-share-story .share-story-nav {
    right: 28px;
    bottom: 28px;
  }

  .section-share-story .thankYouMessage {
    font-size: 2.25rem;
    line-height: 1.33333;
  }

  .section-music {
    padding-left: 120px;
  }

  .section-music .description {
    align-self: center;
  }

  .section-music .track-name {
    font-size: 3.25rem;
    line-height: 1;
  }

  .section-music .playpause-track svg {
    width: 78px;
    height: 92px;
  }

  .section-music .prev-track svg,
  .section-music .next-track svg {
    width: 54px;
    height: 48px;
  }
}

@media (min-width: 992px) {
  .section-inner .description {
    height: 100vh;
  }

  .section-share-story .share-story-step-title {
    font-size: 3.25rem;
    line-height: 1.23077;
  }

  .section-share-story .share-story-step .form-control {
    font-size: 3.625rem;
    line-height: 1;
  }

  .section-photos .gallery {
    columns: 3;
  }
}

@media (min-width: 1200px) {
  .btn-close {
    top: 40px;
    right: 40px;
  }

  .section-michellese .michellese-item {
    max-width: 690px;
    margin-top: 30px;
  }

  .section-michellese .michellese-item:nth-child(even) {
    margin-left: auto;
  }
}

@media (max-width: 1399.98px) {
  .section-memories .description .openShareStoryBtn {
    display: none;
  }

  .section-memories .panel-bottom {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .btn-close {
    top: 20px;
    right: 0;
  }

  .section-michellese .michellese-item {
    margin-top: 70px;
  }
}

@media (max-width: 991.98px) {
  .section-inner .description {
    height: 25vh;
  }

  .section-memories .panel-bottom {
    margin-top: 50vh;
  }

  .section-share-story .share-story-step-title {
    font-size: 1.625rem;
    line-height: 1.38462;
  }

  .section-share-story .share-story-step .form-control {
    font-size: 2.25rem;
    line-height: 1.11111;
  }
}

@media (max-width: 767.98px) {
  .hide-on-mobile {
    display: none;
  }

  .panel-top-inner {
    flex-direction: column;
  }

  .panel-top .mobile-panel {
    position: fixed;
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(1px);
  }

  .panel-top .mobile-panel-top {
    right: 0;
    display: flex;
    justify-content: flex-end;
  }

  .panel-top .mobile-panel-top .btn-img {
    border-color: transparent;
  }

  .panel-top .mobile-panel-bottom {
    left: 50%;
    bottom: 0;
    padding: 15px 0;
    transform: translateX(-50%);
  }

  aside {
    position: fixed;
    display: none;
  }

  .mobileMenuActive aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .main-menu ul {
    flex-direction: column-reverse;
  }

  .main-menu li:nth-child(3) a {
    border-color: #696d76;
  }

  .main-menu li:nth-child(2) a {
    border-color: #ce8f8f;
  }

  .main-menu li:nth-child(1) a {
    border-color: #937666;
  }

  .main-menu a {
    padding-left: 15px;
    color: #fff;
    font-size: 2.625rem;
    line-height: 1;
    border-left: 8px solid transparent;
  }

  .social-media {
    padding-left: 23px;
  }

  .social-media .social-media-list svg {
    fill: #fff;
  }

  .main-header {
    display: block;
  }

  .section-preview .content {
    padding-bottom: 100px;
    align-self: flex-end;
  }

  .section-preview .bottom-info:before {
    margin: 6vh auto;
  }

  .section-michellese .michellese-item blockquote {
    font-size: 1.625rem;
    line-height: 1.46154;
  }

  .section-michellese .michellese-item blockquote img {
    height: 30px;
  }

  .section-michellese .michellese-item footer {
    font-size: 1.25rem;
    line-height: 1;
  }

  .section-memories .memories-item blockquote {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .section-memories .memories-item blockquote footer {
    font-size: 1.375rem;
    line-height: 1.09091;
  }

  .section-share-story .content {
    padding: 70px 0 30px;
  }

  .section-share-story .description {
    text-align: left;
  }

  .section-share-story .section-title {
    font-size: 10vw;
  }

  .section-share-story .share-story-steps .form-data {
    flex: 1;
    max-height: 320px;
    padding: 18px 18px 80px 18px;
  }

  .section-share-story .share-story-grid {
    flex-direction: column;
  }

  .section-share-story .share-story-info {
    bottom: 340px;
    font-size: 1.375rem;
    line-height: 1;
  }

  .section-share-story .share-story-nav {
    right: 18px;
    bottom: 18px;
  }

  .section-share-story .thankYouMessage {
    flex-direction: column;
    font-size: 1.625rem;
    line-height: 1.46154;
    text-align: center;
  }

  .section-share-story .thankYouMessage img {
    margin: 8vw 0;
  }

  .section-share-story .thankYouMessage p {
    margin: 0;
  }

  .section-music .content,
  .section-music .music-grid {
    height: 100%;
  }

  .section-music .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 25vh;
  }

  .section-music .playpause-track svg {
    width: 74px;
    height: 62px;
  }

  .section-music .track-name {
    font-size: 1.625rem;
    line-height: 1.07692;
  }

  .section-music .prev-track svg,
  .section-music .next-track svg {
    width: 43px;
    height: 38px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .section-memories .panel-bottom {
    margin-top: 120vh;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-photos .gallery {
    columns: 2;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/*# sourceMappingURL=maps/main.css.map */
