/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea, input, button {
  background: transparent;
  border: none;
  margin: 0; }
  textarea:focus, input:focus, button:focus {
    outline: none; }

input,
textarea,
button,
select,
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

section {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 64px; }
  @media screen and (max-width: 1439px) {
    .container {
      padding: 0 24px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 16px; } }

.row {
  margin: 0 -20px;
  display: flex; }
  .row .col {
    padding: 0 20px; }

body {
  color: #353C1B;
  font-size: 16px;
  font-family: "Commissioner", serif;
  font-weight: 400;
  line-height: 150%; }

h1,
h2,
h3,
h4,
h5,
.h2-title,
.h3-title,
.h4-title,
.h5-title {
  font-family: "Commissioner", serif;
  color: #273006;
  text-transform: uppercase; }

h1 {
  font-size: 60px;
  line-height: 1;
  font-weight: 900; }
  @media screen and (max-width: 1439px) {
    h1 {
      font-size: 48px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 32px; } }
  h1 + p,
  h1 + ul,
  h1 + ol,
  h1 + h5,
  h1 + h4,
  h1 + h3,
  h1 + h2 {
    margin-top: 16px; }

h2, .h2-title {
  font-size: 54px;
  line-height: 1;
  font-weight: 900; }
  @media screen and (max-width: 1439px) {
    h2, .h2-title {
      font-size: 44px; } }
  @media screen and (max-width: 767px) {
    h2, .h2-title {
      font-size: 28px; } }
  h2 + p,
  h2 + ul,
  h2 + ol,
  h2 + h5,
  h2 + h4,
  h2 + h3,
  h2 + h2,
  h2 + h1, .h2-title + p,
  .h2-title + ul,
  .h2-title + ol,
  .h2-title + h5,
  .h2-title + h4,
  .h2-title + h3,
  .h2-title + h2,
  .h2-title + h1 {
    margin-top: 16px; }

