/* Vars. */
/* Setup. */
@import "wordpress/login.css";
html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html *, html:before, html:after, body *, body:before, body:after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

.container-fluid, .container {
  width: 100%;
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.row > * {
  padding-left: 16px;
  padding-right: 16px;
}

.col {
  flex: 1;
}

/* Responsive Columns. */
.col-0 {
  max-width: 0%;
  flex: 0 0 0%;
}

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 576px) {
  .col-sm-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }

  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .col-md-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }

  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }

  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }

  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }

  .col-xxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .col-xxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .col-xxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .col-xxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .col-xxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }

  .col-xxxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .col-xxxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .col-xxxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xxxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .col-xxxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .col-xxxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xxxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .col-xxxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .col-xxxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xxxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .col-xxxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .col-xxxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/* Offset Classes. */
.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.offset-12 {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .offset-xxl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1920px) {
  .offset-xxxl-0 {
    margin-left: 0%;
  }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }

  .offset-xxxl-12 {
    margin-left: 100%;
  }
}
/* Vars. */
/* Position. */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

@media (min-width: 576px) {
  .position-sm-relative {
    position: relative;
  }

  .position-sm-absolute {
    position: absolute;
  }

  .position-sm-fixed {
    position: fixed;
  }

  .position-sm-sticky {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative;
  }

  .position-md-absolute {
    position: absolute;
  }

  .position-md-fixed {
    position: fixed;
  }

  .position-md-sticky {
    position: sticky;
  }
}
@media (min-width: 992px) {
  .position-lg-relative {
    position: relative;
  }

  .position-lg-absolute {
    position: absolute;
  }

  .position-lg-fixed {
    position: fixed;
  }

  .position-lg-sticky {
    position: sticky;
  }
}
@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative;
  }

  .position-xl-absolute {
    position: absolute;
  }

  .position-xl-fixed {
    position: fixed;
  }

  .position-xl-sticky {
    position: sticky;
  }
}
@media (min-width: 1400px) {
  .position-xxl-relative {
    position: relative;
  }

  .position-xxl-absolute {
    position: absolute;
  }

  .position-xxl-fixed {
    position: fixed;
  }

  .position-xxl-sticky {
    position: sticky;
  }
}
@media (min-width: 1920px) {
  .position-xxxl-relative {
    position: relative;
  }

  .position-xxxl-absolute {
    position: absolute;
  }

  .position-xxxl-fixed {
    position: fixed;
  }

  .position-xxxl-sticky {
    position: sticky;
  }
}
/* Display. */
.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-inline-flex {
  display: inline-flex;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-block {
    display: block;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-inline {
    display: inline;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-inline-flex {
    display: inline-flex;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-inline {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-inline-flex {
    display: inline-flex;
  }

  .d-xl-inline-block {
    display: inline-block;
  }

  .d-xl-inline {
    display: inline;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none;
  }

  .d-xxl-flex {
    display: flex;
  }

  .d-xxl-block {
    display: block;
  }

  .d-xxl-inline-flex {
    display: inline-flex;
  }

  .d-xxl-inline-block {
    display: inline-block;
  }

  .d-xxl-inline {
    display: inline;
  }
}
@media (min-width: 1920px) {
  .d-xxxl-none {
    display: none;
  }

  .d-xxxl-flex {
    display: flex;
  }

  .d-xxxl-block {
    display: block;
  }

  .d-xxxl-inline-flex {
    display: inline-flex;
  }

  .d-xxxl-inline-block {
    display: inline-block;
  }

  .d-xxxl-inline {
    display: inline;
  }
}
/* Flex. */
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-end {
  align-items: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-self-start {
  align-self: flex-start;
}

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

.align-self-end {
  align-self: flex-end;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.align-content-start {
  align-content: flex-start;
}

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

.align-content-end {
  align-content: flex-end;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-baseline {
    align-items: baseline;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-baseline {
    align-items: baseline;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-baseline {
    align-items: baseline;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-baseline {
    align-items: baseline;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xxl-column {
    flex-direction: column;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }

  .justify-content-xxl-start {
    justify-content: flex-start;
  }

  .justify-content-xxl-center {
    justify-content: center;
  }

  .justify-content-xxl-end {
    justify-content: flex-end;
  }

  .justify-content-xxl-between {
    justify-content: space-between;
  }

  .justify-content-xxl-around {
    justify-content: space-around;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }

  .align-items-xxl-start {
    align-items: flex-start;
  }

  .align-items-xxl-center {
    align-items: center;
  }

  .align-items-xxl-end {
    align-items: flex-end;
  }

  .align-items-xxl-baseline {
    align-items: baseline;
  }

  .align-items-xxl-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1920px) {
  .flex-xxxl-row {
    flex-direction: row;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xxxl-column {
    flex-direction: column;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start;
  }

  .justify-content-xxxl-center {
    justify-content: center;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end;
  }

  .justify-content-xxxl-between {
    justify-content: space-between;
  }

  .justify-content-xxxl-around {
    justify-content: space-around;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly;
  }

  .align-items-xxxl-start {
    align-items: flex-start;
  }

  .align-items-xxxl-center {
    align-items: center;
  }

  .align-items-xxxl-end {
    align-items: flex-end;
  }

  .align-items-xxxl-baseline {
    align-items: baseline;
  }

  .align-items-xxxl-stretch {
    align-items: stretch;
  }
}
/* Text. */
.text-left {
  text-align: left;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }

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

  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left;
  }

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

  .text-xxl-right {
    text-align: right;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-left {
    text-align: left;
  }

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

  .text-xxxl-right {
    text-align: right;
  }
}
/* Extras. */
.overflow-hidden {
  overflow: hidden;
}

.spacer {
  height: 60px;
}

.spacer_mini {
  height: 30px;
}

.spacer_tiny {
  height: 1.25rem;
}

.padding-top {
  padding-top: 60px;
}

.padding-top_mini {
  padding-top: 30px;
}

.padding-top_small {
  padding-top: 60px;
}

.padding-top_large {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 60px;
}

.padding-bottom_mini {
  padding-bottom: 30px;
}

.padding-bottom_small {
  padding-bottom: 60px;
}

.padding-bottom_large {
  padding-bottom: 120px;
}

.margin-top {
  margin-top: 60px;
}

.margin-top_mini {
  margin-top: 30px;
}

.margin-top_small {
  margin-top: 60px;
}

.margin-top_large {
  margin-top: 120px;
}

.margin-bottom {
  margin-bottom: 60px;
}

.margin-bottom_mini {
  margin-bottom: 30px;
}

.margin-bottom_small {
  margin-bottom: 60px;
}

.margin-bottom_large {
  margin-bottom: 120px;
}

.background-colour_white {
  background-color: #FEFEFE;
}

.background-colour_black {
  background-color: #0A0A0A;
}

@media screen and (min-width: 768px) {
  .spacer {
    height: 90px;
  }

  .spacer_mini {
    height: 45px;
  }

  .padding-top {
    padding-top: 90px;
  }

  .padding-top_mini {
    padding-top: 45px;
  }

  .padding-top_large {
    padding-top: 180px;
  }

  .padding-bottom {
    padding-bottom: 90px;
  }

  .padding-bottom_mini {
    padding-bottom: 45px;
  }

  .padding-bottom_large {
    padding-bottom: 180px;
  }

  .margin-top {
    margin-top: 90px;
  }

  .margin-top_mini {
    margin-top: 45px;
  }

  .margin-top_large {
    margin-top: 180px;
  }

  .margin-bottom {
    margin-bottom: 90px;
  }

  .margin-bottom_mini {
    margin-bottom: 45px;
  }

  .margin-bottom_large {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer {
    height: 120px;
  }

  .spacer_mini {
    height: 60px;
  }

  .padding-top {
    padding-top: 120px;
  }

  .padding-top_mini {
    padding-top: 60px;
  }

  .padding-top_large {
    padding-top: 180px;
  }

  .padding-bottom {
    padding-bottom: 120px;
  }

  .padding-bottom_mini {
    padding-bottom: 60px;
  }

  .padding-bottom_large {
    padding-bottom: 180px;
  }

  .margin-top {
    margin-top: 120px;
  }

  .margin-top_mini {
    margin-top: 60px;
  }

  .margin-top_large {
    margin-top: 240px;
  }

  .margin-bottom {
    margin-bottom: 120px;
  }

  .margin-bottom_mini {
    margin-bottom: 60px;
  }

  .margin-bottom_large {
    margin-bottom: 240px;
  }
}
body {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 200;
  font-optical-sizing: auto;
  font-size: 18px;
  color: #E0DED9;
}

p {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 150;
  font-family: "Sora", sans-serif;
}

strong {
  font-weight: 400;
}

a {
  text-decoration: none;
}

h1 {
  font-size: clamp(2.25rem, 3vw + 1rem, 3.2rem);
  line-height: 1.05;
}
h1.display {
  font-size: clamp(2.25rem, 3vw + 2.2rem, 6rem);
  line-height: 105%;
  letter-spacing: -1.68px;
}

h2 {
  font-size: clamp(2.1rem, 3vw + 1rem, 2.75rem);
  line-height: 1.15;
}

h3 {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.25;
}

.default-content_text * {
  color: #19453B;
}
.default-content_text *:last-child:not(.ignore) {
  margin-bottom: 0;
}
.default-content_text p {
  margin-bottom: 32px;
  letter-spacing: 0.36px;
  line-height: 1.5;
}
.default-content_text h1, .default-content_text h2, .default-content_text h3 {
  margin: 2.8125rem 0rem 1.875rem 0rem;
}
.default-content_text h1:first-child, .default-content_text h1:first-of-type, .default-content_text h2:first-child, .default-content_text h2:first-of-type, .default-content_text h3:first-child, .default-content_text h3:first-of-type {
  margin: 0rem 0rem 1.875rem 0rem;
}
.default-content_text h4, .default-content_text h5, .default-content_text h6 {
  margin: 1.875rem 0rem 1.25rem 0rem;
}
.default-content_text h4:first-child, .default-content_text h4:first-of-type, .default-content_text h5:first-child, .default-content_text h5:first-of-type, .default-content_text h6:first-child, .default-content_text h6:first-of-type {
  margin: 0rem 0rem 1.25rem 0rem;
}
.default-content_text ul, .default-content_text ol {
  padding: 0;
  margin: 0rem 0rem 1rem 1.875rem;
}
.default-content_text ul li, .default-content_text ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.default-content_text ul li:last-child, .default-content_text ol li:last-child {
  padding: 0;
}
.default-content_text ul {
  list-style: circle;
}
.default-content_text.background-colour_black * {
  color: #FEFEFE;
}

@media screen and (min-width: 768px) {
  .default-content_text ul, .default-content_text ol {
    margin: 0rem 0rem 1rem 2.8125rem;
  }
  .default-content_text ul li, .default-content_text ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
}
.link_button-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.link_button {
  height: 51px;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 18px;
  font-style: normal;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  letter-spacing: 0.18px;
  font-family: "Sora", sans-serif;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
  box-sizing: border-box;
}
.link_button.full {
  width: 100%;
  justify-content: center;
}
.link_button.light {
  background: #E0DED9;
  color: #19453B;
}
.link_button.dark {
  background: #19453B;
  color: white;
}
.link_button.dark span, .link_button.dark bdi, .link_button.dark .amount {
  transition: all 0.3s ease-in-out;
  color: white;
}
.link_button.trans {
  background: transparent;
  color: #19453B;
  box-shadow: inset 0 0 0 1px #19453B;
}
.link_button.trans i {
  margin-left: 10px;
  font-size: 0.9rem;
  line-height: 52px;
}
.link_button.semitrans {
  background: rgba(208, 223, 215, 0.15);
  color: white;
}
.link_button.oncards {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12.5px);
  color: #19453B;
  border: 1px solid transparent;
  cursor: pointer;
}
.link_button.oncards i {
  margin-left: 10px;
  font-size: 0.9rem;
  line-height: 52px;
}

.link_button:hover {
  transition: all 0.3s ease-in-out;
}
.link_button:hover.light {
  background: rgba(25, 69, 59, 0.75);
  color: white;
}
.link_button:hover.dark {
  background: #E0DED9;
  color: #19453B;
}
.link_button:hover.dark.alt {
  background: rgba(25, 69, 59, 0.75);
  color: white;
}
.link_button:hover.dark span, .link_button:hover.dark bdi, .link_button:hover.dark .amount {
  transition: all 0.3s ease-in-out;
  color: #19453B;
}
.link_button:hover.trans {
  background: #D0DFD7;
}
.link_button:hover.semitrans {
  background: #E0DED9;
  color: #19453B;
}
.link_button:hover.oncards {
  background: #D0DFD7;
  color: #19453B;
}

@media screen and (min-width: 576px) {
  .link_button-group {
    flex-direction: row;
  }
  .link_button-group div[class^=col-] {
    margin-bottom: 0;
  }
}
.cta_sign-up .frm_forms .with_frm_style .frm_message, .cta_sign-up .frm_forms .frm_success_style {
  text-align: center !important;
  font-size: 18px !important;
}
.cta_sign-up .frm_forms .frm_style_formidable-style.with_frm_style .frm_error_style {
  text-align: center !important;
  font-size: 18px !important;
}
.cta_sign-up .frm_forms form {
  margin-bottom: 0 !important;
  margin: 0 auto;
  background: rgba(208, 223, 215, 0.9);
  max-width: 464px;
  padding: 16px 24px;
  border-radius: 24px;
}
.cta_sign-up .frm_forms form .frm_primary_label {
  display: none;
}
.cta_sign-up .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=email] {
  background: transparent !important;
  font-size: 20px;
  text-align: center;
}
.cta_sign-up .frm_forms form .frm_form_field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 20px;
  color: #19453B;
  opacity: 1;
}
.cta_sign-up .frm_forms form .frm_form_field ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 20px;
  color: #19453B;
  opacity: 1;
}
.cta_sign-up .frm_forms form .frm_form_field :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 20px;
  color: #19453B;
  opacity: 1;
}
.cta_sign-up .frm_forms form input::placeholder {
  font-size: 20px !important;
  color: #19453B !important;
  opacity: 1 !important;
}
.cta_sign-up .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  margin: 0;
  background: #19453B;
  color: white;
  justify-content: center;
}
.cta_sign-up .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover {
  transition: all 0.3s ease-in-out;
  background: #E0DED9;
  color: #19453B;
  border: 1px solid transparent;
}
.cta_sign-up .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  justify-content: center;
}

.frm_forms .with_frm_style .frm_message, .frm_forms .frm_success_style {
  font-size: 19px !important;
}
.frm_forms .frm_success_style {
  text-align: center !important;
}
.frm_forms form {
  border-radius: 24px;
  background: rgba(208, 223, 215, 0.2);
  backdrop-filter: blur(2px);
  margin-bottom: 48px !important;
  padding: 32px;
}
.frm_forms form .frm_form_fields fieldset {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 1.5rem 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field:not(.frm_compact) .frm_dropzone {
  max-width: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label {
  padding: 0;
  margin: 0rem 0.3125rem 0rem 0rem;
  color: #FEFEFE;
  font-size: 20px;
  font-weight: 250;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
  font-family: "Sora", sans-serif;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label .frm_required {
  left: -3px;
  position: relative;
  font-weight: 600;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=text], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=email], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=tel], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 51px;
  padding: 0px 24px 0px 24px;
  margin: 0;
  background-color: #FEFEFE !important;
  border: none !important;
  border-radius: 24px;
  outline: none;
  box-shadow: none;
  color: #19453B !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=checkbox] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #FEFEFE !important;
  border: none;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  color: #19453B;
  font-size: 12px;
  appearance: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  background: url("../images/select_arrow_dark.svg") calc(100% - 20px) 16px/16px no-repeat;
  background-color: #FEFEFE !important;
  appearance: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select option {
  color: #0A0A0A;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  height: 150px;
  padding: 20px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  padding: 0px 0px 0px 22px;
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -20px;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input {
  top: -1px;
  left: -2px;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  padding: 0;
  margin: 0;
  color: #EB5757;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-webkit-input-placeholder {
  color: #8a8a8a;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-moz-placeholder {
  color: #8a8a8a;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-moz-placeholder {
  color: #8a8a8a;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-ms-input-placeholder {
  color: #8a8a8a;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  height: 51px;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 18px;
  font-style: normal;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  letter-spacing: 0.18px;
  font-family: "Sora", sans-serif;
  background: #E0DED9;
  color: #19453B;
  border: 1px solid transparent;
  box-shadow: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover {
  transition: all 0.3s ease-in-out;
  background: rgba(25, 69, 59, 0.75);
  color: white;
  border: 1px solid transparent;
}
.frm_forms form .frm_error_style {
  padding: 0;
  margin: 0px 0px 30px 0px !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  box-shadow: none;
  color: #EB5757 !important;
  font-size: 18px !important;
}

@media screen and (min-width: 576px) {
  .frm_forms form .frm_form_fields fieldset .frm_fields_container {
    grid-gap: 1.5rem;
  }
  .cta_sign-up .frm_forms form {
    border-radius: 100px;
  }
  .cta_sign-up .frm_forms form .frm_primary_label {
    display: none;
  }
  .cta_sign-up .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=email] {
    text-align: left;
  }
  .cta_sign-up .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
    justify-content: flex-end;
  }
}
.mf-cursor {
  z-index: 97;
}
.mf-cursor .mf-cursor-inner .mf-cursor-text {
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  transform: scale(0) rotate(-30deg);
  color: #0A0A0A;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor .mf-cursor-inner .mf-cursor-media {
  width: 360px;
  height: 360px;
  margin: -180px 0px 0px -180px;
}
.mf-cursor .mf-cursor-inner .mf-cursor-media .mf-cursor-media-box {
  width: 100%;
  height: 100%;
  padding: 0;
  transform: translateZ(0) scale(0) rotate(-15deg);
  border-radius: 100%;
  transition: transform 0.3s, opacity 0.15s 0.15s;
}
.mf-cursor:before {
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  transform: scale(0.3);
  background-color: #1c1c1c;
  border-radius: 100%;
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
  opacity: 1;
}
.mf-cursor.-pointer.-text:before {
  transform: scale(2);
  opacity: 1;
}
.mf-cursor.-pointer.-text .mf-cursor-inner .mf-cursor-text {
  transform: scale(1) rotate(0deg);
}
.mf-cursor.-pointer.-media .mf-cursor-inner .mf-cursor-media .mf-cursor-media-box {
  transform: translateZ(0) scale(1) rotate(0deg);
  transition-duration: 0.45s, 0.45s;
  transition-delay: 0s, 0s;
}
.mf-cursor.-hidden:before {
  transform: scale(0.3);
  opacity: 0;
}

.html.lenis {
  height: auto;
}
.html.lenis .body {
  height: auto;
}
.html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.html.lenis.lenis-stopped {
  overflow: hidden;
}
.html.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.popup_cookie-policy {
  width: calc(100% - 3rem);
  height: auto;
  padding: 1.875rem;
  margin: auto;
  left: 0;
  bottom: 1.5rem;
  right: 0;
  transform: translateY(24px);
  background-color: #ececec;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 96;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.popup_cookie-policy .message_container {
  margin-bottom: 1.875rem;
}
.popup_cookie-policy .message_container .message_wrapper .message p:first-child {
  font-weight: 600;
}
.popup_cookie-policy .message_container .message_wrapper .message p:last-child {
  margin: 0;
}
.popup_cookie-policy.accepted_false {
  transform: translateY(0px);
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (min-width: 576px) {
  .popup_cookie-policy {
    max-width: 512px;
  }
}
@media screen and (min-width: 768px) {
  .popup_cookie-policy {
    padding: 2.8125rem;
    left: 1.5rem;
    right: auto;
  }
  .popup_cookie-policy .message_container {
    margin-bottom: 2.8125rem;
  }
}
.navigation {
  inset: 0;
  pointer-events: none;
  z-index: 94;
}
.navigation .navigation__dark-bg {
  inset: 0;
  background-color: #19453B;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.navigation .centered-nav {
  width: calc(100% - 24px - 24px);
  max-width: 512px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  background: #E0DED9;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 30px;
  overflow: hidden;
}
.navigation .centered-nav .centered-nav__header {
  padding: 14px 32px 14px 32px;
  z-index: 1;
  height: 72px;
}
.navigation .centered-nav .centered-nav__header .centered-nav__logo {
  width: auto;
  height: 100%;
  pointer-events: auto;
  max-height: 38px;
}
.navigation .centered-nav .centered-nav__header .centered-nav__logo .centered-nav__logo-img {
  width: auto;
  height: 100%;
  margin-top: -3px;
}
.navigation .centered-nav .centered-nav__header .centered-nav__toggle {
  margin-top: 0;
  margin-right: -8px;
  margin-left: auto;
  width: 48px;
  height: 48px;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
  color: #19453B;
  border: none;
  transition: all 0.3s ease-in-out;
}
.navigation .centered-nav .centered-nav__header .centered-nav__toggle .centered-nav__toggle-bar {
  width: 1.5em;
  height: 1.5px;
  background-color: #19453B;
  transform: translateY(-0.3em) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0, 1);
}
.navigation .centered-nav .centered-nav__header .centered-nav__toggle .centered-nav__toggle-bar:nth-child(2) {
  transform: translateY(0.03em) rotate(0.001deg);
}
.navigation .centered-nav .centered-nav__header .centered-nav__toggle .centered-nav__toggle-bar:nth-child(3) {
  transform: translateY(0.36em) rotate(0.001deg);
}
.navigation .centered-nav .centered-nav__header .centered-nav__toggle:hover {
  color: #19453B;
  border: none;
}
.navigation .centered-nav .centered-nav__header .centered-nav__toggle:hover .centered-nav__toggle-bar {
  background-color: #19453B;
}
.navigation .centered-nav .centered-nav__header .cart-link {
  position: relative;
  margin-left: 28px;
  pointer-events: auto;
  cursor: pointer;
}
.navigation .centered-nav .centered-nav__header .cart-link i {
  font-size: 1.3rem;
  color: #19453B;
}
.navigation .centered-nav .centered-nav__header .cart-link .cart-num {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #19453B;
  color: #E0DED9;
  font-family: "sora", sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  text-align: center;
  line-height: 24px;
}
.navigation .centered-nav .centered-nav__header .cart-link .cart-num[data-cart-total="0"] {
  display: none !important;
}
.navigation .centered-nav .centered-nav__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.navigation .centered-nav .centered-nav__content .centered-nav__inner {
  width: 100%;
  height: 10000%;
  grid-column-gap: 0;
  grid-row-gap: 0;
  pointer-events: auto;
}
.navigation .centered-nav .centered-nav__content .centered-nav__inner ul {
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.navigation .centered-nav .centered-nav__content .centered-nav__inner ul li:first-of-type {
  border-top: 1px solid rgba(25, 69, 59, 0.5);
}
.navigation .centered-nav .centered-nav__content .centered-nav__inner ul li {
  padding: 0 24px;
  margin: 0;
  list-style: none;
  overflow: clip;
  cursor: pointer;
  min-height: 68px;
  line-height: 68px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(25, 69, 59, 0.5);
  transition: all 0.1s ease-in-out;
}
.navigation .centered-nav .centered-nav__content .centered-nav__inner ul li a {
  display: inline-block;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  font-family: "Sora", sans-serif;
  color: #19453B;
  transform: translate(0px, 150%);
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0, 1);
  transition-delay: inherit;
}
.navigation .centered-nav .centered-nav__content .centered-nav__inner ul li:hover {
  background: #D0DFD7;
}
.navigation .centered-nav .centered-nav__content .centered-nav__inner ul li:hover a {
  color: #19453B;
}
.navigation .centered-nav .centered-nav__content .centered-nav__inner .centered-nav__contact {
  width: 100%;
  height: 76px;
  padding: 32px 0 32px 0;
}
.navigation[data-navigation-status=active] .navigation__dark-bg {
  opacity: 0.56;
  visibility: visible;
}
.navigation[data-navigation-status=active] .centered-nav .centered-nav__header .centered-nav__toggle .centered-nav__toggle-bar {
  transform: translateY(0em) rotate(45deg);
}
.navigation[data-navigation-status=active] .centered-nav .centered-nav__header .centered-nav__toggle .centered-nav__toggle-bar:nth-child(2) {
  transform: translateY(0em) rotate(-45deg);
}
.navigation[data-navigation-status=active] .centered-nav .centered-nav__header .centered-nav__toggle .centered-nav__toggle-bar:nth-child(3) {
  opacity: 0;
}
.navigation[data-navigation-status=active] .centered-nav .centered-nav__content {
  grid-template-rows: 1fr;
}
.navigation[data-navigation-status=active] .centered-nav .centered-nav__content .centered-nav__inner ul li a {
  transform: translate(0px, 0%);
}

.header {
  padding: 0 24px;
  width: 100%;
  max-width: 1364px;
  height: 80px;
  margin: auto;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 94;
}
.header .header_inner {
  max-width: none;
  width: 100%;
  height: 100%;
  padding: 14px 60px 14px 60px;
  z-index: 2;
  border-radius: 100px;
  background: #E0DED9;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.header .header_inner .company-logo {
  height: 100%;
}
.header .header_inner .company-logo .company-logo_img {
  height: 100%;
  width: auto;
  display: flex;
  max-height: 45px;
}
.header .header_inner .company-logo .company-logo_img.light {
  display: none;
}
.header .header_inner .header_nav > ul {
  display: inline;
  list-style-type: none;
  margin-right: 18px;
}
.header .header_inner .header_nav > ul > li {
  position: relative;
  display: inline;
  margin: 0 16px;
}
.header .header_inner .header_nav > ul > li > a {
  position: relative;
  padding: 4px 0;
  font-size: 1em;
  font-family: "Sora", sans-serif;
  color: #19453B;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
}
.header .header_inner .header_nav > ul > li > a:hover::after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.header .header_inner .header_nav > ul > li > a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  margin-left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #19453B;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.header .header_inner .header_nav > ul > li.current-menu-item > a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  margin-left: 0;
  content: "";
  height: 1px;
  background: #19453B;
  opacity: 0;
  width: 100%;
  opacity: 1;
}
.header .header_inner .cart-link {
  position: relative;
  margin-left: 28px;
}
.header .header_inner .cart-link i {
  font-size: 1.3rem;
  color: #19453B;
}
.header .header_inner .cart-link .cart-num {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #19453B;
  color: #E0DED9;
  font-family: "sora", sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  text-align: center;
  line-height: 24px;
}
.header .header_inner .cart-link .cart-num[data-cart-total="0"] {
  display: none !important;
}
.header .header_inner .row {
  height: 100%;
}
.header.dark .header_inner {
  background: rgba(25, 69, 59, 0.85);
}
.header.dark .header_inner .company-logo .company-logo_img.dark {
  display: none;
}
.header.dark .header_inner .company-logo .company-logo_img.light {
  display: flex;
}
.header.dark .header_inner .header_nav > ul > li > a {
  color: #FEFEFE;
}
.header.dark .header_inner .header_nav > ul > li > a::after {
  background: white;
}
.header.dark .header_inner .header_nav > ul > li.current-menu-item > a::after {
  background: white;
}
.header.dark .header_inner .cart-link i {
  color: #D0DFD7;
}
.header.dark .header_inner .cart-link .cart-num {
  background: #D0DFD7;
  color: #19453B;
}

.block_placeholder {
  min-height: 100vh;
}

.block_spacer.negative {
  margin-top: -30px;
}

.swiper-nav-item {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  color: #D0DFD7;
  border: 1px solid #D0DFD7;
}
.swiper-nav-item.light {
  color: #19453B;
  border: 1px solid #19453B;
}
.swiper-nav-item.light i {
  color: #19453B;
}
.swiper-nav-item.light.swiper-button-disabled {
  color: #D0DFD7;
  border: 1px solid #D0DFD7;
  opacity: 0.8;
}
.swiper-nav-item.light.swiper-button-disabled i {
  color: #D0DFD7;
}
.swiper-nav-item i {
  color: white;
}
.swiper-nav-item:not(.swiper-button-disabled):hover {
  background: #D0DFD7;
  color: #19453B;
}
.swiper-nav-item:not(.swiper-button-disabled):hover i {
  color: #19453B;
}
.swiper-nav-item.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-nav-item.disabled {
  display: none;
}

.f-button {
  background: transparent;
  border: 1px solid #D0DFD7;
}
.f-button:hover {
  background: transparent !important;
}
.f-button svg {
  display: none;
}
.f-button.is-prev:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f060";
  color: #D0DFD7;
}
.f-button.is-next:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f061";
  color: #D0DFD7;
}

.f-button.is-close-button {
  display: none;
}

.fancybox__backdrop {
  background: rgba(25, 69, 59, 0.9);
}

.f-carousel__toolbar {
  display: none;
}

img.f-panzoom__content {
  border-radius: 24px;
}

.f-caption {
  margin-top: 18px;
  padding: 12px 24px;
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  color: #19453B;
  background: #E0DED9;
  border-radius: 100px;
}

.fancybox-content {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.block_body_text {
  margin-top: 80px;
}
.block_body_text.default-content_text * {
  color: white;
}
.block_body_text.default-content_text h1 {
  margin-bottom: 60px;
}
.block_body_text.default-content_text h1, .block_body_text.default-content_text h2, .block_body_text.default-content_text h3, .block_body_text.default-content_text h4, .block_body_text.default-content_text h5 {
  color: white;
}
.block_body_text.default-content_text h2 {
  font-size: clamp(1.8rem, 3vw + 1rem, 2.45rem);
}
.block_body_text.default-content_text p, .block_body_text.default-content_text ul, .block_body_text.default-content_text li {
  color: white;
}
.block_body_text.default-content_text p a {
  text-decoration: underline;
}
.block_body_text.default-content_text p a:hover {
  color: #D0DFD7;
}

.block_banner_text {
  margin-top: 112px;
}
.block_banner_text .banner_cont {
  max-width: 640px;
  margin: 0 auto;
}
.block_banner_text .banner_cont h1 {
  color: #E0DED9;
  margin-bottom: 2.2rem;
}
.block_banner_text .banner_cont p {
  font-size: 1.1rem;
  color: white;
  letter-spacing: 0.4px;
  padding-right: 0px;
}
.block_banner_text .banner_cont .link_button-group {
  margin-top: 48px;
  gap: 16px;
  flex-wrap: wrap;
}
.block_banner_text .banner_cont .link_button-group .link_button {
  cursor: pointer;
}
.block_banner_text .banner_cont .link_button-group .link_button.shop_link {
  font-size: 14px;
  height: 35px;
  width: 80%;
  justify-content: center;
}

.block_banner_home {
  padding-top: 182px;
}
.block_banner_home .banner_inner {
  flex-direction: column;
}
.block_banner_home .banner_inner .banner_cont {
  flex: 0 0 90%;
  margin-top: 48px;
  order: 2;
}
.block_banner_home .banner_inner .banner_cont h1 {
  color: #E0DED9;
  margin-bottom: 2.2rem;
}
.block_banner_home .banner_inner .banner_cont p {
  font-size: 1.1rem;
  color: white;
  letter-spacing: 0.4px;
  padding-right: 0px;
  font-weight: 300;
}
.block_banner_home .banner_inner .banner_img {
  flex: 1 1;
  text-align: left;
  order: 1;
}
.block_banner_home .banner_inner .banner_img img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
.block_banner_home.video {
  padding-top: 342px;
  min-height: 100vh;
  background: #E0DED9;
}
.block_banner_home.video .container, .block_banner_home.video .row {
  position: relative;
  height: 100%;
  z-index: 2;
}
.block_banner_home.video .banner_inner {
  height: 100%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.block_banner_home.video .banner_inner .banner_cont {
  margin-top: 0;
}
.block_banner_home.video .banner_inner .banner_cont h1 {
  color: #19453B;
}
.block_banner_home.video .banner_inner .banner_cont p {
  color: #19453B;
}
.block_banner_home .video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.block_about .about_inner {
  flex-direction: column;
  background: white;
  border-radius: 24px;
  padding: 0;
  gap: 0;
  overflow: hidden;
}
.block_about .about_inner .about_left {
  padding: 32px;
  flex: 1 1;
}
.block_about .about_inner .about_left p {
  font-weight: 250;
}
.block_about .about_inner .about_left table {
  margin: 20px 0 30px 0;
}
.block_about .about_inner .about_left table tr:first-of-type td {
  font-weight: 400;
}
.block_about .about_inner .about_left table td {
  padding: 10px;
}
.block_about .about_inner .about_left table td ul {
  margin-left: 16px;
}
.block_about .about_inner .about_img {
  overflow: hidden;
  height: auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  max-height: 346px;
}
.block_about .about_inner .about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_quote .quote_inner {
  flex-direction: column;
  background: white;
  border-radius: 24px;
  padding: 0;
  gap: 0;
  overflow: hidden;
}
.block_quote .quote_inner .quote_right {
  padding: 32px;
  flex: 1 1;
}
.block_quote .quote_inner .quote_right blockquote p {
  font-family: Sora;
  font-size: 24px;
  font-style: normal;
  font-weight: 150;
  line-height: 120%;
}
.block_quote .quote_inner .quote_right blockquote cite {
  text-decoration: none;
  font-style: normal !important;
  font-weight: 250;
}
.block_quote .quote_inner .quote_img {
  overflow: hidden;
  height: auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  max-height: 346px;
}
.block_quote .quote_inner .quote_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_pic_list .pic_list {
  flex-direction: row;
  gap: 24px;
  justify-content: left;
  align-items: center;
}
.block_pic_list .pic_list .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.block_pic_list .pic_list .pic_list_item {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.block_pic_list .pic_list .pic_list_item.img {
  width: 224px;
  height: 304px;
}
.block_pic_list .pic_list .pic_list_item.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_pic_list .pic_list .pic_list_item.product {
  width: 224px;
  height: 348px;
}
.block_pic_list .pic_list .pic_list_item.product img {
  max-width: 60%;
  max-height: 65%;
  width: auto;
  height: auto;
}

.block_mission h2 {
  color: #D0DFD7;
  margin-bottom: 32px !important;
}
.block_mission p {
  color: white;
  font-weight: 250;
}
.block_mission p:first-of-type {
  margin-top: 8px;
}

.block_faq h1, .block_faq h2, .block_faq h3, .block_faq h4, .block_faq h5, .block_faq h6, .block_faq p, .block_faq ol li, .block_faq ul li {
  color: white;
}
.block_faq h2 {
  color: #D0DFD7;
  margin-bottom: 32px !important;
}
.block_faq p {
  color: white;
  font-weight: 250;
}
.block_faq p:first-of-type {
  margin-top: 8px;
}
.block_faq ul.faq_list {
  margin-top: -24px;
}
.block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont h1 strong, .block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont h2 strong, .block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont h3 strong, .block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont h4 strong, .block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont h5 strong, .block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont h6 strong, .block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont p strong, .block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont ol li strong, .block_faq.light ul.faq_list > li .inner_bottom .inner_bottom_cont ul li strong {
  color: #19453B;
}

ul.faq_list {
  margin: 8px 0 0 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
ul.faq_list > li {
  margin: 0;
  padding: 0 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #D0DFD7;
}
ul.faq_list > li:last-of-type {
  border-bottom: none;
}
ul.faq_list > li .inner_top {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 32px 0;
}
ul.faq_list > li .inner_top .inner_top_cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
}
ul.faq_list > li .inner_top .inner_top_cont h3 {
  color: white;
  width: 65%;
  padding-right: 16px;
  margin: 0;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.48px;
}
ul.faq_list > li .inner_top .inner_top_cont h3:after {
  text-align: center;
  line-height: 48px;
  font-size: 15px;
  width: 48px;
  height: 48px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  position: absolute;
  color: #D0DFD7;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "+";
  font-size: 1.2rem;
  border-radius: 50px;
  background: rgba(208, 223, 215, 0.15);
  transition: all 0.4s ease-in-out;
}
ul.faq_list > li .inner_bottom {
  display: none;
}
ul.faq_list > li .inner_bottom .inner_bottom_cont {
  position: relative;
  width: 100%;
  padding: 0px 0 32px 0;
  color: white;
}
ul.faq_list > li .inner_bottom .inner_bottom_cont h1 strong, ul.faq_list > li .inner_bottom .inner_bottom_cont h2 strong, ul.faq_list > li .inner_bottom .inner_bottom_cont h3 strong, ul.faq_list > li .inner_bottom .inner_bottom_cont h4 strong, ul.faq_list > li .inner_bottom .inner_bottom_cont h5 strong, ul.faq_list > li .inner_bottom .inner_bottom_cont h6 strong, ul.faq_list > li .inner_bottom .inner_bottom_cont p strong, ul.faq_list > li .inner_bottom .inner_bottom_cont ol li strong, ul.faq_list > li .inner_bottom .inner_bottom_cont ul li strong {
  color: white;
}
ul.faq_list > li .inner_bottom .inner_bottom_cont p {
  color: white;
  font-weight: 200;
}
ul.faq_list > li .inner_bottom .inner_bottom_cont ul {
  list-style-type: disc;
  margin-bottom: 32px;
}
ul.faq_list > li .inner_bottom .inner_bottom_cont ul li {
  color: white;
}
ul.faq_list > li .inner_bottom .inner_bottom_cont a {
  color: white;
  border-bottom: 1px solid white;
}
ul.faq_list > li:hover .inner_top h3:after {
  color: #19453B;
  background: rgba(208, 223, 215, 0.75);
  transition: all 0.4s ease-in-out;
}
ul.faq_list > li.active .inner_top h3:after {
  color: #19453B;
  background: rgba(208, 223, 215, 0.75);
  content: "\f068";
}
ul.faq_list.light > li .inner_top .inner_top_cont h3 {
  color: #19453B;
}
ul.faq_list.light > li .inner_top .inner_top_cont h3:after {
  color: #D0DFD7;
  background: #19453B;
}
ul.faq_list.light > li .inner_bottom .inner_bottom_cont {
  color: #19453B;
}
ul.faq_list.light > li .inner_bottom .inner_bottom_cont p {
  color: #19453B;
}
ul.faq_list.light > li:hover .inner_top h3:after {
  color: #19453B;
  background: rgba(208, 223, 215, 0.75);
  transition: all 0.4s ease-in-out;
}

.block_benefits h2 {
  color: #D0DFD7;
  margin-bottom: 32px !important;
}
.block_benefits p {
  color: white;
  font-weight: 250;
}
.block_benefits p:first-of-type {
  margin-top: 8px;
}
.block_benefits ul.b_list {
  margin: -8px 0 0 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
.block_benefits ul.b_list > li {
  margin: 0;
  padding: 0 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #D0DFD7;
}
.block_benefits ul.b_list > li:last-of-type {
  border-bottom: none;
}
.block_benefits ul.b_list > li .inner_top {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.block_benefits ul.b_list > li .inner_top .inner_top_icon .icon {
  width: 48px;
  height: 48px;
  background: rgba(208, 223, 215, 0.15);
  border-radius: 100%;
  line-height: 52px;
  text-align: center;
  margin-right: 24px;
}
.block_benefits ul.b_list > li .inner_top .inner_top_icon .icon i {
  color: white;
  font-size: 1.1rem;
  font-weight: 300;
}
.block_benefits ul.b_list > li .inner_top .inner_top_cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 32px 0;
}
.block_benefits ul.b_list > li .inner_top .inner_top_cont h3 {
  color: white;
  padding-right: 16px;
  margin: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.48px;
}

.block_teasers .teaser_item {
  position: relative;
  background: white;
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
  backdrop-filter: blur(7.5px);
  border-radius: 24px;
  overflow: hidden;
}
.block_teasers .teaser_item.full {
  margin-bottom: 48px;
  padding-right: 0px;
}
.block_teasers .teaser_item .teaser_cont {
  display: block;
  padding: 32px 32px 60px 32px;
}
.block_teasers .teaser_item .teaser_cont.full {
  padding: 32px 32px 60px 32px;
}
.block_teasers .teaser_item .teaser_cont h2 {
  line-height: 115%;
  letter-spacing: -0.88px;
  font-weight: 200;
  padding-right: 32px;
}
.block_teasers .teaser_item .teaser_cont h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  font-weight: 250;
  margin-top: 0;
}
.block_teasers .teaser_item .teaser_cont p {
  font-weight: 250;
}
.block_teasers .teaser_item .teaser_product {
  display: block;
  position: relative;
  margin: 20px 0 0 0;
  padding-top: 40px;
  width: 100%;
  height: 346px;
  background-image: url("../images/bg-symbol.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
.block_teasers .teaser_item .teaser_product.full {
  height: 422px;
}
.block_teasers .teaser_item .teaser_product img {
  margin: 0 auto 0 auto;
  height: 100%;
  width: auto;
}
.block_teasers .teaser_item h3.p_title {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Sora";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.block_teasers .teaser_items {
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.block_teasers .teaser_items .teaser_item {
  flex: 1 1 100%;
  min-width: 0;
  min-height: 0;
}
.block_teasers .teaser_overlay {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: scroll;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  border-radius: 24px 24px 0 0;
  padding: 48px 32px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.4s ease-in-out;
  margin-bottom: -104px !important;
  filter: drop-shadow(-1px 0 15px rgba(0, 0, 0, 0.15));
}
.block_teasers .teaser_overlay.active {
  margin-bottom: 0px !important;
}
.block_teasers .teaser_overlay .benefits_outer {
  display: none;
}
.block_teasers .teaser_overlay .benefits {
  width: 100%;
  flex-direction: column;
  gap: 32px;
}
.block_teasers .teaser_overlay .benefits .benefits_item .b_top {
  flex-direction: row;
}
.block_teasers .teaser_overlay .benefits .benefits_item .b_top .b_icon {
  width: 29px;
  height: 29px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.block_teasers .teaser_overlay .benefits .benefits_item .b_top .b_icon i {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.8;
}
.block_teasers .teaser_overlay .benefits .benefits_item .b_top .b_icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block_teasers .teaser_overlay .benefits .benefits_item .b_top h4 {
  margin-left: 12px;
  font-size: 1.15rem;
  color: #19453B;
  font-weight: 300;
}
.block_teasers .teaser_overlay .benefits .benefits_item p {
  margin-top: 16px;
  color: #19453B;
  font-weight: 250;
}
.block_teasers.block_teasers_new .teaser_item {
  margin: 16px 0;
}
.block_teasers.block_teasers_new .teaser_item .teaser_product img {
  max-height: 300px;
}
.block_teasers.block_teasers_new .teaser_item .teaser_product.full img {
  max-height: 422px;
}

@media (max-width: 768px) {
  .block_teasers_new .teaser_item .row {
    display: flex;
  }
  .block_teasers_new .teaser_item.teaser_item_featured .col-12:first-of-type {
    order: 2;
  }
  .block_teasers_new .teaser_product, .block_teasers_new .teaser_cont {
    width: 100%;
    max-width: 100%;
  }
  .block_teasers_new .teaser_cont {
    padding-right: 0;
    margin-top: 30px;
  }
  .block_teasers_new .teaser_product {
    text-align: center;
  }
  .block_teasers_new .p_title {
    text-align: center;
  }
}
.block_text h2 {
  color: #D0DFD7;
  margin-bottom: 32px !important;
}
.block_text p {
  color: white;
  font-weight: 250;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.block_results {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
}
.block_results .results {
  overflow: hidden;
  position: relative;
}
.block_results .results .results_item {
  width: 100%;
  height: auto;
  background: #19453B;
  border-radius: 24px;
  overflow: hidden;
  flex-direction: column;
}
.block_results .results .results_item .results_imgs {
  width: 100%;
  overflow: hidden;
  min-height: 0;
  order: 2;
  max-height: 380px;
}
.block_results .results .results_item .results_imgs .results_img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  min-height: 0;
  cursor: pointer;
}
.block_results .results .results_item .results_imgs .results_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_results .results .results_item .results_imgs .results_img .sub {
  position: absolute;
  padding: 12px 24px;
  bottom: 20px;
  left: 24px;
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 250;
  color: white;
  background: #19453B;
  border-radius: 100px;
}
.block_results .results .results_item .results_imgs .results_img:hover .sub {
  transition: all 0.3s ease-in-out;
  background: #E0DED9;
  color: #19453B;
  font-weight: 300;
}
.block_results .results .results_item .results-cont {
  padding: 40px;
  flex: 1 0;
}
.block_results .results .results_item .results-cont p.strong {
  font-family: Sora;
  font-size: 2rem;
  font-style: normal;
  font-weight: 150;
  line-height: 115%;
  letter-spacing: -0.88px;
  margin-bottom: 32px;
  color: #D0DFD7;
}
.block_results .results .results_item .results-cont p {
  line-height: 150%;
  letter-spacing: 0.36px;
  color: white;
}
.block_results .swiper-nav {
  position: absolute;
  bottom: 20px;
  right: 24px;
  z-index: 10;
}
.block_results .swiper-nav-item {
  margin-left: 12px;
}

.block_featured_products {
  position: relative;
}
.block_featured_products .content {
  padding-right: 0px;
}
.block_featured_products .content h2 {
  margin-bottom: 24px;
  color: #D0DFD7;
}
.block_featured_products .content p {
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: white;
}
.block_featured_products .content .link_button {
  margin-top: 0px;
}
.block_featured_products .face {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.block_featured_products .face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_discover_products {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
}

.block_live, .block_live_list {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
}
.block_live .live_inner, .block_live_list .live_inner {
  flex-direction: row;
  gap: 32px;
}
.block_live .live_inner .live_left, .block_live_list .live_inner .live_left {
  text-align: left;
  flex-direction: column;
  gap: 48px;
}
.block_live .live_inner .live_left .content, .block_live_list .live_inner .live_left .content {
  padding-right: 0px;
}
.block_live .live_inner .live_left .content h2, .block_live_list .live_inner .live_left .content h2 {
  margin-bottom: 24px;
}
.block_live .live_inner .live_left .content p, .block_live_list .live_inner .live_left .content p {
  line-height: 1.5;
  letter-spacing: 0.36px;
  font-weight: 250;
}
.block_live .live_inner .live_left .content .link_button, .block_live_list .live_inner .live_left .content .link_button {
  margin-top: 0px;
}
.block_live .live_inner .live_left .live_items, .block_live_list .live_inner .live_left .live_items {
  gap: 24px;
  flex-direction: column;
}
.block_live .live_inner .live_left .live_items .live_item, .block_live_list .live_inner .live_left .live_items .live_item {
  min-width: 0;
}
.block_live .live_inner .live_right, .block_live_list .live_inner .live_right {
  flex: 1 0 42%;
  display: none;
}
.block_live .live_inner .live_list, .block_live_list .live_inner .live_list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
.block_live .live_inner .live_item, .block_live_list .live_inner .live_item {
  position: relative;
  cursor: pointer;
  background: #D0DFD7;
  border-radius: 24px;
  overflow: hidden;
}
.block_live .live_inner .live_item .live_img, .block_live_list .live_inner .live_item .live_img {
  position: relative;
  aspect-ratio: 4/6;
  background: #D9D9D9;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.block_live .live_inner .live_item .live_img .pic, .block_live_list .live_inner .live_item .live_img .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s linear;
}
.block_live .live_inner .live_item .live_img .play, .block_live_list .live_inner .live_item .live_img .play {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(208, 223, 215, 0.5);
  transition: all 0.3s ease-in-out;
  z-index: 20;
}
.block_live .live_inner .live_item .live_img .play img, .block_live_list .live_inner .live_item .live_img .play img {
  position: absolute;
  width: 50px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 2px 0 0 4px;
}
.block_live .live_inner .live_item .live_desc, .block_live_list .live_inner .live_item .live_desc {
  text-align: left;
  padding: 24px;
  border-radius: 0 0 24px 24px;
  background: #D0DFD7;
}
.block_live .live_inner .live_item .live_desc h3, .block_live_list .live_inner .live_item .live_desc h3 {
  color: #19453B;
  margin-bottom: 5px;
}
.block_live .live_inner .live_item .live_desc p, .block_live_list .live_inner .live_item .live_desc p {
  color: #19453B;
  line-height: 1.5;
  letter-spacing: 0.36px;
  font-weight: 250;
}
.block_live .live_inner .live_item:hover .live_img .pic, .block_live_list .live_inner .live_item:hover .live_img .pic {
  transform: scale(1.1);
  transition: transform 0.5s linear;
}
.block_live .live_inner .live_item:hover .live_img .play, .block_live_list .live_inner .live_item:hover .live_img .play {
  background: #19453B;
}

.share-actions {
  margin-top: 20px;
}
.share-actions .share-label {
  top: -40px;
  position: relative;
  color: #0A0A0A;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 25.2px */
}

.live_overlay {
  display: none;
  background: transparent;
  padding: 0 0 24px 0;
  width: 94%;
}
.live_overlay .lo_inner {
  height: 100%;
  margin: 0 auto;
  max-width: 962px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
  flex-direction: column;
  justify-content: center;
}
.live_overlay .lo_inner .lo_video {
  flex: 1 0;
  min-width: 0;
  min-height: 480px;
  max-width: 100%;
}
.live_overlay .lo_inner .lo_content {
  position: relative;
  padding: 24px 24px 96px 24px;
  flex: 1 0;
  min-width: 0;
  width: 100%;
}
.live_overlay .lo_inner .lo_content .lo_content_inner {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}
.live_overlay .lo_inner .lo_content .lo_content_inner h3 {
  font-size: 1.75rem;
  font-weight: 200;
}
.live_overlay .lo_inner .lo_content .lo_content_inner p {
  font-weight: 250;
}
.live_overlay .lo_inner .lo_content .heateor_sss_sharing_container {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.live_overlay .lo_inner .lo_content div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  margin: 8px;
  margin-bottom: 0;
}
.live_overlay .lo_inner .lo_content .heateor_sss_svg {
  padding: 8px !important;
}

.block_cards h2 {
  color: white;
}
.block_cards .cards {
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 48px;
}
.block_cards .cards .card_item {
  display: flex;
  position: relative;
  flex: 0 0 100%;
  aspect-ratio: 4/6;
  border-radius: 24px;
  overflow: hidden;
  padding: 24px;
  cursor: pointer;
}
.block_cards .cards .card_item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_cards .cards .card_item .link_button {
  margin-top: auto;
}
.block_cards .cards .card_item .card_overlay {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: scroll;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  border-radius: 24px 24px 0 0;
  padding: 32px;
  transition: all 0.4s ease-in-out;
  margin-bottom: -104px !important;
  filter: drop-shadow(-1px 0 15px rgba(0, 0, 0, 0.15));
}
.block_cards .cards .card_item .card_overlay.active {
  margin-bottom: 0px !important;
}
.block_cards .cards .card_item .card_overlay .overlay_inner {
  display: none;
}
.block_cards .cards .card_item .card_overlay .overlay_inner ul {
  margin-left: 24px;
  list-style-type: disc;
}
.block_cards .cards .card_item .card_overlay .overlay_inner ul li {
  list-style-type: disc;
  padding-bottom: 8px;
}
.block_cards .cards .card_item:hover > .link_button {
  transition: all 0.3s ease-in-out;
  background: #D0DFD7;
}

.block_contact .c_items {
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.block_contact .c_items .c_item {
  flex: 1 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12.5px);
  padding: 30px;
  text-align: center;
}
.block_contact .c_items .c_item i {
  font-size: 2.2rem;
  font-weight: 400;
  color: #D0DFD7;
  margin-bottom: 20px;
}
.block_contact .c_items .c_item p a {
  color: #FEFEFE;
  margin: 0;
  font-size: 1rem;
  font-weight: 200;
  font-family: "Sora", sans-serif;
}
.block_contact .c_items .c_item p a:hover {
  color: #D0DFD7;
}

.block_cta {
  z-index: 10;
}
.block_cta .cta_inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.block_cta .cta_inner h2 {
  color: white;
}
.block_cta .cta_inner p {
  color: white;
  line-height: 1.5;
  letter-spacing: 0.36px;
}
.block_cta.cta_dark {
  background: rgba(26, 26, 26, 0.15);
}
.block_cta.cta_light {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.5) 0%, rgba(208, 223, 215, 0.5) 100%), rgba(255, 255, 255, 0.15);
}
.block_cta.cta_light .cta_inner h2 {
  color: black;
}
.block_cta.cta_light .cta_inner p {
  color: black;
}
.block_cta.cta_light .cta_sign-up {
  color: black;
}
.block_cta .cta_sign-up {
  margin-top: 32px;
  color: white;
}

@media screen and (min-width: 576px) {
  .block_spacer.negative {
    margin-top: -60px;
  }

  .block_banner_text .banner_cont .link_button-group .link_button.shop_link {
    font-size: 1rem;
    height: 51px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .block_banner_home {
    padding-top: 242px;
  }
  .block_banner_home .banner_inner {
    flex-direction: row;
  }
  .block_banner_home .banner_inner .banner_cont {
    flex: 0 0 56%;
  }
  .block_banner_home .banner_inner .banner_cont p {
    padding-right: 60px;
  }
  .block_banner_home .banner_inner .banner_img {
    flex: 1 1;
    text-align: right;
    order: 2;
  }
  .block_banner_home .banner_inner .banner_img img {
    max-width: 370px;
  }
  .block_banner_home.video {
    padding-top: 242px;
  }
  .block_banner_home.video .banner_inner .banner_cont {
    max-width: 58%;
  }

  .block_banner_text .banner_cont .link_button-group {
    gap: 32px;
  }

  .block_pic_list .pic_list {
    gap: 24px;
  }
  .block_pic_list .pic_list .pic_list_item.img {
    width: 284px;
    height: 386px;
  }
  .block_pic_list .pic_list .pic_list_item.product {
    width: 284px;
    height: 442px;
  }

  .block_teasers .teaser_item.full {
    padding-right: 8px;
  }
  .block_teasers .teaser_item.full .teaser_overlay {
    padding: 80px 80px;
    margin-bottom: -164px !important;
  }
  .block_teasers .teaser_item.full .teaser_overlay.active {
    margin-bottom: 0px !important;
  }
  .block_teasers .teaser_item .teaser_cont {
    padding: 32px 48px 60px 48px;
  }
  .block_teasers .teaser_item .teaser_cont.full {
    padding: 80px 0 80px 80px;
  }
  .block_teasers .teaser_item .teaser_cont h2 {
    line-height: 115%;
    letter-spacing: -0.88px;
    font-weight: 200;
    padding-right: 32px;
  }
  .block_teasers .teaser_item .teaser_product {
    display: block;
    position: relative;
    margin: 20px 0 0 0;
    padding-top: 40px;
    width: 100%;
    height: 100%;
    max-height: 346px;
    background-image: url("../images/bg-symbol.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
  }
  .block_teasers .teaser_item .teaser_product.full {
    max-height: 422px;
  }
  .block_teasers .teaser_item .teaser_product img {
    margin: 0 auto 0 auto;
    height: 100%;
    width: auto;
  }
  .block_teasers .teaser_item h3.p_title {
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
    font-family: "Sora";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .block_teasers .teaser_items {
    flex-direction: row;
    gap: 32px;
    width: 100%;
  }
  .block_teasers .teaser_items .teaser_item {
    flex: 1 1 50%;
    min-width: 0;
  }
  .block_teasers .teaser_overlay {
    padding: 48px 48px;
  }

  .block_featured_products .content {
    padding-right: 64px;
  }

  .block_results .results .results_item {
    flex-direction: row;
  }
  .block_results .results .results_item .results_imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    max-height: 100%;
  }
  .block_results .results .results_item .results-cont {
    padding: 40px;
    padding-left: calc(40% + 40px);
    flex: 1 0;
  }
  .block_results .swiper-nav {
    bottom: 32px;
    right: 40px;
  }

  .block_live .live_inner, .block_live_list .live_inner {
    flex-direction: row;
    gap: 32px;
  }
  .block_live .live_inner .live_left .content, .block_live_list .live_inner .live_left .content {
    padding-right: 60px;
  }
  .block_live .live_inner .live_left .live_items, .block_live_list .live_inner .live_left .live_items {
    gap: 32px;
    flex-direction: row;
    margin-top: auto;
  }
  .block_live .live_inner .live_left .live_items .live_item, .block_live_list .live_inner .live_left .live_items .live_item {
    flex: 1;
    flex-basis: 0;
    height: 100%;
  }
  .block_live .live_inner .live_list, .block_live_list .live_inner .live_list {
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .live_overlay {
    margin: 0;
    height: 90%;
    width: auto;
  }
  .live_overlay .lo_inner {
    flex-direction: row;
  }
  .live_overlay .lo_inner .lo_video {
    flex: 0 0 50%;
    min-width: 0;
  }
  .live_overlay .lo_inner .lo_content {
    padding: 48px 24px 96px 24px;
    flex: 0 0 50%;
  }

  .block_cards .cards {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 48px;
  }
  .block_cards .cards .card_item {
    flex: 0 0 calc((100% - 24px) / 2);
    aspect-ratio: 4/6;
  }

  .block_contact .c_items {
    flex-direction: row;
    gap: 48px;
    margin-bottom: 48px;
  }
  .block_contact .c_items .c_item {
    padding: 48px;
  }
  .block_contact .c_items .c_item i {
    font-size: 2.2rem;
    font-weight: 400;
    color: #D0DFD7;
    margin-bottom: 20px;
  }
  .block_contact .c_items .c_item p a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  .block_results .results .results_item .results_imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
  }
  .block_results .results .results_item .results-cont {
    padding: 80px;
    padding-left: calc(33% + 80px);
    flex: 1 0;
  }

  .block_about .about_inner {
    flex-direction: row;
  }
  .block_about .about_inner .about_left {
    padding: 60px 74px 60px 80px;
    flex: 1 1;
  }
  .block_about .about_inner .about_img {
    overflow: hidden;
    height: auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    max-width: 429px;
    max-height: 100%;
  }

  .block_quote .quote_inner {
    flex-direction: row;
  }
  .block_quote .quote_inner .quote_img {
    overflow: hidden;
    height: auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 6/4;
    max-width: 430px;
    max-height: 100%;
  }
  .block_quote .quote_inner .quote_right {
    padding: 90px 80px 90px 90px;
    flex: 1 1;
  }
  .block_quote .quote_inner .quote_right blockquote p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .block_cards .cards {
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 48px;
  }
  .block_cards .cards .card_item {
    flex: 0 0 calc((100% - 64px) / 3);
    aspect-ratio: 4/6;
    padding: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .block_banner_home .banner_inner .banner_cont {
    flex: 0 0 56%;
  }
  .block_banner_home .banner_inner .banner_cont h1 {
    font-size: 82px;
  }

  .block_live .live_inner {
    flex-direction: row;
    gap: 32px;
  }
  .block_live .live_inner .live_left .content {
    padding-right: 60px;
  }
  .block_live .live_inner .live_left .live_items {
    gap: 32px;
    flex-direction: row;
    margin-top: auto;
  }
  .block_live .live_inner .live_right {
    flex: 1 0 42%;
    display: flex;
  }
}
.Block, .p-Block {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 24px !important;
}

.breadcrumb-separator {
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 200;
  font-size: 0.9rem;
  color: rgba(25, 69, 59, 0.75);
}

p.breadcrumbs {
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: rgba(25, 69, 59, 0.75);
}

.woocommerce-notices-wrapper {
  margin-bottom: 24px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: none;
  margin-top: 8px;
  border-radius: 50px;
  color: white;
  background: #19453B;
  padding: 10px 16px;
  font-family: "Sora";
  font-size: 0.9rem;
  font-weight: 200;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
  background: #D0DFD7;
  color: #19453B;
  font-weight: 300;
}

.woocommerce .quantity .qty {
  width: 5.631em;
  text-align: center;
  margin-bottom: 24px !important;
  font-size: 1.2rem;
  padding: 10px 10px 10px 25px;
}

.woocommerce-error, .woocommerce-message, .woocommerce-info {
  outline: none;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
}

.block_products {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
}
.block_products .product-sec {
  text-align: left;
}
.block_products .product-sec h2 {
  margin-bottom: 20px;
}
.block_products .product-sec p {
  max-width: 600px;
}

.product-list {
  flex-direction: row;
  margin-top: 32px;
  gap: 24px 12px;
  flex-wrap: wrap;
}
.product-list .product {
  flex: 1 0 calc(50% - 6px);
  min-width: 0;
  min-height: 0;
  flex-wrap: wrap;
  height: 100%;
}
.product-list .product .p_img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: #19453B;
  backdrop-filter: blur(7.5px);
  max-height: 260px;
  padding: 30px;
  text-align: center;
}
.product-list .product .p_img img {
  flex: 0 0 100%;
  object-fit: contain;
  height: auto;
  max-width: 100%;
  aspect-ratio: 3/6;
}
.product-list .product .p_cont {
  margin-top: 14px;
  flex-direction: column;
  gap: 8px;
}
.product-list .product .p_cont .p_text {
  padding-left: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.product-list .product .p_cont .p_text h3 {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.product-list .product .p_cont .p_text .info {
  font-size: 0.9rem;
  font-weight: 350;
  line-height: 1.4;
}
.product-list .product .p_cont .link_button {
  width: 100%;
  font-size: 14px;
  height: 35px;
}
.product-list .product a:hover .link_button {
  transition: all 0.3s ease-in-out;
  background: #E0DED9;
  color: #19453B;
}
.product-list.pl-featured .product .p_img {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(7.5px);
}
.product-list.pl-featured .product .p_cont .p_text {
  padding-left: 6px;
}
.product-list.pl-featured .product .p_cont .p_text h3 {
  color: white;
}
.product-list.pl-featured .product .p_cont .p_text .info {
  color: white;
}
.product-list.pl-featured .product .p_cont .link_button {
  background: rgba(208, 223, 215, 0.15);
  color: white;
  border: 1px solid transparent;
}
.product-list.pl-featured .product a:hover .link_button {
  transition: all 0.3s ease-in-out;
  background: #E0DED9;
  color: #19453B;
}

.block_banner_product {
  background: white;
  padding-top: 132px;
  border-radius: 0 0 32px 32px;
}
.block_banner_product p.breadcrumbs {
  margin-bottom: 32px !important;
}
.block_banner_product .swiper-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 0;
  border-radius: 12px 12px 0 0;
}
.block_banner_product .swiper-gallery .swiper-wrapper {
  min-width: 0;
}
.block_banner_product .swiper-gallery .swiper-nav {
  position: absolute;
  bottom: 20px;
  right: 24px;
  z-index: 10;
}
.block_banner_product .swiper-gallery .swiper-nav .swiper-nav-item {
  margin-left: 12px;
}
.block_banner_product .swiper-gallery-th {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 0;
  border-radius: 0 0 12px 12px;
}
.block_banner_product .swiper-gallery-th .swiper-wrapper {
  min-width: 0;
}
.block_banner_product .banner_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.block_banner_product .banner_pic {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  padding: 68px;
  box-sizing: border-box;
  height: 100%;
}
.block_banner_product .banner_pic.rounded {
  border-radius: 12px;
}
.block_banner_product .banner_pic.product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block_banner_product .banner_pic.full {
  padding: 0;
}
.block_banner_product .banner_pic.full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_banner_product .banner_pic_th {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.5) 0%, rgba(208, 223, 215, 0.5) 100%), #FFF;
  aspect-ratio: 4/6;
  height: auto;
  padding: 24px;
  box-sizing: border-box;
  flex: 0 0 25%;
  min-width: 0;
  height: 100%;
  cursor: pointer;
}
.block_banner_product .banner_pic_th.bg-alt {
  background: linear-gradient(0deg, #D0DFD7 0%, #D0DFD7 100%), #FFF;
}
.block_banner_product .banner_pic_th.product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block_banner_product .banner_pic_th.full {
  padding: 0;
}
.block_banner_product .banner_pic_th.full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_banner_product .banner_pic_th.video {
  padding: 0;
}
.block_banner_product .banner_pic_th.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_banner_product .banner_cont {
  padding: 24px 0 0 0;
}
.block_banner_product .banner_cont h1 {
  font-size: clamp(2.1rem, 3vw + 1rem, 2.75rem);
  line-height: 1.15;
  margin-bottom: 12px;
}
.block_banner_product .banner_cont .info {
  font-family: Sora;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}
.block_banner_product .banner_cont .link_button {
  width: 100%;
  cursor: pointer;
  margin-bottom: 24px;
  border: none;
}
.block_banner_product .banner_cont .link_button .divider {
  margin: 0 10px;
}
.block_cart {
  background: linear-gradient(0deg, rgba(208, 223, 215, 0.25) 0%, rgba(208, 223, 215, 0.25) 100%), #FFF;
}
.block_cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, .block_cart table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 500;
  font-family: "Sora";
}
.block_cart .wc-block-cart .wc-block-cart__totals-title, .block_cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .block_cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-family: "Sora";
}
.block_cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, .block_cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: 18px;
  font-weight: 300;
}
.block_cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap > * {
  text-align: left;
}
.block_cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  font-size: 14px;
}
.block_cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .block_cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 18px;
}
.block_cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
  font-size: 16px;
}
.block_cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  font-size: 18px;
}
.block_cart .wc-block-cart__submit-button {
  background: #19453B;
  border-radius: 50px;
}
.block_cart .wc-block-cart__submit-button .wc-block-components-button__text {
  color: white;
  font-family: "Sora";
  font-weight: 300;
}
.block_cart .wc-block-cart__submit-button:hover {
  background: #E0DED9;
}
.block_cart .wc-block-cart__submit-button:hover .wc-block-components-button__text {
  color: #19453B;
}
.block_cart .wc-block-components-checkout-place-order-button {
  cursor: pointer;
  background: #19453B;
  border-radius: 50px;
  border: none;
}
.block_cart .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  font-size: 18px;
  font-weight: 300;
  color: white;
}
.block_cart .wc-block-components-checkout-place-order-button:hover {
  background: #E0DED9;
  color: #19453B;
}
.block_cart .wc-block-components-checkout-place-order-button:hover .wc-block-components-checkout-place-order-button__text {
  color: #19453B;
}
.block_cart .Block, .block_cart .p-Block {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 24px !important;
}
.block_cart .woocommerce ul.order_details li {
  font-family: "sora";
}
.block_cart .woocommerce table.shop_table {
  font-family: "sora";
}
.block_cart .woocommerce .woocommerce-customer-details address {
  padding: 24px 24px;
}
.block_cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-family: "sora";
}

@media screen and (min-width: 768px) {
  .product-list {
    flex-direction: row;
    margin-top: 48px;
    gap: 48px 32px;
    flex-wrap: wrap;
  }
  .product-list .product {
    flex: 0 0 calc(50% - 16px);
  }
  .product-list .product .p_img {
    border-radius: 24px;
    max-height: 320px;
    padding: 30px;
  }
  .product-list .product .p_cont {
    margin-top: 20px;
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
  .product-list .product .p_cont .p_text {
    padding-left: 20px;
  }
  .product-list .product .p_cont .p_text h3 {
    font-size: 1.25rem;
  }
  .product-list .product .p_cont .p_text .info {
    font-size: 1.25rem;
  }
  .product-list .product .p_cont .link_button {
    width: auto;
    margin-left: auto;
    font-size: 18px;
    height: 51px;
  }

  .block_banner_product {
    padding-top: 160px;
  }
  .block_banner_product p.breadcrumbs {
    margin-bottom: 48px !important;
  }
  .block_banner_product .swiper-gallery .swiper-nav {
    bottom: 32px;
    right: 48px;
  }
  .block_banner_product .banner_pic {
    aspect-ratio: 1/1;
    width: 100%;
    padding: 68px;
  }
  .block_banner_product .banner_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .block_banner_product .banner_pic_th {
    padding: 48px;
    flex: 0 0 20%;
  }
  .block_banner_product .banner_cont {
    padding: 24px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .product-list {
    flex-direction: row;
    margin-top: 48px;
    gap: 48px 32px;
    flex-wrap: wrap;
  }
  .product-list .product {
    flex: 0 0 calc(50% - 16px);
  }
  .product-list .product .p_img {
    border-radius: 24px;
    max-height: 532px;
    padding: 68px;
  }
  .product-list .product .p_cont {
    margin-top: 20px;
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
  .product-list .product .p_cont .p_text {
    padding-left: 20px;
  }
  .product-list .product .p_cont .p_text h3 {
    font-size: 1.25rem;
  }
  .product-list .product .p_cont .p_text .info {
    font-size: 1.25rem;
  }
  .product-list .product .p_cont .link_button {
    width: auto;
    margin-left: auto;
  }
  .product-list.pl-candles .product {
    flex: 0 0 calc((100% - 64px) / 3);
  }
  .product-list.pl-featured .product .p_img {
    height: 516px;
    padding: 60px;
  }
  .product-list.pl-featured .product .p_cont {
    gap: 16px;
  }
  .product-list.pl-featured .product .p_cont .p_text {
    padding-left: 6px;
  }
  .block_banner_product .banner_pic_th {
    padding: 48px;
    flex: 0 0 50%;
  }
  .block_banner_product .banner_cont {
    padding: 24px 0 0 48px;
  }
}
.footer {
  background-color: red;
  color: white;
  background-image: url("../images/bg-footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .container {
  max-width: 1312px;
}
.footer .company-logo_img {
  width: 100%;
  max-width: 176px;
  height: auto;
  margin-top: 12px;
  margin-bottom: 40px !important;
}
.footer h2 {
  color: white;
}
.footer p {
  color: white;
}
.footer p a {
  color: white;
}
.footer p a:hover {
  color: white;
}
.footer .footer_contact {
  padding-right: 64px;
  margin-bottom: 64px !important;
}
.footer .footer_links {
  padding-top: 16px;
}
.footer .footer_links .footer_nav_sec {
  flex-basis: 50%;
}
.footer .footer_links .footer_nav_sec .footer_nav_title {
  color: white;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-family: "Sora";
}
.footer .footer_links .footer_nav ul {
  list-style-type: none;
  margin: 24px 0 0 0;
  display: block;
}
.footer .footer_links .footer_nav ul li {
  margin: 0 0 8px 0;
}
.footer .footer_links .footer_nav ul li a {
  position: relative;
  color: white;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.4px;
}
.footer .footer_links .footer_nav ul li a:hover {
  color: #D0DFD7;
}
.footer .footer_btm_links {
  margin-top: 40px;
  width: 100%;
  border-top: 1px solid white;
  padding: 32px 0 0 0;
  flex-direction: column;
}
.footer .footer_btm_links .btm_links_sec:nth-of-type(2) {
  margin-top: 24px;
  margin-right: auto;
}
.footer .footer_btm_links .btm_links_sec:nth-of-type(2) a {
  margin-right: 16px;
}
.footer .footer_btm_links ul {
  margin: 0;
  list-style-type: none;
}
.footer .footer_btm_links ul li {
  display: inline;
  margin-right: 24px;
}
.footer .footer_btm_links ul li span {
  font-size: 14px;
  color: white;
}
.footer .footer_btm_links ul li a {
  font-size: 14px;
  color: white;
  border-bottom: 1px solid white;
}
.footer .footer_btm_links ul li a:hover {
  color: white;
}
.footer .footer_btm_links a.icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border-radius: 100px;
  background: rgba(208, 223, 215, 0.25);
  text-align: center;
  line-height: 48px;
  transition: all 0.2s ease-in-out;
}
.footer .footer_btm_links a.icon i {
  color: white;
  font-size: 1rem;
  line-height: 48px;
}
.footer .footer_btm_links a.icon i.fa-facebook-f {
  font-size: 0.9rem;
}
.footer .footer_btm_links a.icon i:hover {
  color: white;
}
.footer .footer_btm_links a.icon:hover {
  background: rgba(208, 223, 215, 0.5);
}

@media screen and (min-width: 768px) {
  .footer .company-logo_img {
    margin-top: 64px;
    margin-bottom: 64px !important;
  }
  .footer .footer_btm_links {
    flex-direction: row;
  }
  .footer .footer_btm_links .btm_links_sec:nth-of-type(2) {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .footer .footer_btm_links .btm_links_sec:nth-of-type(2) a {
    margin-left: 16px;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer .company-logo_img {
    margin-bottom: 0px !important;
  }
}
.skip-to_content {
  width: 1px;
  height: 1px;
  top: auto;
  left: -99999px;
  position: absolute;
  overflow: hidden;
}
.skip-to_content:focus {
  width: auto;
  height: auto;
  position: static;
}

.html, .body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #10322b;
  background-image: url("../images/bg-1.webp");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.main {
  visibility: hidden;
}

img.lazy-load {
  opacity: 0;
}
img.lazy-load:not(.initial) {
  transition: opacity 1.2s cubic-bezier(0.51, 0.18, 0, 0.88);
}
img.initial, img.loaded, img.error {
  opacity: 1;
}

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