@charset "UTF-8";
@font-face {
  font-family: "Venezia-Regular";
  src: url("Venezia-Regular.woff2") format("woff2"), url("Venezia-Regular.woff") format("woff"), url("Venezia-Regular.otf") format("opentype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TimesNow-SemiLight";
  src: url("TimesNow-SemiLight.woff2") format("woff2"), url("TimesNow-SemiLight.woff") format("woff"), url("TimesNow-SemiLight.otf") format("opentype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
h1 {
  text-transform: initial;
}

p {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
}

a {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  color: #393939;
}

.ym-club-page {
  display: flex;
  min-height: calc(100vh - 70px);
}
@media only screen and (max-width: 920px) {
  .ym-club-page {
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 100px;
    background-color: #866E2B;
    min-height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-page {
    margin-top: 60px;
  }
}

.ym-club-page--account {
  width: 100%;
  background-color: #F0DECA;
}
@media only screen and (max-width: 920px) {
  .ym-club-page--account {
    padding-top: 0;
  }
}

.ym-club-section {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 920px) {
  .ym-club-section {
    width: 100%;
  }
}

.ym-club-section--gold {
  background-color: #866E2B;
  color: #FFF;
}
.ym-club-section--gold p {
  color: #FFF;
}
.ym-club-section--gold a {
  color: #FFF;
  font-family: "Venezia-Regular";
}

.ym-club-section--peach {
  background-color: #F0DECA;
  color: #393939;
}
@media only screen and (max-width: 920px) {
  .ym-club-section--peach {
    background-color: #866E2B;
    color: #FFF;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.ym-club-section-inner {
  width: 70%;
  margin-top: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1050px) {
  .ym-club-section-inner {
    margin-top: 15vh;
  }
}
@media only screen and (max-width: 920px) {
  .ym-club-section-inner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-section-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.ym-club-title {
  font-family: "TimesNow-SemiLight";
  font-size: 66px;
  line-height: 0.8;
  letter-spacing: -2px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .ym-club-title {
    font-size: 46px;
  }
}
.ym-club-title p, .ym-club-title a {
  font-family: "TimesNow-SemiLight";
  font-size: 66px;
  line-height: 0.8;
  letter-spacing: -2px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .ym-club-title p, .ym-club-title a {
    font-size: 46px;
  }
}

.ym-club-title--spacing {
  margin-bottom: 66px;
}
@media only screen and (max-width: 920px) {
  .ym-club-title--spacing {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 920px) {
  .ym-club-title--remove {
    display: none;
  }
}

.ym-club-title-name {
  font-family: "Venezia-Regular";
  font-size: 60px;
  line-height: 0.8;
  letter-spacing: -2px;
  font-weight: normal;
  margin-bottom: 66px;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .ym-club-title-name {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-title-name {
    font-size: 42px;
  }
}

.ym-club-subtitle {
  font-family: "TimesNow-SemiLight";
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 32px;
}

.ym-club-paragraph p {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.ym-club-paragraph a {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.ym-club-form-container {
  width: 100%;
}

.template-login input, .template-login textarea, .template-account input, .template-account textarea, .template-reset_password input, .template-reset_password textarea, .template-active_account input, .template-active_account textarea, .template-register input, .template-register textarea, .template-password input, .template-password textarea {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.template-login input::-webkit-input-placeholder, .template-login textarea::-webkit-input-placeholder, .template-account input::-webkit-input-placeholder, .template-account textarea::-webkit-input-placeholder, .template-reset_password input::-webkit-input-placeholder, .template-reset_password textarea::-webkit-input-placeholder, .template-active_account input::-webkit-input-placeholder, .template-active_account textarea::-webkit-input-placeholder, .template-register input::-webkit-input-placeholder, .template-register textarea::-webkit-input-placeholder, .template-password input::-webkit-input-placeholder, .template-password textarea::-webkit-input-placeholder {
  color: #393939;
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .template-login input::-webkit-input-placeholder, .template-login textarea::-webkit-input-placeholder, .template-account input::-webkit-input-placeholder, .template-account textarea::-webkit-input-placeholder, .template-reset_password input::-webkit-input-placeholder, .template-reset_password textarea::-webkit-input-placeholder, .template-active_account input::-webkit-input-placeholder, .template-active_account textarea::-webkit-input-placeholder, .template-register input::-webkit-input-placeholder, .template-register textarea::-webkit-input-placeholder, .template-password input::-webkit-input-placeholder, .template-password textarea::-webkit-input-placeholder {
    color: white;
  }
}
.template-login input::-moz-placeholder, .template-login textarea::-moz-placeholder, .template-account input::-moz-placeholder, .template-account textarea::-moz-placeholder, .template-reset_password input::-moz-placeholder, .template-reset_password textarea::-moz-placeholder, .template-active_account input::-moz-placeholder, .template-active_account textarea::-moz-placeholder, .template-register input::-moz-placeholder, .template-register textarea::-moz-placeholder, .template-password input::-moz-placeholder, .template-password textarea::-moz-placeholder {
  color: #393939;
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .template-login input::-moz-placeholder, .template-login textarea::-moz-placeholder, .template-account input::-moz-placeholder, .template-account textarea::-moz-placeholder, .template-reset_password input::-moz-placeholder, .template-reset_password textarea::-moz-placeholder, .template-active_account input::-moz-placeholder, .template-active_account textarea::-moz-placeholder, .template-register input::-moz-placeholder, .template-register textarea::-moz-placeholder, .template-password input::-moz-placeholder, .template-password textarea::-moz-placeholder {
    color: white;
  }
}
.template-login input:-ms-input-placeholder, .template-login textarea:-ms-input-placeholder, .template-account input:-ms-input-placeholder, .template-account textarea:-ms-input-placeholder, .template-reset_password input:-ms-input-placeholder, .template-reset_password textarea:-ms-input-placeholder, .template-active_account input:-ms-input-placeholder, .template-active_account textarea:-ms-input-placeholder, .template-register input:-ms-input-placeholder, .template-register textarea:-ms-input-placeholder, .template-password input:-ms-input-placeholder, .template-password textarea:-ms-input-placeholder {
  color: #393939;
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .template-login input:-ms-input-placeholder, .template-login textarea:-ms-input-placeholder, .template-account input:-ms-input-placeholder, .template-account textarea:-ms-input-placeholder, .template-reset_password input:-ms-input-placeholder, .template-reset_password textarea:-ms-input-placeholder, .template-active_account input:-ms-input-placeholder, .template-active_account textarea:-ms-input-placeholder, .template-register input:-ms-input-placeholder, .template-register textarea:-ms-input-placeholder, .template-password input:-ms-input-placeholder, .template-password textarea:-ms-input-placeholder {
    color: white;
  }
}
.template-login input:-moz-placeholder, .template-login textarea:-moz-placeholder, .template-account input:-moz-placeholder, .template-account textarea:-moz-placeholder, .template-reset_password input:-moz-placeholder, .template-reset_password textarea:-moz-placeholder, .template-active_account input:-moz-placeholder, .template-active_account textarea:-moz-placeholder, .template-register input:-moz-placeholder, .template-register textarea:-moz-placeholder, .template-password input:-moz-placeholder, .template-password textarea:-moz-placeholder {
  color: #393939;
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .template-login input:-moz-placeholder, .template-login textarea:-moz-placeholder, .template-account input:-moz-placeholder, .template-account textarea:-moz-placeholder, .template-reset_password input:-moz-placeholder, .template-reset_password textarea:-moz-placeholder, .template-active_account input:-moz-placeholder, .template-active_account textarea:-moz-placeholder, .template-register input:-moz-placeholder, .template-register textarea:-moz-placeholder, .template-password input:-moz-placeholder, .template-password textarea:-moz-placeholder {
    color: white;
  }
}
.template-login input:focus, .template-login textarea:focus, .template-account input:focus, .template-account textarea:focus, .template-reset_password input:focus, .template-reset_password textarea:focus, .template-active_account input:focus, .template-active_account textarea:focus, .template-register input:focus, .template-register textarea:focus, .template-password input:focus, .template-password textarea:focus {
  outline: none;
}
.template-login input[type=checkbox], .template-account input[type=checkbox], .template-reset_password input[type=checkbox], .template-active_account input[type=checkbox], .template-register input[type=checkbox], .template-password input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.template-login input[type=radio], .template-account input[type=radio], .template-reset_password input[type=radio], .template-active_account input[type=radio], .template-register input[type=radio], .template-password input[type=radio] {
  -webkit-appearance: radio;
}
.template-login .form-group input, .template-login .form-group textarea, .template-account .form-group input, .template-account .form-group textarea, .template-reset_password .form-group input, .template-reset_password .form-group textarea, .template-active_account .form-group input, .template-active_account .form-group textarea, .template-register .form-group input, .template-register .form-group textarea, .template-password .form-group input, .template-password .form-group textarea {
  color: #393939;
}
@media only screen and (max-width: 920px) {
  .template-login .form-group input, .template-login .form-group textarea, .template-account .form-group input, .template-account .form-group textarea, .template-reset_password .form-group input, .template-reset_password .form-group textarea, .template-active_account .form-group input, .template-active_account .form-group textarea, .template-register .form-group input, .template-register .form-group textarea, .template-password .form-group input, .template-password .form-group textarea {
    color: white;
  }
}
.template-login .form-group input::-webkit-input-placeholder, .template-login .form-group textarea::-webkit-input-placeholder, .template-account .form-group input::-webkit-input-placeholder, .template-account .form-group textarea::-webkit-input-placeholder, .template-reset_password .form-group input::-webkit-input-placeholder, .template-reset_password .form-group textarea::-webkit-input-placeholder, .template-active_account .form-group input::-webkit-input-placeholder, .template-active_account .form-group textarea::-webkit-input-placeholder, .template-register .form-group input::-webkit-input-placeholder, .template-register .form-group textarea::-webkit-input-placeholder, .template-password .form-group input::-webkit-input-placeholder, .template-password .form-group textarea::-webkit-input-placeholder {
  color: #393939;
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .template-login .form-group input::-webkit-input-placeholder, .template-login .form-group textarea::-webkit-input-placeholder, .template-account .form-group input::-webkit-input-placeholder, .template-account .form-group textarea::-webkit-input-placeholder, .template-reset_password .form-group input::-webkit-input-placeholder, .template-reset_password .form-group textarea::-webkit-input-placeholder, .template-active_account .form-group input::-webkit-input-placeholder, .template-active_account .form-group textarea::-webkit-input-placeholder, .template-register .form-group input::-webkit-input-placeholder, .template-register .form-group textarea::-webkit-input-placeholder, .template-password .form-group input::-webkit-input-placeholder, .template-password .form-group textarea::-webkit-input-placeholder {
    color: white;
  }
}
.template-login .form-group input::-moz-placeholder, .template-login .form-group textarea::-moz-placeholder, .template-account .form-group input::-moz-placeholder, .template-account .form-group textarea::-moz-placeholder, .template-reset_password .form-group input::-moz-placeholder, .template-reset_password .form-group textarea::-moz-placeholder, .template-active_account .form-group input::-moz-placeholder, .template-active_account .form-group textarea::-moz-placeholder, .template-register .form-group input::-moz-placeholder, .template-register .form-group textarea::-moz-placeholder, .template-password .form-group input::-moz-placeholder, .template-password .form-group textarea::-moz-placeholder {
  color: #393939;
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .template-login .form-group input::-moz-placeholder, .template-login .form-group textarea::-moz-placeholder, .template-account .form-group input::-moz-placeholder, .template-account .form-group textarea::-moz-placeholder, .template-reset_password .form-group input::-moz-placeholder, .template-reset_password .form-group textarea::-moz-placeholder, .template-active_account .form-group input::-moz-placeholder, .template-active_account .form-group textarea::-moz-placeholder, .template-register .form-group input::-moz-placeholder, .template-register .form-group textarea::-moz-placeholder, .template-password .form-group input::-moz-placeholder, .template-password .form-group textarea::-moz-placeholder {
    color: white;
  }
}
.template-login .form-group input:-ms-input-placeholder, .template-login .form-group textarea:-ms-input-placeholder, .template-account .form-group input:-ms-input-placeholder, .template-account .form-group textarea:-ms-input-placeholder, .template-reset_password .form-group input:-ms-input-placeholder, .template-reset_password .form-group textarea:-ms-input-placeholder, .template-active_account .form-group input:-ms-input-placeholder, .template-active_account .form-group textarea:-ms-input-placeholder, .template-register .form-group input:-ms-input-placeholder, .template-register .form-group textarea:-ms-input-placeholder, .template-password .form-group input:-ms-input-placeholder, .template-password .form-group textarea:-ms-input-placeholder {
  color: #393939;
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .template-login .form-group input:-ms-input-placeholder, .template-login .form-group textarea:-ms-input-placeholder, .template-account .form-group input:-ms-input-placeholder, .template-account .form-group textarea:-ms-input-placeholder, .template-reset_password .form-group input:-ms-input-placeholder, .template-reset_password .form-group textarea:-ms-input-placeholder, .template-active_account .form-group input:-ms-input-placeholder, .template-active_account .form-group textarea:-ms-input-placeholder, .template-register .form-group input:-ms-input-placeholder, .template-register .form-group textarea:-ms-input-placeholder, .template-password .form-group input:-ms-input-placeholder, .template-password .form-group textarea:-ms-input-placeholder {
    color: white;
  }
}
.template-login .form-group input:-moz-placeholder, .template-login .form-group textarea:-moz-placeholder, .template-account .form-group input:-moz-placeholder, .template-account .form-group textarea:-moz-placeholder, .template-reset_password .form-group input:-moz-placeholder, .template-reset_password .form-group textarea:-moz-placeholder, .template-active_account .form-group input:-moz-placeholder, .template-active_account .form-group textarea:-moz-placeholder, .template-register .form-group input:-moz-placeholder, .template-register .form-group textarea:-moz-placeholder, .template-password .form-group input:-moz-placeholder, .template-password .form-group textarea:-moz-placeholder {
  color: #393939;
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .template-login .form-group input:-moz-placeholder, .template-login .form-group textarea:-moz-placeholder, .template-account .form-group input:-moz-placeholder, .template-account .form-group textarea:-moz-placeholder, .template-reset_password .form-group input:-moz-placeholder, .template-reset_password .form-group textarea:-moz-placeholder, .template-active_account .form-group input:-moz-placeholder, .template-active_account .form-group textarea:-moz-placeholder, .template-register .form-group input:-moz-placeholder, .template-register .form-group textarea:-moz-placeholder, .template-password .form-group input:-moz-placeholder, .template-password .form-group textarea:-moz-placeholder {
    color: white;
  }
}
.template-login .form-group input:focus, .template-login .form-group textarea:focus, .template-account .form-group input:focus, .template-account .form-group textarea:focus, .template-reset_password .form-group input:focus, .template-reset_password .form-group textarea:focus, .template-active_account .form-group input:focus, .template-active_account .form-group textarea:focus, .template-register .form-group input:focus, .template-register .form-group textarea:focus, .template-password .form-group input:focus, .template-password .form-group textarea:focus {
  outline: none;
}
.template-login .button, .template-login .button-form, .template-account .button, .template-account .button-form, .template-reset_password .button, .template-reset_password .button-form, .template-active_account .button, .template-active_account .button-form, .template-register .button, .template-register .button-form, .template-password .button, .template-password .button-form {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
  letter-spacing: 0;
  text-transform: initial;
  background-image: none !important;
}
@media only screen and (max-width: 920px) {
  .template-login .button, .template-login .button-form, .template-account .button, .template-account .button-form, .template-reset_password .button, .template-reset_password .button-form, .template-active_account .button, .template-active_account .button-form, .template-register .button, .template-register .button-form, .template-password .button, .template-password .button-form {
    color: white;
  }
}
.template-login select, .template-account select, .template-reset_password select, .template-active_account select, .template-register select, .template-password select {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 24px 0;
  border-top: 1px solid #393939;
  width: 100%;
}
@media only screen and (max-width: 920px) {
  .template-login select, .template-account select, .template-reset_password select, .template-active_account select, .template-register select, .template-password select {
    color: white;
    border-top: 1px solid white;
  }
}
.template-login label, .template-account label, .template-reset_password label, .template-active_account label, .template-register label, .template-password label {
  width: 100%;
  padding: 24px;
  margin-bottom: 0;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  text-transform: initial;
  letter-spacing: 0;
}

.template-addresses input, .template-addresses textarea {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.template-addresses input::-webkit-input-placeholder, .template-addresses textarea::-webkit-input-placeholder {
  color: #393939;
  opacity: 1;
}
.template-addresses input::-moz-placeholder, .template-addresses textarea::-moz-placeholder {
  color: #393939;
  opacity: 1;
}
.template-addresses input:-ms-input-placeholder, .template-addresses textarea:-ms-input-placeholder {
  color: #393939;
  opacity: 1;
}
.template-addresses input:-moz-placeholder, .template-addresses textarea:-moz-placeholder {
  color: #393939;
  opacity: 1;
}
.template-addresses input:focus, .template-addresses textarea:focus {
  outline: none;
}
.template-addresses input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.template-addresses input[type=radio] {
  -webkit-appearance: radio;
}
.template-addresses .form-group input, .template-addresses .form-group textarea {
  color: #393939;
}
.template-addresses .form-group input::-webkit-input-placeholder, .template-addresses .form-group textarea::-webkit-input-placeholder {
  color: #393939;
  opacity: 1;
}
.template-addresses .form-group input::-moz-placeholder, .template-addresses .form-group textarea::-moz-placeholder {
  color: #393939;
  opacity: 1;
}
.template-addresses .form-group input:-ms-input-placeholder, .template-addresses .form-group textarea:-ms-input-placeholder {
  color: #393939;
  opacity: 1;
}
.template-addresses .form-group input:-moz-placeholder, .template-addresses .form-group textarea:-moz-placeholder {
  color: #393939;
  opacity: 1;
}
.template-addresses .form-group input:focus, .template-addresses .form-group textarea:focus {
  outline: none;
}
.template-addresses .button, .template-addresses .button-form {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
  letter-spacing: 0;
  text-transform: initial;
  background-image: none !important;
}
.template-addresses select {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 24px 0;
  border-top: 1px solid #393939;
  width: 100%;
}
.template-addresses label {
  width: 100%;
  padding: 24px;
  margin-bottom: 0;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  text-transform: initial;
  letter-spacing: 0;
}
.template-addresses .ym-club-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}
.template-addresses .ym-club-button span {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
}
@media only screen and (max-width: 920px) {
  .template-addresses .ym-club-button {
    color: #393939;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
  }
  .template-addresses .ym-club-button span {
    color: #393939;
  }
}
.template-addresses .form-group .form-control {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
  padding: 24px 0;
  border-top: 1px solid #393939;
  border-bottom: none;
}
@media only screen and (max-width: 920px) {
  .template-addresses .form-group .form-control {
    color: #393939;
    border-top: 1px solid #393939;
  }
}
.template-addresses .form-group--checkbox {
  border-top: 1px solid #393939;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .template-addresses .form-group--checkbox {
    color: #393939;
    border-top: 1px solid #393939;
  }
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0;
}

.form-group--checkbox {
  border-top: 1px solid #393939;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .form-group--checkbox {
    color: white;
    border-top: 1px solid white;
  }
}

.ym-club-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}
.ym-club-button span {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
}
@media only screen and (max-width: 920px) {
  .ym-club-button {
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  .ym-club-button span {
    color: white;
  }
}

.form-group .form-control {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
  padding: 24px 0;
  border-top: 1px solid #393939;
  border-bottom: none;
}
@media only screen and (max-width: 920px) {
  .form-group .form-control {
    color: white;
    border-top: 1px solid white;
  }
}

.template-login .button-form, .template-register .button-form, .template-password .button-form {
  margin-bottom: 0;
}

.ym-forgot-password {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
  padding-top: 24px;
}
.ym-forgot-password a {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
  text-decoration: underline;
}
@media only screen and (max-width: 920px) {
  .ym-forgot-password {
    color: white;
  }
  .ym-forgot-password a {
    color: white;
  }
}

.ym-register-cta, .ym-register {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
}
.ym-register-cta a, .ym-register a {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
  text-decoration: underline;
}
@media only screen and (max-width: 920px) {
  .ym-register-cta, .ym-register {
    color: white;
  }
  .ym-register-cta a, .ym-register a {
    color: white;
  }
}

.ym-register-cta {
  padding-top: 24px;
}

.ym-reset-instructions {
  margin-top: 24px;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
}

.ym-cancel-reset {
  margin-top: 24px;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: #393939;
  text-transform: initial;
  letter-spacing: 0;
  display: block;
}
@media only screen and (max-width: 920px) {
  .ym-cancel-reset {
    color: white;
  }
}

.ym-club-details {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 100px 40px;
}
@media only screen and (max-width: 920px) {
  .ym-club-details {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-details {
    padding: 20px;
  }
}
.ym-club-details h1 {
  font-family: "Venezia-Regular";
  font-size: 8px;
  line-height: 1.2;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.ym-club-details h1 a {
  font-family: "Venezia-Regular";
  line-height: 1.2;
  font-size: 8px;
  padding-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #393939;
  letter-spacing: 1.8px;
}
.ym-club-details p {
  margin-bottom: 0;
  font-family: "Venezia-Regular";
  font-size: 8px;
  color: #393939;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.ym-club-details a {
  margin-bottom: 0;
  font-family: "Venezia-Regular";
  font-size: 8px;
  color: #393939;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.ym-club-details button {
  margin-bottom: 0;
  font-family: "Venezia-Regular";
  font-size: 8px !important;
  text-transform: initial !important;
  margin-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  letter-spacing: 0.1px;
}

.ym-club-deatil-text {
  font-family: "Venezia-Regular";
  font-size: 8px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #393939;
  letter-spacing: 0.1px;
}

.ym-club-detail-section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 920px) {
  .ym-club-detail-section {
    margin-bottom: 20px;
  }
}
.ym-club-detail-section a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ym-club-deatil-account {
  padding-top: 10px;
}
@media only screen and (max-width: 920px) {
  .ym-club-deatil-account {
    display: none;
  }
}

@media only screen and (max-width: 920px) {
  .ym-club-deatil-account--open {
    display: block;
  }
}

.ym-club-detail-read-more {
  display: none;
}
@media only screen and (max-width: 920px) {
  .ym-club-detail-read-more {
    display: block;
  }
}

@media only screen and (max-width: 920px) {
  .ym-club-detail-read-more-open {
    display: inline-block;
  }
}

.ym-club-detail-read-more-close {
  display: none;
}

.ym-club-detail-section--open .ym-club-detail-read-more-open {
  display: none;
}
.ym-club-detail-section--open .ym-club-detail-read-more-close {
  display: inline-block;
}

.ym-club-welcome {
  width: 60%;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-top: 100px;
}
.ym-club-welcome .ym-club-paragraph {
  width: 55%;
  margin: 0 auto;
}
@media only screen and (max-width: 680px) {
  .ym-club-welcome .ym-club-paragraph {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .ym-club-welcome {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-welcome {
    padding: 0 20px 100px;
  }
}

.ym-club-shop {
  width: 60%;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin: 0 auto;
}
@media only screen and (max-width: 920px) {
  .ym-club-shop {
    width: 100%;
  }
}
.ym-club-shop .ym-club-title-name {
  margin-bottom: 0;
}

.ym-address-form {
  width: 55%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 680px) {
  .ym-address-form {
    width: 100%;
  }
}

.addresses {
  padding-top: 10px;
  margin-bottom: 20px;
}

.address-new-toggle {
  font-family: "Venezia-Regular" !important;
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (max-width: 920px) {
  .address-new-toggle {
    color: #393939 !important;
  }
}

.errors {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.2;
  color: red;
}

p {
  font-family: "Venezia-Regular";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
}

/**
 * Template styling - image lazy loading
 *
 */
.lazyload,
.lazyloading {
  opacity: 0;
}

@keyframes fade-in-and-up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    filter: blur(3px) grayscale(100%);
  }
  100% {
    filter: blur(0) grayscale(100%);
  }
}
.lazyloaded {
  opacity: 0;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.lazyloaded.lazyloaded-blur {
  opacity: 0;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.ym-club-culture-feed {
  background-color: #F2F2EF;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 920px) {
  .ym-club-culture-feed {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ym-club-culture-feed .ym-club-title {
  color: #202020;
}

.ym-club-feed-intro {
  width: 60%;
  margin: 0 auto;
  padding: 80px 0;
}
.ym-club-feed-intro p {
  font-family: "Venezia-Regular";
  font-size: 17px;
  line-height: 1.8;
  color: #202020;
  padding-bottom: 30.6px;
}
@media only screen and (max-width: 920px) {
  .ym-club-feed-intro p {
    font-size: 18px;
  }
}
.ym-club-feed-intro p:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .ym-club-feed-intro {
    width: 80%;
  }
}
@media only screen and (max-width: 920px) {
  .ym-club-feed-intro {
    width: 100%;
  }
}

.ym-culture-post-container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .ym-culture-post-container {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .ym-culture-post-container {
    align-items: flex-start;
  }
}

.ym-culture-post-summary-coverimage {
  position: relative;
  overflow: hidden;
  margin-right: 5%;
  margin-bottom: 80px;
  width: 40%;
}
@media only screen and (max-width: 680px) {
  .ym-culture-post-summary-coverimage {
    width: 50%;
  }
}
.ym-culture-post-summary-coverimage.ym-culture-post-summary-coverimage--portrait {
  width: 33.33%;
}
@media only screen and (max-width: 680px) {
  .ym-culture-post-summary-coverimage.ym-culture-post-summary-coverimage--portrait {
    width: 50%;
  }
}
.ym-culture-post-summary-coverimage:nth-child(2n) {
  margin-left: 5%;
  margin-right: 0;
}
.ym-culture-post-summary-coverimage:nth-child(3n) {
  width: 60%;
  margin: 0 20% 80px !important;
}
@media only screen and (max-width: 680px) {
  .ym-culture-post-summary-coverimage:nth-child(3n) {
    width: 100%;
    margin: 0 0 40px !important;
  }
}
.ym-culture-post-summary-coverimage:nth-child(3n).ym-culture-post-summary-coverimage--portrait {
  width: 40%;
  margin: 0 30% 80px !important;
}
@media only screen and (max-width: 680px) {
  .ym-culture-post-summary-coverimage:nth-child(3n).ym-culture-post-summary-coverimage--portrait {
    width: 100%;
    margin: 0 0 40px !important;
  }
}
@media only screen and (max-width: 680px) {
  .ym-culture-post-summary-coverimage {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 40px;
  }
  .ym-culture-post-summary-coverimage:nth-child(2n) {
    margin-left: 0;
    padding-right: 0;
  }
}
.ym-culture-post-summary-coverimage img {
  filter: grayscale(100%);
}
.ym-culture-post-summary-coverimage:hover img {
  filter: grayscale(0);
}

.ym-culture-post-summary-title {
  font-family: "Venezia-Regular";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  padding-top: 6px;
}

.ym-culture-post-summary-date {
  font-family: "TimesNow-SemiLight";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
}

.ym-body--filters-open {
  overflow: hidden;
}
.ym-body--filters-open .ym-club-filter-container {
  display: flex;
}

.ym-club-filter-container {
  position: fixed;
  z-index: 100;
  background-color: rgba(242, 242, 239, 0.9);
  top: 0;
  padding-top: 80px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  flex-direction: column;
  overflow-x: scroll;
  padding-bottom: 80px;
}

.ym-club-filter-main-title {
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  font-family: "Venezia-Regular";
  font-size: 32px;
  line-height: 1.8;
  color: #202020;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
  padding: 10px;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .ym-club-filter-main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-filter-main-title {
    width: 100%;
  }
}

.ym-filter-cross-container {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 10px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 920px) {
  .ym-filter-cross-container {
    width: 40px;
    height: 40px;
    top: 3px;
  }
}
.ym-filter-cross-container:hover {
  cursor: pointer;
}
.ym-filter-cross-container span {
  height: 100%;
  background-color: #202020;
  width: 1px;
  display: block;
  transform: rotate(45deg);
  transform-origin: center;
}
.ym-filter-cross-container span:nth-child(2n) {
  transform: rotate(-45deg);
}

.ym-club-filter-table {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 680px) {
  .ym-club-filter-table {
    width: 100%;
  }
}

.ym-club-filter {
  width: 100%;
  display: flex;
}
.ym-club-filter:hover .ym-club-filter-radio span {
  background-color: #202020;
}

.ym-club-filter-radio {
  width: 10%;
  border-bottom: 1px solid #202020;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ym-club-filter-radio span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #202020;
}
@media only screen and (max-width: 920px) {
  .ym-club-filter-radio span {
    width: 10px;
    height: 10px;
  }
}

.ym-club-filter-title {
  border-bottom: 1px solid #202020;
  border-left: 1px solid #202020;
  font-family: "Venezia-Regular";
  font-size: 32px;
  line-height: 1.8;
  color: #202020;
  width: 90%;
  text-align: center;
  padding: 10px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 920px) {
  .ym-club-filter-title {
    font-size: 30px;
  }
}

.ym-club-footer {
  width: 100%;
  display: flex;
  border-top: 1px solid #202020;
  padding: 20px 20px 80px;
  font-family: "Venezia-Regular";
  font-size: 17px;
  line-height: 1.8;
  color: #202020;
  justify-content: space-between;
}
@media only screen and (max-width: 920px) {
  .ym-club-footer {
    font-size: 18px;
  }
}
.ym-club-footer a {
  font-family: "Venezia-Regular";
  font-size: 17px;
  line-height: 1.8;
  color: #202020;
}
@media only screen and (max-width: 920px) {
  .ym-club-footer a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-footer {
    padding-bottom: 160px;
  }
}

.ym-club-footer-menu {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}

.ym-club-footer-item {
  width: 33.33%;
}

.ym-club-post-small-credits {
  display: flex;
}

.ym-club-article-date {
  width: 140px;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  color: #202020;
  line-height: 1.1;
}
@media only screen and (max-width: 680px) {
  .ym-club-article-date {
    width: 33.33%;
  }
}

.ym-article-role {
  width: 140px;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  color: #202020;
  line-height: 1.1;
}
@media only screen and (max-width: 680px) {
  .ym-article-role {
    width: 33.33%;
  }
}

.ym-club-post {
  width: 100%;
  background-color: #F0DECA;
  min-height: 100vh;
}

.ym-club-post--no-space {
  padding: 0;
}
.ym-club-post--no-space .ym-club-post-small-credits {
  padding: 20px 20px 0;
}

.ym-club-post--colour-a {
  background-color: #F0DECA;
}

.ym-post--colour-b {
  background-color: #F2F2EF;
}

.ym-post--colour-c {
  background-color: #EBEEFA;
}

.ym-club-post-title {
  padding-top: 80px;
}
.ym-club-post-title p {
  line-height: 1.1;
}

.ym-club-post-inner {
  padding: 20px;
  width: 100%;
}

.ym-club-post-title--spaced {
  padding-bottom: 80px;
}

.ym-club-image-container {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 920px) {
  .ym-club-image-container {
    width: 100%;
  }
}

.ym-club-image-container--home-feature {
  margin: 20px auto;
}
@media only screen and (max-width: 680px) {
  .ym-club-image-container--home-feature {
    padding: 0 20px;
  }
}

.ym-club-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.ym-club-image .ym-club-image-placement {
  width: 100%;
  margin: 0 auto;
}
.ym-club-image .ym-club-article-image-caption {
  width: 100%;
  margin: 6px auto 0;
  display: block;
}
.ym-club-image .ym-club-article-image-caption p {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  color: #202020;
  display: inline-block;
}
.ym-club-image .ym-club-article-image-caption p:before {
  content: "↗";
  display: inline-block;
  padding-right: 5px;
}
.ym-club-image .ym-club-article-image-caption a {
  text-decoration: underline;
}

.ym-club-image--portrait {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.ym-club-image--portrait.ym-club-image--left {
  flex-direction: row-reverse;
}
.ym-club-image--portrait.ym-club-image--left .ym-club-article-image-caption p {
  display: inline-block;
}
.ym-club-image--portrait.ym-club-image--left .ym-club-article-image-caption p:before {
  content: "→";
  display: inline-block;
  padding-right: 5px;
}
.ym-club-image--portrait.ym-club-image--right {
  flex-direction: row;
}
.ym-club-image--portrait.ym-club-image--right .ym-club-article-image-caption p {
  display: inline-block;
}
.ym-club-image--portrait.ym-club-image--right .ym-club-article-image-caption p:before {
  content: "←";
  display: inline-block;
  padding-right: 5px;
}
.ym-club-image--portrait .ym-club-image-placement {
  width: 40%;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  .ym-club-image--portrait .ym-club-image-placement {
    width: 66.66%;
  }
}
.ym-club-image--portrait .ym-club-article-image-caption {
  width: 15%;
  margin: 0 10px;
}
@media only screen and (max-width: 680px) {
  .ym-club-image--portrait .ym-club-article-image-caption {
    width: 33.33%;
  }
}

.ym-club-image-row {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .ym-club-image-row {
    width: 100%;
    flex-direction: column;
  }
}
.ym-club-image-row .ym-club-image {
  display: flex;
}
.ym-club-image-row .ym-club-image.ym-club-image--right {
  flex-direction: row;
  width: 34%;
}
@media only screen and (max-width: 680px) {
  .ym-club-image-row .ym-club-image.ym-club-image--right {
    width: 100%;
  }
  .ym-club-image-row .ym-club-image.ym-club-image--right .ym-club-image-placement {
    width: 66.66%;
  }
}
.ym-club-image-row .ym-club-image.ym-club-image--right:nth-child(2n) {
  width: 54%;
}
@media only screen and (max-width: 680px) {
  .ym-club-image-row .ym-club-image.ym-club-image--right:nth-child(2n) {
    width: 100%;
  }
  .ym-club-image-row .ym-club-image.ym-club-image--right:nth-child(2n) .ym-club-image-placement {
    width: 66.66%;
  }
}
.ym-club-image-row .ym-club-image.ym-club-image--right .ym-club-article-image-caption {
  width: 30%;
  margin: 0 10px;
}
@media only screen and (max-width: 680px) {
  .ym-club-image-row .ym-club-image.ym-club-image--right .ym-club-article-image-caption {
    width: 33.33%;
    margin: 0;
    padding-right: 20px;
  }
}
.ym-club-image-row .ym-club-image.ym-club-image--right .ym-club-article-image-caption p {
  display: inline-block;
}
.ym-club-image-row .ym-club-image.ym-club-image--right .ym-club-article-image-caption p:before {
  content: "←";
  display: inline-block;
  padding-right: 5px;
}
.ym-club-image-row .ym-club-image.ym-club-image--left {
  flex-direction: row;
  width: 54%;
}
@media only screen and (max-width: 680px) {
  .ym-club-image-row .ym-club-image.ym-club-image--left {
    width: 100%;
  }
  .ym-club-image-row .ym-club-image.ym-club-image--left .ym-club-image-placement {
    width: 66.66%;
  }
}
.ym-club-image-row .ym-club-image.ym-club-image--left:nth-child(2n) {
  width: 34%;
}
@media only screen and (max-width: 680px) {
  .ym-club-image-row .ym-club-image.ym-club-image--left:nth-child(2n) {
    width: 100%;
  }
  .ym-club-image-row .ym-club-image.ym-club-image--left:nth-child(2n) .ym-club-image-placement {
    width: 66.66%;
  }
}
.ym-club-image-row .ym-club-image.ym-club-image--left .ym-club-article-image-caption {
  width: 30%;
  margin: 0 10px;
}
@media only screen and (max-width: 680px) {
  .ym-club-image-row .ym-club-image.ym-club-image--left .ym-club-article-image-caption {
    width: 33.33%;
    margin: 0;
    padding-left: 20px;
  }
}
.ym-club-image-row .ym-club-image.ym-club-image--left .ym-club-article-image-caption p {
  display: inline-block;
}
.ym-club-image-row .ym-club-image.ym-club-image--left .ym-club-article-image-caption p:before {
  content: "←";
  display: inline-block;
  padding-right: 5px;
}

@media only screen and (max-width: 680px) {
  .ym-club-image-row--home {
    padding: 0 20px;
  }
}

.ym-club-column-container {
  width: 60%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 920px) {
  .ym-club-column-container {
    width: 100%;
    flex-direction: column;
  }
}

.ym-club-article-text {
  width: 45%;
}
@media only screen and (max-width: 920px) {
  .ym-club-article-text {
    width: 100%;
  }
}
.ym-club-article-text p:before {
  content: "";
  display: inline-block;
  width: 30px;
}
@media only screen and (max-width: 920px) {
  .ym-club-article-text p {
    padding-bottom: 20px;
  }
  .ym-club-article-text p:before {
    width: 0;
  }
}

.ym-club-article-text-fullwidth {
  width: 60%;
  margin: 0 auto 80px;
}
.ym-club-article-text-fullwidth p {
  font-family: "Venezia-Regular";
  font-size: 17px;
  line-height: 1.8;
  color: #202020;
  padding-bottom: 30.6px;
}
@media only screen and (max-width: 920px) {
  .ym-club-article-text-fullwidth p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 920px) {
  .ym-club-article-text-fullwidth {
    width: 100%;
    padding: 0 20px;
  }
}

.ym-club-article-text-quote {
  width: 60%;
  margin: 80px auto;
}
.ym-club-article-text-quote p {
  font-family: "TimesNow-SemiLight";
  font-size: 32px;
  line-height: 1.2;
  color: #202020;
}
@media only screen and (max-width: 920px) {
  .ym-club-article-text-quote p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 920px) {
  .ym-club-article-text-quote {
    width: 100%;
  }
}

.ym-club-qa {
  width: 60%;
  margin: 20px auto 0;
}
@media only screen and (max-width: 920px) {
  .ym-club-qa {
    width: 100%;
  }
}

.ym-club-qa--spaced {
  margin-top: 80px;
}

.ym-club-qa--long .ym-club-article-text-question {
  width: 100%;
  font-family: "Venezia-Regular";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
}
.ym-club-qa--long .ym-club-article-text-question p {
  font-family: "Venezia-Regular";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  display: inline;
}
.ym-club-qa--long .ym-club-article-text-question p:before {
  content: "";
  display: inline-block;
  width: 30px;
}
.ym-club-qa--long .ym-club-article-text-question span {
  display: inline-block;
}
.ym-club-qa--long .ym-club-article-text-answer {
  width: 100%;
  font-family: "TimesNow-SemiLight";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
}
.ym-club-qa--long .ym-club-article-text-answer p {
  font-family: "TimesNow-SemiLight";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  display: inline;
}
.ym-club-qa--long .ym-club-article-text-answer p:before {
  content: "";
  display: inline-block;
  width: 30px;
}
.ym-club-qa--long .ym-club-article-text-answer span {
  display: inline-block;
}

.ym-club-qa--short .ym-club-article-text-question {
  width: 45%;
  font-family: "Venezia-Regular";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
}
@media only screen and (max-width: 920px) {
  .ym-club-qa--short .ym-club-article-text-question {
    width: 100%;
  }
}
.ym-club-qa--short .ym-club-article-text-question p {
  font-family: "Venezia-Regular";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  display: inline;
}
.ym-club-qa--short .ym-club-article-text-question p:before {
  content: "";
  display: inline-block;
  width: 30px;
}
.ym-club-qa--short .ym-club-article-text-question span {
  display: inline-block;
}
.ym-club-qa--short .ym-club-article-text-answer {
  width: 45%;
  font-family: "TimesNow-SemiLight";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
}
@media only screen and (max-width: 920px) {
  .ym-club-qa--short .ym-club-article-text-answer {
    width: 100%;
  }
}
.ym-club-qa--short .ym-club-article-text-answer p {
  font-family: "TimesNow-SemiLight";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  display: inline;
}
.ym-club-qa--short .ym-club-article-text-answer p:before {
  content: "";
  display: inline-block;
  width: 30px;
}
.ym-club-qa--short .ym-club-article-text-answer span {
  display: inline-block;
}

.ym-fullpage-background {
  width: 100%;
  height: 100%;
  position: relative;
}

.ym-club-modal {
  right: 0;
  top: 0;
  margin: 80px;
  position: absolute;
  background-color: white;
  border: 1px solid #202020;
  width: 33.33%;
  z-index: 100;
}
.ym-club-modal:hover {
  cursor: move;
}
@media only screen and (max-width: 680px) {
  .ym-club-modal {
    pointer-events: none;
    width: calc(100% - 40px);
    position: relative;
    top: auto;
    right: auto;
    margin: 20px;
  }
}

.ym-club-modal--closed .ym-club-modal-title {
  border-bottom: 0;
}
.ym-club-modal--closed .ym-club-modal-title:after {
  content: "+";
}
.ym-club-modal--closed .ym-club-modal-text {
  display: none;
}

.ym-club-modal-title {
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  color: #202020;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #202020;
  padding: 5px;
}
.ym-club-modal-title:after {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  display: block;
  content: "-";
}
@media only screen and (max-width: 680px) {
  .ym-club-modal-title:after {
    display: none;
  }
}
.ym-club-modal-title:hover {
  cursor: pointer;
}

.ym-club-modal-text {
  padding: 10px 20px;
}
.ym-club-modal-text p {
  padding-bottom: 20px;
}
.ym-club-modal-text p:first-child {
  padding-top: 20px;
}

.ym-club-wordsmith {
  width: 50%;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #202020;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1050px) {
  .ym-club-wordsmith {
    width: 80%;
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-wordsmith {
    width: 100%;
  }
}

.ym-club-wordsmith-titlebar {
  width: 100%;
  border-bottom: 1px solid #202020;
  display: flex;
  justify-content: space-between;
  padding: 6px;
  text-transform: uppercase;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  color: #202020;
}

.ym-club-word {
  padding-top: 40px;
  width: 100%;
  text-align: center;
}
.ym-club-word p {
  font-family: "Venezia-Regular";
  font-size: 32px;
  line-height: 1.8;
  color: #202020;
}
@media only screen and (max-width: 920px) {
  .ym-club-word p {
    font-size: 30px;
  }
}

.ym-club-pronunciation {
  padding-bottom: 40px;
  border-bottom: 1px solid #202020;
  width: 100%;
  text-align: center;
}
.ym-club-pronunciation p {
  font-family: "Venezia-Regular";
  font-size: 17px;
  line-height: 1.8;
  color: #202020;
}
@media only screen and (max-width: 920px) {
  .ym-club-pronunciation p {
    font-size: 18px;
  }
}

.ym-club-grammar {
  padding: 40px 0;
  border-bottom: 1px solid #202020;
  width: 100%;
  text-align: center;
}

.ym-club-meaning {
  width: calc(100% - 80px);
  padding: 40px 0;
  margin: 0 80px;
  border-bottom: 1px solid #202020;
  display: flex;
}
.ym-club-meaning:last-child {
  border-bottom: 0;
}
.ym-club-meaning span {
  font-family: "Venezia-Regular";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  padding-right: 20px;
  display: block;
}
.ym-club-meaning p {
  width: 70%;
}

.ym-club-designnotes {
  width: 50%;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #202020;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1050px) {
  .ym-club-designnotes {
    width: 80%;
  }
}
@media only screen and (max-width: 680px) {
  .ym-club-designnotes {
    width: 100%;
  }
}

.ym-club-designnotes-titlebar {
  width: 100%;
  border-bottom: 1px solid #202020;
  display: flex;
  justify-content: space-between;
  padding: 6px;
  text-transform: uppercase;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1.4;
  color: #202020;
}

.ym-club-designnotes-credit {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ym-club-designnotes-credit span {
  width: 33.33%;
}
.ym-club-designnotes-credit span:nth-child(2n) {
  width: 66.66%;
}

.ym-club-designnote-item {
  width: calc(100% - 80px);
  padding: 40px 0;
  margin: 0 80px;
  border-bottom: 1px solid #202020;
  display: flex;
  flex-wrap: wrap;
}
.ym-club-designnote-item:last-child {
  border-bottom: 0;
}
.ym-club-designnote-item span {
  font-family: "Venezia-Regular";
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  width: 33.33%;
  display: block;
}
.ym-club-designnote-item p {
  width: 66.66%;
}

.ym-club-designnote-text {
  width: 100%;
  padding-top: 40px;
}
.ym-club-designnote-text p {
  width: 100%;
  padding-bottom: 20px;
}

/**
 * Yu Mei Video module
 *
 */
.ym-club-article-video-container {
  width: 60%;
  margin: 80px auto;
}
@media only screen and (max-width: 920px) {
  .ym-club-article-video-container {
    width: 100%;
  }
}

.ym-club-article-video-container--homefeed {
  margin-bottom: 160px;
}
@media only screen and (max-width: 920px) {
  .ym-club-article-video-container--homefeed {
    padding: 20px;
    margin-bottom: 80px;
  }
}

.ym-club-article-video {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.ym-club-article-video-iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.ym-club-article-video-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Yu Mei Embed module (playlist)
 *
 */
.ym-club-article-embed-container {
  width: 50%;
  margin: 80px auto;
}
@media only screen and (max-width: 920px) {
  .ym-club-article-embed-container {
    width: 100%;
  }
}

.ym-club-article-embed {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.ym-club-article-embed-iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.ym-club-article-embed-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ym-next-article-footer {
  border-top: 1px solid #202020;
  padding: 20px 0 80px;
  font-family: "Venezia-Regular";
  font-size: 17px;
  line-height: 1.8;
  color: #202020;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 920px) {
  .ym-next-article-footer {
    font-size: 18px;
  }
}

.ym-next-article-footer--collection {
  background-color: #F2F2EF;
}

.ym-next-article-title {
  width: 40%;
  padding-left: 20px;
}
@media only screen and (max-width: 680px) {
  .ym-next-article-title {
    width: 50%;
  }
}

.ym-next-article-text {
  width: 40%;
  padding-left: 20px;
}
@media only screen and (max-width: 680px) {
  .ym-next-article-text {
    width: 33.33%;
  }
}

.ym-next-article-arrow {
  width: 20%;
  padding-left: 20px;
}
@media only screen and (max-width: 680px) {
  .ym-next-article-arrow {
    width: 16.66%;
  }
}

.ym-feed-button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto;
}

.ym-feed-button {
  font-size: 12px;
  font-family: "Venezia-Regular";
  color: black;
  border: 1px solid black;
  padding: 12px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  width: 250px;
}
.ym-feed-button:hover {
  background-color: black;
  color: white;
}

/**
 * YM feature - countdown NEW CLUB DIGITAL EVENT
 *
 */
.ym-feature-video-countdown {
  width: 100%;
  z-index: 0;
  position: relative;
}
.ym-feature-video-countdown .ym-feature-countdown-container {
  display: none;
}
.ym-feature-video-countdown .ym-feature-reveal-container {
  display: flex;
}

.ym-counting-down .ym-feature-countdown-container {
  display: flex;
}
.ym-counting-down .ym-feature-reveal-container {
  display: none;
}

.ym-countdown-over .ym-feature-countdown-container {
  display: none;
}
.ym-countdown-over .ym-feature-reveal-container {
  display: flex;
}

.ym-feature-countdown-container {
  color: white;
  min-height: 91.2vh;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 680px) {
  .ym-feature-countdown-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.ym-feature-countdown-image {
  width: 66.66%;
}
@media only screen and (max-width: 680px) {
  .ym-feature-countdown-image {
    width: 100vw;
    height: 100vw;
  }
}
.ym-feature-countdown-image .ym-post-image-background {
  background-position: top center;
}

.ym-feature-countdown-textarea {
  background-color: #80513F;
  width: 91.2vh;
  position: relative;
}
@media only screen and (max-width: 680px) {
  .ym-feature-countdown-textarea {
    width: 100vw;
  }
}

.ym-feature-countdown-textarea-inner {
  width: 91.2vh;
  height: 91.2vh;
  transform: rotate(-90deg);
  transform-origin: center;
}
@media only screen and (max-width: 680px) {
  .ym-feature-countdown-textarea-inner {
    width: 100vw;
    height: 100vw;
  }
}

.ym-feature-countdown-subtext-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Venezia-Regular";
  font-size: 10px;
  padding: 8px;
}

.ym-feature-countdown-text {
  font-family: "TimesNow-SemiLight";
  font-size: 4vh;
  border-top: 1px solid white;
  margin: 8px;
  width: calc(100% - 16px);
}
@media only screen and (max-width: 680px) {
  .ym-feature-countdown-text {
    font-size: 6vw;
  }
}

.ym-feature-countdown-title {
  font-family: "TimesNow-SemiLight";
  font-size: 9vh;
  border-top: 1px solid white;
  margin: 8px;
  width: calc(100% - 16px);
}
@media only screen and (max-width: 680px) {
  .ym-feature-countdown-title {
    font-size: 10vw;
  }
}

.ym-feature-countdown-area {
  width: 100%;
  background-color: #837A5D;
  padding: 8px;
  height: 40vh;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 680px) {
  .ym-feature-countdown-area {
    height: 20vh;
  }
}

.ym-countdown--feature-post {
  font-family: "TimesNow-SemiLight";
  font-size: 9vh;
  color: white;
  border-top: 1px solid white;
  text-align: right;
}
@media only screen and (max-width: 680px) {
  .ym-countdown--feature-post {
    font-size: 10vw;
  }
}

.ym-feature-reveal-container {
  color: white;
  min-height: 91.2vh;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 680px) {
  .ym-feature-reveal-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.ym-feature-reveal-video-double {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.ym-feature-reveal-video-double .ym-feature-reveal-video {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .ym-feature-reveal-video-double {
    width: 100%;
    height: 77vh;
  }
}

.ym-feature-reveal-video {
  width: 75%;
  background-color: black;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.ym-feature-reveal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 680px) {
  .ym-feature-reveal-video {
    width: 100%;
  }
}

.ym-feature-reveal-container--short {
  min-height: auto;
}
.ym-feature-reveal-container--short .ym-feature-reveal-video {
  padding-top: 46.25%;
}

.ym-feature-reveal-textarea {
  width: 25%;
  padding: 8px;
  background-color: #835244;
}
@media only screen and (max-width: 680px) {
  .ym-feature-reveal-textarea {
    width: 100%;
    min-height: 62vh;
  }
}

.ym-feature-reveal-subtext-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Venezia-Regular";
  font-size: 10px;
  padding-bottom: 16px;
  align-items: center;
}

.ym-feature-reveal-subtext {
  width: 50%;
  text-transform: uppercase;
  font-family: "Venezia-Regular";
  font-size: 10px;
  line-height: 10px;
}
.ym-feature-reveal-subtext span {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: green;
  display: inline-block;
  margin-right: 5px;
}

.ym-feature-reveal-text {
  font-family: "TimesNow-SemiLight";
  border-top: 1px solid white;
  font-size: 26px;
  min-height: 150px;
  line-height: 1.2;
  padding-top: 8px;
}
@media only screen and (max-width: 680px) {
  .ym-feature-reveal-text {
    min-height: auto;
    margin-bottom: 16px;
  }
}

.ym-feature-reveal-credits {
  font-family: "TimesNow-SemiLight";
  font-size: 16px;
  color: white;
}
.ym-feature-reveal-credits p {
  font-family: "TimesNow-SemiLight";
  font-size: 16px;
  line-height: 1.2;
  color: white;
  border-top: 1px solid white;
  padding: 4px 0;
}

.ym-feature-reveal-link {
  font-size: 26px;
  font-family: "TimesNow-SemiLight";
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
}
.ym-feature-reveal-link a {
  font-size: 12px;
  font-family: "Venezia-Regular";
  color: white;
  border: 1px solid white;
  padding: 12px;
  text-align: center;
  line-height: 1;
  width: 75%;
  margin: 0 auto;
  display: block;
}
.ym-feature-reveal-link a:hover {
  background-color: white;
  color: #835244;
}
@media only screen and (max-width: 680px) {
  .ym-feature-reveal-link {
    margin-top: 32px;
  }
}

.ym-feature-post-archivesale {
  width: 100%;
  background-color: #963e27;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  position: relative;
  flex-direction: column;
}

.ym-feature-post-archivesale-heading {
  color: white;
}
.ym-feature-post-archivesale-heading p {
  color: white;
  text-align: center;
  font-size: 66px;
  font-family: "TimesNow-SemiLight";
  line-height: 0.9;
  letter-spacing: -0.2;
}
@media only screen and (max-width: 680px) {
  .ym-feature-post-archivesale-heading p {
    font-size: 46px;
  }
}

.ym-archive-subtitle {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Venezia-Regular";
  font-size: 12px;
  line-height: 1;
  color: white;
}

.ym-archive-countdown-button {
  border: 1px solid white;
  border-radius: 2em;
  padding: 5px 15px;
  margin-top: 40px;
}
.ym-archive-countdown-button span {
  padding-right: 10px;
}
.ym-archive-countdown-button a {
  color: white;
}

/*# sourceMappingURL=club.css.map */