h3, .h3-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 900; }
  @media screen and (max-width: 1439px) {
    h3, .h3-title {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    h3, .h3-title {
      font-size: 20px; } }
  h3 + p,
  h3 + ul,
  h3 + ol,
  h3 + h5,
  h3 + h4,
  h3 + h3,
  h3 + h2,
  h3 + h1, .h3-title + p,
  .h3-title + ul,
  .h3-title + ol,
  .h3-title + h5,
  .h3-title + h4,
  .h3-title + h3,
  .h3-title + h2,
  .h3-title + h1 {
    margin-top: 16px; }

h4, .h4-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 800; }
  @media screen and (max-width: 1439px) {
    h4, .h4-title {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    h4, .h4-title {
      font-size: 18px; } }
  h4 + p,
  h4 + ul,
  h4 + ol,
  h4 + h5,
  h4 + h4,
  h4 + h3,
  h4 + h2,
  h4 + h1, .h4-title + p,
  .h4-title + ul,
  .h4-title + ol,
  .h4-title + h5,
  .h4-title + h4,
  .h4-title + h3,
  .h4-title + h2,
  .h4-title + h1 {
    margin-top: 16px; }

h5, .h5-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800; }
  @media screen and (max-width: 1439px) {
    h5, .h5-title {
      line-height: 19.8px;
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    h5, .h5-title {
      font-size: 16px;
      line-height: 17.6px; } }
  h5 + p,
  h5 + ul,
  h5 + ol,
  h5 + h5,
  h5 + h4,
  h5 + h3,
  h5 + h2,
  h5 + h1, .h5-title + p,
  .h5-title + ul,
  .h5-title + ol,
  .h5-title + h5,
  .h5-title + h4,
  .h5-title + h3,
  .h5-title + h2,
  .h5-title + h1 {
    margin-top: 16px; }

.content {
  font-family: "Commissioner", serif;
  font-size: 16px;
  line-height: 150%;
  color: #353C1B; }
  .content.l-size {
    font-size: 18px; }
    @media screen and (max-width: 1439px) {
      .content.l-size {
        font-size: 16px; } }
    .content.l-size p {
      font-size: 18px; }
      @media screen and (max-width: 1439px) {
        .content.l-size p {
          font-size: 16px; } }
    .content.l-size ul {
      font-size: 18px; }
      @media (max-width: 1439px) {
        .content.l-size ul {
          font-size: 16px; } }
  .content p {
    font-size: 16px; }
    .content p + p {
      margin-top: 17px; }
  .content p + h1,
  .content ul + h1,
  .content ol + h1 {
    margin-top: 24px; }
    @media (max-width: 1439px) {
      .content p + h1,
      .content ul + h1,
      .content ol + h1 {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .content p + h1,
      .content ul + h1,
      .content ol + h1 {
        margin-top: 16px; } }
  .content p + h2,
  .content ul + h2,
  .content ol + h2 {
    margin-top: 24px; }
    @media (max-width: 1439px) {
      .content p + h2,
      .content ul + h2,
      .content ol + h2 {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .content p + h2,
      .content ul + h2,
      .content ol + h2 {
        margin-top: 16px; } }
  .content p + h3,
  .content ul + h3,
  .content ol + h3 {
    margin-top: 24px; }
    @media (max-width: 1439px) {
      .content p + h3,
      .content ul + h3,
      .content ol + h3 {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .content p + h3,
      .content ul + h3,
      .content ol + h3 {
        margin-top: 16px; } }
  .content p + h4,
  .content ul + h4,
  .content ol + h4 {
    margin-top: 24px; }
    @media (max-width: 1439px) {
      .content p + h4,
      .content ul + h4,
      .content ol + h4 {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .content p + h4,
      .content ul + h4,
      .content ol + h4 {
        margin-top: 16px; } }
  .content p + h5,
  .content ul + h5,
  .content ol + h5 {
    margin-top: 12px; }
  .content p + ul,
  .content p + ol,
  .content ul + ul,
  .content ul + ol,
  .content ol + ul,
  .content ol + ol {
    margin-top: 12px; }
  .content strong {
    font-weight: 700; }
  .content em {
    font-style: italic; }
  .content a {
    font-family: "Commissioner", serif;
    color: #353C1B;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px; }
    .content a:hover {
      color: #78940D; }
  .content ul,
  .content ol {
    font-size: 16px; }
    .content ul + h4,
    .content ol + h4 {
      margin-top: 24px; }
      @media (max-width: 1439px) {
        .content ul + h4,
        .content ol + h4 {
          margin-top: 20px; } }
      @media screen and (max-width: 767px) {
        .content ul + h4,
        .content ol + h4 {
          margin-top: 16px; } }
  .content ul {
    padding: 0 0 0 30px; }
    .content ul li {
      list-style-type: none;
      position: relative; }
      .content ul li:before {
        content: '';
        position: absolute;
        left: -30px;
        top: 4px;
        width: 16px;
        height: 16px;
        border-radius: 6px;
        background-color: #A2C617; }
      .content ul li + li {
        margin-top: 12px; }
    .content ul + p {
      margin-top: 20px; }
  .content ol {
    list-style: none;
    counter-reset: list-counter;
    padding-left: 0; }
    .content ol li {
      display: flex;
      align-items: flex-start; }
      .content ol li:before {
        content: counter(list-counter, decimal-leading-zero);
        font-weight: 800;
        font-size: 20px;
        font-family: "Commissioner", serif;
        color: #A2C617;
        margin-right: 13px; }
      .content ol li + li {
        padding-top: 12px; }
    .content ol + p {
      margin-top: 20px; }
  .content img {
    display: inline-block;
    margin: 40px 0 16px;
    border-radius: 40px;
    overflow: hidden; }
    @media (max-width: 1439px) {
      .content img {
        margin: 32px 0 12px; } }
    @media screen and (max-width: 767px) {
      .content img {
        margin: 24px 0 8px; } }
  .content blockquote {
    padding: 35px 10px 35px 30px;
    border-top: 2px dashed #a7aaae;
    border-bottom: 2px dashed #a7aaae;
    margin: 55px 0;
    position: relative; }
    @media (max-width: 1100px) {
      .content blockquote {
        padding: 35px 20px 35px 50px; } }
    .content blockquote:before {
      content: '\E806';
      font-family: fontello;
      position: absolute;
      left: -106px;
      top: 24px;
      color: black;
      font-size: 36px; }
      @media (max-width: 1100px) {
        .content blockquote:before {
          left: 0; } }
    .content blockquote p {
      font-weight: 700;
      font-size: 24px; }
      @media (max-width: 1919px) and (min-width: 401px) {
        .content blockquote p {
          font-size: calc(8 * ((100vw - 400px) / 1519) + 16px); } }
      @media (max-width: 400px) {
        .content blockquote p {
          font-size:  16px; } }

.section-simple-content em {
  font-weight: 800;
  font-size: 20px;
  font-family: "Commissioner", serif;
  color: #A2C617;
  margin-right: 13px;
  font-style: normal; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes transformYleft {
  from {
    transform: translate(-50px, -150px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes transformYright {
  from {
    transform: translate(50px, -150px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes jelly {
  0%,
  100% {
    transform: scaleX(1); }
  25% {
    transform: scaleX(0.97); }
  50% {
    transform: scaleX(1.015); }
  75% {
    transform: scaleX(0.99); } }

@keyframes jelly-y {
  0%, 100% {
    transform: translateY(0); }
  20% {
    transform: translateY(-5px); }
  40% {
    transform: translateY(6px); }
  60% {
    transform: translateY(-4px); }
  80% {
    transform: translateY(3px); } }

@keyframes jelly-y-reverse {
  0%, 100% {
    transform: translateY(0); }
  20% {
    transform: translateY(5px); }
  40% {
    transform: translateY(-6px); }
  60% {
    transform: translateY(4px); }
  80% {
    transform: translateY(-3px); } }

@keyframes strawberry {
  0% {
    transform: translate(0); }
  50% {
    transform: translate(-30px, 10px); }
  100% {
    transform: translate(0); } }

@keyframes strawberry-right {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(10px, 30px); }
  50% {
    transform: translate(30px, 20px); }
  100% {
    transform: translate(0); } }

@keyframes strawberry-center {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(-10px, 5px); }
  50% {
    transform: translate(0px, 20px); }
  100% {
    transform: translate(0); } }

.btn-group {
  margin: 0 -10px; }
  .btn-group .btn {
    margin: 0 10px; }

.button-primary {
  font-size: 15px;
  font-weight: 700;
  font-family: "Commissioner", serif;
  padding: 20px 32px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  cursor: pointer;
  color: #273006;
  background: #A2C617;
  border-radius: 16px;
  border: 3px solid #273006;
  position: relative; }
  .button-primary:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 16px;
    background-image: url(4bfd0bc1904b8015dfcb.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .button-primary.small {
    padding: 12px 24px;
    border: 2px solid #273006;
    border-radius: 12px; }
    .button-primary.small:before {
      top: 7px;
      right: 7px;
      width: 16px;
      height: 12px; }
    .button-primary.small:focus {
      border: 2px dashed #273006; }
  .button-primary.button-primary-icon-right svg, .button-primary.button-primary-icon-right img {
    margin-left: 12px; }
  .button-primary.button-primary-icon-right img {
    display: inline-block;
    max-width: 24px; }
  .button-primary.button-primary-icon-left svg, .button-primary.button-primary-icon-left img {
    margin-right: 12px; }
  .button-primary.button-primary-icon-left img {
    display: inline-block;
    max-width: 24px; }
  .button-primary:focus {
    border: 3px dashed #273006; }

.button-type-1 {
  font-size: 15px;
  font-weight: 700;
  font-family: "Commissioner", serif;
  padding: 20px 32px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  cursor: pointer;
  color: #273006;
  background: #F3F5C6;
  border-radius: 16px;
  border: 3px solid transparent; }
  .button-type-1.small {
    padding: 12px 24px;
    border-radius: 12px;
    border: 2px dashed transparent; }
    .button-type-1.small:focus {
      border: 2px dashed black; }
  .button-type-1.button-type-1-icon-right svg, .button-type-1.button-type-1-icon-right img {
    margin-left: 8px; }
  .button-type-1.button-type-1-icon-right img {
    display: inline-block;
    max-width: 24px; }
  .button-type-1.button-type-1-icon-left svg, .button-type-1.button-type-1-icon-left img {
    margin-right: 8px; }
  .button-type-1.button-type-1-icon-left img {
    display: inline-block;
    max-width: 24px; }
  .button-type-1:hover {
    background-color: #E3EB5C; }
  .button-type-1:focus {
    border: 3px dashed black; }
  .button-type-1:active {
    background: #F3F5C6; }

.button-type-2 {
  font-size: 15px;
  font-weight: 700;
  font-family: "Commissioner", serif;
  padding: 20px 32px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  transition: .5s;
  cursor: pointer;
  color: #273006;
  background: #29330312;
  border-radius: 16px;
  border: 3px solid transparent; }
  .button-type-2.small {
    padding: 12px 24px;
    border-radius: 12px;
    border: 2px solid transparent; }
    .button-type-2.small:focus {
      border: 2px dashed #353C1B; }
  .button-type-2.button-type-2-icon-right svg, .button-type-2.button-type-2-icon-right img {
    margin-left: 8px; }
  .button-type-2.button-type-2-icon-right img {
    display: inline-block;
    max-width: 24px; }
  .button-type-2.button-type-2-icon-left svg, .button-type-2.button-type-2-icon-left img {
    margin-right: 8px; }
  .button-type-2.button-type-2-icon-left img {
    display: inline-block;
    max-width: 24px; }
  .button-type-2:hover {
    background: #2933031A; }
  .button-type-2:focus {
    border: 3px dashed #353C1B; }
  .button-type-2:active {
    background: #2933031A; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transform: translateY(0);
  min-height: 64px;
  transition: transform 240ms cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #FFFBF0; }
  @media (max-width: 1250px) {
    .header.mobile-activated-menu .header-wrapper {
      position: relative; }
      .header.mobile-activated-menu .header-wrapper:before {
        content: '';
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% + 48px);
        height: 1px;
        background-color: #27300624;
        position: absolute; } }
  .header .promo-banner {
    background-color: #273006;
    padding: 6px 111px;
    color: #FFFBF0;
    text-align: center;
    font-family: "Commissioner", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }
    @media screen and (max-width: 1250px) {
      .header .promo-banner {
        padding: 6px 56px; } }
    @media screen and (max-width: 767px) {
      .header .promo-banner {
        padding: 6px 16px; } }
    .header .promo-banner a {
      text-transform: uppercase;
      text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 5px;
      color: #FFFBF0;
      font-family: "Commissioner", serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      transition: all .3s;
      /* 24px */ }
      .header .promo-banner a:hover {
        color: #A2C617; }
  .header .search-form-wrap {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #FFFBF0;
    border-radius: 0 0 40px 40px;
    visibility: hidden;
    opacity: 0;
    z-index: 101;
    transition: 0.3s ease-in-out; }
    .header .search-form-wrap.visible {
      visibility: visible;
      opacity: 1; }
    .header .search-form-wrap .wrap-top-content {
      border-bottom: 1px solid #27300624; }
    .header .search-form-wrap .top-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 22px 0; }
    .header .search-form-wrap .close-btn {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .header .search-form-wrap .close-btn span {
        display: inline-block;
        text-decoration-line: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 5px;
        color: #273006;
        font-family: "Commissioner", serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        margin-right: 8px;
        transition: .3s; }
      .header .search-form-wrap .close-btn svg path {
        transition: .3s; }
      .header .search-form-wrap .close-btn:hover span {
        color: #A2C617; }
      .header .search-form-wrap .close-btn:hover svg path {
        fill: #A2C617; }
  .header.header-promo .search-form-wrap {
    top: 36px; }
  .header form.form-search {
    padding: 64px 0;
    display: flex;
    justify-content: center; }
    @media (max-width: 1250px) {
      .header form.form-search {
        padding: 24px 0; } }
    .header form.form-search label {
      position: relative;
      width: 100%;
      max-width: 656px; }
    .header form.form-search .clear-input {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      right: 135px;
      display: none; }
      @media screen and (max-width: 767px) {
        .header form.form-search .clear-input {
          right: 75px; } }
    .header form.form-search input {
      border: 2px solid #273006;
      border-radius: 16px;
      color: #273006AD;
      font-family: "Commissioner", serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
      width: 100%;
      padding: 18.5px 136px 18.5px 24px; }
      .header form.form-search input:-ms-input-placeholder {
        color: #273006AD;
        font-family: "Commissioner", serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px; }
      .header form.form-search input::placeholder {
        color: #273006AD;
        font-family: "Commissioner", serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px; }
    .header form.form-search button[type='submit'] {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .header form.form-search button[type='submit'] {
          padding: 12px; } }
      .header form.form-search button[type='submit'].disabled {
        opacity: .7;
        pointer-events: none; }
      @media screen and (max-width: 767px) {
        .header form.form-search button[type='submit'] span {
          display: none; } }
      .header form.form-search button[type='submit'] svg {
        display: none; }
        @media screen and (max-width: 767px) {
          .header form.form-search button[type='submit'] svg {
            display: block; } }
  .header .tablet-visible-header {
    display: none; }
    @media (max-width: 767px) {
      .header .tablet-visible-header {
        display: block; } }
  @media (max-width: 1250px) {
    .header .tablet-hidden-header {
      display: none; } }
  .header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 0; }
    @media (max-width: 1250px) {
      .header .header-wrapper {
        padding: 20px 0; } }
    @media screen and (max-width: 767px) {
      .header .header-wrapper {
        padding: 22px 0; } }
  .header .header-left {
    display: flex;
    align-items: center; }
  .header .header-right {
    display: flex;
    align-items: center; }
    .header .header-right .location-selector {
      position: relative;
      margin-right: 8px; }
      .header .header-right .location-selector .selected-location {
        padding: 12px 16px 12px 44px;
        cursor: pointer;
        position: relative;
        color: #273006;
        font-family: "Commissioner", serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        text-decoration-line: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        opacity: 1;
        transition: .15s; }
        .header .header-right .location-selector .selected-location:before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 16px;
          width: 20px;
          height: 20px;
          background-image: url(9fa79925e7bc5bf1faed.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          transition: .3s; }
        .header .header-right .location-selector .selected-location:hover {
          color: #A2C617; }
          .header .header-right .location-selector .selected-location:hover:before {
            background-image: url(a6f45d5d5caa1ac15c88.svg); }
      .header .header-right .location-selector .location-dropdown {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: calc(100% + 22px);
        left: 0;
        width: 100%;
        background-color: #FFFBF0;
        border-radius: 16px;
        padding: 8px;
        list-style: none;
        z-index: 10;
        box-shadow: 0 4px 24px #2730060F;
        transition: 0.3s ease-in-out;
        min-width: 220px; }
        @media screen and (max-width: 767px) {
          .header .header-right .location-selector .location-dropdown {
            left: 50%;
            transform: translateX(-50%);
            top: calc(100% + 24px); } }
        .header .header-right .location-selector .location-dropdown li {
          padding: 12px 16px;
          cursor: pointer;
          transition: background-color 0.2s ease;
          font-family: "Commissioner", serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 150%;
          /* 24px */
          border: 2px solid transparent;
          border-radius: 16px; }
          .header .header-right .location-selector .location-dropdown li + li {
            margin-top: 1px; }
          .header .header-right .location-selector .location-dropdown li:hover {
            background-color: #F3F5C6;
            border: 2px solid transparent; }
          .header .header-right .location-selector .location-dropdown li.active {
            background-color: #F3F5C6;
            border: 2px solid #A2C617;
            font-weight: 700; }
      .header .header-right .location-selector.open .location-dropdown {
        opacity: 1;
        visibility: visible; }
    .header .header-right .shop-now {
      margin-right: 20px; }
    .header .header-right .search-icon {
      cursor: pointer;
      width: 24px;
      height: 24px; }
      .header .header-right .search-icon svg path {
        transition: .3s; }
      .header .header-right .search-icon:hover svg path {
        fill: #A2C617; }
  .header .navbar-nav {
    display: flex;
    gap: 24px; }
    @media screen and (max-width: 1250px) {
      .header .navbar-nav {
        gap: 16px;
        flex-direction: column;
        text-align: center; } }
    .header .navbar-nav > li > a {
      display: inline-block;
      font-family: "Commissioner", serif;
      color: #353C1B;
      font-size: 15px;
      font-weight: 700;
      line-height: 150%;
      /* 24px */
      transition: .3s;
      text-transform: uppercase; }
      .header .navbar-nav > li > a:hover {
        color: #A2C617; }
    .header .navbar-nav > li.current-menu-item a {
      color: #A2C617; }
  @media screen and (max-width: 1250px) {
    .header .header-mobile .shop-now {
      display: flex;
      margin-top: 24px;
      margin-bottom: 24px; } }
  .header .header-desktop {
    display: inline-flex;
    align-items: center; }
    @media (max-width: 1250px) {
      .header .header-desktop {
        display: none; } }
  .header .logo {
    margin-right: 36px; }
    .header .logo img {
      max-width: 131px;
      width: 100%;
      display: block; }
  .header .navbar-toggle {
    border: none;
    background: transparent; }
    .header .navbar-toggle:hover {
      background: transparent; }
      .header .navbar-toggle:hover .animate-burger .top {
        transform: translateY(-2px); }
      .header .navbar-toggle:hover .animate-burger .bottom {
        transform: translateY(2px); }
    .header .navbar-toggle:not(.collapsed) .animate-burger .top {
      transform: translateY(8px) rotate(-45deg); }
    .header .navbar-toggle:not(.collapsed) .animate-burger .middle {
      transform: translateX(10px);
      opacity: 0; }
    .header .navbar-toggle:not(.collapsed) .animate-burger .bottom {
      transform: translateY(-8px) rotate(45deg); }
    .header .navbar-toggle .animate-burger {
      display: inline-block;
      position: relative;
      width: 24px;
      height: 18px; }
      .header .navbar-toggle .animate-burger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #353C1B;
        left: 0;
        transition: transform .5s, opacity .6s;
        border-radius: 3px; }
      .header .navbar-toggle .animate-burger .top {
        top: 0; }
      .header .navbar-toggle .animate-burger .middle {
        top: 50%;
        margin-top: -1px; }
      .header .navbar-toggle .animate-burger .bottom {
        bottom: 0; }
    @media (min-width: 1251px) {
      .header .navbar-toggle {
        display: none; } }
    @media screen and (max-width: 1250px) {
      .header .navbar-toggle {
        margin-right: 12px;
        top: 2px;
        position: relative; } }
  .header__pll {
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    margin-left: 20px; }
    @media screen and (max-width: 1250px) {
      .header__pll {
        margin-left: 12px;
        margin-right: 12px; } }
  .header__current {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__current img {
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      object-fit: cover; }
  .header__select {
    position: absolute;
    top: calc(100% + 22px);
    right: 0;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
    transform: translateY(-20px);
    width: 220px;
    border-radius: 16px;
    padding: 8px;
    background: #FFFBF0;
    box-shadow: 0px 4px 24px 0px #2730060F;
    z-index: 10; }
    .header__select.active {
      opacity: 1;
      transform: translateY(0);
      pointer-events: all; }
  .header__item {
    transition: all 0.4s;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    gap: 16px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 16px;
    color: #353C1B;
    border: 2px solid transparent; }
    .header__item img {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      display: block;
      object-fit: cover; }
    .header__item:hover {
      border: 2px solid #A2C617;
      background: #F3F5C6; }
    .header__item::after {
      display: none; }

footer {
  margin-bottom: 64px; }
  @media screen and (max-width: 1439px) {
    footer {
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    footer {
      margin-bottom: 16px; } }
  footer .wrap-inner {
    background-color: #C8D400;
    border-radius: 40px;
    padding: 64px; }
    @media screen and (max-width: 1439px) {
      footer .wrap-inner {
        padding: 48px; } }
    @media screen and (max-width: 767px) {
      footer .wrap-inner {
        padding: 24px;
        display: flex;
        align-items: center;
        flex-direction: column; } }
  footer .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      footer .top-content {
        flex-wrap: wrap;
        margin-bottom: 24px;
        max-width: 350px; } }
  @media screen and (max-width: 767px) {
    footer .logo {
      width: 100%;
      margin-bottom: 24px; } }
  footer .logo img {
    max-width: 262px; }
    @media screen and (max-width: 1439px) {
      footer .logo img {
        max-width: 246px; } }
    @media screen and (max-width: 767px) {
      footer .logo img {
        max-width: 230px; } }
  footer .footer-title {
    margin-bottom: 16px; }
  footer .footer-social-menu {
    display: flex; }
    footer .footer-social-menu li + li {
      margin-left: 8px; }
    footer .footer-social-menu a {
      width: 48px;
      background: #2730061A;
      height: 48px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
    footer .footer-social-menu img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  footer .wrap-social-menu {
    min-width: 248px; }
  footer .bottom-content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      footer .bottom-content {
        flex-wrap: wrap;
        max-width: 350px; } }
    footer .bottom-content .wrap-menus {
      display: flex; }
      @media screen and (max-width: 767px) {
        footer .bottom-content .wrap-menus {
          width: 100%;
          margin-bottom: 24px; } }
      footer .bottom-content .wrap-menus .first-column-menu {
        margin-right: 64px; }
        @media screen and (max-width: 1439px) {
          footer .bottom-content .wrap-menus .first-column-menu {
            margin-right: 0; } }
      footer .bottom-content .wrap-menus ul {
        min-width: 248px; }
        @media screen and (max-width: 1439px) {
          footer .bottom-content .wrap-menus ul {
            min-width: 178px; } }
        @media screen and (max-width: 450px) {
          footer .bottom-content .wrap-menus ul {
            min-width: 143px; } }
      footer .bottom-content .wrap-menus li + li {
        margin-top: 8px; }
      footer .bottom-content .wrap-menus a {
        font-family: "Commissioner", serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        color: #273006; }
        footer .bottom-content .wrap-menus a:hover {
          color: #78940D; }
    footer .bottom-content .contact-info {
      min-width: 248px; }
  footer .copyright {
    margin-top: 48px;
    font-family: "Commissioner", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    color: #273006; }
    @media screen and (max-width: 767px) {
      footer .copyright {
        margin-top: 24px;
        max-width: 350px;
        width: 100%; } }

a {
  text-decoration: none;
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer; }
  a:focus {
    outline: none; }

button {
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer; }

.overflow-hidden {
  overflow: hidden; }

html, body {
  overflow-x: hidden; }

.back-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.rect-outer {
  position: relative; }
  .rect-outer .rect-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

@media (max-width: 1439px) {
  .tablet-hidden {
    display: none; } }

.tablet-visible {
  display: none; }
  @media (max-width: 1439px) {
    .tablet-visible {
      display: block; } }

@media (max-width: 767px) {
  .mobile-hidden {
    display: none; } }

body {
  position: relative;
  background-color: #FFFBF0; }
  body.show-bg:before {
    opacity: 1;
    visibility: visible; }
  body:before {
    content: '';
    position: absolute;
    background: #273006AD;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    transition: 240ms cubic-bezier(0.4, 0, 0.6, 1);
    visibility: hidden; }

.site-content {
  margin-top: 136px; }
  @media (max-width: 1250px) {
    .site-content {
      margin-top: 144px; } }

#cmplz-manage-consent {
  display: none !important; }

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important; }

.animation-title {
  opacity: 0; }
  .animation-title .line-wrapper {
    overflow: hidden; }
  .animation-title .split-line {
    display: block;
    width: 100%; }

.slider-animations .swiper-slide {
  transform: translateX(100vw) !important;
  transition: all .9s;
  transition-property: all !important; }
  .slider-animations .swiper-slide:nth-child(1) {
    transition: all .5s; }
  .slider-animations .swiper-slide:nth-child(2) {
    transition: all .6s; }
  .slider-animations .swiper-slide:nth-child(3) {
    transition: all .7s; }
  .slider-animations .swiper-slide:nth-child(4) {
    transition: all .8s; }

.slider-animations.visible .swiper-slide {
  transform: translateX(0) !important; }

.button-elastic-animation {
  transform-origin: left center;
  transition: 0.5s; }

.button-snail-eyes-animation {
  position: relative;
  margin-top: 30px; }
  .button-snail-eyes-animation .snail-eyes {
    position: absolute;
    right: 20px;
    bottom: 100%;
    z-index: -1; }
    .button-snail-eyes-animation .snail-eyes .brow {
      display: inline-block; }

.single-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
  display: none; }

.subsribe {
  padding-top: 160px;
  padding-bottom: 32px; }
  @media (max-width: 1439px) {
    .subsribe {
      padding-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .subsribe {
      padding-top: 56px;
      padding-bottom: 40px; } }
  .subsribe.visible .subsribe__snail,
  .subsribe.visible .subsribe__content {
    transform: translateX(0); }
  .subsribe.visible .subsribe__strawberry-blur-right,
  .subsribe.visible .subsribe__strawberry-blur-center,
  .subsribe.visible .subsribe__strawberry {
    pointer-events: none;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    transform: translate(0); }
  .subsribe__title {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 1439px) {
      .subsribe__title {
        text-align: center; } }
  .subsribe__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .subsribe__wrapper {
        display: block; } }
  .subsribe__snail {
    width: 228px;
    object-fit: contain;
    display: block;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transform: translateX(30px);
    transition: all .6s; }
    @media (max-width: 1439px) {
      .subsribe__snail {
        width: 155px; } }
    @media screen and (max-width: 767px) {
      .subsribe__snail {
        width: 117px;
        margin-bottom: 24px; } }
  .subsribe__strawberry-blur-right, .subsribe__strawberry-blur-center, .subsribe__strawberry {
    position: absolute;
    transform: translateY(-35px);
    transition: all .6s; }
  .subsribe__strawberry-blur-right {
    right: 90px;
    z-index: -1;
    top: -30px;
    width: 121px;
    height: auto;
    animation: strawberry-right 10s ease-in-out infinite;
    animation-delay: 0.7s; }
    @media screen and (max-width: 1400px) {
      .subsribe__strawberry-blur-right {
        right: 40px; } }
    @media screen and (max-width: 991px) {
      .subsribe__strawberry-blur-right {
        right: -20px;
        top: 0px; } }
    @media screen and (max-width: 767px) {
      .subsribe__strawberry-blur-right {
        right: -10px;
        width: 70px;
        top: 180px; } }
  .subsribe__strawberry-blur-center {
    top: -110px;
    left: 51%;
    width: 121px;
    height: auto;
    animation: strawberry-center 10s ease-in-out infinite;
    animation-delay: 0.7s; }
    @media screen and (max-width: 991px) {
      .subsribe__strawberry-blur-center {
        top: -94px;
        left: 43%; } }
    @media screen and (max-width: 767px) {
      .subsribe__strawberry-blur-center {
        width: 70px;
        top: 115px; } }
  .subsribe__strawberry {
    right: 170px;
    top: -135px;
    width: 200px;
    height: auto;
    z-index: 1;
    animation: strawberry 8s ease-in-out infinite;
    animation-delay: 0.7s; }
    @media screen and (max-width: 991px) {
      .subsribe__strawberry {
        right: 30px;
        top: -120px; } }
    @media screen and (max-width: 767px) {
      .subsribe__strawberry {
        width: 100px;
        right: 32px;
        top: 100px; } }
  .subsribe__content {
    width: calc(100% - (228px + 64px));
    background: #FEC8D0;
    border-radius: 40px;
    padding: 80px 64px;
    transform: translateX(-30px);
    transition: all .6s; }
    @media (max-width: 1439px) {
      .subsribe__content {
        width: calc(100% - (155px + 47px));
        padding: 56px 48px; } }
    @media screen and (max-width: 767px) {
      .subsribe__content {
        padding: 40px 24px;
        width: 100%; } }
  .subsribe__form {
    margin-top: 32px; }
    .subsribe__form br {
      display: none; }
    .subsribe__form a {
      transition: all .3s; }
      .subsribe__form a:hover {
        color: #78940D; }
    @media (max-width: 1439px) {
      .subsribe__form {
        margin-top: 24px; } }
  .subsribe__form-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    border: 2px solid #273006;
    padding: 8px; }
    .subsribe__form-wrap p {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
  .subsribe__input {
    font-size: 18px;
    line-height: 27px;
    margin-left: 16px;
    border: transparent;
    background: transparent;
    width: 100%;
    display: block;
    font-family: 'Commissioner'; }
    @media (max-width: 1439px) {
      .subsribe__input {
        margin-left: 16px; } }
    .subsribe__input:-ms-input-placeholder {
      color: #273006AD;
      font-family: 'Commissioner'; }
    .subsribe__input::placeholder {
      color: #273006AD;
      font-family: 'Commissioner'; }
  .subsribe__btn svg,
  .subsribe__btn p {
    display: none; }
  @media screen and (max-width: 767px) {
    .subsribe__btn {
      font-size: 0;
      color: transparent; }
      .subsribe__btn svg {
        display: block; } }
  .subsribe .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0; }
  .subsribe .wpcf7-acceptance input {
    display: none; }
  .subsribe .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 32px;
    display: inline-block;
    margin-top: 24px;
    position: relative; }
    .subsribe .wpcf7-acceptance .wpcf7-list-item-label a {
      color: #353C1B;
      text-decoration: underline;
      text-underline-offset: 4px;
      transition: all .4s; }
      .subsribe .wpcf7-acceptance .wpcf7-list-item-label a:hover {
        color: #78940D; }
    .subsribe .wpcf7-acceptance .wpcf7-list-item-label:before {
      content: "";
      position: absolute;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 7px;
      border: #273006 2px solid;
      transition: all .3s;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%); }
    .subsribe .wpcf7-acceptance .wpcf7-list-item-label:after {
      content: "";
      position: absolute;
      left: 4px;
      width: 12px;
      height: 12px;
      border-radius: 3px;
      background: #A2C617;
      transition: all .3s;
      opacity: 0;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%); }
  .subsribe .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1; }
  .subsribe .wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Commissioner", serif;
    font-weight: 700;
    margin-top: 20px !important; }

.ttl {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 41px; }
  @media (max-width: 991px) {
    .ttl {
      margin-bottom: 25px; } }
  @media (max-width: 500px) {
    .ttl {
      margin-bottom: 21px; } }
  .ttl a {
    display: flex;
    align-items: center; }

.search_query {
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .search_query {
      padding-bottom: 56px; } }
  @media (max-width: 500px) {
    .search_query {
      padding-bottom: 40px; } }

.not-found {
  background: #C3DFFF;
  display: flex;
  height: 312px;
  align-items: center;
  justify-content: center;
  max-width: 1016px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 64px;
  border-radius: 40px;
  padding-left: 42px;
  padding-right: 17px; }
  @media (max-width: 991px) {
    .not-found {
      margin-bottom: 32px;
      margin-top: 48px;
      height: 242px;
      border-radius: 32px;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .not-found {
      flex-direction: column-reverse;
      align-items: flex-start;
      height: 347px;
      border-radius: 24px;
      margin-bottom: 24px;
      margin-top: 19px;
      padding-left: 24px;
      padding-bottom: 69px; } }
  .not-found__main {
    position: relative; }
  .not-found__label.other-products__label {
    z-index: 1;
    font-family: "Commissioner", serif;
    font-weight: 800;
    top: -25px;
    left: -8px;
    opacity: 1; }
  .not-found__title {
    position: relative;
    z-index: 2;
    margin-bottom: 16px; }
  .not-found__image {
    display: block;
    max-width: 350px;
    object-fit: contain;
    margin-bottom: 35px;
    width: 36%; }
    @media screen and (max-width: 767px) {
      .not-found__image {
        margin: 0 auto;
        width: 100%;
        max-width: 200px; } }

.results-list .results-list-title {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .results-list .results-list-title {
      margin-bottom: 32px; } }
  @media (max-width: 500px) {
    .results-list .results-list-title {
      margin-bottom: 24px; } }

.results-list .product-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .results-list .product-posts {
      margin-bottom: 32px; } }
  @media (max-width: 500px) {
    .results-list .product-posts {
      margin-bottom: 24px; } }
  .results-list .product-posts .products-custom__item {
    display: block; }

.results-list .blog-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .results-list .blog-posts {
      gap: 32px;
      padding: 20px 0;
      margin-bottom: 32px; } }
  @media (max-width: 500px) {
    .results-list .blog-posts {
      gap: 24px;
      padding: 16px 0;
      margin-bottom: 24px; } }
  .results-list .blog-posts .blog-posts-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(33.3% - 27px); }
    @media (max-width: 991px) {
      .results-list .blog-posts .blog-posts-item {
        width: calc(50% - 16px); } }
    @media (max-width: 500px) {
      .results-list .blog-posts .blog-posts-item {
        width: 100%; } }
    .results-list .blog-posts .blog-posts-item:hover h4 span {
      color: #78940D; }
    .results-list .blog-posts .blog-posts-item img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
      max-height: 270px;
      border-radius: 40px; }
      @media (max-width: 991px) {
        .results-list .blog-posts .blog-posts-item img {
          border-radius: 32px;
          height: 216px; } }
      @media (max-width: 500px) {
        .results-list .blog-posts .blog-posts-item img {
          border-radius: 24px;
          height: 220px; } }
    .results-list .blog-posts .blog-posts-item h4 span {
      color: #273006;
      transition: all .4s; }
      .results-list .blog-posts .blog-posts-item h4 span:hover {
        color: #78940D; }
    .results-list .blog-posts .blog-posts-item .cats {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
    .results-list .blog-posts .blog-posts-item .cat {
      background: #F3F5C6;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 28px;
      padding: 0 12px;
      font-size: 14px;
      border-radius: 10px;
      color: #353C1B;
      width: fit-content; }

.results-list .other-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 24px;
  padding-bottom: 48px;
  max-width: 1160px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .results-list .other-posts {
      gap: 32px;
      padding-top: 20px;
      padding-bottom: 32px; } }
  @media (max-width: 500px) {
    .results-list .other-posts {
      gap: 24px;
      padding-top: 16px;
      padding-bottom: 24px; } }
  .results-list .other-posts .other-posts-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    gap: 24px;
    width: calc(33.3% - 27px);
    border-radius: 24px;
    padding: 24px 32px; }
    .results-list .other-posts .other-posts-item:hover div {
      color: #78940D; }
    .results-list .other-posts .other-posts-item:nth-child(1) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(2) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(3) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(4) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(5) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(6) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(7) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(8) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(9) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(10) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(11) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(12) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(13) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(14) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(15) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(16) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(17) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(18) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(19) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(20) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(21) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(22) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(23) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(24) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(25) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(26) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(27) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(28) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(29) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(30) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(31) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(32) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(33) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(34) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(35) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(36) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(37) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(38) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(39) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(40) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(41) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(42) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(43) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(44) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(45) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(46) {
      background: #FEC8D0; }
    .results-list .other-posts .other-posts-item:nth-child(47) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(48) {
      background: #DAE51B; }
    .results-list .other-posts .other-posts-item:nth-child(49) {
      background: #DEC5E9; }
    .results-list .other-posts .other-posts-item:nth-child(50) {
      background: #DAE51B; }
    @media (max-width: 991px) {
      .results-list .other-posts .other-posts-item {
        width: calc(50% - 16px);
        min-height: 136px;
        border-radius: 20px;
        padding: 20px 24px; } }
    @media (max-width: 500px) {
      .results-list .other-posts .other-posts-item {
        min-height: 120px;
        width: calc(50% - 12px);
        border-radius: 16px;
        padding: 16px 24px; } }
    .results-list .other-posts .other-posts-item h4 {
      min-height: 40px;
      display: flex;
      align-items: center; }
    .results-list .other-posts .other-posts-item div {
      color: #273006;
      text-decoration: underline;
      text-underline-offset: 4px;
      transition: all .4s; }

.single-blog .blog-bread {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
  margin: 16px 0 40px; }
  @media screen and (max-width: 1150px) {
    .single-blog .blog-bread {
      margin: 8px 0 24px; } }
  .single-blog .blog-bread .blog-bread-home svg path {
    transition: all .3s; }
  .single-blog .blog-bread .blog-bread-home:hover svg path {
    fill: #A2C617; }
  .single-blog .blog-bread .blog-bread-separator,
  .single-blog .blog-bread .blog-bread-home {
    display: flex;
    justify-content: center;
    align-items: center; }
  .single-blog .blog-bread .blog-bread-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #353C1B;
    transition: all .3s; }
    .single-blog .blog-bread .blog-bread-item:hover {
      color: #A2C617; }

.single-blog .wrap-content-outer {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  position: relative; }

.single-blog div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  margin: 0 8px; }

.single-blog .info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Commissioner", serif;
  font-size: 16px;
  line-height: 150%;
  color: #353C1B; }
  @media screen and (max-width: 767px) {
    .single-blog .info-wrap {
      flex-direction: column;
      align-items: flex-start; } }
  .single-blog .info-wrap .left {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .single-blog .info-wrap .left {
        margin-bottom: 24px; } }
  .single-blog .info-wrap .wrap-text {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 500px) {
      .single-blog .info-wrap .wrap-text {
        flex-direction: column;
        align-items: flex-start; } }
  .single-blog .info-wrap .author-image {
    margin-right: 12px;
    border-radius: 18px;
    width: 56px;
    height: 56px;
    position: relative;
    overflow: hidden; }
    .single-blog .info-wrap .author-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .single-blog .info-wrap .date, .single-blog .info-wrap .read-time {
    position: relative; }
    @media screen and (min-width: 501px) {
      .single-blog .info-wrap .date, .single-blog .info-wrap .read-time {
        margin-left: 20px; } }
    @media screen and (max-width: 500px) {
      .single-blog .info-wrap .date, .single-blog .info-wrap .read-time {
        margin-top: 2px; } }
    @media screen and (min-width: 501px) {
      .single-blog .info-wrap .date:before, .single-blog .info-wrap .read-time:before {
        content: '';
        position: absolute;
        left: -11px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #939785; } }

.single-blog .content-right-text {
  position: absolute;
  left: calc(100% + 40px);
  top: 0; }
  @media screen and (max-width: 1150px) {
    .single-blog .content-right-text {
      display: none; } }
  .single-blog .content-right-text div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 8px; }
  .single-blog .content-right-text .sharing-fixed {
    padding-top: 150px;
    opacity: 0;
    transition: opacity 0.3s; }
    .single-blog .content-right-text .sharing-fixed div.heateor_sss_sharing_ul {
      display: flex;
      flex-direction: column; }

.single-blog .bottom-info-wrap {
  margin: 40px 0 20px 0; }

.single-blog .single-blog-post .category {
  font-family: "Commissioner", serif;
  line-height: 19.6px;
  font-size: 14px;
  color: #353C1B;
  font-weight: 400;
  padding: 4px 12px;
  background-color: #F3F5C6;
  border-radius: 10px;
  margin-bottom: 16px;
  display: inline-block; }

.single-blog .single-blog-post h1 {
  margin-bottom: 16px; }

.single-blog .single-blog-post .short-description {
  margin-bottom: 16px; }

.single-blog .single-blog-post .feature-image {
  padding-top: 64%;
  border-radius: 40px;
  overflow: hidden;
  max-height: 453px;
  margin: 40px 0; }
  @media (max-width: 1439px) {
    .single-blog .single-blog-post .feature-image {
      margin: 32px 0; } }
  @media screen and (max-width: 767px) {
    .single-blog .single-blog-post .feature-image {
      margin: 24px 0; } }

.single-blog .wrap-for-scrollTrigger {
  margin-bottom: 20px; }
  .single-blog .wrap-for-scrollTrigger .wrap-content-outer {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    position: relative; }
  .single-blog .wrap-for-scrollTrigger.active .sharing-fixed {
    opacity: 1; }

.single-blog .section-slider-with-other-blogs-this-category {
  padding: 96px 0 32px;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1150px) {
    .single-blog .section-slider-with-other-blogs-this-category {
      padding: 64px 0 24px; } }
  @media screen and (max-width: 767px) {
    .single-blog .section-slider-with-other-blogs-this-category {
      padding: 56px 0 24px; } }
  .single-blog .section-slider-with-other-blogs-this-category .inner-container {
    margin-left: auto;
    margin-right: 0; }
    @media (min-width: 1440px) {
      .single-blog .section-slider-with-other-blogs-this-category .inner-container {
        padding-left: 64px; } }
    @media (max-width: 1439px) {
      .single-blog .section-slider-with-other-blogs-this-category .inner-container {
        padding-left: 24px; } }
    @media screen and (max-width: 767px) {
      .single-blog .section-slider-with-other-blogs-this-category .inner-container {
        padding-left: 16px; } }
  .single-blog .section-slider-with-other-blogs-this-category .wrap-slider {
    position: relative;
    margin-left: -20px; }
    @media screen and (max-width: 1150px) {
      .single-blog .section-slider-with-other-blogs-this-category .wrap-slider {
        margin-left: -16px; } }
    @media screen and (max-width: 767px) {
      .single-blog .section-slider-with-other-blogs-this-category .wrap-slider {
        margin-left: -12px; } }
  .single-blog .section-slider-with-other-blogs-this-category .top-part {
    margin-bottom: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 64px; }
    @media screen and (max-width: 1439px) {
      .single-blog .section-slider-with-other-blogs-this-category .top-part {
        padding-right: 24px; } }
    @media (max-width: 1150px) {
      .single-blog .section-slider-with-other-blogs-this-category .top-part {
        margin-bottom: 56px; } }
    @media screen and (max-width: 767px) {
      .single-blog .section-slider-with-other-blogs-this-category .top-part {
        margin-bottom: 48px;
        padding-right: 16px;
        flex-direction: column;
        align-items: flex-start; } }
  .single-blog .section-slider-with-other-blogs-this-category .wrap-title {
    position: relative; }
    .single-blog .section-slider-with-other-blogs-this-category .wrap-title .sticker-image {
      position: absolute;
      left: -32px;
      top: -22px;
      z-index: -1;
      max-width: 105px;
      opacity: 0;
      transition: .5s; }
      @media (max-width: 1439px) {
        .single-blog .section-slider-with-other-blogs-this-category .wrap-title .sticker-image {
          left: 0;
          top: -36px; } }
      @media (max-width: 767px) {
        .single-blog .section-slider-with-other-blogs-this-category .wrap-title .sticker-image {
          left: -14px;
          top: -33px; } }
  @media (max-width: 1439px) {
    .single-blog .section-slider-with-other-blogs-this-category h2 {
      padding-left: 32px; } }
  @media screen and (max-width: 767px) {
    .single-blog .section-slider-with-other-blogs-this-category h2 {
      padding-left: 0;
      margin-bottom: 24px; } }
  .single-blog .section-slider-with-other-blogs-this-category .swiper-slide {
    width: 410px;
    position: relative;
    transition: .5s;
    padding: 0 20px; }
    @media screen and (max-width: 1150px) {
      .single-blog .section-slider-with-other-blogs-this-category .swiper-slide {
        width: 330px;
        padding: 0 16px; } }
    @media screen and (max-width: 767px) {
      .single-blog .section-slider-with-other-blogs-this-category .swiper-slide {
        padding: 0 12px; } }
    .single-blog .section-slider-with-other-blogs-this-category .swiper-slide .inner-wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden; }
    .single-blog .section-slider-with-other-blogs-this-category .swiper-slide .wrap-content {
      padding: 12px 0 0 0; }
    .single-blog .section-slider-with-other-blogs-this-category .swiper-slide .rect-outer {
      padding-top: 65%;
      border-radius: 40px;
      overflow: hidden; }
    .single-blog .section-slider-with-other-blogs-this-category .swiper-slide .category {
      font-family: "Commissioner", serif;
      line-height: 19.6px;
      font-size: 14px;
      color: #353C1B;
      font-weight: 400;
      padding: 4px 12px;
      background-color: #F3F5C6;
      border-radius: 10px;
      margin-top: 12px;
      display: inline-block; }
  .single-blog .section-slider-with-other-blogs-this-category .swiper-pagination {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .single-blog .section-slider-with-other-blogs-this-category .swiper-pagination {
        height: 48px;
        padding: 0 37px;
        gap: 4px;
        background-color: #F3F5C6;
        border-radius: 12px; } }
    .single-blog .section-slider-with-other-blogs-this-category .swiper-pagination span {
      display: inline-block;
      background-color: rgba(39, 48, 6, 0.48);
      width: 8px;
      height: 8px;
      border-radius: 50%; }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #353C1B; }
  .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px; }
    @media screen and (max-width: 1150px) {
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation {
        margin-top: 48px; } }
    @media (max-width: 767px) {
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation {
        margin-top: 24px; } }
    .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-prev {
      outline: none;
      border: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      background-color: #F3F5C6 !important;
      border-radius: 12px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-prev {
          display: none; } }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-prev svg {
        width: 25px;
        height: 25px; }
        .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-prev svg * {
          transition: .3s; }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-prev.swiper-button-disabled {
        opacity: 0; }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
        opacity: 1; }
    .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      border: none;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background-color: #F3F5C6 !important;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-next {
          display: none; } }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-next:after {
        display: none; }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-next.swiper-button-disabled {
        opacity: 0; }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-next svg {
        width: 25px;
        height: 25px; }
        .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-next svg * {
          transition: .3s; }
      .single-blog .section-slider-with-other-blogs-this-category .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
        opacity: 1; }
  .single-blog .section-slider-with-other-blogs-this-category.visible .wrap-title .sticker-image {
    animation: fadeIn 1s 1s forwards; }

body.error404 footer, body.error404 .subsribe {
  display: none; }

.section-page-404 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  min-height: 702px;
  height: calc(100vh - 112px); }
  @media (max-width: 1150px) {
    .section-page-404 {
      min-height: auto;
      height: auto; } }
  .section-page-404 .wrap-columns {
    display: flex;
    max-width: 1050px;
    width: 100%;
    margin: 113px auto 0 auto;
    align-items: center; }
    @media (max-width: 1150px) {
      .section-page-404 .wrap-columns {
        margin: 144px auto 0 auto; } }
    @media screen and (max-width: 767px) {
      .section-page-404 .wrap-columns {
        margin: 0 auto;
        flex-direction: column-reverse;
        align-items: flex-start;
        position: relative;
        top: 84px; } }
  .section-page-404 .snail-image {
    max-width: 295px;
    width: 100%;
    display: inline-block;
    margin-left: 90px; }
    @media (max-width: 1150px) {
      .section-page-404 .snail-image {
        margin-left: 0;
        max-width: 220px;
        top: 170px;
        position: relative; } }
    @media screen and (max-width: 767px) {
      .section-page-404 .snail-image {
        max-width: 135px;
        top: auto;
        margin-left: 14px;
        margin-top: 24px; } }
  .section-page-404 .wrap-content {
    width: calc(100% - 295px);
    padding-left: 75px; }
    @media (max-width: 1150px) {
      .section-page-404 .wrap-content {
        width: calc(100% - 225px);
        padding-left: 26px; } }
    @media screen and (max-width: 767px) {
      .section-page-404 .wrap-content {
        padding-left: 41px;
        width: 100%; } }
  .section-page-404 h1 {
    margin-bottom: 40px; }
    @media (max-width: 1150px) {
      .section-page-404 h1 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .section-page-404 h1 {
        margin-bottom: 24px; } }
  .section-page-404 .image-absolute {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto; }
  .section-page-404 .image-desktop {
    display: block; }
    @media (max-width: 1150px) {
      .section-page-404 .image-desktop {
        display: none !important; } }
  .section-page-404 .image-tablet {
    display: none; }
    @media (max-width: 1150px) {
      .section-page-404 .image-tablet {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .section-page-404 .image-tablet {
        display: none; } }
  .section-page-404 .image-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .section-page-404 .image-mobile {
        display: block;
        width: 100%; } }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition: .35s;
  transition-timing-function: ease; }

body.modal-open {
  overflow: hidden; }

.modal-open-2 {
  overflow: hidden; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  justify-content: center;
  display: flex;
  min-height: 100%;
  align-items: center; }

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
    .modal-backdrop.fade.in {
      opacity: 0.5; }

.modal-header .close {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  z-index: 1; }

.modal-body {
  position: relative; }

.plyr--video .plyr__controls {
  pointer-events: all !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important; }

.image-modal {
  overflow-y: hidden; }
  .image-modal .modal-header .close {
    right: 20px; }
  .image-modal .modal-dialog {
    background: black;
    height: 100dvh; }
  .image-modal .modal-content {
    padding: 0;
    width: 100%;
    border-radius: 0;
    background: transparent;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center; }

#videoModal1,
#videoModal2,
#videoModal3,
.modalVideoBlog,
#blogImagesGrid {
  overflow-y: hidden; }
  #videoModal1 .modal-header .close,
  #videoModal2 .modal-header .close,
  #videoModal3 .modal-header .close,
  .modalVideoBlog .modal-header .close,
  #blogImagesGrid .modal-header .close {
    right: 20px; }
  #videoModal1 .modal-dialog,
  #videoModal2 .modal-dialog,
  #videoModal3 .modal-dialog,
  .modalVideoBlog .modal-dialog,
  #blogImagesGrid .modal-dialog {
    background: black;
    height: 100dvh; }
  #videoModal1 .modal-content,
  #videoModal2 .modal-content,
  #videoModal3 .modal-content,
  .modalVideoBlog .modal-content,
  #blogImagesGrid .modal-content {
    padding: 0;
    width: 100%;
    border-radius: 0;
    background: transparent;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center; }
  #videoModal1 .plyr button[data-plyr="fullscreen"],
  #videoModal1 .plyr button[data-plyr="pip"],
  #videoModal2 .plyr button[data-plyr="fullscreen"],
  #videoModal2 .plyr button[data-plyr="pip"],
  #videoModal3 .plyr button[data-plyr="fullscreen"],
  #videoModal3 .plyr button[data-plyr="pip"],
  .modalVideoBlog .plyr button[data-plyr="fullscreen"],
  .modalVideoBlog .plyr button[data-plyr="pip"],
  #blogImagesGrid .plyr button[data-plyr="fullscreen"],
  #blogImagesGrid .plyr button[data-plyr="pip"] {
    display: none; }
  #videoModal1 #player,
  #videoModal1 #player2,
  #videoModal1 #player3,
  #videoModal1 .playerBlogVideo,
  #videoModal2 #player,
  #videoModal2 #player2,
  #videoModal2 #player3,
  #videoModal2 .playerBlogVideo,
  #videoModal3 #player,
  #videoModal3 #player2,
  #videoModal3 #player3,
  #videoModal3 .playerBlogVideo,
  .modalVideoBlog #player,
  .modalVideoBlog #player2,
  .modalVideoBlog #player3,
  .modalVideoBlog .playerBlogVideo,
  #blogImagesGrid #player,
  #blogImagesGrid #player2,
  #blogImagesGrid #player3,
  #blogImagesGrid .playerBlogVideo {
    width: 100%;
    height: 100dvh; }

.product__cats, .product__variations-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px; }

.product__cat, .product__variation-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #27300624;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-weight: 400; }
  .product__cat.out-of-stock::before, .product__variation-btn.out-of-stock::before {
    position: absolute;
    content: '';
    background: #F3F5C6;
    backdrop-filter: blur(2px);
    top: 0;
    opacity: 0.7;
    left: 0;
    right: 0;
    bottom: 0; }
  .product__cat:after, .product__variation-btn:after {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: '';
    border: 2px solid #A2C617;
    border-radius: 12px;
    transition: all .3s;
    opacity: 0; }
  .product__cat:hover:after, .product__variation-btn:hover:after {
    opacity: 1; }
  .product__cat.active, .product__variation-btn.active {
    font-weight: 700;
    border: 2px solid #A2C617;
    pointer-events: none; }

.product__cat {
  width: 64px;
  height: 64px; }
  .product__cat img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }

.product__cat-sold, .product__variation-sold {
  color: #EB5167;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  padding: 5px;
  font-family: "Commissioner", serif; }

.product__variation-btn {
  width: 72px;
  height: 48px;
  padding: 14px 8px 14px 8px;
  color: #273006; }

.product__variations-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px; }

.product__cat-title {
  font-size: 16px;
  margin-top: 16px; }
  .product__cat-title span {
    font-weight: 700;
    color: #273006; }

.product__variations-default {
  display: none;
  opacity: 0;
  position: absolute;
  pointer-events: none; }

.product__btns-instock,
.product__btns-soldout {
  display: none !important; }
  .product__btns-instock.active,
  .product__btns-soldout.active {
    display: flex !important; }

.product__slider-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative; }

.product__slider-slides {
  width: 48px; }
  .product__slider-slides .swiper-slide {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #27300624;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 4px; }
    .product__slider-slides .swiper-slide.swiper-slide-thumb-active {
      font-weight: 700;
      border: 2px solid #A2C617; }
    .product__slider-slides .swiper-slide:hover .slide-btn {
      transform: translate(-50%, -50%) scale(1.1); }
  .product__slider-slides img {
    object-fit: contain;
    width: 100%; }
  .product__slider-slides .slide-btn {
    position: absolute;
    width: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s; }
  @media screen and (max-width: 556px) {
    .product__slider-slides {
      display: none !important; } }

.product__slider-main {
  width: calc(100% - (48px + 16px)); }
  .product__slider-main .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 496px;
    background: #27300608;
    border-radius: 16px; }
    .product__slider-main .swiper-slide:hover .slide-btn {
      transform: translate(-50%, -50%) scale(1.1); }
    .product__slider-main .swiper-slide img {
      display: block;
      width: 100%;
      object-fit: contain;
      border-radius: 16px;
      object-fit: cover;
      max-height: 496px;
      height: 100%; }
    .product__slider-main .swiper-slide .slide-btn {
      position: absolute;
      width: 48px;
      height: 48px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all .4s; }
    @media screen and (max-width: 556px) {
      .product__slider-main .swiper-slide {
        padding-bottom: 42px; } }
  .product__slider-main .swiper-pagination {
    display: none;
    top: auto;
    bottom: 0; }
    .product__slider-main .swiper-pagination .swiper-pagination-bullet {
      background: #2730067A; }
      .product__slider-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #273006; }
  @media screen and (max-width: 556px) {
    .product__slider-main {
      width: 100%; }
      .product__slider-main .swiper-pagination {
        display: block; } }

.product__more {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #273006;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer; }

.product {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 32px; }
  @media screen and (max-width: 991px) {
    .product {
      display: block; } }
  .product__title {
    font-size: 54px;
    line-height: 54px;
    font-weight: 900;
    color: #273006;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .product__title {
        font-size: 48px; } }
    @media screen and (max-width: 991px) {
      .product__title {
        font-size: 44px;
        line-height: 44px;
        margin-top: 24px; } }
    @media screen and (max-width: 556px) {
      .product__title {
        font-size: 28px;
        line-height: 28px; } }
  .product__sold-out {
    position: absolute;
    background: #EB5167;
    color: #fff;
    height: 30px;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    transform: rotate(-10deg);
    border-radius: 40px;
    z-index: -1;
    top: -18px;
    left: -12px;
    display: none; }
    .product__sold-out.active {
      display: flex; }
    .product__sold-out::before {
      position: absolute;
      content: '';
      top: 1px;
      left: 1px;
      bottom: 1px;
      right: 1px;
      border: 2px dashed #FFFFFF;
      border-radius: 40px; }
  .product__description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #353C1B; }
  .product__gallery {
    width: 560px; }
    @media screen and (max-width: 1200px) {
      .product__gallery {
        width: 460px; } }
    @media screen and (max-width: 991px) {
      .product__gallery {
        width: 100%; } }
  .product__summary {
    width: calc(100% - (560px + 32px)); }
    @media screen and (max-width: 1200px) {
      .product__summary {
        width: calc(100% - (460px + 32px)); } }
    @media screen and (max-width: 991px) {
      .product__summary {
        width: 100%; } }
  .product__btns {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 32px;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      .product__btns {
        margin-top: 24px; } }
    @media screen and (max-width: 556px) {
      .product__btns {
        flex-direction: column;
        align-items: flex-start; }
        .product__btns .button-type-1,
        .product__btns .button-primary {
          padding: 17px 32px; } }
    .product__btns .sold-out_text {
      width: 100%; }
  .product__attr {
    margin-top: 16px; }
  .product__attr-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #273006; }
  .product__attrs {
    margin-top: 8px;
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 556px) {
      .product__attrs {
        gap: 8px; } }
  .product__attr-item {
    color: #353C1B;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px; }
    @media screen and (max-width: 556px) {
      .product__attr-item {
        padding-right: 16px; } }
    .product__attr-item img {
      display: block;
      width: 18px;
      height: 18px;
      object-fit: contain; }
  .product__bread {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 100%;
    margin-bottom: 48px; }
  .product__bread-home svg path {
    transition: all .3s; }
  .product__bread-home:hover svg path {
    fill: #A2C617; }
  .product__bread-separator, .product__bread-home {
    display: flex;
    justify-content: center;
    align-items: center; }
  .product__bread-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #353C1B;
    transition: all .3s; }
    .product__bread-item:hover {
      color: #A2C617; }

.section-home-top-banner {
  margin-bottom: 24px; }
  @media (max-width: 1439px) {
    .section-home-top-banner {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .section-home-top-banner {
      margin-bottom: 16px; } }
  .section-home-top-banner .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1150px) {
      .section-home-top-banner .swiper-slide {
        flex-wrap: wrap;
        padding: 48px 48px 0 48px;
        justify-content: center; } }
    .section-home-top-banner .swiper-slide.swiper-slide-active h1 {
      animation: jelly-y 0.7s 0.2s forwards; }
    .section-home-top-banner .swiper-slide.swiper-slide-active .content {
      animation: jelly-y-reverse 0.7s 0.2s forwards; }
    .section-home-top-banner .swiper-slide.swiper-slide-active .wrap-image .img-front {
      animation: jelly 0.6s 0.2s forwards; }
    .section-home-top-banner .swiper-slide.swiper-slide-active .wrap-image .img-product {
      animation: jelly-y 0.7s 0.2s forwards; }
    .section-home-top-banner .swiper-slide.swiper-slide-active .wrap-image .img-back {
      animation: jelly 0.6s 0.2s forwards; }
    @media (min-width: 1151px) {
      .section-home-top-banner .swiper-slide .wrap-text-info {
        padding: 0 64px 0 96px;
        width: calc(100% - 624px); } }
    @media (max-width: 1150px) {
      .section-home-top-banner .swiper-slide .wrap-text-info {
        width: 100%;
        max-width: 624px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .section-home-top-banner .swiper-slide h1 {
      margin-bottom: 24px;
      transform-origin: center; }
      @media (max-width: 1439px) {
        .section-home-top-banner .swiper-slide h1 {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .section-home-top-banner .swiper-slide h1 {
          margin-bottom: 16px; } }
    .section-home-top-banner .swiper-slide .content {
      margin-bottom: 32px;
      max-width: 500px;
      transform-origin: center; }
      @media (max-width: 1439px) {
        .section-home-top-banner .swiper-slide .content {
          margin-bottom: 24px;
          max-width: 455px; } }
    @media (max-width: 1150px) {
      .section-home-top-banner .swiper-slide .wrap-btn {
        margin-bottom: 40px; } }
    @media (min-width: 1151px) {
      .section-home-top-banner .swiper-slide .mobile-visible {
        display: none; } }
    @media (max-width: 1150px) {
      .section-home-top-banner .swiper-slide .mobile-hidden {
        display: none; } }
    @media (min-width: 768px) {
      .section-home-top-banner .swiper-slide .small-mobile-visible {
        display: none; } }
    @media (max-width: 767px) {
      .section-home-top-banner .swiper-slide .small-mobile-hidden {
        display: none; } }
    .section-home-top-banner .swiper-slide .wrap-image {
      position: relative;
      width: 624px;
      height: 624px;
      display: flex;
      align-items: flex-end; }
      @media (max-width: 767px) {
        .section-home-top-banner .swiper-slide .wrap-image {
          width: 310px;
          height: 310px; } }
      .section-home-top-banner .swiper-slide .wrap-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .section-home-top-banner .swiper-slide .wrap-image .img-back {
        z-index: 1;
        transform-origin: right center; }
      .section-home-top-banner .swiper-slide .wrap-image .img-product {
        z-index: 2;
        transform-origin: center; }
      .section-home-top-banner .swiper-slide .wrap-image .img-front {
        z-index: 3;
        transform-origin: left center; }
  .section-home-top-banner .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .section-home-top-banner .swiper-navigation {
        margin-top: 28px;
        gap: 16px; } }
    .section-home-top-banner .swiper-navigation a {
      padding: 16px;
      width: 64px;
      height: 64px;
      border-radius: 24px;
      border: 3px solid #FFFBF0; }
      @media (min-width: 768px) {
        .section-home-top-banner .swiper-navigation a {
          position: absolute;
          top: calc(50% + 16px);
          transform: translateY(-50%); } }
      @media (max-width: 767px) {
        .section-home-top-banner .swiper-navigation a {
          position: relative; } }
    .section-home-top-banner .swiper-navigation .swiper-button-prev {
      outline: none;
      -webkit-tap-highlight-color: transparent;
      left: 32px;
      background-color: #FFFBF0; }
      @media (max-width: 1439px) {
        .section-home-top-banner .swiper-navigation .swiper-button-prev {
          left: 8px; } }
      @media (max-width: 767px) {
        .section-home-top-banner .swiper-navigation .swiper-button-prev {
          left: auto; } }
      .section-home-top-banner .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .section-home-top-banner .swiper-navigation .swiper-button-prev .top-corner {
        position: absolute;
        bottom: calc(100% + 3px);
        right: 21px;
        width: 8px;
        height: 8px; }
        @media (max-width: 1439px) {
          .section-home-top-banner .swiper-navigation .swiper-button-prev .top-corner {
            bottom: calc(100% + 2px);
            right: 37px; } }
        @media (max-width: 767px) {
          .section-home-top-banner .swiper-navigation .swiper-button-prev .top-corner {
            display: none; } }
      .section-home-top-banner .swiper-navigation .swiper-button-prev .bottom-corner {
        position: absolute;
        top: calc(100% + 3px);
        right: 21px;
        width: 8px;
        height: 8px; }
        @media (max-width: 1439px) {
          .section-home-top-banner .swiper-navigation .swiper-button-prev .bottom-corner {
            top: calc(100% + 2px);
            right: 37px; } }
        @media (max-width: 767px) {
          .section-home-top-banner .swiper-navigation .swiper-button-prev .bottom-corner {
            display: none; } }
    .section-home-top-banner .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      right: 32px;
      background-color: #FFFBF0; }
      @media (max-width: 1439px) {
        .section-home-top-banner .swiper-navigation .swiper-button-next {
          right: 8px; } }
      @media (max-width: 767px) {
        .section-home-top-banner .swiper-navigation .swiper-button-next {
          right: auto; } }
      .section-home-top-banner .swiper-navigation .swiper-button-next:after {
        display: none; }
      .section-home-top-banner .swiper-navigation .swiper-button-next .top-corner {
        position: absolute;
        bottom: calc(100% + 3px);
        right: 29px;
        width: 8px;
        height: 8px; }
        @media (max-width: 1439px) {
          .section-home-top-banner .swiper-navigation .swiper-button-next .top-corner {
            bottom: calc(100% + 2px);
            right: 13px; } }
        @media (max-width: 767px) {
          .section-home-top-banner .swiper-navigation .swiper-button-next .top-corner {
            display: none; } }
      .section-home-top-banner .swiper-navigation .swiper-button-next .bottom-corner {
        position: absolute;
        top: calc(100% + 3px);
        right: 29px;
        width: 8px;
        height: 8px; }
        @media (max-width: 1439px) {
          .section-home-top-banner .swiper-navigation .swiper-button-next .bottom-corner {
            top: calc(100% + 2px);
            right: 13px; } }
        @media (max-width: 767px) {
          .section-home-top-banner .swiper-navigation .swiper-button-next .bottom-corner {
            display: none; } }

.section-about-top-banner {
  margin: 24px 0; }
  @media (max-width: 1439px) {
    .section-about-top-banner {
      margin: 20px 0; } }
  @media screen and (max-width: 767px) {
    .section-about-top-banner {
      margin: 20px 0 16px; } }
  .section-about-top-banner .inner-content-wrap {
    position: relative; }
    .section-about-top-banner .inner-content-wrap:after, .section-about-top-banner .inner-content-wrap:before {
      position: absolute;
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width=%2796%27 height=%2738%27 viewBox=%270 0 96 38%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M96 0H0C22.3652 0 41.1602 15.2973 46.4883 36C46.9414 37.4966 49.0586 37.4966 49.5117 36C54.8398 15.2973 73.6348 0 96 0Z%27 fill=%27%23FFFBF0%27/%3E%3C/svg%3E");
      width: 96px;
      height: 38px;
      bottom: -1px;
      transform: rotate(180deg);
      z-index: 1; }
      @media screen and (max-width: 930px) {
        .section-about-top-banner .inner-content-wrap:after, .section-about-top-banner .inner-content-wrap:before {
          display: none; } }
    .section-about-top-banner .inner-content-wrap:before {
      left: 29.5%; }
    .section-about-top-banner .inner-content-wrap:after {
      right: 29.5%; }
  .section-about-top-banner .outer-content-wrap {
    background: #C8D400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 368px;
    border-radius: 54px;
    padding-left: 291px; }
    @media screen and (max-width: 767px) {
      .section-about-top-banner .outer-content-wrap {
        padding: 64px 24px 40px;
        border-radius: 40px;
        height: auto;
        margin: 0;
        flex-wrap: wrap; } }
    .section-about-top-banner .outer-content-wrap .snail-image {
      position: absolute;
      left: 43px;
      top: 50%;
      transform: translateY(-50%);
      max-width: 204px; }
      @media screen and (max-width: 1150px) {
        .section-about-top-banner .outer-content-wrap .snail-image {
          max-width: 166px; } }
      @media screen and (max-width: 767px) {
        .section-about-top-banner .outer-content-wrap .snail-image {
          max-width: 102px;
          position: relative;
          left: auto;
          top: auto;
          transform: none;
          margin-top: 16px; } }
    .section-about-top-banner .outer-content-wrap:after, .section-about-top-banner .outer-content-wrap:before {
      position: absolute;
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width=%2796%27 height=%2738%27 viewBox=%270 0 96 38%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M96 0H0C22.3652 0 41.1602 15.2973 46.4883 36C46.9414 37.4966 49.0586 37.4966 49.5117 36C54.8398 15.2973 73.6348 0 96 0Z%27 fill=%27%23FFFBF0%27/%3E%3C/svg%3E");
      width: 96px;
      height: 38px;
      top: -1px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .section-about-top-banner .outer-content-wrap:after, .section-about-top-banner .outer-content-wrap:before {
          display: none; } }
    .section-about-top-banner .outer-content-wrap:before {
      left: 29.5%; }
      @media screen and (max-width: 930px) {
        .section-about-top-banner .outer-content-wrap:before {
          left: 50%;
          transform: translateX(-50%); } }
    .section-about-top-banner .outer-content-wrap:after {
      right: 29.5%; }
      @media screen and (max-width: 930px) {
        .section-about-top-banner .outer-content-wrap:after {
          right: auto;
          left: 50%;
          top: auto;
          bottom: 0;
          transform: translateX(-50%) rotate(180deg); } }
  .section-about-top-banner .content-wrap {
    max-width: 730px;
    text-align: center;
    position: absolute;
    left: 291px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1150px) {
      .section-about-top-banner .content-wrap {
        text-align: left;
        left: 240px;
        padding-right: 48px; } }
    @media screen and (max-width: 767px) {
      .section-about-top-banner .content-wrap {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding-right: 0;
        width: 100%;
        text-align: center; } }
  .section-about-top-banner .kus {
    opacity: 0;
    position: absolute;
    right: -39px;
    top: -54px; }
    @media screen and (max-width: 930px) {
      .section-about-top-banner .kus {
        width: 135px;
        height: 142px;
        top: -37px; } }
    @media screen and (max-width: 600px) {
      .section-about-top-banner .kus {
        width: 97px;
        height: 101px;
        top: -28px;
        right: -26px; } }
  .section-about-top-banner h1 {
    margin-bottom: 16px; }
  .section-about-top-banner.animation-enable .kus {
    opacity: 1; }
    .section-about-top-banner.animation-enable .kus g {
      transition: opacity 0.4s ease;
      opacity: 0; }
  .section-about-top-banner.animation-enable.visible .kus g:nth-child(1) {
    opacity: 1;
    transition-delay: 0.2s; }
  .section-about-top-banner.animation-enable.visible .kus g:nth-child(2) {
    opacity: 1;
    transition-delay: 0.6s; }
  .section-about-top-banner.animation-enable.visible .kus g:nth-child(3) {
    opacity: 1;
    transition-delay: 1s; }
  .section-about-top-banner.animation-enable.visible .kus g:nth-child(4) {
    opacity: 1;
    transition-delay: 1.4s; }

.section-privacy-policy-banner {
  margin: 24px 0; }
  @media (max-width: 1439px) {
    .section-privacy-policy-banner {
      margin: 20px 0; } }
  @media screen and (max-width: 767px) {
    .section-privacy-policy-banner {
      margin: 20px 0 16px; } }
  .section-privacy-policy-banner .outer-content-wrap {
    background: #C8D400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 56px 0 80px 0;
    height: 256px;
    padding-left: 291px; }
    @media screen and (max-width: 1400px) {
      .section-privacy-policy-banner .outer-content-wrap {
        margin: 45px 0 69px; } }
    @media screen and (max-width: 1150px) {
      .section-privacy-policy-banner .outer-content-wrap {
        margin: 45px 0 65px; } }
    @media screen and (max-width: 767px) {
      .section-privacy-policy-banner .outer-content-wrap {
        padding: 64px 24px 40px;
        border-radius: 40px;
        height: auto;
        margin: 0 0 16px 0;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .section-privacy-policy-banner .outer-content-wrap .snail-image {
      position: absolute;
      left: 43px;
      top: 50%;
      transform: translateY(-50%);
      max-width: 204px; }
      @media screen and (max-width: 1150px) {
        .section-privacy-policy-banner .outer-content-wrap .snail-image {
          max-width: 166px; } }
      @media screen and (max-width: 767px) {
        .section-privacy-policy-banner .outer-content-wrap .snail-image {
          max-width: 102px;
          position: relative;
          left: auto;
          top: auto;
          transform: none;
          margin-top: 16px; } }
    .section-privacy-policy-banner .outer-content-wrap::after, .section-privacy-policy-banner .outer-content-wrap::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 56px;
      left: 0; }
      @media screen and (max-width: 1439px) {
        .section-privacy-policy-banner .outer-content-wrap::after, .section-privacy-policy-banner .outer-content-wrap::before {
          background-size: cover; } }
      @media screen and (max-width: 1360px) {
        .section-privacy-policy-banner .outer-content-wrap::after, .section-privacy-policy-banner .outer-content-wrap::before {
          background-repeat: round; } }
      @media screen and (max-width: 1150px) {
        .section-privacy-policy-banner .outer-content-wrap::after, .section-privacy-policy-banner .outer-content-wrap::before {
          height: 48px; } }
      @media screen and (max-width: 767px) {
        .section-privacy-policy-banner .outer-content-wrap::after, .section-privacy-policy-banner .outer-content-wrap::before {
          display: none; } }
    .section-privacy-policy-banner .outer-content-wrap::after {
      top: -56px;
      background-image: url(01f4e998446afa25c223.svg); }
      @media screen and (max-width: 1400px) {
        .section-privacy-policy-banner .outer-content-wrap::after {
          top: -44px; } }
      @media screen and (max-width: 991px) {
        .section-privacy-policy-banner .outer-content-wrap::after {
          top: -39px; } }
      @media screen and (max-width: 768px) {
        .section-privacy-policy-banner .outer-content-wrap::after {
          background-image: url(222b9a92e09b4c90ecb7.svg);
          top: -48px; } }
      @media screen and (max-width: 767px) {
        .section-privacy-policy-banner .outer-content-wrap::after {
          top: -38px; } }
    .section-privacy-policy-banner .outer-content-wrap::before {
      bottom: -56px;
      background-image: url(3c4cb33835dc750ee6bc.svg); }
      @media screen and (max-width: 1400px) {
        .section-privacy-policy-banner .outer-content-wrap::before {
          bottom: -44px; } }
      @media screen and (max-width: 991px) {
        .section-privacy-policy-banner .outer-content-wrap::before {
          bottom: -39px; } }
      @media screen and (max-width: 768px) {
        .section-privacy-policy-banner .outer-content-wrap::before {
          background-image: url(3097389dc0e4f946b857.svg);
          bottom: -48px; } }
      @media screen and (max-width: 767px) {
        .section-privacy-policy-banner .outer-content-wrap::before {
          bottom: -38px; } }
  .section-privacy-policy-banner .content-wrap {
    max-width: 730px;
    text-align: left;
    position: absolute;
    left: 291px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1150px) {
      .section-privacy-policy-banner .content-wrap {
        left: 240px;
        padding-right: 48px; } }
    @media screen and (max-width: 767px) {
      .section-privacy-policy-banner .content-wrap {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding-right: 0;
        width: 100%;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .section-privacy-policy-banner h1 {
      max-width: 310px;
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .section-privacy-policy-banner .dates-wrap {
      justify-content: flex-end;
      display: flex; } }
  .section-privacy-policy-banner .dates-wrap li {
    font-family: "Commissioner", serif;
    font-size: 16px;
    line-height: 150%;
    color: #353C1B; }
    @media screen and (min-width: 768px) {
      .section-privacy-policy-banner .dates-wrap li {
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .section-privacy-policy-banner .dates-wrap li {
        display: block; }
        .section-privacy-policy-banner .dates-wrap li + li {
          margin-top: 8px; } }
    @media screen and (min-width: 768px) {
      .section-privacy-policy-banner .dates-wrap li + li {
        position: relative;
        margin-left: 24px; }
        .section-privacy-policy-banner .dates-wrap li + li:before {
          content: '';
          border-radius: 50%;
          position: absolute;
          left: -17px;
          top: 8px;
          width: 8px;
          height: 8px;
          background-color: #353C1B; } }

.links-slider {
  margin-top: 24px;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 991px) {
    .links-slider {
      margin-top: 20px; } }
  @media screen and (max-width: 500px) {
    .links-slider {
      margin-top: 10px; } }
  .links-slider.visible .links-slider__item {
    transform: translateX(0) !important; }
  .links-slider__container {
    position: relative;
    overflow: visible; }
  .links-slider__wrapper {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    margin-right: -50vw;
    padding-right: 50vw;
    margin-left: -50vw;
    padding-left: 50vw; }
    .links-slider__wrapper::-webkit-scrollbar {
      display: none; }
  .links-slider__item {
    display: block;
    flex-shrink: 0;
    background: #F3F5C6;
    border: 2px transparent solid;
    border-radius: 20px;
    max-width: 136px;
    transform: translateX(100vw) !important;
    transition: all .9s;
    transition-property: all !important;
    overflow: hidden; }
    .links-slider__item:nth-child(1) {
      transition: all .4s; }
    .links-slider__item:nth-child(2) {
      transition: all .5s; }
    .links-slider__item:nth-child(3) {
      transition: all .6s; }
    .links-slider__item:nth-child(4) {
      transition: all .7s; }
    .links-slider__item:nth-child(5) {
      transition: all .8s; }
    @media screen and (max-width: 991px) {
      .links-slider__item {
        max-width: 128px; } }
    @media screen and (max-width: 500px) {
      .links-slider__item {
        max-width: 106px; } }
    .links-slider__item:hover {
      background: #E3EB5C; }
      .links-slider__item:hover .links-slider__item-image {
        transform: scale(1.1); }
    .links-slider__item.checked {
      border: 3px #A2C617 solid;
      pointer-events: none; }
      @media screen and (max-width: 991px) {
        .links-slider__item.checked {
          border: 2px #A2C617 solid; } }
      .links-slider__item.checked .links-slider__item-title {
        font-weight: 700; }
  .links-slider__item-image {
    display: block;
    width: 100%;
    height: 136px;
    object-fit: contain;
    padding: 8px 8px 0px 8px;
    transition: all .4s;
    transform: scale(1); }
    @media screen and (max-width: 991px) {
      .links-slider__item-image {
        height: 128px; } }
    @media screen and (max-width: 500px) {
      .links-slider__item-image {
        height: 106px; } }
  .links-slider__item-title {
    font-size: 14px;
    line-height: 19px;
    padding: 8px;
    padding-top: 5px;
    width: 100%;
    text-align: center;
    color: #353C1B; }

.products-custom__container {
  display: flex;
  flex-direction: column; }

.products-custom__top {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 16px; }
  @media screen and (max-width: 991px) {
    .products-custom__top {
      padding-top: 32px;
      gap: 20px; } }
  @media screen and (max-width: 700px) {
    .products-custom__top {
      padding-top: 24px;
      flex-direction: column;
      gap: 24px;
      align-items: flex-start; } }

.products-custom__title {
  font-size: 40px;
  line-height: 40px; }
  @media screen and (max-width: 991px) {
    .products-custom__title {
      font-size: 36px;
      line-height: 36px; } }
  @media screen and (max-width: 700px) {
    .products-custom__title {
      font-size: 20px;
      line-height: 20px; } }

.products-custom__sizes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }
  .products-custom__sizes li {
    min-width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: transparent;
    transition: all .4s;
    border: 1px solid #29330326;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    height: 48px; }
    .products-custom__sizes li:hover {
      background: #F3F5C6; }
    .products-custom__sizes li.active {
      border: 2px solid #A2C617;
      background: #F3F5C6;
      font-weight: 700; }

.products-custom__wrapper {
  display: flex;
  gap: 4px;
  flex-wrap: wrap; }

.products-custom__item {
  width: calc(25% - 4px);
  max-width: 322px;
  border-radius: 24px;
  padding-bottom: 32px;
  transition: all .4s;
  color: #353C1B;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .products-custom__item {
      width: calc(33.3% - 4px);
      max-width: none;
      border-radius: 20px;
      padding-bottom: 24px; } }
  @media screen and (max-width: 700px) {
    .products-custom__item {
      width: calc(50% - 4px);
      border-radius: 16px; } }
  .products-custom__item:hover {
    background: #F3F5C6; }
    @media screen and (max-width: 700px) {
      .products-custom__item:hover {
        background: transparent; } }
    .products-custom__item:hover .products-custom__item-title {
      font-weight: 600; }
      @media screen and (max-width: 700px) {
        .products-custom__item:hover .products-custom__item-title {
          font-weight: 400; } }
    .products-custom__item:hover .text {
      bottom: 32px;
      opacity: 1; }
    .products-custom__item:hover .products-custom__item-title {
      transform: translateY(-80px); }
      @media screen and (max-width: 991px) {
        .products-custom__item:hover .products-custom__item-title {
          transform: translateY(0px); } }
    .products-custom__item:hover .products-custom__item-image {
      transform: scale(0.75);
      transform-origin: top; }
      @media screen and (max-width: 991px) {
        .products-custom__item:hover .products-custom__item-image {
          transform: scale(1); } }

.products-custom__item-image {
  display: block;
  max-width: 322px;
  height: 322px;
  object-fit: contain;
  width: 100%;
  transition: all .6s; }
  @media screen and (max-width: 991px) {
    .products-custom__item-image {
      height: 237px; } }
  @media screen and (max-width: 700px) {
    .products-custom__item-image {
      height: 177px; } }

.products-custom .text {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: 80px;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all .6s;
  position: absolute;
  left: 0;
  bottom: -40px;
  opacity: 0; }
  @media screen and (max-width: 991px) {
    .products-custom .text {
      margin: 0 20px;
      display: none; } }

.products-custom__item-title {
  text-align: center;
  padding: 0 16px;
  color: #353C1B;
  transition: all .6s; }

.products-custom__btn {
  margin: 24px auto;
  font-family: "Commissioner", serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #273006;
  font-size: 15px;
  padding: 12px 24px;
  background: #F3F5C6;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all .4s; }
  .products-custom__btn.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none; }
  @media screen and (max-width: 991px) {
    .products-custom__btn {
      margin: 20px auto;
      font-size: 15px;
      line-height: 24px; } }
  @media screen and (max-width: 700px) {
    .products-custom__btn {
      margin: 16px auto; } }
  .products-custom__btn:hover {
    background: #eae7d9;
    padding: 12px 34px; }

.hero-catalog.hero-catalog__cat .hero-catalog__title {
  color: white;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 930px) {
    .hero-catalog.hero-catalog__cat .hero-catalog__title {
      text-align: center;
      margin-right: auto; } }
  @media screen and (max-width: 600px) {
    .hero-catalog.hero-catalog__cat .hero-catalog__title {
      margin-top: 106px;
      margin-left: auto; } }

@media screen and (max-width: 600px) {
  .hero-catalog.hero-catalog__cat .kus {
    margin-top: 106px;
    margin-left: auto; } }

@media screen and (max-width: 600px) {
  .hero-catalog.hero-catalog__cat .hero-catalog__wrapper {
    height: auto;
    min-height: 240px; } }

@media screen and (max-width: 1200px) {
  .hero-catalog.hero-catalog__cat .hero-catalog__title-image {
    transform: scale(0.6); } }

@media screen and (max-width: 700px) {
  .hero-catalog.hero-catalog__cat .hero-catalog__title-image {
    transform: scale(0.4); } }

@media screen and (max-width: 600px) {
  .hero-catalog.hero-catalog__cat .hero-catalog__title-image {
    transform: scale(0.6); } }

@media screen and (max-width: 480px) {
  .hero-catalog.hero-catalog__cat .hero-catalog__title-image {
    transform: scale(0.4); } }

.hero-catalog.hero-catalog__cat .hero-catalog__fruits-left,
.hero-catalog.hero-catalog__cat .hero-catalog__fruits-right {
  position: absolute;
  bottom: 0;
  display: block;
  max-width: 291px; }
  @media screen and (max-width: 600px) {
    .hero-catalog.hero-catalog__cat .hero-catalog__fruits-left,
    .hero-catalog.hero-catalog__cat .hero-catalog__fruits-right {
      display: none; } }

.hero-catalog.hero-catalog__cat .hero-catalog__fruits-left {
  left: 0; }
  @media screen and (max-width: 991px) {
    .hero-catalog.hero-catalog__cat .hero-catalog__fruits-left {
      left: -105px; } }
  @media screen and (max-width: 600px) {
    .hero-catalog.hero-catalog__cat .hero-catalog__fruits-left {
      left: 0;
      width: 115px;
      height: auto; } }

.hero-catalog.hero-catalog__cat .hero-catalog__fruits-right {
  right: 0; }
  @media screen and (max-width: 991px) {
    .hero-catalog.hero-catalog__cat .hero-catalog__fruits-right {
      right: -105px; } }
  @media screen and (max-width: 600px) {
    .hero-catalog.hero-catalog__cat .hero-catalog__fruits-right {
      right: 0;
      width: 115px;
      height: auto; } }

.hero-catalog.animation-enable .kus {
  opacity: 1; }
  .hero-catalog.animation-enable .kus g {
    transition: opacity 0.4s ease;
    opacity: 0; }

.hero-catalog.animation-enable.visible .kus g:nth-child(1) {
  opacity: 1;
  transition-delay: 0.2s; }

.hero-catalog.animation-enable.visible .kus g:nth-child(2) {
  opacity: 1;
  transition-delay: 0.6s; }

.hero-catalog.animation-enable.visible .kus g:nth-child(3) {
  opacity: 1;
  transition-delay: 1s; }

.hero-catalog.animation-enable.visible .kus g:nth-child(4) {
  opacity: 1;
  transition-delay: 1.4s; }

.hero-catalog__inner {
  position: relative; }
  .hero-catalog__inner:after, .hero-catalog__inner:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width=%2796%27 height=%2738%27 viewBox=%270 0 96 38%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M96 0H0C22.3652 0 41.1602 15.2973 46.4883 36C46.9414 37.4966 49.0586 37.4966 49.5117 36C54.8398 15.2973 73.6348 0 96 0Z%27 fill=%27%23FFFBF0%27/%3E%3C/svg%3E");
    width: 96px;
    height: 38px;
    bottom: -1px;
    transform: rotate(180deg);
    z-index: 1; }
    @media screen and (max-width: 930px) {
      .hero-catalog__inner:after, .hero-catalog__inner:before {
        display: none; } }
  .hero-catalog__inner:before {
    left: 29.5%; }
  .hero-catalog__inner:after {
    right: 29.5%; }

.hero-catalog__wrapper {
  background: #C8D400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 368px;
  border-radius: 54px;
  margin-bottom: 24px; }
  @media screen and (max-width: 1150px) {
    .hero-catalog__wrapper {
      overflow: hidden; } }
  @media screen and (max-width: 930px) {
    .hero-catalog__wrapper {
      margin-bottom: 18px;
      border-radius: 48px;
      height: 348px; } }
  @media screen and (max-width: 600px) {
    .hero-catalog__wrapper {
      margin-bottom: 16px;
      border-radius: 32px; } }
  .hero-catalog__wrapper:after, .hero-catalog__wrapper:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width=%2796%27 height=%2738%27 viewBox=%270 0 96 38%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M96 0H0C22.3652 0 41.1602 15.2973 46.4883 36C46.9414 37.4966 49.0586 37.4966 49.5117 36C54.8398 15.2973 73.6348 0 96 0Z%27 fill=%27%23FFFBF0%27/%3E%3C/svg%3E");
    width: 96px;
    height: 38px;
    top: -1px;
    z-index: 1; }
    @media screen and (max-width: 600px) {
      .hero-catalog__wrapper:after, .hero-catalog__wrapper:before {
        display: none; } }
  .hero-catalog__wrapper:before {
    left: 29.5%; }
    @media screen and (max-width: 930px) {
      .hero-catalog__wrapper:before {
        left: 50%;
        transform: translateX(-50%); } }
  .hero-catalog__wrapper:after {
    right: 29.5%; }
    @media screen and (max-width: 930px) {
      .hero-catalog__wrapper:after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%) rotate(180deg); } }

.hero-catalog .kus {
  opacity: 0;
  position: absolute;
  right: -39px;
  top: -54px; }
  @media screen and (max-width: 930px) {
    .hero-catalog .kus {
      width: 135px;
      height: 142px;
      top: -37px; } }
  @media screen and (max-width: 600px) {
    .hero-catalog .kus {
      width: 97px;
      height: 101px;
      top: -28px;
      right: -26px; } }

.hero-catalog__fruits, .hero-catalog__fruits-mob, .hero-catalog__snail {
  display: block;
  position: absolute; }

.hero-catalog__snail {
  max-width: 205px;
  left: 42px; }
  .hero-catalog__snail.bob-center {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 600px) {
      .hero-catalog__snail.bob-center {
        transform: none;
        top: auto;
        bottom: 40px; } }
  @media screen and (max-width: 1150px) {
    .hero-catalog__snail {
      max-width: 165px;
      left: 37px; } }
  @media screen and (max-width: 930px) {
    .hero-catalog__snail {
      bottom: auto;
      top: 50%;
      transform: translateY(-50%); } }
  @media screen and (max-width: 650px) {
    .hero-catalog__snail {
      max-width: 102px; } }
  @media screen and (max-width: 600px) {
    .hero-catalog__snail {
      transform: none;
      top: auto;
      bottom: 40px;
      left: 24px; } }

.hero-catalog__fruits {
  max-width: 291px;
  right: 0;
  bottom: 0;
  border-radius: 0 0 54px 0; }
  @media screen and (max-width: 1150px) {
    .hero-catalog__fruits {
      max-width: 220px; } }
  @media screen and (max-width: 930px) {
    .hero-catalog__fruits {
      display: none; } }

.hero-catalog__fruits-mob {
  display: none; }
  @media screen and (max-width: 600px) {
    .hero-catalog__fruits-mob {
      max-width: 140px;
      display: block;
      bottom: 0;
      right: 15px; } }

.hero-catalog__title {
  max-width: 730px;
  text-align: center;
  font-size: 60px;
  line-height: 60px; }
  .hero-catalog__title.text-start {
    text-align: start; }
    @media screen and (max-width: 1400px) {
      .hero-catalog__title.text-start {
        margin-left: 191px; } }
    @media screen and (max-width: 1150px) {
      .hero-catalog__title.text-start {
        margin-left: 0; } }
    @media screen and (max-width: 930px) {
      .hero-catalog__title.text-start {
        margin-left: auto; } }
    @media screen and (max-width: 600px) {
      .hero-catalog__title.text-start {
        text-align: center;
        margin-left: 18px; } }
  @media screen and (max-width: 1150px) {
    .hero-catalog__title {
      font-size: 48px;
      line-height: 48px;
      max-width: 432px; } }
  @media screen and (max-width: 930px) {
    .hero-catalog__title {
      text-align: start;
      margin-right: 48px;
      margin-left: auto; } }
  @media screen and (max-width: 767px) {
    .hero-catalog__title {
      font-size: 32px;
      line-height: 32px;
      max-width: 310px; } }
  @media screen and (max-width: 600px) {
    .hero-catalog__title {
      text-align: center;
      margin: 64px 18px auto 19px; } }

.section-ingredients-banner {
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-ingredients-banner {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-ingredients-banner {
      padding: 24px 0; } }
  .section-ingredients-banner .wrap-columns {
    align-items: center;
    display: flex;
    border-radius: 40px;
    background: #FEC8D0;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1150px) {
      .section-ingredients-banner .wrap-columns {
        flex-direction: column;
        align-items: flex-start; } }
  .section-ingredients-banner .left-column {
    width: 50%;
    padding: 20px 64px; }
    @media screen and (max-width: 1150px) {
      .section-ingredients-banner .left-column {
        max-width: 615px;
        width: 100%;
        padding: 48px 48px 0 48px; } }
    @media screen and (max-width: 767px) {
      .section-ingredients-banner .left-column {
        padding: 24px; } }
  .section-ingredients-banner .right-column {
    width: 50%; }
    @media screen and (max-width: 1150px) {
      .section-ingredients-banner .right-column {
        width: 100%; } }
  .section-ingredients-banner .h2-title {
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-ingredients-banner .h2-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .section-ingredients-banner .h2-title {
        margin-bottom: 16px; } }
  .section-ingredients-banner .content {
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-ingredients-banner .content {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .section-ingredients-banner .content {
        margin-bottom: 16px; } }
  .section-ingredients-banner .wrap-icons {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 32px;
    margin-bottom: 32px; }
    @media (max-width: 1439px) {
      .section-ingredients-banner .wrap-icons {
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .section-ingredients-banner .wrap-icons {
        flex-wrap: wrap;
        max-width: 300px;
        gap: 5px 40px; } }
    .section-ingredients-banner .wrap-icons li {
      display: inline-block;
      max-width: 71px;
      max-height: 73px;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 767px) {
        .section-ingredients-banner .wrap-icons li {
          max-width: 91px;
          max-height: 94px; } }
    .section-ingredients-banner .wrap-icons img {
      width: 100%;
      height: auto;
      display: inline-block; }
  .section-ingredients-banner .image-desktop {
    display: block;
    overflow: hidden; }
    @media (max-width: 1150px) {
      .section-ingredients-banner .image-desktop {
        display: none !important; } }
  .section-ingredients-banner .image-tablet {
    display: none; }
    @media (max-width: 1150px) {
      .section-ingredients-banner .image-tablet {
        display: block;
        width: 100%;
        max-height: 390px;
        margin-top: 48px;
        object-fit: cover; } }
    @media screen and (max-width: 767px) {
      .section-ingredients-banner .image-tablet {
        display: none; } }
  .section-ingredients-banner .image-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .section-ingredients-banner .image-mobile {
        display: block;
        width: 100%;
        margin-top: 24px;
        max-height: 240px;
        object-fit: cover; } }

.section-features-banner {
  padding: 64px 0;
  background: #FFFBF0; }
  @media (max-width: 1439px) {
    .section-features-banner {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-features-banner {
      padding: 24px 0; } }
  .section-features-banner .wrap-columns {
    align-items: center;
    display: flex;
    position: relative; }
    @media (max-width: 767px) {
      .section-features-banner .wrap-columns {
        flex-direction: column;
        align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    .section-features-banner .left-column {
      margin-bottom: 24px;
      display: flex;
      justify-content: center;
      width: 100%; } }
  .section-features-banner .left-column .wrap-imgs {
    max-width: 624px;
    overflow: hidden;
    width: 100%; }
    @media screen and (max-width: 1150px) {
      .section-features-banner .left-column .wrap-imgs {
        max-width: 336px; } }
    @media screen and (max-width: 767px) {
      .section-features-banner .left-column .wrap-imgs {
        max-width: 358px; } }
  .section-features-banner .right-column {
    width: 50%;
    padding: 20px 40px 20px 64px; }
    @media screen and (max-width: 1150px) {
      .section-features-banner .right-column {
        width: calc(100% - 336px);
        padding: 0 24px 0 48px; } }
    @media screen and (max-width: 767px) {
      .section-features-banner .right-column {
        width: 100%;
        padding: 24px 0;
        max-width: 100%; } }
  .section-features-banner .h2-title {
    margin-bottom: 24px; }
    @media (max-width: 1439px) {
      .section-features-banner .h2-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .section-features-banner .h2-title {
        margin-bottom: 16px; } }
  .section-features-banner .content {
    margin-bottom: 24px; }
    @media (max-width: 1439px) {
      .section-features-banner .content {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .section-features-banner .content {
        margin-bottom: 16px; } }
  .section-features-banner .description {
    font-family: "Commissioner", serif;
    font-size: 12px;
    line-height: 16.8px;
    color: #353C1B; }
  .section-features-banner .wrap-imgs {
    position: relative; }
  .section-features-banner .image-big-circle {
    display: block;
    width: 100%; }
  .section-features-banner .image-small-circle {
    width: 200px;
    height: 200px; }
    @media screen and (max-width: 1150px) {
      .section-features-banner .image-small-circle {
        width: 110px;
        height: 110px; } }
    @media screen and (max-width: 767px) {
      .section-features-banner .image-small-circle {
        width: 118px;
        height: 118px; } }
    .section-features-banner .image-small-circle .background-layer {
      width: 100%;
      height: 100%; }
    .section-features-banner .image-small-circle .spin-element {
      width: 172px;
      height: 172px;
      position: absolute;
      left: 50%;
      top: calc(50% - 4px); }
      @media screen and (max-width: 1150px) {
        .section-features-banner .image-small-circle .spin-element {
          width: 91px;
          height: 91px;
          top: calc(50% - 2px); } }
      @media screen and (max-width: 767px) {
        .section-features-banner .image-small-circle .spin-element {
          width: 100px;
          height: 100px; } }
  .section-features-banner .icon-small-circle {
    width: 54px;
    height: 54px; }
    @media screen and (max-width: 1150px) {
      .section-features-banner .icon-small-circle {
        width: 30px;
        height: 30px; } }
    @media screen and (max-width: 767px) {
      .section-features-banner .icon-small-circle {
        width: 32px;
        height: 32px; } }
  .section-features-banner .image-small-circle, .section-features-banner .icon-small-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.section-mixed-boxes {
  padding: 96px 0 64px 0;
  overflow: visible; }
  @media (max-width: 1439px) {
    .section-mixed-boxes {
      padding: 64px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .section-mixed-boxes {
      padding: 56px 0 0 0; } }
  .section-mixed-boxes .h2-title {
    margin-bottom: 32px; }
    @media (max-width: 1439px) {
      .section-mixed-boxes .h2-title {
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes .h2-title {
        margin-bottom: 150px; } }
  .section-mixed-boxes .wrap-grid {
    position: relative; }
  .section-mixed-boxes .wrap-snail-image {
    position: absolute;
    top: -191px;
    right: 0;
    width: 25%;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes .wrap-snail-image {
        width: 33.3%;
        top: -103px; } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes .wrap-snail-image {
        width: 50%;
        top: -134px; } }
  .section-mixed-boxes .snail-image {
    max-width: 180px;
    max-height: 196px; }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes .snail-image {
        max-width: 140px;
        max-height: 153px; } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes .snail-image {
        max-width: 128px;
        max-height: 153px; } }
  .section-mixed-boxes .other-products__label {
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(-6deg);
    z-index: 2; }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes .other-products__label {
        left: calc(66.6% - 60px);
        transform: translateX(0);
        top: 30px; } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes .other-products__label {
        left: 50%;
        transform: translateX(-50%);
        bottom: 120px;
        top: auto; } }
  .section-mixed-boxes .grid {
    display: flex;
    flex-wrap: wrap;
    margin: -4px; }
  .section-mixed-boxes .grid-item {
    width: calc(25% - 8px);
    margin: 4px;
    box-sizing: border-box;
    border-radius: 40px 16px 40px 16px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes .grid-item {
        width: calc(33.3% - 8px); } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes .grid-item {
        width: calc(50% - 8px); } }
    .section-mixed-boxes .grid-item.content-box-title-up {
      height: 322px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (max-width: 1150px) {
        .section-mixed-boxes .grid-item.content-box-title-up {
          height: 236px; } }
      @media screen and (max-width: 767px) {
        .section-mixed-boxes .grid-item.content-box-title-up {
          height: 250px; } }
      .section-mixed-boxes .grid-item.content-box-title-up .h4-title {
        padding: 32px 32px 0 32px; }
        @media screen and (max-width: 1150px) {
          .section-mixed-boxes .grid-item.content-box-title-up .h4-title {
            padding: 24px 24px 0 24px; } }
    .section-mixed-boxes .grid-item.content-box-title-bottom {
      height: 322px;
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between; }
      @media screen and (max-width: 1150px) {
        .section-mixed-boxes .grid-item.content-box-title-bottom {
          height: 236px; } }
      @media screen and (max-width: 767px) {
        .section-mixed-boxes .grid-item.content-box-title-bottom {
          height: 250px; } }
      .section-mixed-boxes .grid-item.content-box-title-bottom .h4-title {
        padding: 0 32px 32px 32px; }
        @media screen and (max-width: 1150px) {
          .section-mixed-boxes .grid-item.content-box-title-bottom .h4-title {
            padding: 0 24px 24px 24px; } }
    .section-mixed-boxes .grid-item.image-high {
      height: 460px; }
      @media screen and (max-width: 1150px) {
        .section-mixed-boxes .grid-item.image-high {
          height: 336px; } }
      @media screen and (max-width: 767px) {
        .section-mixed-boxes .grid-item.image-high {
          height: 250px; } }
      .section-mixed-boxes .grid-item.image-high .h4-title {
        display: none; }
      .section-mixed-boxes .grid-item.image-high img,
      .section-mixed-boxes .grid-item.image-high video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .section-mixed-boxes .grid-item.image-low {
      height: 391px;
      border-radius: 16px 40px 16px 40px; }
      @media screen and (max-width: 1150px) {
        .section-mixed-boxes .grid-item.image-low {
          height: 286px; } }
      @media screen and (max-width: 767px) {
        .section-mixed-boxes .grid-item.image-low {
          height: 250px; } }
      .section-mixed-boxes .grid-item.image-low .h4-title {
        display: none; }
      .section-mixed-boxes .grid-item.image-low img,
      .section-mixed-boxes .grid-item.image-low video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    @media screen and (min-width: 768px) {
      .section-mixed-boxes .grid-item:nth-child(1), .section-mixed-boxes .grid-item:nth-child(3) {
        margin-top: 64px; } }
    @media (max-width: 1439px) {
      .section-mixed-boxes .grid-item:nth-child(1), .section-mixed-boxes .grid-item:nth-child(3) {
        margin-top: 48px; } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes .grid-item:nth-child(1), .section-mixed-boxes .grid-item:nth-child(3) {
        margin-top: 4px; } }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes .grid-item:nth-child(4), .section-mixed-boxes .grid-item:nth-child(8) {
        display: none; } }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes .grid-item:nth-child(2) {
        border-radius: 16px 40px 16px 40px; } }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes .grid-item:nth-child(3) {
        border-radius: 40px 16px 40px 16px; } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes .grid-item:nth-child(3) {
        border-radius: 16px 40px 16px 40px; } }
    @media screen and (min-width: 1151px) {
      .section-mixed-boxes .grid-item:nth-child(5) {
        border-radius: 16px 40px 16px 40px; } }

@media screen and (max-width: 767px) {
  .single-product .section-mixed-boxes h2 {
    margin-bottom: 24px; } }

.single-product .section-mixed-boxes .grid {
  height: 530px !important; }
  @media screen and (max-width: 1150px) {
    .single-product .section-mixed-boxes .grid {
      height: 980px !important; } }
  @media screen and (max-width: 600px) {
    .single-product .section-mixed-boxes .grid {
      height: 530px !important; } }

@media screen and (max-width: 1150px) {
  .single-product .section-mixed-boxes .grid-item {
    width: 49%; } }

@media screen and (max-width: 600px) {
  .single-product .section-mixed-boxes .grid-item {
    width: 48%; } }

@media screen and (max-width: 1150px) {
  .single-product .section-mixed-boxes .grid-item:nth-child(1) {
    margin-top: 0;
    height: 434px;
    border-radius: 32px 16px 32px 16px; } }

@media screen and (max-width: 600px) {
  .single-product .section-mixed-boxes .grid-item:nth-child(1) {
    height: 212px;
    border-radius: 24px 16px 24px 16px;
    margin-top: 18px; } }

@media screen and (max-width: 1150px) {
  .single-product .section-mixed-boxes .grid-item:nth-child(2) {
    top: 76px !important;
    right: 0;
    left: auto !important;
    height: 434px;
    border-radius: 16px 32px 16px 32px; } }

@media screen and (max-width: 600px) {
  .single-product .section-mixed-boxes .grid-item:nth-child(2) {
    top: 0px !important;
    height: 250px;
    border-radius: 16px 24px 16px 24px; } }

@media screen and (max-width: 1150px) {
  .single-product .section-mixed-boxes .grid-item:nth-child(3) {
    margin-top: 4px;
    height: 508px;
    top: 438px !important;
    border-radius: 32px 16px 32px 16px; } }

@media screen and (max-width: 600px) {
  .single-product .section-mixed-boxes .grid-item:nth-child(3) {
    top: 231px !important;
    height: 250px;
    border-radius: 24px 16px 24px 16px; } }

@media screen and (max-width: 1150px) {
  .single-product .section-mixed-boxes .grid-item:nth-child(4) {
    display: flex;
    height: 365px;
    top: 518px !important;
    right: 0;
    left: auto !important;
    border-radius: 32px 16px 32px 16px; } }

@media screen and (max-width: 600px) {
  .single-product .section-mixed-boxes .grid-item:nth-child(4) {
    top: 255px !important;
    height: 250px;
    border-radius: 24px 16px 24px 16px; } }

.section-mixed-boxes-type-2 {
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-mixed-boxes-type-2 {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-mixed-boxes-type-2 {
      padding: 24px 0; } }
  .section-mixed-boxes-type-2 .wrap-columns {
    display: flex;
    gap: 0 64px; }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes-type-2 .wrap-columns {
        gap: 0 48px; } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes-type-2 .wrap-columns {
        flex-wrap: wrap;
        gap: 24px 0;
        justify-content: center; } }
  .section-mixed-boxes-type-2 .wrap-image, .section-mixed-boxes-type-2 .wrap-video {
    width: 624px;
    height: 704px;
    border-radius: 16px 40px 40px 16px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1440px) and (min-width: 769px) {
      .section-mixed-boxes-type-2 .wrap-image, .section-mixed-boxes-type-2 .wrap-video {
        height: calc(348 * ((100vw - 768px) / 672) + 356px); } }
    @media (max-width: 768px) {
      .section-mixed-boxes-type-2 .wrap-image, .section-mixed-boxes-type-2 .wrap-video {
        height:  356px; } }
    @media (max-width: 1440px) and (min-width: 769px) {
      .section-mixed-boxes-type-2 .wrap-image, .section-mixed-boxes-type-2 .wrap-video {
        width: calc(288 * ((100vw - 768px) / 672) + 336px); } }
    @media (max-width: 768px) {
      .section-mixed-boxes-type-2 .wrap-image, .section-mixed-boxes-type-2 .wrap-video {
        width:  336px; } }
    @media (max-width: 767px) and (min-width: 391px) {
      .section-mixed-boxes-type-2 .wrap-image, .section-mixed-boxes-type-2 .wrap-video {
        width: calc(-22 * ((100vw - 390px) / 377) + 358px); } }
    @media (max-width: 390px) {
      .section-mixed-boxes-type-2 .wrap-image, .section-mixed-boxes-type-2 .wrap-video {
        width:  358px; } }
    .section-mixed-boxes-type-2 .wrap-image img, .section-mixed-boxes-type-2 .wrap-image video, .section-mixed-boxes-type-2 .wrap-video img, .section-mixed-boxes-type-2 .wrap-video video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .section-mixed-boxes-type-2 .wrap-content {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes-type-2 .wrap-content {
        width: 100%; } }
  .section-mixed-boxes-type-2 .h2-title {
    margin-bottom: 24px; }
    @media (max-width: 1439px) {
      .section-mixed-boxes-type-2 .h2-title {
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      .section-mixed-boxes-type-2 .h2-title {
        margin-bottom: 16px; } }
  .section-mixed-boxes-type-2 .content {
    margin-bottom: 32px; }
    @media (max-width: 1439px) {
      .section-mixed-boxes-type-2 .content {
        margin-bottom: 24px; } }
  @media screen and (min-width: 1151px) {
    .section-mixed-boxes-type-2 .button-primary {
      margin-bottom: 32px; } }
  .section-mixed-boxes-type-2 .wrap-image-blocks {
    display: flex;
    gap: 0 8px; }
    @media screen and (max-width: 1150px) {
      .section-mixed-boxes-type-2 .wrap-image-blocks {
        display: none; } }
    .section-mixed-boxes-type-2 .wrap-image-blocks .image-block {
      width: 308px;
      position: relative;
      height: 308px;
      border-radius: 40px 16px 40px 16px;
      overflow: hidden; }
      .section-mixed-boxes-type-2 .wrap-image-blocks .image-block:nth-child(2) {
        margin-top: 64px; }
      .section-mixed-boxes-type-2 .wrap-image-blocks .image-block img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }

.section-video-with-popup {
  padding: 96px 0 64px 0; }
  @media (max-width: 1439px) {
    .section-video-with-popup {
      padding: 64px 0 32px 0; } }
  @media screen and (max-width: 767px) {
    .section-video-with-popup {
      padding: 56px 0 24px 0; } }
  .section-video-with-popup .h2-title {
    max-width: 700px;
    margin-bottom: 32px; }
    @media (max-width: 1439px) {
      .section-video-with-popup .h2-title {
        max-width: 520px;
        margin-bottom: 24px;
        padding-left: 24px; } }
    @media screen and (max-width: 767px) {
      .section-video-with-popup .h2-title {
        padding-left: 8px;
        max-width: 342px; } }
  .section-video-with-popup .outer-wrap {
    position: relative; }
  .section-video-with-popup .wrap-preview-image {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto; }
    .section-video-with-popup .wrap-preview-image img.preview-img {
      border-radius: 40px;
      z-index: 4;
      width: 100%;
      height: 630px;
      object-fit: cover;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media (max-width: 1440px) and (min-width: 769px) {
        .section-video-with-popup .wrap-preview-image img.preview-img {
          height: calc(225 * ((100vw - 768px) / 672) + 405px); } }
      @media (max-width: 768px) {
        .section-video-with-popup .wrap-preview-image img.preview-img {
          height:  405px; } }
      @media (max-width: 767px) and (min-width: 391px) {
        .section-video-with-popup .wrap-preview-image img.preview-img {
          height: calc(204 * ((100vw - 390px) / 377) + 201px); } }
      @media (max-width: 390px) {
        .section-video-with-popup .wrap-preview-image img.preview-img {
          height:  201px; } }
    .section-video-with-popup .wrap-preview-image .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      opacity: 1 !important;
      visibility: visible !important;
      transition: 0.7s; }
    .section-video-with-popup .wrap-preview-image:hover .play-btn {
      transform: translate(-50%, -50%) scale(1.1); }
  .section-video-with-popup .image-mango-back {
    position: absolute;
    right: 112px;
    top: -205px;
    max-width: 592px;
    width: 100%;
    object-fit: cover;
    z-index: -1; }
    @media (max-width: 1150px) {
      .section-video-with-popup .image-mango-back {
        max-width: 275px;
        right: 0;
        top: -135px; } }
    @media screen and (max-width: 767px) {
      .section-video-with-popup .image-mango-back {
        max-width: 145px;
        right: 7px;
        top: -57px; } }
  .section-video-with-popup .image-left {
    position: absolute;
    object-fit: cover;
    right: 472px;
    top: -148px;
    max-width: 150px;
    animation: strawberry-center 10s ease-in-out infinite;
    animation-delay: 0.7s;
    transition: all .6s; }
    @media (max-width: 1150px) {
      .section-video-with-popup .image-left {
        right: 158px;
        top: -108px;
        max-width: 69px; } }
    @media screen and (max-width: 767px) {
      .section-video-with-popup .image-left {
        right: 92px;
        top: -43px;
        max-width: 38px; } }
  .section-video-with-popup .image-center {
    position: absolute;
    object-fit: cover;
    right: 211px;
    top: -58px;
    max-width: 136px;
    z-index: 6;
    animation: strawberry 8s ease-in-out infinite;
    animation-delay: 0.7s;
    transition: all .6s; }
    @media (max-width: 1150px) {
      .section-video-with-popup .image-center {
        max-width: 84px;
        right: 65px;
        top: -67px; } }
    @media screen and (max-width: 767px) {
      .section-video-with-popup .image-center {
        max-width: 51px;
        right: 37px;
        top: -21px; } }
  .section-video-with-popup .image-right {
    position: absolute;
    object-fit: cover;
    animation: strawberry-right 10s ease-in-out infinite;
    animation-delay: 0.7s;
    transition: all .6s; }
    @media (min-width: 1151px) {
      .section-video-with-popup .image-right {
        right: -31px;
        top: -182px;
        max-width: 150px; } }
    @media (max-width: 1150px) {
      .section-video-with-popup .image-right {
        right: -27px;
        top: -115px;
        max-width: 80px; } }
    @media screen and (max-width: 767px) {
      .section-video-with-popup .image-right {
        right: -8px;
        top: -46px;
        max-width: 42px; } }

.section-video-with-popup-blog {
  margin: 40px 0 40px 0; }
  .section-video-with-popup-blog .wrap-preview-image {
    position: relative; }
    .section-video-with-popup-blog .wrap-preview-image .caption {
      font-family: "Commissioner", serif;
      font-size: 14px;
      line-height: 150%;
      color: #353C1B; }
    .section-video-with-popup-blog .wrap-preview-image img.preview-img {
      border-radius: 40px;
      z-index: 4;
      width: 100%;
      height: 458px;
      object-fit: cover;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer; }
      @media (max-width: 1440px) and (min-width: 769px) {
        .section-video-with-popup-blog .wrap-preview-image img.preview-img {
          height: calc(92 * ((100vw - 768px) / 672) + 366px); } }
      @media (max-width: 768px) {
        .section-video-with-popup-blog .wrap-preview-image img.preview-img {
          height:  366px; } }
      @media (max-width: 767px) and (min-width: 391px) {
        .section-video-with-popup-blog .wrap-preview-image img.preview-img {
          height: calc(171 * ((100vw - 390px) / 377) + 195px); } }
      @media (max-width: 390px) {
        .section-video-with-popup-blog .wrap-preview-image img.preview-img {
          height:  195px; } }
    .section-video-with-popup-blog .wrap-preview-image .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      opacity: 1 !important;
      visibility: visible !important;
      transition: 0.7s;
      cursor: pointer; }
    .section-video-with-popup-blog .wrap-preview-image:hover .play-btn {
      transform: translate(-50%, -50%) scale(1.1); }

.section-image-with-popup-blog {
  margin: 40px 0 40px 0; }
  .section-image-with-popup-blog img.preview-image {
    border-radius: 40px;
    z-index: 4;
    width: 100%;
    height: 458px;
    object-fit: cover;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    @media (max-width: 1440px) and (min-width: 769px) {
      .section-image-with-popup-blog img.preview-image {
        height: calc(92 * ((100vw - 768px) / 672) + 366px); } }
    @media (max-width: 768px) {
      .section-image-with-popup-blog img.preview-image {
        height:  366px; } }
    @media (max-width: 767px) and (min-width: 391px) {
      .section-image-with-popup-blog img.preview-image {
        height: calc(171 * ((100vw - 390px) / 377) + 195px); } }
    @media (max-width: 390px) {
      .section-image-with-popup-blog img.preview-image {
        height:  195px; } }
  .section-image-with-popup-blog .caption {
    font-family: "Commissioner", serif;
    font-size: 14px;
    line-height: 150%;
    color: #353C1B; }
  .section-image-with-popup-blog .modal img {
    max-height: 100vh;
    width: 100%; }

.section-grid-images-with-popups-blog {
  margin: 40px 0; }
  .section-grid-images-with-popups-blog .inner-container {
    display: flex;
    flex-wrap: wrap; }
    .section-grid-images-with-popups-blog .inner-container .item {
      position: relative;
      width: 33.3%;
      padding: 4px; }
      @media screen and (max-width: 767px) {
        .section-grid-images-with-popups-blog .inner-container .item {
          width: 50%; } }
      .section-grid-images-with-popups-blog .inner-container .item:first-child .rect-outer, .section-grid-images-with-popups-blog .inner-container .item:nth-child(4) .rect-outer, .section-grid-images-with-popups-blog .inner-container .item:nth-child(7) .rect-outer {
        border-radius: 12px 40px 40px 12px; }
      .section-grid-images-with-popups-blog .inner-container .item:nth-child(2) .rect-outer, .section-grid-images-with-popups-blog .inner-container .item:nth-child(5) .rect-outer, .section-grid-images-with-popups-blog .inner-container .item:nth-child(8) .rect-outer {
        border-radius: 40px; }
      .section-grid-images-with-popups-blog .inner-container .item:nth-child(3) .rect-outer, .section-grid-images-with-popups-blog .inner-container .item:nth-child(6) .rect-outer, .section-grid-images-with-popups-blog .inner-container .item:nth-child(9) .rect-outer {
        border-radius: 40px 12px 12px 40px; }
    .section-grid-images-with-popups-blog .inner-container .rect-outer {
      padding-top: 100%;
      overflow: hidden;
      cursor: pointer; }
  .section-grid-images-with-popups-blog .modal img {
    max-height: 100vh;
    width: 100%; }

.section-advantages {
  padding: 96px 0;
  overflow: visible; }
  @media (max-width: 1439px) {
    .section-advantages {
      padding: 64px 0; } }
  @media screen and (max-width: 767px) {
    .section-advantages {
      padding: 56px 0; } }
  .section-advantages .h2-title {
    max-width: 830px;
    margin: 0 auto 96px auto;
    text-align: center; }
    @media (max-width: 1439px) {
      .section-advantages .h2-title {
        margin: 0 auto 72px auto; } }
    @media screen and (max-width: 767px) {
      .section-advantages .h2-title {
        margin: 0 auto 48px auto; } }
  .section-advantages .wrap-columns {
    position: relative; }
    @media screen and (max-width: 1150px) {
      .section-advantages .wrap-columns {
        display: flex;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .section-advantages .wrap-columns {
        flex-wrap: wrap;
        justify-content: center; } }
  @media screen and (min-width: 1151px) {
    .section-advantages .wrap-snail-image {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      max-width: 250px;
      width: 100%; } }
  @media screen and (max-width: 1150px) {
    .section-advantages .wrap-snail-image {
      max-width: 200px;
      position: relative;
      margin-right: 48px; } }
  @media screen and (max-width: 767px) {
    .section-advantages .wrap-snail-image {
      margin-right: 0;
      margin-bottom: 24px; } }
  .section-advantages .snail-image {
    width: 100%;
    display: block; }
    @media screen and (min-width: 1151px) {
      .section-advantages .snail-image {
        opacity: 0;
        transition: .5s; } }
  .section-advantages .wrap-blocks {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 1151px) {
      .section-advantages .wrap-blocks {
        width: 100%;
        gap: 32px 0;
        justify-content: space-between; } }
    @media screen and (max-width: 1150px) {
      .section-advantages .wrap-blocks {
        width: calc(100% - 200px); } }
    @media screen and (max-width: 767px) {
      .section-advantages .wrap-blocks {
        width: 100%; } }
    .section-advantages .wrap-blocks li {
      width: 50%;
      padding: 4px; }
      @media screen and (min-width: 1151px) {
        .section-advantages .wrap-blocks li {
          display: flex;
          justify-content: flex-start;
          opacity: 0;
          transition: .5s; }
          .section-advantages .wrap-blocks li:nth-child(3), .section-advantages .wrap-blocks li:nth-child(5) {
            transform: translateY(-50px); }
          .section-advantages .wrap-blocks li:nth-child(4), .section-advantages .wrap-blocks li:nth-child(6) {
            transform: translateY(-50px); }
          .section-advantages .wrap-blocks li:nth-child(3) {
            padding-left: 32px; }
          .section-advantages .wrap-blocks li:nth-child(4) {
            padding-right: 32px; }
          .section-advantages .wrap-blocks li:nth-child(5) {
            padding-left: 64px; }
          .section-advantages .wrap-blocks li:nth-child(2), .section-advantages .wrap-blocks li:nth-child(4) {
            justify-content: flex-end; }
          .section-advantages .wrap-blocks li:last-child {
            max-width: 424px; } }
      @media screen and (max-width: 767px) {
        .section-advantages .wrap-blocks li {
          width: 100%; } }
    .section-advantages .wrap-blocks .inner-wrap {
      width: 100%;
      border-radius: 24px;
      padding: 16px;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 1151px) {
        .section-advantages .wrap-blocks .inner-wrap {
          max-width: 360px; } }
      @media screen and (max-width: 1000px) {
        .section-advantages .wrap-blocks .inner-wrap {
          flex-wrap: wrap;
          min-height: 184px;
          align-items: flex-start; } }
      @media screen and (max-width: 767px) {
        .section-advantages .wrap-blocks .inner-wrap {
          flex-wrap: nowrap;
          min-height: auto; } }
    .section-advantages .wrap-blocks .wrap-icon {
      margin-right: 16px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1000px) {
        .section-advantages .wrap-blocks .wrap-icon {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .section-advantages .wrap-blocks .wrap-icon {
          width: auto; } }
      .section-advantages .wrap-blocks .wrap-icon img {
        width: 56px;
        height: 56px; }
    @media screen and (max-width: 1000px) {
      .section-advantages .wrap-blocks .wrap-text {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .section-advantages .wrap-blocks .wrap-text {
        width: auto; } }
    .section-advantages .wrap-blocks .h5-title {
      margin-bottom: 4px; }
  @media screen and (min-width: 1151px) {
    .section-advantages.visible .snail-image {
      animation: fadeIn 1s 0.5s forwards; }
    .section-advantages.visible .wrap-blocks li:first-child, .section-advantages.visible .wrap-blocks li:nth-child(2) {
      animation: fadeIn 0.5s 2s forwards; }
    .section-advantages.visible .wrap-blocks li:nth-child(3), .section-advantages.visible .wrap-blocks li:nth-child(5) {
      animation: transformYleft 0.5s 2s forwards; }
    .section-advantages.visible .wrap-blocks li:nth-child(4), .section-advantages.visible .wrap-blocks li:nth-child(6) {
      animation: transformYright 0.5s 2s forwards; } }

.section-shops {
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-shops {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-shops {
      padding: 24px 0; } }
  .section-shops .wrap-columns {
    align-items: center;
    display: flex;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    padding: 106px 0; }
    @media (max-width: 1220px) {
      .section-shops .wrap-columns {
        flex-direction: column;
        padding: 48px 0;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .section-shops .wrap-columns {
        padding: 24px 0; } }
  .section-shops .left-column {
    width: 50%;
    padding: 0 64px; }
    @media screen and (max-width: 1220px) {
      .section-shops .left-column {
        width: 100%;
        padding: 0 48px 48px 48px; } }
    @media screen and (max-width: 767px) {
      .section-shops .left-column {
        padding: 0 24px 24px 24px; } }
  .section-shops .right-column {
    width: 50%;
    position: relative;
    padding: 0 94px 0 30px; }
    @media screen and (max-width: 1220px) {
      .section-shops .right-column {
        width: 100%;
        max-width: 500px;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .section-shops .right-column {
        padding: 0 24px; } }
  .section-shops .h2-title {
    margin-bottom: 24px; }
    @media (max-width: 1439px) {
      .section-shops .h2-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .section-shops .h2-title {
        margin-bottom: 16px; } }
  .section-shops .content {
    margin-bottom: 32px; }
    @media (max-width: 1439px) {
      .section-shops .content {
        margin-bottom: 24px; } }
  .section-shops .wrap-btns {
    display: flex;
    position: relative;
    z-index: 4;
    gap: 16px; }
    @media screen and (max-width: 767px) {
      .section-shops .wrap-btns {
        flex-wrap: wrap; } }
  .section-shops .wrap-logos {
    display: flex;
    position: relative;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    z-index: 4;
    margin: 0 -2px; }
    @media screen and (max-width: 767px) {
      .section-shops .wrap-logos {
        justify-content: center; } }
    .section-shops .wrap-logos li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(33.3% - 4px);
      background-color: white;
      border-radius: 12px;
      padding: 9px 13px;
      margin: 2px; }
      @media screen and (max-width: 767px) {
        .section-shops .wrap-logos li {
          width: calc(50% - 4px); } }
    .section-shops .wrap-logos img {
      max-width: 137px;
      max-height: 84px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .section-shops .wrap-logos img {
          max-width: 126px; } }
  .section-shops .absolute-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 624px; }
    @media screen and (max-width: 767px) {
      .section-shops .absolute-img {
        max-width: 100%; } }
  .section-shops .image-desktop {
    display: block;
    overflow: hidden; }
    @media (max-width: 1220px) {
      .section-shops .image-desktop {
        display: none !important; } }
  .section-shops .image-tablet {
    display: none; }
    @media (max-width: 1220px) {
      .section-shops .image-tablet {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 550px) {
      .section-shops .image-tablet {
        display: none; } }
  .section-shops .image-mobile {
    display: none; }
    @media screen and (max-width: 550px) {
      .section-shops .image-mobile {
        display: block;
        width: 100%; } }

.section-testimonials {
  padding: 64px 0;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1439px) {
    .section-testimonials {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-testimonials {
      padding: 24px 0; } }
  .section-testimonials .inner-container {
    margin-left: auto;
    margin-right: 0; }
    @media (min-width: 1441px) {
      .section-testimonials .inner-container {
        padding-left: 64px; } }
    @media (max-width: 1439px) {
      .section-testimonials .inner-container {
        padding-left: 24px; } }
    @media screen and (max-width: 767px) {
      .section-testimonials .inner-container {
        padding-left: 16px; } }
  .section-testimonials .wrap-columns {
    display: flex; }
    @media screen and (max-width: 767px) {
      .section-testimonials .wrap-columns {
        flex-wrap: wrap; } }
  .section-testimonials .left-side {
    width: 437px;
    padding-top: 64px; }
    @media (max-width: 1150px) {
      .section-testimonials .left-side {
        width: 307px;
        padding-top: 56px; } }
    @media screen and (max-width: 767px) {
      .section-testimonials .left-side {
        width: 100%;
        margin-bottom: 8px; } }
  .section-testimonials .right-side {
    width: calc(100% - 437px); }
    @media (max-width: 1150px) {
      .section-testimonials .right-side {
        width: calc(100% - 307px); } }
    @media screen and (max-width: 767px) {
      .section-testimonials .right-side {
        width: 100%; } }
  .section-testimonials .wrap-title {
    position: relative; }
    .section-testimonials .wrap-title .sticker-image {
      position: absolute;
      left: 13px;
      top: -39px;
      z-index: -1;
      opacity: 0;
      transition: .5s; }
  .section-testimonials .h3-title {
    padding: 0 32px;
    margin-bottom: 32px; }
    @media (max-width: 1150px) {
      .section-testimonials .h3-title {
        padding: 0 24px;
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .section-testimonials .h3-title {
        font-size: 28px; } }
  .section-testimonials .snail-image {
    max-width: 224px; }
    @media (max-width: 1150px) {
      .section-testimonials .snail-image {
        max-width: 160px; } }
    @media screen and (max-width: 767px) {
      .section-testimonials .snail-image {
        max-width: 128px; } }
  .section-testimonials .swiper-slide {
    width: 362px;
    height: 543px;
    position: relative;
    transition: .5s;
    overflow: hidden; }
    @media screen and (max-width: 1150px) {
      .section-testimonials .swiper-slide {
        width: 307px;
        height: 460px; } }
    @media screen and (max-width: 767px) {
      .section-testimonials .swiper-slide {
        width: 250px;
        height: 430px; } }
    .section-testimonials .swiper-slide.text-testimonial {
      background-color: #FEE79C;
      border-radius: 40px; }
    .section-testimonials .swiper-slide.video-testimonial {
      border-radius: 16px 40px; }
    .section-testimonials .swiper-slide .wrap-text-info {
      padding: 32px; }
      @media screen and (max-width: 1150px) {
        .section-testimonials .swiper-slide .wrap-text-info {
          padding: 24px; } }
      .section-testimonials .swiper-slide .wrap-text-info img {
        width: 88px;
        height: 88px;
        border-radius: 50%;
        overflow: hidden;
        object-fit: cover;
        display: block;
        margin-bottom: 24px; }
        @media screen and (max-width: 1150px) {
          .section-testimonials .swiper-slide .wrap-text-info img {
            margin-bottom: 20px; } }
        @media screen and (max-width: 767px) {
          .section-testimonials .swiper-slide .wrap-text-info img {
            margin-bottom: 16px; } }
      .section-testimonials .swiper-slide .wrap-text-info svg {
        margin-bottom: 16px;
        display: inline-block; }
    .section-testimonials .swiper-slide .wrap-video {
      position: relative;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .section-testimonials .swiper-slide .wrap-video:hover .play-btn {
        transform: scale(1.1); }
      .section-testimonials .swiper-slide .wrap-video video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .section-testimonials .swiper-slide .wrap-video .play-btn {
        position: absolute;
        right: 32px;
        bottom: 32px;
        transition: 0.7s;
        z-index: 10;
        opacity: 1 !important;
        visibility: visible !important;
        will-change: transform; }
        @media screen and (max-width: 1150px) {
          .section-testimonials .swiper-slide .wrap-video .play-btn {
            right: 24px;
            bottom: 24px; } }
  .section-testimonials .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px; }
    @media (min-width: 1441px) {
      .section-testimonials .swiper-navigation {
        left: -60px; } }
    @media screen and (max-width: 1150px) {
      .section-testimonials .swiper-navigation {
        margin-top: 24px; } }
    .section-testimonials .swiper-navigation .swiper-button-prev {
      outline: none;
      border: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      background-color: #F3F5C6 !important;
      border-radius: 12px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .section-testimonials .swiper-navigation .swiper-button-prev {
          display: none; } }
      .section-testimonials .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .section-testimonials .swiper-navigation .swiper-button-prev svg {
        width: 25px;
        height: 25px; }
        .section-testimonials .swiper-navigation .swiper-button-prev svg * {
          transition: .3s; }
      .section-testimonials .swiper-navigation .swiper-button-prev.swiper-button-disabled {
        opacity: 0; }
      .section-testimonials .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
        opacity: 1; }
    .section-testimonials .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      border: none;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background-color: #F3F5C6 !important;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .section-testimonials .swiper-navigation .swiper-button-next {
          display: none; } }
      .section-testimonials .swiper-navigation .swiper-button-next:after {
        display: none; }
      .section-testimonials .swiper-navigation .swiper-button-next.swiper-button-disabled {
        opacity: 0; }
      .section-testimonials .swiper-navigation .swiper-button-next svg {
        width: 25px;
        height: 25px; }
        .section-testimonials .swiper-navigation .swiper-button-next svg * {
          transition: .3s; }
      .section-testimonials .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
        opacity: 1; }
  .section-testimonials.visible .wrap-title .sticker-image {
    animation: fadeIn 1s 1s forwards; }
  .section-testimonials .other-products__label {
    left: calc(34px - 14px);
    top: -30px; }

.section-with-articles {
  padding: 96px 0 32px;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1150px) {
    .section-with-articles {
      padding: 64px 0 24px; } }
  @media screen and (max-width: 767px) {
    .section-with-articles {
      padding: 56px 0 24px; } }
  .section-with-articles .inner-container {
    margin-left: auto;
    margin-right: 0; }
    @media (min-width: 1440px) {
      .section-with-articles .inner-container {
        padding-left: 64px; } }
    @media (max-width: 1439px) {
      .section-with-articles .inner-container {
        padding-left: 24px; } }
    @media screen and (max-width: 767px) {
      .section-with-articles .inner-container {
        padding-left: 16px; } }
  .section-with-articles .wrap-slider {
    position: relative; }
  .section-with-articles .snail-image {
    max-width: 256px;
    position: absolute;
    bottom: 100%;
    right: 96px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 1150px) {
      .section-with-articles .snail-image {
        max-width: 197px;
        right: 10px; } }
    @media screen and (max-width: 767px) {
      .section-with-articles .snail-image {
        max-width: 132px;
        right: 0; } }
  .section-with-articles .wrap-socials {
    display: flex;
    margin-bottom: 48px;
    gap: 0 24px; }
    @media screen and (max-width: 767px) {
      .section-with-articles .wrap-socials {
        flex-direction: column;
        gap: 16px 0;
        margin-bottom: 22px; } }
    .section-with-articles .wrap-socials li {
      display: flex;
      align-items: center;
      gap: 0 12px; }
    .section-with-articles .wrap-socials img {
      display: inline-block;
      max-width: 36px;
      max-height: 36px; }
      @media screen and (max-width: 767px) {
        .section-with-articles .wrap-socials img {
          max-width: 24px;
          max-height: 24px; } }
    .section-with-articles .wrap-socials a {
      font-family: "Commissioner", serif;
      font-size: 16px;
      line-height: 150%;
      color: #273006;
      text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 4px;
      transition: .3s;
      cursor: pointer; }
      .section-with-articles .wrap-socials a:hover {
        color: #A2C617; }
  .section-with-articles .h2-title {
    margin-bottom: 32px; }
    @media (max-width: 1150px) {
      .section-with-articles .h2-title {
        margin-bottom: 24px; } }
  .section-with-articles .link {
    cursor: pointer; }
    .section-with-articles .link:hover .wrap-text-info .link-text {
      color: #A2C617; }
    .section-with-articles .link:hover .wrap-video .play-btn {
      transform: scale(1.1); }
  .section-with-articles .swiper-slide {
    width: 362px;
    height: 543px;
    position: relative;
    transition: .5s;
    overflow: hidden; }
    @media screen and (max-width: 1150px) {
      .section-with-articles .swiper-slide {
        width: 307px;
        height: 460px; } }
    @media screen and (max-width: 767px) {
      .section-with-articles .swiper-slide {
        width: 250px;
        height: 375px; } }
    .section-with-articles .swiper-slide.text-content {
      border-radius: 40px; }
    .section-with-articles .swiper-slide.video-content {
      border-radius: 16px 40px;
      overflow: hidden; }
    .section-with-articles .swiper-slide.image-content {
      border-radius: 16px 40px;
      overflow: hidden; }
    .section-with-articles .swiper-slide .wrap-text-info {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden; }
      .section-with-articles .swiper-slide .wrap-text-info img {
        width: 100%;
        height: 290px;
        object-fit: cover;
        display: block;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none;
        border-radius: 40px 40px 0 0;
        overflow: hidden; }
        @media screen and (max-width: 1150px) {
          .section-with-articles .swiper-slide .wrap-text-info img {
            height: 246px; } }
        @media screen and (max-width: 767px) {
          .section-with-articles .swiper-slide .wrap-text-info img {
            height: 200px; } }
      .section-with-articles .swiper-slide .wrap-text-info .content-wrap {
        padding: 24px 32px;
        height: calc(100% - 290px);
        background-color: #FEE79C;
        border-radius: 0 0 40px 40px;
        overflow: hidden; }
        @media screen and (max-width: 1150px) {
          .section-with-articles .swiper-slide .wrap-text-info .content-wrap {
            padding: 20px 24px;
            height: calc(100% - 246px); } }
        @media screen and (max-width: 767px) {
          .section-with-articles .swiper-slide .wrap-text-info .content-wrap {
            padding: 16px 24px;
            height: calc(100% - 200px); } }
      .section-with-articles .swiper-slide .wrap-text-info .h4-title {
        margin-bottom: 8px; }
      .section-with-articles .swiper-slide .wrap-text-info .link-text {
        font-family: "Commissioner", serif;
        font-size: 16px;
        line-height: 150%;
        color: #273006;
        text-decoration-line: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        transition: .3s; }
    .section-with-articles .swiper-slide .wrap-image {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 16px 40px;
      overflow: hidden; }
      .section-with-articles .swiper-slide .wrap-image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    .section-with-articles .swiper-slide .wrap-video {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 16px 40px;
      overflow: hidden; }
      .section-with-articles .swiper-slide .wrap-video video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .section-with-articles .swiper-slide .wrap-video .play-btn {
        position: absolute;
        right: 32px;
        bottom: 32px;
        transition: 0.7s;
        pointer-events: none;
        z-index: 10;
        opacity: 1 !important;
        visibility: visible !important;
        will-change: transform; }
        @media screen and (max-width: 1150px) {
          .section-with-articles .swiper-slide .wrap-video .play-btn {
            right: 24px;
            bottom: 24px; } }
  .section-with-articles .swiper-pagination {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .section-with-articles .swiper-pagination {
        height: 48px;
        padding: 0 37px;
        gap: 4px;
        background-color: #F3F5C6;
        border-radius: 12px; } }
    .section-with-articles .swiper-pagination span {
      display: inline-block;
      background-color: rgba(39, 48, 6, 0.48);
      width: 8px;
      height: 8px;
      border-radius: 50%; }
      .section-with-articles .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #353C1B; }
  .section-with-articles .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px; }
    @media (min-width: 1441px) {
      .section-with-articles .swiper-navigation {
        left: -60px; } }
    @media screen and (max-width: 1150px) {
      .section-with-articles .swiper-navigation {
        margin-top: 24px; } }
    .section-with-articles .swiper-navigation .swiper-button-prev {
      outline: none;
      border: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      background-color: #F3F5C6 !important;
      border-radius: 12px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .section-with-articles .swiper-navigation .swiper-button-prev {
          display: none; } }
      .section-with-articles .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .section-with-articles .swiper-navigation .swiper-button-prev svg {
        width: 25px;
        height: 25px; }
        .section-with-articles .swiper-navigation .swiper-button-prev svg * {
          transition: .3s; }
      .section-with-articles .swiper-navigation .swiper-button-prev.swiper-button-disabled {
        opacity: 0; }
      .section-with-articles .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
        opacity: 1; }
    .section-with-articles .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      border: none;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background-color: #F3F5C6 !important;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .section-with-articles .swiper-navigation .swiper-button-next {
          display: none; } }
      .section-with-articles .swiper-navigation .swiper-button-next:after {
        display: none; }
      .section-with-articles .swiper-navigation .swiper-button-next.swiper-button-disabled {
        opacity: 0; }
      .section-with-articles .swiper-navigation .swiper-button-next svg {
        width: 25px;
        height: 25px; }
        .section-with-articles .swiper-navigation .swiper-button-next svg * {
          transition: .3s; }
      .section-with-articles .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
        opacity: 1; }

.section-slider-with-blocks {
  padding: 96px 0 32px;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1150px) {
    .section-slider-with-blocks {
      padding: 64px 0 24px; } }
  @media screen and (max-width: 767px) {
    .section-slider-with-blocks {
      padding: 56px 0 24px; } }
  .section-slider-with-blocks img {
    object-fit: cover;
    width: 100%;
    display: block; }
  .section-slider-with-blocks .image-desktop {
    display: block; }
    @media (max-width: 1150px) {
      .section-slider-with-blocks .image-desktop {
        display: none !important; } }
  .section-slider-with-blocks .image-tablet {
    display: none; }
    @media (max-width: 1150px) {
      .section-slider-with-blocks .image-tablet {
        display: block; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-blocks .image-tablet {
        display: none; } }
  .section-slider-with-blocks .image-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .section-slider-with-blocks .image-mobile {
        display: block; } }
  .section-slider-with-blocks .inner-container {
    margin-left: auto;
    margin-right: 0; }
    @media (min-width: 1440px) {
      .section-slider-with-blocks .inner-container {
        padding-left: 64px; } }
    @media (max-width: 1439px) {
      .section-slider-with-blocks .inner-container {
        padding-left: 24px; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-blocks .inner-container {
        padding-left: 16px; } }
  .section-slider-with-blocks .wrap-slider {
    position: relative; }
  .section-slider-with-blocks .design-image {
    max-width: 487px;
    position: absolute;
    bottom: calc(100% - 197px);
    right: 40px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 900px) {
      .section-slider-with-blocks .design-image {
        max-width: 253px;
        right: 59px;
        bottom: calc(100% - 83px); } }
    @media screen and (max-width: 767px) {
      .section-slider-with-blocks .design-image {
        max-width: 205px;
        right: -30px;
        bottom: calc(100% - 83px); } }
  .section-slider-with-blocks .h2-title {
    margin-bottom: 64px; }
    @media (max-width: 1150px) {
      .section-slider-with-blocks .h2-title {
        margin-bottom: 72px; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-blocks .h2-title {
        margin-bottom: 48px; } }
  .section-slider-with-blocks .swiper-wrapper {
    align-items: center; }
  .section-slider-with-blocks .swiper-slide {
    width: 362px;
    position: relative;
    transition: .5s;
    overflow: hidden; }
    @media screen and (max-width: 1150px) {
      .section-slider-with-blocks .swiper-slide {
        width: 270px; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-blocks .swiper-slide {
        width: 250px; } }
    .section-slider-with-blocks .swiper-slide:nth-child(1) .inner-wrap-slide, .section-slider-with-blocks .swiper-slide:nth-child(5) .inner-wrap-slide, .section-slider-with-blocks .swiper-slide:nth-child(9) .inner-wrap-slide {
      border-radius: 40px 16px 16px 40px; }
    .section-slider-with-blocks .swiper-slide:nth-child(2) .inner-wrap-slide:nth-child(1), .section-slider-with-blocks .swiper-slide:nth-child(6) .inner-wrap-slide:nth-child(1), .section-slider-with-blocks .swiper-slide:nth-child(10) .inner-wrap-slide:nth-child(1) {
      border-radius: 16px 40px 16px 40px; }
    .section-slider-with-blocks .swiper-slide:nth-child(2) .inner-wrap-slide:nth-child(2), .section-slider-with-blocks .swiper-slide:nth-child(6) .inner-wrap-slide:nth-child(2), .section-slider-with-blocks .swiper-slide:nth-child(10) .inner-wrap-slide:nth-child(2) {
      border-radius: 40px 16px 40px 16px; }
    .section-slider-with-blocks .swiper-slide:nth-child(3), .section-slider-with-blocks .swiper-slide:nth-child(7), .section-slider-with-blocks .swiper-slide:nth-child(11) {
      border-radius: 16px 40px 40px 16px; }
    .section-slider-with-blocks .swiper-slide:nth-child(4), .section-slider-with-blocks .swiper-slide:nth-child(8), .section-slider-with-blocks .swiper-slide:nth-child(12) {
      border-radius: 40px; }
    .section-slider-with-blocks .swiper-slide.one-block .inner-wrap-slide.image-content {
      height: 498px;
      position: relative; }
      @media screen and (max-width: 1150px) {
        .section-slider-with-blocks .swiper-slide.one-block .inner-wrap-slide.image-content {
          height: 364px; } }
      .section-slider-with-blocks .swiper-slide.one-block .inner-wrap-slide.image-content img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .section-slider-with-blocks .swiper-slide.two-in-one {
      display: flex;
      flex-direction: column;
      gap: 8px 0; }
      .section-slider-with-blocks .swiper-slide.two-in-one .inner-wrap-slide.image-content {
        height: 335px;
        position: relative; }
        @media screen and (max-width: 1150px) {
          .section-slider-with-blocks .swiper-slide.two-in-one .inner-wrap-slide.image-content {
            height: 270px; } }
        .section-slider-with-blocks .swiper-slide.two-in-one .inner-wrap-slide.image-content img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
  .section-slider-with-blocks .inner-wrap-slide {
    overflow: hidden; }
    .section-slider-with-blocks .inner-wrap-slide.text-content-top-image .content-wrap, .section-slider-with-blocks .inner-wrap-slide.text-content-bottom-image .content-wrap {
      padding: 32px; }
      @media screen and (max-width: 1150px) {
        .section-slider-with-blocks .inner-wrap-slide.text-content-top-image .content-wrap, .section-slider-with-blocks .inner-wrap-slide.text-content-bottom-image .content-wrap {
          padding: 16px; } }
      @media screen and (max-width: 767px) {
        .section-slider-with-blocks .inner-wrap-slide.text-content-top-image .content-wrap, .section-slider-with-blocks .inner-wrap-slide.text-content-bottom-image .content-wrap {
          padding: 16px 16px 19px 16px; } }
      .section-slider-with-blocks .inner-wrap-slide.text-content-top-image .content-wrap h4, .section-slider-with-blocks .inner-wrap-slide.text-content-bottom-image .content-wrap h4 {
        margin-bottom: 8px; }
        @media screen and (max-width: 1150px) {
          .section-slider-with-blocks .inner-wrap-slide.text-content-top-image .content-wrap h4, .section-slider-with-blocks .inner-wrap-slide.text-content-bottom-image .content-wrap h4 {
            margin-bottom: 4px; } }
  .section-slider-with-blocks .swiper-pagination {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .section-slider-with-blocks .swiper-pagination {
        height: 48px;
        padding: 0 37px;
        gap: 4px;
        background-color: #F3F5C6;
        border-radius: 12px; } }
    .section-slider-with-blocks .swiper-pagination span {
      display: inline-block;
      background-color: rgba(39, 48, 6, 0.48);
      width: 8px;
      height: 8px;
      border-radius: 50%; }
      .section-slider-with-blocks .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #353C1B; }
  .section-slider-with-blocks .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px; }
    @media (min-width: 1441px) {
      .section-slider-with-blocks .swiper-navigation {
        left: -120px; } }
    @media screen and (max-width: 1150px) {
      .section-slider-with-blocks .swiper-navigation {
        margin-top: 72px; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-blocks .swiper-navigation {
        margin-top: 48px; } }
    .section-slider-with-blocks .swiper-navigation .swiper-button-prev {
      outline: none;
      border: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      background-color: #F3F5C6 !important;
      border-radius: 12px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .section-slider-with-blocks .swiper-navigation .swiper-button-prev {
          display: none; } }
      .section-slider-with-blocks .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .section-slider-with-blocks .swiper-navigation .swiper-button-prev svg {
        width: 25px;
        height: 25px; }
        .section-slider-with-blocks .swiper-navigation .swiper-button-prev svg * {
          transition: .3s; }
      .section-slider-with-blocks .swiper-navigation .swiper-button-prev.swiper-button-disabled {
        opacity: 0; }
      .section-slider-with-blocks .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
        opacity: 1; }
    .section-slider-with-blocks .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      border: none;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background-color: #F3F5C6 !important;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .section-slider-with-blocks .swiper-navigation .swiper-button-next {
          display: none; } }
      .section-slider-with-blocks .swiper-navigation .swiper-button-next:after {
        display: none; }
      .section-slider-with-blocks .swiper-navigation .swiper-button-next.swiper-button-disabled {
        opacity: 0; }
      .section-slider-with-blocks .swiper-navigation .swiper-button-next svg {
        width: 25px;
        height: 25px; }
        .section-slider-with-blocks .swiper-navigation .swiper-button-next svg * {
          transition: .3s; }
      .section-slider-with-blocks .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
        opacity: 1; }

.section-slider-with-products {
  padding: 96px 0 32px;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1150px) {
    .section-slider-with-products {
      padding: 64px 0 24px; } }
  @media screen and (max-width: 767px) {
    .section-slider-with-products {
      padding: 56px 0 24px; } }
  .section-slider-with-products .inner-container {
    margin-left: auto;
    margin-right: 0; }
    @media (min-width: 1440px) {
      .section-slider-with-products .inner-container {
        padding-left: 64px; } }
    @media (max-width: 1439px) {
      .section-slider-with-products .inner-container {
        padding-left: 24px; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-products .inner-container {
        padding-left: 16px; } }
  .section-slider-with-products .wrap-slider {
    position: relative; }
  @media screen and (max-width: 420px) {
    .section-slider-with-products .top-part {
      padding-right: 136px; } }
  .section-slider-with-products .snail-image {
    max-width: 256px;
    position: absolute;
    bottom: calc(100% - 20px);
    right: 158px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 1150px) {
      .section-slider-with-products .snail-image {
        max-width: 144px;
        right: 65px; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-products .snail-image {
        max-width: 90px;
        bottom: calc(100% - 10px);
        right: 22px; } }
  .section-slider-with-products .h2-title {
    margin-bottom: 64px;
    max-width: 700px; }
    @media (max-width: 1150px) {
      .section-slider-with-products .h2-title {
        margin-bottom: 48px;
        max-width: 450px; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-products .h2-title {
        margin-bottom: 24px;
        max-width: 295px; } }
  .section-slider-with-products .swiper-slide {
    width: 416px;
    position: relative;
    transition: .5s;
    padding: 0 12px; }
    @media screen and (max-width: 1150px) {
      .section-slider-with-products .swiper-slide {
        width: 288px;
        padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      .section-slider-with-products .swiper-slide {
        padding: 0 8px; } }
    .section-slider-with-products .swiper-slide .inner-wrap {
      border-radius: 40px;
      text-align: center;
      padding: 40px 0 0 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      min-height: 458px; }
      @media screen and (max-width: 1150px) {
        .section-slider-with-products .swiper-slide .inner-wrap {
          padding: 24px 0 0 0;
          min-height: 350px; } }
    .section-slider-with-products .swiper-slide .content-wrap {
      padding: 0 20px; }
    .section-slider-with-products .swiper-slide .h4-title {
      margin-bottom: 16px; }
      @media screen and (max-width: 1150px) {
        .section-slider-with-products .swiper-slide .h4-title {
          margin-bottom: 8px; } }
    .section-slider-with-products .swiper-slide img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .section-slider-with-products .swiper-slide .wrap-btn {
      position: absolute;
      left: 50%;
      bottom: 16px;
      transform: translateX(-50%);
      width: 100%; }
  .section-slider-with-products .swiper-pagination {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .section-slider-with-products .swiper-pagination {
        height: 48px;
        padding: 0 37px;
        gap: 4px;
        background-color: #F3F5C6;
        border-radius: 12px; } }
    .section-slider-with-products .swiper-pagination span {
      display: inline-block;
      background-color: rgba(39, 48, 6, 0.48);
      width: 8px;
      height: 8px;
      border-radius: 50%; }
      .section-slider-with-products .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #353C1B; }
  .section-slider-with-products .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 72px; }
    @media screen and (max-width: 1150px) {
      .section-slider-with-products .swiper-navigation {
        margin-top: 56px; } }
    @media (max-width: 767px) {
      .section-slider-with-products .swiper-navigation {
        margin-top: 48px; } }
    .section-slider-with-products .swiper-navigation .swiper-button-prev {
      outline: none;
      border: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      background-color: #F3F5C6 !important;
      border-radius: 12px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .section-slider-with-products .swiper-navigation .swiper-button-prev {
          display: none; } }
      .section-slider-with-products .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .section-slider-with-products .swiper-navigation .swiper-button-prev svg {
        width: 25px;
        height: 25px; }
        .section-slider-with-products .swiper-navigation .swiper-button-prev svg * {
          transition: .3s; }
      .section-slider-with-products .swiper-navigation .swiper-button-prev.swiper-button-disabled {
        opacity: 0; }
      .section-slider-with-products .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
        opacity: 1; }
    .section-slider-with-products .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      border: none;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background-color: #F3F5C6 !important;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      @media (max-width: 767px) {
        .section-slider-with-products .swiper-navigation .swiper-button-next {
          display: none; } }
      .section-slider-with-products .swiper-navigation .swiper-button-next:after {
        display: none; }
      .section-slider-with-products .swiper-navigation .swiper-button-next.swiper-button-disabled {
        opacity: 0; }
      .section-slider-with-products .swiper-navigation .swiper-button-next svg {
        width: 25px;
        height: 25px; }
        .section-slider-with-products .swiper-navigation .swiper-button-next svg * {
          transition: .3s; }
      .section-slider-with-products .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
        opacity: 1; }

.section-continuous-slider {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-continuous-slider {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-continuous-slider {
      padding: 24px 0; } }
  .section-continuous-slider .marquee {
    width: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
    padding: 35px 0; }
    @media screen and (max-width: 1439px) {
      .section-continuous-slider .marquee {
        padding: 30px 0; } }
    @media screen and (max-width: 767px) {
      .section-continuous-slider .marquee {
        padding: 25px 0; } }
    .section-continuous-slider .marquee ul {
      display: flex;
      gap: 16px;
      white-space: nowrap;
      margin: 0; }
    .section-continuous-slider .marquee li {
      display: inline-block;
      white-space: nowrap; }
    .section-continuous-slider .marquee .h4-title {
      text-transform: uppercase; }
      .section-continuous-slider .marquee .h4-title img {
        display: inline-block !important;
        margin-left: 16px !important; }
  .section-continuous-slider .first-slider {
    background-color: #273006;
    transform: rotate(0.83deg);
    overflow: visible;
    height: 81.6px; }
    .section-continuous-slider .first-slider:before {
      content: '';
      position: absolute;
      left: -7px;
      width: 11px;
      top: 0;
      height: 100%;
      background-color: #273006;
      z-index: -1; }
    .section-continuous-slider .first-slider .h4-title {
      color: white; }
  .section-continuous-slider .second-slider {
    background-color: #C8D400;
    transform: rotate(-0.6deg);
    margin-top: -15px; }
    .section-continuous-slider .second-slider .h4-title {
      color: #273006; }

.section-cooking-process {
  padding: 96px 0 32px; }
  @media (max-width: 1439px) {
    .section-cooking-process {
      padding: 64px 0 24px; } }
  @media screen and (max-width: 767px) {
    .section-cooking-process {
      padding: 56px 0 24px; } }
  .section-cooking-process .wrap-top {
    display: flex; }
    @media (min-width: 1151px) {
      .section-cooking-process .wrap-top {
        justify-content: space-between;
        gap: 0 50px;
        margin-bottom: 64px;
        align-items: center; } }
    @media (max-width: 1150px) {
      .section-cooking-process .wrap-top {
        flex-direction: column;
        margin-bottom: 56px; } }
  .section-cooking-process .h2-title {
    max-width: 854px; }
    @media (max-width: 1150px) {
      .section-cooking-process .h2-title {
        margin-bottom: 24px;
        max-width: 100%; } }
  .section-cooking-process .wrap-preview-image {
    position: relative;
    cursor: pointer;
    max-width: 320px;
    width: 100%; }
    @media (max-width: 1150px) {
      .section-cooking-process .wrap-preview-image {
        margin: 0 0 0 auto; } }
    @media screen and (max-width: 767px) {
      .section-cooking-process .wrap-preview-image {
        max-width: 268px; } }
    .section-cooking-process .wrap-preview-image .snail-img {
      position: absolute;
      left: -88px;
      bottom: -9px;
      max-width: 128px;
      display: block; }
      @media screen and (max-width: 767px) {
        .section-cooking-process .wrap-preview-image .snail-img {
          max-width: 107px;
          left: -74px; } }
    .section-cooking-process .wrap-preview-image img.preview-img {
      border-radius: 40px;
      z-index: 4;
      width: 100%;
      height: 180px;
      object-fit: cover;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: block; }
      @media screen and (max-width: 767px) {
        .section-cooking-process .wrap-preview-image img.preview-img {
          height: 151px; } }
    .section-cooking-process .wrap-preview-image .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      opacity: 1 !important;
      visibility: visible !important;
      transition: 0.7s; }
    .section-cooking-process .wrap-preview-image:hover .play-btn {
      transform: translate(-50%, -50%) scale(1.1); }
  .section-cooking-process .wrap-blocks {
    display: flex;
    gap: 8px; }
    @media (max-width: 1150px) {
      .section-cooking-process .wrap-blocks {
        flex-wrap: wrap; } }
    .section-cooking-process .wrap-blocks li {
      width: 25%; }
      @media (max-width: 1150px) {
        .section-cooking-process .wrap-blocks li {
          width: calc(50% - 4px); } }
    .section-cooking-process .wrap-blocks .wrap-img {
      height: 256px;
      width: 100%;
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .section-cooking-process .wrap-blocks .wrap-img {
          height: 134px; } }
      .section-cooking-process .wrap-blocks .wrap-img img {
        max-width: 197px;
        max-height: 165px; }
        @media screen and (max-width: 767px) {
          .section-cooking-process .wrap-blocks .wrap-img img {
            max-width: 110px;
            max-height: 90px; } }
    .section-cooking-process .wrap-blocks .wrap-text {
      padding: 24px;
      text-align: center; }
      @media (max-width: 1150px) {
        .section-cooking-process .wrap-blocks .wrap-text {
          padding: 20px; } }
    .section-cooking-process .wrap-blocks .h5-title {
      margin-bottom: 8px; }
    .section-cooking-process .wrap-blocks .content {
      color: #273006; }

.section-faq {
  overflow: visible;
  padding: 106px 0 64px 0; }
  @media (max-width: 1439px) {
    .section-faq {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-faq {
      padding: 34px 0 24px 0; } }
  .section-faq .wrap-columns {
    display: flex; }
    @media screen and (max-width: 767px) {
      .section-faq .wrap-columns {
        flex-wrap: wrap; } }
  .section-faq .left-column {
    width: 437px; }
    @media screen and (max-width: 1270px) {
      .section-faq .left-column {
        margin-top: 50px; } }
    @media (max-width: 1150px) {
      .section-faq .left-column {
        width: 307px; } }
    @media screen and (max-width: 767px) {
      .section-faq .left-column {
        width: 100%;
        margin-bottom: 8px; } }
  .section-faq .right-column {
    width: calc(100% - 437px);
    padding-left: 90px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1350px) {
      .section-faq .right-column {
        padding-left: 0; } }
    @media screen and (min-width: 1271px) {
      .section-faq .right-column {
        gap: 40px; } }
    @media (max-width: 1150px) {
      .section-faq .right-column {
        width: calc(100% - 307px); } }
    @media screen and (max-width: 767px) {
      .section-faq .right-column {
        width: 100%; } }
  .section-faq .wrap-title {
    position: relative; }
    .section-faq .wrap-title .sticker-image {
      position: absolute;
      left: -15px;
      top: -22px;
      z-index: -1;
      max-width: 71px;
      max-height: 43px;
      opacity: 0;
      transition: .5s; }
  .section-faq .h3-title {
    position: relative;
    margin-left: 24px;
    margin-bottom: 24px;
    font-size: 36px; }
    @media screen and (max-width: 767px) {
      .section-faq .h3-title {
        font-size: 28px;
        max-width: 320px; } }
  .section-faq .snail-image {
    max-width: 224px; }
    @media (max-width: 1150px) {
      .section-faq .snail-image {
        max-width: 160px; } }
    @media screen and (max-width: 767px) {
      .section-faq .snail-image {
        max-width: 128px; } }
  @media screen and (max-width: 1270px) {
    .section-faq .faq-group {
      width: 100%; } }
  @media screen and (min-width: 1271px) {
    .section-faq .faq-group.first-column {
      margin-top: -42px; } }
  @media screen and (min-width: 1271px) {
    .section-faq .faq-group.first-column .faq-item:nth-child(1) .inner-wrap {
      transform: rotate(-5deg) translate(-12px, 0); } }
  @media screen and (max-width: 1270px) {
    .section-faq .faq-group.first-column .faq-item:nth-child(1) .inner-wrap {
      transform: rotate(-3deg) translate(0, 0); } }
  .section-faq .faq-group.first-column .faq-item:nth-child(1) .faq-heading {
    background-color: #FEC8D0; }
  .section-faq .faq-group.first-column .faq-item:nth-child(1) .faq-content {
    background-color: #FEC8D0; }
  .section-faq .faq-group.first-column .faq-item:nth-child(1) .arrow-wrap {
    background-color: #FEABB7; }
  .section-faq .faq-group.first-column .faq-item:nth-child(2) .inner-wrap {
    position: relative; }
    @media screen and (min-width: 1271px) {
      .section-faq .faq-group.first-column .faq-item:nth-child(2) .inner-wrap {
        transform: rotate(5deg) translate(-12px, 0);
        left: 65px; } }
    @media screen and (max-width: 1270px) {
      .section-faq .faq-group.first-column .faq-item:nth-child(2) .inner-wrap {
        left: auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        transform: rotate(1deg) translate(0, 0); } }
  .section-faq .faq-group.first-column .faq-item:nth-child(2) .faq-heading {
    background-color: #DEC5E9; }
  .section-faq .faq-group.first-column .faq-item:nth-child(2) .faq-content {
    background-color: #DEC5E9; }
    @media screen and (max-width: 1270px) {
      .section-faq .faq-group.first-column .faq-item:nth-child(2) .faq-content {
        left: auto;
        right: 0; } }
  .section-faq .faq-group.first-column .faq-item:nth-child(2) .arrow-wrap {
    background-color: #CDA6DD; }
  @media screen and (min-width: 1271px) {
    .section-faq .faq-group.first-column .faq-item:nth-child(3) .inner-wrap {
      transform: rotate(-5deg) translate(-16px, 0); } }
  @media screen and (max-width: 1270px) {
    .section-faq .faq-group.first-column .faq-item:nth-child(3) .inner-wrap {
      transform: rotate(-3deg) translate(-1px, 0); } }
  .section-faq .faq-group.first-column .faq-item:nth-child(3) .faq-heading {
    background-color: #E3EB5C; }
  .section-faq .faq-group.first-column .faq-item:nth-child(3) .faq-content {
    background-color: #E3EB5C; }
  .section-faq .faq-group.first-column .faq-item:nth-child(3) .arrow-wrap {
    background-color: #C8D400; }
  @media screen and (min-width: 1271px) {
    .section-faq .faq-group.second-column {
      margin-top: -10px; } }
  @media screen and (min-width: 1271px) {
    .section-faq .faq-group.second-column .faq-item:nth-child(1) .inner-wrap {
      transform: rotate(5deg) translate(-4px, 0); } }
  @media screen and (max-width: 1270px) {
    .section-faq .faq-group.second-column .faq-item:nth-child(1) .inner-wrap {
      position: relative;
      left: auto;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      transform: rotate(1deg) translate(0, 0); } }
  .section-faq .faq-group.second-column .faq-item:nth-child(1) .faq-heading {
    background-color: #E3EB5C; }
  .section-faq .faq-group.second-column .faq-item:nth-child(1) .faq-content {
    background-color: #E3EB5C; }
    @media screen and (max-width: 1270px) {
      .section-faq .faq-group.second-column .faq-item:nth-child(1) .faq-content {
        left: auto;
        right: 0; } }
  .section-faq .faq-group.second-column .faq-item:nth-child(1) .arrow-wrap {
    background-color: #C8D400; }
  .section-faq .faq-group.second-column .faq-item:nth-child(2) .inner-wrap {
    position: relative; }
    @media screen and (min-width: 1271px) {
      .section-faq .faq-group.second-column .faq-item:nth-child(2) .inner-wrap {
        transform: rotate(-5deg) translate(-7px, 0);
        left: 65px; } }
    @media screen and (max-width: 1270px) {
      .section-faq .faq-group.second-column .faq-item:nth-child(2) .inner-wrap {
        transform: rotate(-3deg) translate(0, 0); } }
  .section-faq .faq-group.second-column .faq-item:nth-child(2) .faq-heading {
    background-color: #FEC8D0; }
  .section-faq .faq-group.second-column .faq-item:nth-child(2) .faq-content {
    background-color: #FEC8D0; }
  .section-faq .faq-group.second-column .faq-item:nth-child(2) .arrow-wrap {
    background-color: #FEABB7; }
  @media screen and (min-width: 1271px) {
    .section-faq .faq-group.second-column .faq-item:nth-child(3) .inner-wrap {
      transform: rotate(5deg) translate(4px, 0); } }
  @media screen and (max-width: 1270px) {
    .section-faq .faq-group.second-column .faq-item:nth-child(3) .inner-wrap {
      position: relative;
      left: auto;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      transform: rotate(1deg) translate(0, 0); } }
  .section-faq .faq-group.second-column .faq-item:nth-child(3) .faq-heading {
    background-color: #DEC5E9; }
  .section-faq .faq-group.second-column .faq-item:nth-child(3) .faq-content {
    background-color: #DEC5E9; }
    @media screen and (max-width: 1270px) {
      .section-faq .faq-group.second-column .faq-item:nth-child(3) .faq-content {
        left: auto;
        right: 0; } }
  .section-faq .faq-group.second-column .faq-item:nth-child(3) .arrow-wrap {
    background-color: #CDA6DD; }
  .section-faq .faq-item {
    position: relative;
    margin-bottom: 4px;
    height: 158px;
    display: flex; }
    @media (max-width: 1270px) {
      .section-faq .faq-item {
        margin-bottom: 0;
        height: 107px; } }
    @media screen and (max-width: 767px) {
      .section-faq .faq-item {
        height: 97px; } }
    @media screen and (max-width: 380px) {
      .section-faq .faq-item {
        height: 123px; } }
    .section-faq .faq-item.active {
      z-index: 45; }
      .section-faq .faq-item.active .inner-wrap {
        transform: none !important; }
      .section-faq .faq-item.active .faq-content {
        opacity: 1;
        visibility: visible; }
      .section-faq .faq-item.active .arrow-wrap svg {
        transform: rotate(180deg); }
    .section-faq .faq-item .inner-wrap {
      transition: transform .5s; }
      @media screen and (max-width: 1270px) {
        .section-faq .faq-item .inner-wrap {
          width: 100%; } }
  .section-faq .faq-content {
    position: absolute;
    top: calc(100% - 50px);
    left: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 0 0 24px 24px;
    width: 340px; }
    @media screen and (max-width: 1270px) {
      .section-faq .faq-content {
        width: calc(100% - 48px);
        top: calc(100% - 46px); } }
    @media (max-width: 929px) {
      .section-faq .faq-content {
        top: calc(100% - 38px); } }
    @media screen and (max-width: 767px) {
      .section-faq .faq-content {
        width: calc(100% - 24px);
        top: calc(100% - 44px); } }
    @media screen and (max-width: 582px) {
      .section-faq .faq-content {
        top: calc(100% - 36px); } }
  .section-faq .faq-heading {
    width: 340px;
    z-index: 44;
    position: relative;
    border-radius: 24px; }
    @media screen and (max-width: 1270px) {
      .section-faq .faq-heading {
        width: calc(100% - 48px); } }
    @media screen and (max-width: 767px) {
      .section-faq .faq-heading {
        width: calc(100% - 24px); } }
  .section-faq .faq-heading button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px 32px; }
    @media screen and (min-width: 1271px) {
      .section-faq .faq-heading button {
        min-height: 129px; } }
    @media screen and (max-width: 1270px) {
      .section-faq .faq-heading button {
        justify-content: space-between;
        padding: 20px 24px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .section-faq .faq-heading button {
        padding: 16px 24px; } }
    .section-faq .faq-heading button .arrow-wrap {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-left: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-faq .faq-heading button .arrow-wrap svg {
        transition: .2s; }
  .section-faq .item-title {
    font-size: 18px;
    font-family: "Commissioner", serif;
    line-height: 150%;
    color: #273006;
    max-width: 212px;
    text-transform: none;
    font-weight: 700;
    text-align: left; }
    @media screen and (max-width: 1270px) {
      .section-faq .item-title {
        max-width: 100%;
        width: calc(100% - 64px);
        font-size: 16px; } }
  .section-faq .panel-body {
    padding: 15px 32px 24px 32px; }
    @media screen and (max-width: 1270px) {
      .section-faq .panel-body {
        padding: 15px 24px 20px 24px; } }
    @media screen and (max-width: 767px) {
      .section-faq .panel-body {
        padding: 15px 24px 16px 24px; } }
  .section-faq.visible .wrap-title .sticker-image {
    animation: fadeIn 1s 1s forwards; }
  .section-faq .other-products__label {
    left: calc(34px - 14px); }

.section-usage {
  padding: 96px 0 32px; }
  @media (max-width: 1150px) {
    .section-usage {
      padding: 64px 0 24px; } }
  @media screen and (max-width: 767px) {
    .section-usage {
      padding: 56px 0 24px; } }
  .section-usage .wrap-title {
    position: relative; }
    .section-usage .wrap-title .sticker-image {
      position: absolute;
      left: -29px;
      top: -38px;
      z-index: -1;
      max-width: 126px;
      opacity: 0;
      transition: .5s; }
      @media (max-width: 1150px) {
        .section-usage .wrap-title .sticker-image {
          left: -7px; } }
  .section-usage .h2-title {
    margin-bottom: 64px;
    max-width: 854px; }
    @media (max-width: 1150px) {
      .section-usage .h2-title {
        margin-bottom: 48px;
        max-width: 538px; } }
    @media screen and (max-width: 767px) {
      .section-usage .h2-title {
        font-size: 28px;
        max-width: 358px;
        margin-bottom: 148px; } }
  .section-usage .wrap-outer {
    position: relative; }
    .section-usage .wrap-outer .snail-image {
      position: absolute;
      right: -64px;
      bottom: calc(100% + 32px);
      max-width: 249px; }
      @media (max-width: 1439px) {
        .section-usage .wrap-outer .snail-image {
          right: -24px;
          bottom: calc(100% + 24px);
          max-width: 195px; } }
      @media screen and (max-width: 767px) {
        .section-usage .wrap-outer .snail-image {
          max-width: 125px;
          right: -20px; } }
  .section-usage .wrap-columns {
    display: flex;
    gap: 0 40px;
    align-items: flex-start; }
    @media (max-width: 1150px) {
      .section-usage .wrap-columns {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .section-usage .wrap-columns {
        gap: 16px 0; } }
  .section-usage .column {
    width: 33.3%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1150px) {
      .section-usage .column {
        width: calc(50% - 12px); } }
    @media screen and (max-width: 767px) {
      .section-usage .column {
        width: 100%;
        flex-direction: column-reverse; } }
    .section-usage .column:nth-child(2) {
      flex-direction: column-reverse; }
      .section-usage .column:nth-child(2) .wrap-content {
        margin: 24px 0 0 0; }
        @media screen and (max-width: 767px) {
          .section-usage .column:nth-child(2) .wrap-content {
            margin: 16px 0 0 0; } }
    .section-usage .column .h4-title {
      margin-bottom: 8px; }
    .section-usage .column .wrap-content {
      padding-left: 72px;
      margin: 0 0 24px 0; }
      @media (max-width: 1150px) {
        .section-usage .column .wrap-content {
          padding-left: 56px; } }
      @media screen and (max-width: 767px) {
        .section-usage .column .wrap-content {
          padding-left: 40px;
          margin: 16px 0 0 0; } }
    .section-usage .column img {
      width: 270px;
      height: 270px;
      object-fit: cover;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border-radius: 40px; }
  .section-usage.visible .wrap-title .sticker-image {
    animation: fadeIn 1s 1s forwards; }

.section-media {
  padding: 96px 0 32px; }
  @media (max-width: 1439px) {
    .section-media {
      padding: 64px 0 56px; } }
  @media screen and (max-width: 767px) {
    .section-media {
      padding: 56px 0 40px; } }
  .section-media .h2-title {
    max-width: 700px;
    margin-bottom: 64px; }
    @media (max-width: 1150px) {
      .section-media .h2-title {
        margin-bottom: 48px;
        max-width: 100%; } }
  .section-media .wrap-blocks {
    display: flex;
    gap: 24px; }
    @media (max-width: 1150px) {
      .section-media .wrap-blocks {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px; } }
    @media screen and (max-width: 767px) {
      .section-media .wrap-blocks {
        gap: 16px 0; } }
    .section-media .wrap-blocks li {
      padding: 40px;
      border-radius: 40px;
      width: calc(33.3% - 12px);
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (max-width: 1150px) {
        .section-media .wrap-blocks li {
          width: calc(50% - 10px);
          padding: 32px; } }
      @media screen and (max-width: 767px) {
        .section-media .wrap-blocks li {
          width: 100%;
          padding: 24px; } }
    .section-media .wrap-blocks .wrap-img {
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-media .wrap-blocks .wrap-img img {
        max-width: 224px;
        max-height: 64px; }
    .section-media .wrap-blocks .wrap-text {
      padding: 24px;
      text-align: center; }
      @media (max-width: 1150px) {
        .section-media .wrap-blocks .wrap-text {
          padding: 20px; } }
    .section-media .wrap-blocks .h4-title {
      margin-bottom: 153px; }
      @media (max-width: 1150px) {
        .section-media .wrap-blocks .h4-title {
          margin-bottom: 144px; } }

.section-travels {
  padding: 64px 0 72px;
  overflow: visible; }
  @media (max-width: 1150px) {
    .section-travels {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-travels {
      padding: 24px 0; } }
  .section-travels .wrap-title {
    position: relative; }
    .section-travels .wrap-title .sticker-image {
      position: absolute;
      left: -17px;
      top: -42px;
      z-index: -1;
      max-width: 137px;
      opacity: 0;
      transition: .5s; }
      @media (max-width: 1150px) {
        .section-travels .wrap-title .sticker-image {
          left: -7px; } }
  .section-travels .h2-title {
    margin-bottom: 24px; }
    @media (max-width: 1150px) {
      .section-travels .h2-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .section-travels .h2-title {
        margin-bottom: 16px; } }
  .section-travels .wrap-columns {
    display: flex;
    align-items: center; }
    @media (max-width: 1150px) {
      .section-travels .wrap-columns {
        flex-wrap: wrap; } }
  .section-travels .left-column {
    padding-left: 64px;
    width: 604px; }
    @media (max-width: 1150px) {
      .section-travels .left-column {
        width: 100%;
        padding-left: 0;
        margin-bottom: 48px; } }
    @media screen and (max-width: 767px) {
      .section-travels .left-column {
        margin-bottom: 24px; } }
  .section-travels .right-column {
    width: calc(100% - 604px);
    padding-left: 45px; }
    @media (max-width: 1150px) {
      .section-travels .right-column {
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: center; } }
    .section-travels .right-column img {
      display: block;
      width: 100%; }
      @media (max-width: 1150px) {
        .section-travels .right-column img {
          max-width: 560px; } }
  .section-travels.visible .wrap-title .sticker-image {
    animation: fadeIn 1s 1s forwards; }

.section-image-banner {
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-image-banner {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-image-banner {
      padding: 24px 0; } }
  .section-image-banner .wrap-columns {
    align-items: center;
    display: flex;
    border-radius: 40px;
    background: #C3DFFF;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .section-image-banner .wrap-columns {
        flex-direction: column;
        align-items: flex-start; } }
  .section-image-banner .left-column {
    width: 50%;
    padding: 0 32px 0 0; }
    @media screen and (max-width: 1150px) {
      .section-image-banner .left-column {
        padding: 0 24px 0 0; } }
    @media screen and (max-width: 767px) {
      .section-image-banner .left-column {
        width: 100%;
        padding: 0; } }
  .section-image-banner .right-column {
    width: 50%;
    padding: 20px 64px 20px 32px; }
    @media screen and (max-width: 1150px) {
      .section-image-banner .right-column {
        padding: 48px 48px 48px 24px; } }
    @media screen and (max-width: 767px) {
      .section-image-banner .right-column {
        padding: 24px;
        width: 100%; } }
  .section-image-banner .h2-title {
    margin-bottom: 24px; }
    @media (max-width: 1439px) {
      .section-image-banner .h2-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .section-image-banner .h2-title {
        margin-bottom: 16px; } }
  .section-image-banner .content {
    margin-bottom: 32px; }
    @media (max-width: 1439px) {
      .section-image-banner .content {
        margin-bottom: 24px; } }
  .section-image-banner .image-desktop {
    display: block;
    overflow: hidden;
    max-width: 624px; }
    @media (max-width: 1150px) {
      .section-image-banner .image-desktop {
        display: none !important; } }
  .section-image-banner .image-tablet {
    display: none; }
    @media (max-width: 1150px) {
      .section-image-banner .image-tablet {
        display: block;
        max-width: 527px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .section-image-banner .image-tablet {
        display: none; } }
  .section-image-banner .image-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .section-image-banner .image-mobile {
        display: block;
        width: 100%;
        max-width: 735px; } }

.section-image-banner-type-2 {
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-image-banner-type-2 {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-image-banner-type-2 {
      padding: 24px 0; } }
  .section-image-banner-type-2 .wrap-content {
    position: relative;
    width: 100%;
    height: 524px; }
    @media (max-width: 1440px) and (min-width: 769px) {
      .section-image-banner-type-2 .wrap-content {
        height: calc(226 * ((100vw - 768px) / 672) + 404px); } }
    @media (max-width: 768px) {
      .section-image-banner-type-2 .wrap-content {
        height:  404px; } }
    @media (max-width: 767px) and (min-width: 391px) {
      .section-image-banner-type-2 .wrap-content {
        height: calc(46 * ((100vw - 390px) / 377) + 358px); } }
    @media (max-width: 390px) {
      .section-image-banner-type-2 .wrap-content {
        height:  358px; } }
  .section-image-banner-type-2 .h2-title {
    color: white;
    max-width: 592px;
    position: absolute;
    left: 64px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1150px) {
      .section-image-banner-type-2 .h2-title {
        max-width: 288px;
        left: 48px; } }
    @media screen and (max-width: 767px) {
      .section-image-banner-type-2 .h2-title {
        max-width: 310px;
        left: 24px;
        bottom: 24px;
        top: auto;
        transform: none; } }
  .section-image-banner-type-2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 40px;
    overflow: hidden; }
  .section-image-banner-type-2 .image-desktop {
    display: block;
    overflow: hidden; }
    @media (max-width: 1150px) {
      .section-image-banner-type-2 .image-desktop {
        display: none !important; } }
  .section-image-banner-type-2 .image-tablet {
    display: none; }
    @media (max-width: 1150px) {
      .section-image-banner-type-2 .image-tablet {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .section-image-banner-type-2 .image-tablet {
        display: none; } }
  .section-image-banner-type-2 .image-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .section-image-banner-type-2 .image-mobile {
        display: block;
        width: 100%; } }

.other-products {
  padding: 96px 0 32px 0;
  overflow: hidden; }
  @media (max-width: 1439px) {
    .other-products {
      padding: 64px 0 24px 0; } }
  @media screen and (max-width: 767px) {
    .other-products {
      padding: 56px 0 24px 0; } }
  .other-products__item:hover .other-products__img {
    transform: scale(1.1); }
  .other-products__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    position: relative; }
    .other-products__title .h2-title {
      max-width: 854px; }
    @media screen and (max-width: 767px) {
      .other-products__title {
        display: block; } }
  .other-products__link {
    width: max-content; }
    @media screen and (max-width: 767px) {
      .other-products__link {
        margin-top: 24px; } }
  .other-products__label {
    position: absolute;
    background: #FDC40A;
    color: #fff;
    height: 30px;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    transform: rotate(-10deg);
    border-radius: 40px;
    z-index: -1;
    top: -24px;
    left: -14px;
    display: flex;
    opacity: 0;
    transition: .5s; }
    .other-products__label::before {
      position: absolute;
      content: '';
      top: 1px;
      left: 1px;
      bottom: 1px;
      right: 1px;
      border: 2px dashed #FFFFFF;
      border-radius: 40px; }
    .other-products__label.active {
      opacity: 1; }
  .other-products__slider {
    margin-top: 32px;
    padding-right: 100px; }
    @media (max-width: 1439px) {
      .other-products__slider {
        margin-top: 24px; } }
  .other-products__img-wrap {
    position: relative; }
  .other-products__item-title {
    margin-top: 16px;
    font-family: "Commissioner", serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #273006; }
  .other-products__img {
    height: 312px;
    object-fit: contain;
    width: 100%;
    display: block;
    transition: all .3s; }
    @media (max-width: 1439px) {
      .other-products__img {
        height: 288px; } }
    @media screen and (max-width: 767px) {
      .other-products__img {
        height: 238px; } }
  .other-products__bottom {
    margin-left: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px; }
    @media screen and (max-width: 767px) {
      .other-products__bottom {
        margin-top: 24px; } }
  .other-products .swiper-button-next,
  .other-products .swiper-button-prev {
    position: relative;
    background: #F3F5C6;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    margin: 0 !important;
    left: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .other-products .swiper-button-next,
      .other-products .swiper-button-prev {
        display: none; } }
    .other-products .swiper-button-next::after,
    .other-products .swiper-button-prev::after {
      color: #273006;
      content: '';
      position: absolute;
      width: 20px;
      transform: translateX(-50%) translateY(-50%);
      height: 20px;
      left: 50%;
      top: 50%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8.04597 0.890549C8.4365 1.28107 8.4365 1.91424 8.04597 2.30476L2.75308 7.59766L8.04597 12.8905C8.4365 13.2811 8.4365 13.9142 8.04597 14.3048C7.65545 14.6953 7.02228 14.6953 6.63176 14.3048L0.63176 8.30476C0.241236 7.91424 0.241236 7.28107 0.63176 6.89055L6.63176 0.890549C7.02228 0.500025 7.65545 0.500025 8.04597 0.890549Z%27 fill=%27%23273006%27/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain; }
  .other-products .swiper-pagination {
    position: relative;
    height: 48px;
    width: max-content !important;
    padding: 0px 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F5C6;
    border-radius: 12px;
    top: 0 !important; }
    .other-products .swiper-pagination .swiper-pagination-bullet {
      background: #2730067A; }
    .other-products .swiper-pagination .swiper-pagination-bullet-active {
      background: #353C1B; }
    @media screen and (max-width: 767px) {
      .other-products .swiper-pagination {
        padding: 0;
        background: transparent; } }
  .other-products .swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8.95403 5.89055C9.34455 5.50003 9.97772 5.50003 10.3682 5.89055L16.3682 11.8905C16.7588 12.2811 16.7588 12.9142 16.3682 13.3048L10.3682 19.3048C9.97772 19.6953 9.34455 19.6953 8.95403 19.3048C8.5635 18.9142 8.5635 18.2811 8.95403 17.8905L14.2469 12.5977L8.95403 7.30476C8.5635 6.91424 8.5635 6.28107 8.95403 5.89055Z%27 fill=%27%23273006%27/%3E%3C/svg%3E"); }
  .other-products .swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M16.046 5.89055C16.4365 6.28107 16.4365 6.91424 16.046 7.30476L10.7531 12.5977L16.046 17.8905C16.4365 18.2811 16.4365 18.9142 16.046 19.3048C15.6554 19.6953 15.0223 19.6953 14.6318 19.3048L8.63176 13.3048C8.24124 12.9142 8.24124 12.2811 8.63176 11.8905L14.6318 5.89055C15.0223 5.50003 15.6554 5.50003 16.046 5.89055Z%27 fill=%27%23273006%27/%3E%3C/svg%3E%0A"); }
  .other-products.visible .other-products__label {
    animation: fadeIn 1s 1s forwards; }

.section-images-text-blocks {
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-images-text-blocks {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-images-text-blocks {
      padding: 24px 0; } }
  .section-images-text-blocks .wrap-columns {
    align-items: center;
    display: flex; }
    @media (max-width: 1150px) {
      .section-images-text-blocks .wrap-columns {
        flex-direction: column; } }
  .section-images-text-blocks .left-column {
    width: 50%;
    position: relative; }
    @media (min-width: 1151px) {
      .section-images-text-blocks .left-column {
        min-width: 624px;
        padding: 0 32px 80px 0; } }
    @media (max-width: 1150px) {
      .section-images-text-blocks .left-column {
        width: 100%;
        max-width: 720px;
        padding: 0 0 56px 0;
        margin-bottom: 48px; } }
    @media screen and (max-width: 767px) {
      .section-images-text-blocks .left-column {
        max-width: 358px;
        padding: 0 0 40px 0;
        margin-bottom: 24px; } }
  .section-images-text-blocks .first-image {
    width: 352px;
    height: 502px;
    object-fit: cover;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 1150px) {
      .section-images-text-blocks .first-image {
        width: 400px;
        height: 572px; } }
    @media screen and (max-width: 767px) {
      .section-images-text-blocks .first-image {
        width: 219px;
        height: 312px; } }
  .section-images-text-blocks .first-image {
    border-radius: 40px 16px 40px 40px; }
  .section-images-text-blocks .second-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .section-images-text-blocks .outer-wrap-second-image {
    position: absolute;
    top: 73px;
    right: 24px; }
    @media (max-width: 1150px) {
      .section-images-text-blocks .outer-wrap-second-image {
        top: 56px;
        right: 0; } }
    @media screen and (max-width: 767px) {
      .section-images-text-blocks .outer-wrap-second-image {
        top: 40px; } }
  .section-images-text-blocks .wrap-second-image {
    border: 8px solid #FFFBF0;
    border-radius: 40px 40px 40px 16px;
    overflow: hidden;
    width: 368px;
    height: 518px;
    position: relative; }
    @media (max-width: 1150px) {
      .section-images-text-blocks .wrap-second-image {
        border: 6px solid #FFFBF0;
        width: 412px;
        height: 584px; } }
    @media screen and (max-width: 767px) {
      .section-images-text-blocks .wrap-second-image {
        border: 4px solid #FFFBF0;
        width: 227px;
        height: 320px; } }
  .section-images-text-blocks .sticker-image {
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%); }
  .section-images-text-blocks .right-column {
    width: 50%;
    padding: 20px 64px 20px 32px; }
    @media (max-width: 1150px) {
      .section-images-text-blocks .right-column {
        padding: 0;
        width: 100%; } }
  .section-images-text-blocks .h2-title {
    margin-bottom: 24px; }
    @media (max-width: 1439px) {
      .section-images-text-blocks .h2-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .section-images-text-blocks .h2-title {
        margin-bottom: 16px; } }
  .section-images-text-blocks .button-primary {
    margin-top: 32px; }
    @media (max-width: 1150px) {
      .section-images-text-blocks .button-primary {
        margin-top: 24px; } }
  .section-images-text-blocks .other-products__label {
    left: 50%;
    top: -12px;
    transform: translateX(-50%) rotate(-6deg);
    z-index: 1; }

.section-simple-content {
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-simple-content {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-simple-content {
      padding: 24px 0; } }
  .section-simple-content .wrap-content {
    width: 100%;
    max-width: 840px;
    margin: 0 auto; }

.section-simple-content-with-sidebar {
  padding: 64px 0; }
  @media (max-width: 1439px) {
    .section-simple-content-with-sidebar {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section-simple-content-with-sidebar {
      padding: 24px 0; } }
  @media (min-width: 1201px) {
    .section-simple-content-with-sidebar .wrap-columns {
      display: flex;
      gap: 0 40px; } }
  @media (min-width: 1201px) {
    .section-simple-content-with-sidebar .sidebar-items {
      width: calc(100% - 840px); } }
  @media (max-width: 1200px) {
    .section-simple-content-with-sidebar .sidebar-items {
      margin-bottom: 32px; } }
  @media (min-width: 1201px) {
    .section-simple-content-with-sidebar .sidebar-items li.li-title-tablet {
      display: none; } }
  .section-simple-content-with-sidebar .sidebar-items li {
    display: block;
    margin-bottom: 16px; }
  .section-simple-content-with-sidebar .sidebar-items a {
    font-family: "Commissioner", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #353C1B;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    transition: .5s;
    position: relative;
    padding-left: 32px;
    display: inline-block; }
    @media (max-width: 1200px) {
      .section-simple-content-with-sidebar .sidebar-items a {
        padding-left: 28px; } }
    .section-simple-content-with-sidebar .sidebar-items a svg {
      position: absolute;
      left: 0;
      top: 2px;
      opacity: 0;
      transition: .5s; }
      @media (max-width: 1200px) {
        .section-simple-content-with-sidebar .sidebar-items a svg {
          top: 1px; } }
    .section-simple-content-with-sidebar .sidebar-items a.active {
      font-weight: 700;
      color: #A2C617; }
      .section-simple-content-with-sidebar .sidebar-items a.active svg {
        opacity: 1; }
    .section-simple-content-with-sidebar .sidebar-items a:hover {
      color: #78940D; }
  @media (min-width: 1201px) {
    .section-simple-content-with-sidebar .wrap-content {
      width: 840px; } }

.locator .title {
  margin-top: 96px;
  margin-bottom: 32px; }
  @media screen and (max-width: 930px) {
    .locator .title {
      margin-top: 64px;
      margin-bottom: 24px; } }
  @media screen and (max-width: 600px) {
    .locator .title {
      margin-top: 56px; } }

.store-locator #wpsl-wrap {
  display: grid;
  grid-template-columns: 600px auto;
  grid-template-rows: auto auto;
  gap: 0px; }
  @media screen and (max-width: 1000px) {
    .store-locator #wpsl-wrap {
      display: flex;
      flex-wrap: wrap; } }

.store-locator #wpsl-result-list,
.store-locator .wpsl-search {
  background: #F3F5C6;
  grid-column: 1;
  margin: 0;
  width: 100%;
  padding: 16px; }

.store-locator .wpsl-search {
  border-radius: 40px 0px 0px 0;
  grid-row: 1;
  position: relative;
  padding-bottom: 0; }
  @media screen and (max-width: 1000px) {
    .store-locator .wpsl-search {
      border-radius: 32px 32px 0 0; } }
  @media screen and (max-width: 600px) {
    .store-locator .wpsl-search {
      border-radius: 24px 24px 0 0; } }
  .store-locator .wpsl-search #wpsl-category label,
  .store-locator .wpsl-search .wpsl-input label,
  .store-locator .wpsl-search #wpsl-radius label,
  .store-locator .wpsl-search #wpsl-results {
    display: none !important; }
  .store-locator .wpsl-search .wpsl-input {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
    margin-right: 0 !important; }
  .store-locator .wpsl-search #wpsl-search-input {
    display: block;
    width: 100%;
    height: 64px;
    border-radius: 16px;
    padding: 0 24px;
    border: 2px solid #273006;
    padding-right: 115px; }
  .store-locator .wpsl-search #wpsl-search-btn {
    position: absolute;
    top: 36px;
    right: 64px;
    background: transparent;
    text-transform: uppercase !important;
    border: 1px solid transparent;
    font-size: 15px;
    color: #273006;
    font-weight: 700;
    font-family: "Commissioner", serif;
    margin: 0;
    box-shadow: none;
    padding: 0; }
  .store-locator .wpsl-search #wpsl-search-wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .store-locator .wpsl-search #wpsl-category,
  .store-locator .wpsl-search .wpsl-select-wrap {
    width: calc(50% - 4px) !important;
    margin: 0; }
    .store-locator .wpsl-search #wpsl-category #wpsl-radius,
    .store-locator .wpsl-search #wpsl-category .wpsl-dropdown,
    .store-locator .wpsl-search .wpsl-select-wrap #wpsl-radius,
    .store-locator .wpsl-search .wpsl-select-wrap .wpsl-dropdown {
      width: 100%; }

.store-locator #wpsl-result-list {
  border-radius: 0px 0px 0px 40px;
  grid-row: 2;
  padding-top: 8px; }
  @media screen and (max-width: 1000px) {
    .store-locator #wpsl-result-list {
      border-radius: 0;
      padding-bottom: 0; } }

.store-locator #wpsl-stores ul li {
  padding: 16px !important;
  padding-left: 116px !important;
  border-radius: 16px;
  position: relative;
  margin-bottom: 8px;
  border: none !important;
  font-size: 14px; }
  @media screen and (max-width: 600px) {
    .store-locator #wpsl-stores ul li {
      padding-left: 16px !important;
      padding-top: 104px !important; } }
  .store-locator #wpsl-stores ul li:last-child {
    margin-bottom: 0; }
  .store-locator #wpsl-stores ul li a {
    color: #353C1B; }
  .store-locator #wpsl-stores ul li .wpsl-store-thumb {
    position: absolute;
    display: block;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 16px;
    left: 16px;
    top: 16px;
    margin: 0; }
    @media screen and (max-width: 600px) {
      .store-locator #wpsl-stores ul li .wpsl-store-thumb {
        width: 68px !important;
        height: 68px !important; } }
  .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    margin-bottom: 8px; }
    .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child strong {
      font-family: "Commissioner", serif;
      font-size: 20px;
      line-height: 22px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 16px;
      width: 100%; }
      @media screen and (max-width: 1439px) {
        .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child strong {
          line-height: 19.8px;
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child strong {
          font-size: 16px;
          line-height: 17.6px; } }
    .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child span {
      position: relative; }
      .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child span::after {
        position: absolute;
        content: ',';
        font-size: 16px;
        bottom: 0;
        right: -3px; }
      .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child span:last-child:after {
        display: none; }
    .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child .wpsl-street {
      padding-left: 36px; }
      .store-locator #wpsl-stores ul li .wpsl-store-location p:first-child .wpsl-street::before {
        position: absolute;
        content: '📍';
        width: 20px;
        height: 22px;
        top: 0;
        left: 0; }
  .store-locator #wpsl-stores ul li .wpsl-store-location p:nth-child(3) {
    display: none; }
  .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details {
    margin-bottom: 0; }
    .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span {
      font-size: 0; }
      .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span strong {
        margin-right: 16px;
        font-size: 14px; }
        .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span strong img {
          display: block;
          width: 20px;
          height: 22px;
          object-fit: contain; }
      .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span a {
        font-size: 14px;
        transition: all .3s; }
        .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span a:hover {
          color: #A2C617;
          text-decoration: underline;
          text-underline-offset: 4px; }
  .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-more-info-listings {
    display: block;
    margin-bottom: 16px; }
    .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-more-info-listings .wpsl-store-hours {
      margin-top: 0;
      display: flex; }
      .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-more-info-listings .wpsl-store-hours strong {
        margin-right: 16px; }
        .store-locator #wpsl-stores ul li .wpsl-store-location .wpsl-more-info-listings .wpsl-store-hours strong img {
          display: block;
          width: 20px;
          height: 22px; }
  .store-locator #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F5C6;
    padding: 0 24px;
    font-family: "Commissioner", serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    height: 48px;
    width: fit-content;
    transition: all .4s; }
    .store-locator #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions:hover {
      background: #F2F973; }

.store-locator #wpsl-gmap {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  height: auto !important;
  border-radius: 0 40px 40px 0; }
  @media screen and (max-width: 1000px) {
    .store-locator #wpsl-gmap {
      height: 600px !important;
      order: 3;
      border-radius: 0 0 32px 32px; } }
  @media screen and (max-width: 675px) {
    .store-locator #wpsl-gmap {
      margin-top: 0; } }
  @media screen and (max-width: 600px) {
    .store-locator #wpsl-gmap {
      border-radius: 0 0 24px 24px;
      height: 260px !important; } }

.store-locator .wpsl-dropdown {
  font-size: 15px;
  font-family: "Commissioner", serif;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  cursor: pointer;
  color: #273006;
  background: #F3F5C6;
  border: 3px solid transparent;
  padding: 0px 24px;
  height: 48px;
  background: #2730061A;
  border-radius: 12px; }

.store-locator #wpsl-gmap .wpsl-info-window {
  width: fit-content !important;
  max-width: none !important; }

.store-locator .wpsl-infobox {
  max-width: 464px !important;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: none;
  background: #FFFBF0 !important;
  border-radius: 24px;
  padding: 16px 24px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Commissioner", serif;
  width: fit-content !important; }
  .store-locator .wpsl-infobox a {
    color: #353C1B;
    transition: all .3s; }
    .store-locator .wpsl-infobox a:hover {
      color: #A2C617;
      text-decoration: underline;
      text-underline-offset: 4px; }
  .store-locator .wpsl-infobox span {
    display: block;
    width: max-content;
    font-size: 0; }
    .store-locator .wpsl-infobox span strong {
      font-size: initial;
      margin-right: 16px; }
      .store-locator .wpsl-infobox span strong img {
        display: block;
        width: 20px;
        height: 22px;
        object-fit: contain; }
    .store-locator .wpsl-infobox span a {
      font-size: initial; }
  .store-locator .wpsl-infobox p span {
    font-size: initial; }
  .store-locator .wpsl-infobox p strong {
    display: block;
    font-family: "Commissioner", serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 11px;
    width: 100%; }
    @media screen and (max-width: 1439px) {
      .store-locator .wpsl-infobox p strong {
        line-height: 19.8px;
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .store-locator .wpsl-infobox p strong {
        font-size: 16px;
        line-height: 17.6px; } }
  .store-locator .wpsl-infobox .wpsl-info-actions .wpsl-directions {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F5C6;
    padding: 0 24px;
    font-family: "Commissioner", serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    height: 48px;
    width: fit-content;
    transition: all .4s; }
    .store-locator .wpsl-infobox .wpsl-info-actions .wpsl-directions:hover {
      background: #F2F973; }
  .store-locator .wpsl-infobox::before, .store-locator .wpsl-infobox::after {
    border-top: 13px solid #FFFBF0; }

.contact-locator .wrapper {
  background: #C3DFFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  margin-bottom: 40px;
  padding: 40px;
  gap: 157px; }
  @media screen and (max-width: 930px) {
    .contact-locator .wrapper {
      margin-top: 48px;
      margin-bottom: 32px;
      border-radius: 32px;
      padding: 32px 44px;
      gap: 52px; } }
  @media screen and (max-width: 600px) {
    .contact-locator .wrapper {
      margin-top: 24px;
      margin-bottom: 24px;
      border-radius: 24px;
      padding: 24px;
      flex-direction: column-reverse; } }

.contact-locator .wrapper-main {
  max-width: 479px;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.contact-locator .link {
  max-height: 48px;
  width: fit-content; }

.contact-locator .wrapper-images {
  position: relative;
  display: flex;
  align-items: end;
  max-height: 232px;
  margin-bottom: -50px; }
  @media screen and (max-width: 992px) {
    .contact-locator .wrapper-images {
      margin-bottom: 0;
      margin-top: -80px; } }
  @media screen and (max-width: 600px) {
    .contact-locator .wrapper-images {
      margin-top: -45px;
      margin-left: auto;
      margin-right: 16px; } }

.contact-locator .bob-img {
  display: block;
  max-width: 281px;
  height: auto;
  object-fit: contain; }
  @media screen and (max-width: 992px) {
    .contact-locator .bob-img {
      max-width: 216px; } }
  @media screen and (max-width: 700px) {
    .contact-locator .bob-img {
      max-width: 150px; } }

.contact-locator .other-products__label {
  bottom: 40px;
  left: -114px;
  z-index: 2; }
  @media screen and (max-width: 992px) {
    .contact-locator .other-products__label {
      bottom: -67px;
      left: 17px; } }
  @media screen and (max-width: 600px) {
    .contact-locator .other-products__label {
      bottom: 0;
      left: -130px; } }

.section-blog-overview {
  padding: 24px 0;
  position: relative; }
  @media (max-width: 1150px) {
    .section-blog-overview {
      padding: 20px 0; } }
  @media screen and (max-width: 767px) {
    .section-blog-overview {
      padding: 16px 0; } }
  .section-blog-overview .works-filter__wrap-titles {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px; }
    @media (max-width: 1150px) {
      .section-blog-overview .works-filter__wrap-titles {
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .section-blog-overview .works-filter__wrap-titles {
        justify-content: flex-start;
        overflow-x: auto;
        /* add scroll */
        white-space: nowrap;
        padding-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .section-blog-overview .works-filter__wrap-titles {
        margin-bottom: 32px; } }
  .section-blog-overview .works-filter__wrap-titles::-webkit-scrollbar {
    height: 4px; }
  .section-blog-overview .works-filter__wrap-titles::-webkit-scrollbar-thumb {
    background-color: #27300624;
    border-radius: 5px; }
  .section-blog-overview .works-filter__wrap-titles::-webkit-scrollbar-thumb:hover {
    background-color: #555; }
  .section-blog-overview .category-item {
    font-family: "Commissioner", serif;
    font-size: 15px;
    color: #273006;
    font-weight: 700;
    padding: 20px 24px;
    border: 2px solid #27300624;
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    transition: .3s;
    text-transform: uppercase; }
    .section-blog-overview .category-item.active {
      background-color: #F3F5C6;
      border: 2px solid #A2C617; }
  .section-blog-overview .works-content__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
    @media (max-width: 1150px) {
      .section-blog-overview .works-content__wrapper {
        gap: 32px; } }
    @media screen and (max-width: 767px) {
      .section-blog-overview .works-content__wrapper {
        gap: 20px 0; } }
    .section-blog-overview .works-content__wrapper .item:not(.info-block) {
      cursor: pointer; }
    .section-blog-overview .works-content__wrapper .item {
      z-index: 4;
      position: relative;
      width: calc(33.3% - 27px);
      display: block; }
      @media (max-width: 1150px) {
        .section-blog-overview .works-content__wrapper .item {
          width: calc(50% - 16px); } }
      @media screen and (max-width: 767px) {
        .section-blog-overview .works-content__wrapper .item {
          width: 100%; } }
    .section-blog-overview .works-content__wrapper .info-block {
      border-radius: 40px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      min-height: 386px;
      position: relative;
      padding: 40px; }
      @media (max-width: 1150px) {
        .section-blog-overview .works-content__wrapper .info-block {
          padding: 32px;
          min-height: 320px; } }
      .section-blog-overview .works-content__wrapper .info-block img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        display: block;
        max-height: 85%; }
      .section-blog-overview .works-content__wrapper .info-block .h3-title {
        margin-bottom: 12px;
        z-index: 4;
        position: relative; }
      .section-blog-overview .works-content__wrapper .info-block .content {
        z-index: 4;
        position: relative;
        margin-bottom: 12px; }
      .section-blog-overview .works-content__wrapper .info-block .bottom-content {
        display: flex; }
      .section-blog-overview .works-content__wrapper .info-block .button-type-1 {
        z-index: 4;
        position: relative; }
    .section-blog-overview .works-content__wrapper .wrap-content {
      padding: 12px 0 0 0; }
    .section-blog-overview .works-content__wrapper .rect-outer {
      padding-top: 65%;
      border-radius: 40px;
      overflow: hidden; }
    .section-blog-overview .works-content__wrapper .category {
      font-family: "Commissioner", serif;
      line-height: 19.6px;
      font-size: 14px;
      color: #353C1B;
      font-weight: 400;
      padding: 4px 12px;
      background-color: #F3F5C6;
      border-radius: 10px;
      margin-top: 12px;
      display: inline-block; }
  .section-blog-overview .wrap-link {
    display: flex;
    justify-content: center;
    cursor: pointer; }
    .section-blog-overview .wrap-link .inner-wrap .btn-loadmore {
      margin-top: 56px; }
      @media (max-width: 1150px) {
        .section-blog-overview .wrap-link .inner-wrap .btn-loadmore {
          margin-top: 44px; } }
      @media (max-width: 767px) {
        .section-blog-overview .wrap-link .inner-wrap .btn-loadmore {
          margin-top: 40px; } }
      .section-blog-overview .wrap-link .inner-wrap .btn-loadmore.hidden {
        display: none; }
  .section-blog-overview .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
  .section-blog-overview .fade-in.visible {
    opacity: 1;
    transform: translateY(0); }

.contact-blocks {
  padding: 0; }
  .contact-blocks .wrapper {
    margin-top: 40px;
    margin-bottom: 80px; }
    @media screen and (max-width: 930px) {
      .contact-blocks .wrapper {
        margin-top: 35px;
        margin-bottom: 56px; } }
    @media screen and (max-width: 600px) {
      .contact-blocks .wrapper {
        margin-top: 24px;
        margin-bottom: 40px; } }
  .contact-blocks .block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding-bottom: 32px;
    border-radius: 40px;
    overflow: hidden; }
    @media screen and (max-width: 930px) {
      .contact-blocks .block {
        border-radius: 32px;
        padding-bottom: 24px; } }
    @media screen and (max-width: 600px) {
      .contact-blocks .block {
        border-radius: 24px; } }
    .contact-blocks .block:nth-child(1) {
      background: #FEE79C; }
    .contact-blocks .block:nth-child(2) {
      background: #FEC8D0; }
    .contact-blocks .block:nth-child(3) {
      background: #DEC5E9; }
  .contact-blocks img {
    display: block;
    width: 100%;
    height: 231px;
    object-fit: cover; }
    @media screen and (max-width: 1100px) {
      .contact-blocks img {
        height: 190px; } }
    @media screen and (max-width: 600px) {
      .contact-blocks img {
        height: 160px; } }
  .contact-blocks .content {
    padding: 32px;
    padding-bottom: 16px; }
    @media screen and (max-width: 930px) {
      .contact-blocks .content {
        padding: 24px;
        padding-bottom: 9px; } }
  .contact-blocks .title {
    max-width: 300px;
    margin-bottom: 16px; }
  .contact-blocks .button {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 0 32px;
    cursor: pointer;
    width: fit-content; }
    .contact-blocks .button:focus {
      border: 2px dashed transparent; }
  .contact-blocks .other-products__bottom {
    display: none; }
    @media screen and (max-width: 1100px) {
      .contact-blocks .other-products__bottom {
        display: flex;
        margin-left: 0; } }

.contact-main .wrapper {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  max-width: 1065px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px; }
  @media screen and (max-width: 991px) {
    .contact-main .wrapper {
      flex-direction: column; } }
  @media screen and (max-width: 930px) {
    .contact-main .wrapper {
      margin-top: 35px;
      margin-bottom: 56px;
      gap: 48px; } }
  @media screen and (max-width: 600px) {
    .contact-main .wrapper {
      margin-top: 24px;
      margin-bottom: 40px;
      gap: 24px; } }

.contact-main .main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 40%;
  max-width: 442px; }
  @media screen and (max-width: 991px) {
    .contact-main .main {
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      max-width: none; } }
  @media screen and (max-width: 930px) {
    .contact-main .main {
      gap: 32px; } }
  @media screen and (max-width: 600px) {
    .contact-main .main {
      gap: 24px; } }
  @media screen and (max-width: 500px) {
    .contact-main .main {
      flex-direction: column; } }

.contact-main .main-info {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.contact-main .tel {
  display: flex;
  gap: 12px;
  align-items: center; }
  .contact-main .tel a {
    color: #353C1B;
    transition: all .3s; }
    .contact-main .tel a:hover {
      color: #A2C617;
      text-decoration: underline;
      text-underline-offset: 4px; }

.contact-main .social {
  display: flex;
  gap: 16px; }
  .contact-main .social a {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 4px;
    background: #273006;
    transition: all .4s; }
    .contact-main .social a:hover {
      background: #A2C617; }
    .contact-main .social a img {
      display: block;
      object-fit: contain;
      width: 18px;
      height: 18px; }

.contact-main .store {
  background: #C3DFFF;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 24px; }
  @media screen and (max-width: 930px) {
    .contact-main .store {
      border-radius: 20px;
      padding: 20px;
      width: 209px;
      flex-direction: column; } }
  @media screen and (max-width: 600px) {
    .contact-main .store {
      border-radius: 16px;
      padding: 16px; } }
  @media screen and (max-width: 500px) {
    .contact-main .store {
      width: 100%;
      align-items: flex-start; } }
  .contact-main .store img {
    display: block;
    border-radius: 12px;
    height: 118px;
    width: 128px;
    object-fit: cover; }
    @media screen and (max-width: 930px) {
      .contact-main .store img {
        width: 100%; } }

.contact-main .store-main {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .contact-main .store-main a {
    max-height: 48px;
    border-radius: 12px;
    padding: 20px 24px;
    width: max-content; }
    .contact-main .store-main a svg {
      margin-left: 0;
      margin-right: 8px; }

.contact-main .forms {
  position: relative;
  width: 60%; }
  @media screen and (max-width: 991px) {
    .contact-main .forms {
      width: 100%; } }

.contact-main .form {
  display: none; }
  .contact-main .form.active {
    display: block; }

.contact-main form p {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .contact-main form p br {
    display: none; }
  @media screen and (max-width: 930px) {
    .contact-main form p {
      gap: 20px; } }
  @media screen and (max-width: 600px) {
    .contact-main form p {
      gap: 16px; } }

.contact-main form .cs_current,
.contact-main form input,
.contact-main form textarea {
  background: transparent;
  border-radius: 16px;
  padding: 16.5px 24px;
  border: 2px solid #353C1B;
  font-size: 18px;
  line-height: 27px;
  width: 100%; }
  .contact-main form .cs_current.wpcf7-not-valid,
  .contact-main form input.wpcf7-not-valid,
  .contact-main form textarea.wpcf7-not-valid {
    border-color: #d90000; }
  .contact-main form .cs_current:-ms-input-placeholder, .contact-main form input:-ms-input-placeholder, .contact-main form textarea:-ms-input-placeholder {
    color: #273006AD; }
  .contact-main form .cs_current::placeholder,
  .contact-main form input::placeholder,
  .contact-main form textarea::placeholder {
    color: #273006AD; }
  .contact-main form .cs_current:hover, .contact-main form .cs_current:focus,
  .contact-main form input:hover,
  .contact-main form input:focus,
  .contact-main form textarea:hover,
  .contact-main form textarea:focus {
    border-width: 3px; }

.contact-main form .cs_current,
.contact-main form input {
  height: 64px; }

.contact-main form textarea {
  height: 140px;
  resize: none; }

.contact-main form select {
  display: none; }

.contact-main form .cs {
  position: relative; }
  .contact-main form .cs .cs_current {
    position: relative;
    cursor: pointer; }
    .contact-main form .cs .cs_current:after {
      position: absolute;
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L7.70711 7.70711C7.31658 8.09763 6.68342 8.09763 6.29289 7.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z%27 fill=%27%23353C1B%27/%3E%3C/svg%3E%0A");
      width: 14px;
      height: 8px;
      transition: all .4s;
      top: 50%;
      transform: translateY(-50%);
      right: 25px; }
    .contact-main form .cs .cs_current.active:after, .contact-main form .cs .cs_current:hover:after {
      transform: translateY(-50%) rotate(180deg); }
    .contact-main form .cs .cs_current.active {
      border-width: 3px; }
  .contact-main form .cs .cs_list {
    position: absolute;
    width: 100%;
    background: #FFFBF0;
    top: 66px;
    left: 0;
    border-radius: 16px;
    padding: 8px;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all .4s;
    z-index: 2;
    box-shadow: 0px 4px 24px 0px #2730060F; }
    .contact-main form .cs .cs_list.active {
      transform: rotateX(0); }
    .contact-main form .cs .cs_list li {
      padding: 12px 16px;
      border-radius: 16px;
      border: 2px solid transparent;
      transition: all .4s;
      cursor: pointer; }
      .contact-main form .cs .cs_list li:hover {
        border: 2px solid #A2C617;
        background: #F3F5C6; }

.contact-main form .subsribe__btn {
  width: fit-content;
  padding: 18px 32px;
  gap: 12px;
  border-radius: 16px;
  border-width: 3px; }
  @media screen and (max-width: 767px) {
    .contact-main form .subsribe__btn {
      font-size: 15px;
      color: #273006; } }
  .contact-main form .subsribe__btn svg {
    display: block;
    transition: all .4s; }
  .contact-main form .subsribe__btn::before {
    width: 20px;
    height: 16px; }
  .contact-main form .subsribe__btn:hover svg {
    transform: translateX(10px); }

.contact-main form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0; }

.contact-main form .wpcf7-acceptance input {
  display: none; }

.contact-main form .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 32px;
  display: inline-block; }
  .contact-main form .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #353C1B;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all .3s; }
    .contact-main form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
      color: #A2C617; }
  .contact-main form .wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 7px;
    border: #273006 2px solid;
    transition: all .3s;
    cursor: pointer; }
  .contact-main form .wpcf7-acceptance .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #A2C617;
    transition: all .3s;
    opacity: 0;
    cursor: pointer; }

.contact-main form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1; }

.contact-main form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  font-size: 11px;
  bottom: -20px; }

.contact-main form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Commissioner", serif;
  font-weight: 700;
  margin-top: 20px; }

.contact-stores .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  position: relative;
  margin-top: 96px;
  margin-bottom: 32px; }
  @media screen and (max-width: 930px) {
    .contact-stores .top {
      margin-top: 64px;
      margin-bottom: 24px; } }
  @media screen and (max-width: 600px) {
    .contact-stores .top {
      margin-top: 56px;
      align-items: flex-start;
      flex-direction: column; } }

@media screen and (max-width: 992px) {
  .contact-stores .title {
    max-width: 464px; } }

@media screen and (max-width: 767px) {
  .contact-stores .title {
    max-width: 342px; } }

.contact-stores .btn-add {
  max-height: 48px; }

.contact-stores .other-products__label {
  font-family: "Commissioner", serif;
  font-weight: 800;
  top: -23px;
  left: -28px;
  opacity: 1; }
  @media screen and (max-width: 1439px) {
    .contact-stores .other-products__label {
      top: -24px;
      left: -12px; } }

.contact-stores .blocks {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 40px 0; }
  @media screen and (max-width: 930px) {
    .contact-stores .blocks {
      padding: 32px 0; } }
  @media screen and (max-width: 600px) {
    .contact-stores .blocks {
      padding: 24px 0; } }

.contact-stores .block {
  width: calc(50% - 8px);
  gap: 32px;
  border-radius: 24px;
  padding: 24px 32px;
  border: 1px #27300624 solid;
  font-size: 14px;
  line-height: 19px;
  display: none; }
  .contact-stores .block.active {
    display: flex; }
  @media screen and (max-width: 992px) {
    .contact-stores .block {
      width: 100%; } }
  @media screen and (max-width: 930px) {
    .contact-stores .block {
      gap: 24px;
      border-radius: 20px;
      padding: 20px 24px; } }
  @media screen and (max-width: 600px) {
    .contact-stores .block {
      border-radius: 16px;
      padding: 16px 24px;
      flex-direction: column; } }
  .contact-stores .block img {
    display: block;
    width: 166px;
    height: 166px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0; }
    @media screen and (max-width: 992px) {
      .contact-stores .block img {
        height: 164px; } }
    @media screen and (max-width: 600px) {
      .contact-stores .block img {
        width: 100%;
        min-width: 100%;
        height: 166px; } }
  .contact-stores .block .h5-title {
    margin-bottom: 16px; }
  .contact-stores .block a {
    display: block;
    color: #353C1B;
    text-decoration: underline;
    text-underline-offset: 4px;
    width: fit-content; }
    .contact-stores .block a:hover {
      color: #a2ab13; }

.contact-stores .adress {
  margin-bottom: 8px; }

.contact-stores .text p {
  margin-top: 4px; }

.contact-stores .text strong {
  font-weight: 700; }

.contact-stores .btn-load {
  max-height: 48px;
  margin: 24px auto; }
  .contact-stores .btn-load:focus {
    border: 2px dashed transparent; }
  @media screen and (max-width: 930px) {
    .contact-stores .btn-load {
      margin: 20px auto; } }
  @media screen and (max-width: 600px) {
    .contact-stores .btn-load {
      margin: 16px auto; } }

.simple-reviews {
  padding: 0;
  overflow: visible; }
  .simple-reviews h2 {
    text-align: center;
    padding-top: 96px;
    padding-bottom: 32px; }
    @media screen and (max-width: 930px) {
      .simple-reviews h2 {
        padding-top: 64px;
        padding-bottom: 24px; } }
    @media screen and (max-width: 600px) {
      .simple-reviews h2 {
        padding-top: 56px; } }
  .simple-reviews .slider-reviews {
    margin: 56px 0;
    overflow: visible; }
    @media screen and (max-width: 930px) {
      .simple-reviews .slider-reviews {
        margin: 32px 0; } }
    @media screen and (max-width: 600px) {
      .simple-reviews .slider-reviews {
        margin: 24px 0; } }
  .simple-reviews.section-testimonials .video-testimonial {
    border-radius: 40px;
    margin-top: 40px;
    max-height: 471px; }
    @media screen and (max-width: 930px) {
      .simple-reviews.section-testimonials .video-testimonial {
        margin-top: 32px;
        max-height: 350px; } }
    @media screen and (max-width: 600px) {
      .simple-reviews.section-testimonials .video-testimonial {
        margin-top: 24px;
        max-height: 251px; } }
    .simple-reviews.section-testimonials .video-testimonial:nth-child(2n) {
      margin-top: 0;
      margin-bottom: 40px; }
      @media screen and (max-width: 930px) {
        .simple-reviews.section-testimonials .video-testimonial:nth-child(2n) {
          margin-bottom: 32px; } }
      @media screen and (max-width: 600px) {
        .simple-reviews.section-testimonials .video-testimonial:nth-child(2n) {
          margin-bottom: 24px; } }
    @media screen and (max-width: 930px) {
      .simple-reviews.section-testimonials .video-testimonial {
        border-radius: 32px; } }
    @media screen and (max-width: 600px) {
      .simple-reviews.section-testimonials .video-testimonial {
        border-radius: 24px; } }
  .simple-reviews .other-products__bottom {
    margin-left: 0; }

.single-facts__banner {
  background: #FEC8D0;
  border-radius: 40px;
  min-height: 524px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  margin: 64px 0;
  gap: 64px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .single-facts__banner {
      padding: 48px;
      gap: 20px; } }
  @media screen and (max-width: 991px) {
    .single-facts__banner {
      flex-direction: column;
      align-items: flex-start;
      min-height: auto;
      padding-bottom: 240px;
      margin: 48px 0;
      border-radius: 32px; } }
  @media screen and (max-width: 650px) {
    .single-facts__banner {
      gap: 16px;
      padding: 24px;
      padding-bottom: 180px;
      margin: 24px 0;
      border-radius: 24px; } }

.single-facts__banner-title {
  font-size: 54px;
  line-height: 54px;
  max-width: 409px;
  width: 100%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .single-facts__banner-title {
      font-size: 44px;
      line-height: 44px;
      max-width: 325px; } }
  @media screen and (max-width: 991px) {
    .single-facts__banner-title {
      max-width: 535px; } }
  @media screen and (max-width: 650px) {
    .single-facts__banner-title {
      font-size: 28px;
      line-height: 28px; } }

.single-facts__banner-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 64px;
  width: fit-content;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .single-facts__banner-items {
      column-gap: 48px;
      max-width: 623px; } }
  @media screen and (max-width: 991px) {
    .single-facts__banner-items {
      max-width: none; } }

.single-facts a {
  transition: all .3s; }
  .single-facts a:hover {
    transform: scale(1.03); }

.single-facts__banner-item {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 323px;
  width: calc(50% - 33px);
  color: #353C1B; }
  @media screen and (max-width: 1200px) {
    .single-facts__banner-item {
      max-width: 288px;
      width: calc(50% - 24px); } }
  @media screen and (max-width: 650px) {
    .single-facts__banner-item {
      padding: 12px 0;
      width: 100%;
      max-width: none; } }

.single-facts__banner-item-icon {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain; }

.single-facts__banner-item-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px; }
  @media screen and (max-width: 991px) {
    .single-facts__banner-item-title {
      font-size: 18px;
      line-height: 19px; } }
  @media screen and (max-width: 500px) {
    .single-facts__banner-item-title {
      font-size: 16px;
      line-height: 17px; } }

.single-facts__banner-item-text {
  font-size: 14px;
  line-height: 19px; }

.single-facts__banner-mark {
  display: block;
  margin: 16px 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-width: 130px;
  height: 66px; }
  @media screen and (max-width: 650px) {
    .single-facts__banner-mark {
      margin: 12px 0; } }

.single-facts__banner-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  pointer-events: none; }
  @media screen and (max-width: 991px) {
    .single-facts__banner-image {
      display: none; } }

.single-facts__banner-image-tablet {
  display: none; }
  @media screen and (max-width: 991px) {
    .single-facts__banner-image-tablet {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      object-fit: cover; } }
  @media screen and (max-width: 480px) {
    .single-facts__banner-image-tablet {
      width: 115%; } }

.single-faqs {
  margin: 32px 0; }
  @media screen and (max-width: 991px) {
    .single-faqs {
      margin: 24px 0; } }
  .single-faqs__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .single-faqs__block {
    background: #FBF4C9;
    border-radius: 24px;
    padding: 0 32px; }
    @media screen and (max-width: 991px) {
      .single-faqs__block {
        padding: 0 24px; } }
  .single-faqs__button {
    font-family: "Commissioner", serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    padding: 24px 0;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    border: none;
    color: #273006;
    width: 100%;
    transition: all 0.6s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left; }
    @media screen and (max-width: 991px) {
      .single-faqs__button {
        font-size: 18px;
        line-height: 19px;
        padding: 20px 0; } }
    @media screen and (max-width: 500px) {
      .single-faqs__button {
        font-size: 16px;
        line-height: 17px;
        padding: 16px 0;
        gap: 15px; } }
    .single-faqs__button.active .single-faqs__icon:after {
      transform: translate(-50%, -50%) rotate(0); }
  .single-faqs__icon {
    display: block;
    background: #FEDA67;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FEDA67;
    position: relative;
    flex-shrink: 0; }
    .single-faqs__icon:after {
      position: absolute;
      content: '';
      transition: all .3s;
      width: 24px;
      height: 24px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(180deg);
      background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M11.2929 8.29289C11.6834 7.90237 12.3166 7.90237 12.7071 8.29289L18.7071 14.2929C19.0976 14.6834 19.0976 15.3166 18.7071 15.7071C18.3166 16.0976 17.6834 16.0976 17.2929 15.7071L12 10.4142L6.70711 15.7071C6.31658 16.0976 5.68342 16.0976 5.29289 15.7071C4.90237 15.3166 4.90237 14.6834 5.29289 14.2929L11.2929 8.29289Z%27 fill=%27%23353C1B%27/%3E%3C/svg%3E%0A"); }
  .single-faqs__content {
    position: relative;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out; }
  .single-faqs__text {
    display: block;
    padding-bottom: 32px; }
    @media screen and (max-width: 991px) {
      .single-faqs__text {
        padding-bottom: 24px; } }
    .single-faqs__text p {
      margin-bottom: 16px; }
      .single-faqs__text p:last-child {
        margin-bottom: 0; }
    .single-faqs__text ul li {
      padding: 8px 0;
      border-bottom: 1px solid #27300624; }
    .single-faqs__text .table {
      max-width: 427px;
      margin-top: -4px; }
      .single-faqs__text .table .table-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 8px 0;
        border-bottom: 1px #27300624 solid; }
        .single-faqs__text .table .table-row.table-top {
          border-bottom: 3px #273006 solid; }
          .single-faqs__text .table .table-row.table-top .table-row-title {
            font-size: 20px;
            text-transform: uppercase; }
            @media screen and (max-width: 991px) {
              .single-faqs__text .table .table-row.table-top .table-row-title {
                font-size: 18px; } }
            @media screen and (max-width: 500px) {
              .single-faqs__text .table .table-row.table-top .table-row-title {
                font-size: 16px; } }
            .single-faqs__text .table .table-row.table-top .table-row-title span {
              font-family: "Commissioner", serif;
              font-weight: 800;
              color: #273006; }
        .single-faqs__text .table .table-row.table-bottom {
          border-bottom: 3px #273006 solid;
          margin-bottom: 8px; }
        .single-faqs__text .table .table-row.table-subrow {
          padding-left: 16px; }
          .single-faqs__text .table .table-row.table-subrow .table-row-title span {
            font-weight: normal; }
        .single-faqs__text .table .table-row p:last-of-type {
          font-size: 16px; }
      .single-faqs__text .table .table-row-title span {
        font-weight: 700;
        margin-right: 8px; }
      .single-faqs__text .table p:last-of-type {
        font-size: 14px; }

.single-toys {
  padding-top: 96px;
  padding-bottom: 32px; }
  @media screen and (max-width: 991px) {
    .single-toys {
      padding-top: 64px;
      padding-bottom: 24px; } }
  @media screen and (max-width: 600px) {
    .single-toys {
      padding-top: 56px; } }
  .single-toys__title {
    font-size: 54px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 24px; }
    @media screen and (max-width: 991px) {
      .single-toys__title {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 600px) {
      .single-toys__title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 16px; } }
  .single-toys__subtitle {
    text-align: center;
    margin-bottom: 32px; }
    @media screen and (max-width: 991px) {
      .single-toys__subtitle {
        margin-bottom: 24px; } }
  .single-toys__blocks {
    display: flex;
    flex-wrap: wrap; }
  .single-toys__block {
    width: 16.6%;
    max-width: 218px;
    padding: 16px; }
    @media screen and (max-width: 1300px) {
      .single-toys__block {
        width: 20%;
        max-width: none; } }
    @media screen and (max-width: 1150px) {
      .single-toys__block {
        width: 25%; } }
    @media screen and (max-width: 991px) {
      .single-toys__block {
        width: 33.3%; } }
    @media screen and (max-width: 600px) {
      .single-toys__block {
        width: 50%; } }
  .single-toys__block-image {
    display: block;
    width: 100%;
    max-width: 186px;
    height: auto;
    max-height: 186px;
    object-fit: contain;
    margin-bottom: 8px; }
    @media screen and (max-width: 600px) {
      .single-toys__block-image {
        width: 147px;
        height: 136px;
        margin: 0 auto;
        margin-bottom: 8px; } }
  .single-toys__block-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .single-toys__block-title {
        font-size: 18px;
        line-height: 19px; } }
  .single-toys__block-text {
    font-size: 14px;
    line-height: 19px;
    text-align: center; }

.single-eat__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #DEC5E9;
  border-radius: 40px;
  overflow: hidden;
  gap: 64px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .single-eat__banner {
      gap: 48px;
      border-radius: 32px; } }
  @media screen and (max-width: 750px) {
    .single-eat__banner {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      border-radius: 24px; } }

.single-eat__image {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover; }
  @media screen and (max-width: 991px) {
    .single-eat__image {
      display: none; } }

.single-eat__image-tablet {
  display: none; }
  @media screen and (max-width: 991px) {
    .single-eat__image-tablet {
      display: block;
      max-width: 336px; } }

.single-eat__main {
  margin: 64px;
  margin-left: 0; }
  @media screen and (max-width: 1100px) {
    .single-eat__main {
      margin: 48px;
      margin-left: 0; } }
  @media screen and (max-width: 750px) {
    .single-eat__main {
      margin: 24px; } }

.single-eat__title {
  text-align: start; }
  @media screen and (max-width: 750px) {
    .single-eat__title {
      margin-bottom: 16px; } }

.single-stores {
  padding: 96px 0 64px 0; }
  @media (max-width: 1150px) {
    .single-stores {
      padding: 64px 0 48px 0; } }
  @media (max-width: 767px) {
    .single-stores {
      padding: 56px 0 24px 0; } }
  .single-stores__title {
    text-align: center; }
  .single-stores__items {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 68px; }
    @media (max-width: 1150px) {
      .single-stores__items {
        margin-top: 62px;
        margin-bottom: 48px; } }
    @media (max-width: 767px) {
      .single-stores__items {
        margin-top: 54px;
        margin-bottom: 24px; } }
  .single-stores__image {
    display: block;
    width: calc(20% - 6px);
    object-fit: contain;
    margin-bottom: 16px; }
    @media (max-width: 1150px) {
      .single-stores__image {
        width: calc(33% - 8px);
        margin-bottom: 8px; } }
  .single-stores .button-type-1 {
    margin: 0 auto;
    width: max-content; }

.sold-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000000b8;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  transform: scale(0);
  transition: all .4s; }
  .sold-popup.active {
    opacity: 1;
    transform: scale(1); }
  .sold-popup__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    background: #FEC8D0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    min-height: 500px;
    width: 1000px;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .sold-popup__wrapper {
        min-height: auto;
        width: 650px; } }
    @media screen and (max-width: 930px) {
      .sold-popup__wrapper {
        border-radius: 32px; } }
    @media screen and (max-width: 700px) {
      .sold-popup__wrapper {
        border-radius: 24px;
        width: 90%;
        flex-direction: column;
        align-items: flex-start; } }
  .sold-popup__image {
    display: block;
    width: 50%;
    height: 100%;
    object-fit: contain; }
    @media screen and (max-width: 1200px) {
      .sold-popup__image {
        width: 40%; } }
    @media screen and (max-width: 700px) {
      .sold-popup__image {
        width: 100%;
        max-height: 200px; } }
  .sold-popup__main {
    width: 50%;
    padding: 40px; }
    @media screen and (max-width: 1200px) {
      .sold-popup__main {
        width: 60%;
        padding: 20px; } }
    @media screen and (max-width: 700px) {
      .sold-popup__main {
        width: 100%; } }
  .sold-popup__title {
    margin-bottom: 16px; }
  .sold-popup__text {
    color: #353C1B; }
  .sold-popup__form {
    margin-top: 16px; }
  .sold-popup__btn {
    max-height: 42px; }
    .sold-popup__btn svg {
      display: none; }
  .sold-popup .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0; }
  .sold-popup .wpcf7-acceptance input {
    display: none; }
  .sold-popup .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 32px;
    display: inline-block;
    margin-top: 24px; }
    .sold-popup .wpcf7-acceptance .wpcf7-list-item-label a {
      color: #353C1B;
      text-decoration: underline;
      text-underline-offset: 4px;
      transition: all .4s; }
      .sold-popup .wpcf7-acceptance .wpcf7-list-item-label a:hover {
        color: #78940D; }
    .sold-popup .wpcf7-acceptance .wpcf7-list-item-label:before {
      content: "";
      position: absolute;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 7px;
      border: #273006 2px solid;
      transition: all .3s;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%); }
    .sold-popup .wpcf7-acceptance .wpcf7-list-item-label:after {
      content: "";
      position: absolute;
      left: 4px;
      width: 12px;
      height: 12px;
      border-radius: 3px;
      background: #A2C617;
      transition: all .3s;
      opacity: 0;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%); }
  .sold-popup .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1; }
  .sold-popup .wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Commissioner", serif;
    font-weight: 700;
    margin-top: 20px !important; }
  .sold-popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  .sold-popup__strawberry {
    position: absolute;
    right: 0;
    width: 150px;
    height: 140px;
    object-fit: contain;
    bottom: -20px; }
    @media screen and (max-width: 1200px) {
      .sold-popup__strawberry {
        bottom: -35px; } }
    @media screen and (max-width: 700px) {
      .sold-popup__strawberry {
        display: none; } }

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/fonts/fontello/css/fontello.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'fontello';
  src: url(./fonts/fontello.eot);
  src: url(./fonts/fontello.eot#iefix) format("embedded-opentype"), url(./fonts/fontello.woff2) format("woff2"), url(./fonts/fontello.woff) format("woff"), url(./fonts/fontello.ttf) format("truetype"), url(2a67413eabc93f8092c3.svg?76411224#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76411224#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-glass:before {
  content: '\e800'; }

/* '' */
.icon-music:before {
  content: '\e801'; }

/* '' */
.icon-search:before {
  content: '\e802'; }

/* '' */

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/swiper/swiper-bundle.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden; }

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/plyr/dist/plyr.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4)); }

.plyr__caption {
  background: #000c;
  background: var(--plyr-captions-background, #000c);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: #0000;
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: #ffffffe6;
  background: var(--plyr-menu-background, #ffffffe6);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid #0000;
  border-top-color: #ffffffe6;
  border: var(--plyr-menu-arrow-size, 4px) solid #0000;
  border-top-color: var(--plyr-menu-background, #ffffffe6);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid #0000;
  border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: #0000001a;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: #23282f1a; }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  appearance: none;
  background: #0000;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: #0000;
  background-image: linear-gradient(90deg, currentColor 0, #0000 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: #0000; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: #0000;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px; }

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px; }

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: #0000;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: #0000; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: #0000; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: #ffffff40;
  background-color: var(--plyr-video-progress-buffered-background, #ffffff40); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199); }

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3; }

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199)); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199)); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a); }

.plyr--audio .plyr__progress__buffer {
  color: #c1c8d199;
  color: var(--plyr-audio-progress-buffered-background, #c1c8d199); }

.plyr--video {
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40)); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40)); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40)); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80); }

.plyr--video .plyr__progress__buffer {
  color: #ffffff40;
  color: var(--plyr-video-progress-buffered-background, #ffffff40); }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:empty:after {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #00000026;
  content: "";
  pointer-events: none; }

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none; }

.plyr__preview-thumb__time-container {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }


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