@import url(https://use.typekit.net/plx4liv.css);
@import url(https://use.typekit.net/nva5mrz.css);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*

Graphik - R,SM
Bahagia - R


font-family: "bodoni-std", sans-serif;

*/
/**Graphik**/
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-Light.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-LightItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-Regular.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-RegularItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-Medium.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-MediumItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-Semibold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-SemiboldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Bahagia";
  src: url("../helpers/fonts/Bahagia.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "typeecon";
  src: url("../helpers/fonts/typeecon.otf") format("opentype");
  font-weight: 400;
}
/**Brandon**/
@font-face {
  font-family: "UniversLTStd";
  src: url("../helpers/fonts/UniversLTStd.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "UniversLTStd";
  src: url("../helpers/fonts/UniversLTStd-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "UniversLTStd";
  src: url("../helpers/fonts/UniversLTStd-Obl.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Anton";
  src: url("../helpers/fonts/Anton.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "GoldenHills";
  src: url("../helpers/fonts/GoldenHillsDEMO.ttf") format("truetype");
  font-weight: 400;
}
/**
font-family: "montserrat", sans-serif;
font-weight: 400; - regular
font-weight: 500; - medium
font-weight: 700; - bold
font-weight: 800; - extabold
font-weight: 900; - black
**/
.inner {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
.inner.gutter {
  max-width: 1253px;
}
.inner.full-width > .cl {
  padding-left: 0;
  padding-right: 0;
}
.inner .cl {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.inner .cl-12 {
  width: 12.5%;
}
.inner .cl-16 {
  width: 16.66%;
}
.inner .cl-20 {
  width: 20%;
}
.inner .cl-28 {
  width: 28%;
}
.inner .cl-25 {
  width: 25%;
}
.inner .cl-33 {
  width: 33.33%;
}
.inner .cl-36 {
  width: 36%;
}
.inner .cl-50 {
  width: 50%;
}
.inner .cl-66 {
  width: 66.66%;
}
.inner .cl-100 {
  width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
  background-color: #f5efe4;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  line-height: 1.5;
}
body .amp {
  font-family: "Montserrat", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Graphik", sans-serif;
  line-height: 1;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 700;
}
body h1 {
  font-size: 50px;
}
body h2 {
  font-size: 50px;
}
body h3 {
  font-size: 30px;
}
body h4 {
  font-size: 21px;
}
body h5 {
  font-size: 19px;
}
body h6 {
  font-size: 13.5px;
}
body p {
  margin-bottom: 15px;
}
body > header {
  position: relative;
  /*
      > .secondary {
          color: #81142b;
          background-color: #f6f1e6;
          padding-top: 17px;
          padding-bottom: 17px;
          .inner {
              max-width: 1487px;
              justify-content: space-between;
              .cl {
                  ul {
                      padding-left: 0;
                      margin-bottom: 0;
                      display: flex;
                      align-items: center;
                      gap: 28px;
                      @media only screen and (max-width: 1054px) {
                          gap: 15px;
                      } 
                      @media only screen and (max-width: 991px) {
                          gap: 18px;
                      }                                        
                      li {
                          list-style: none;
                          line-height: 1;
                          a {
                              text-decoration: none;
                              color: inherit;

                              font-size: 12px;

                              .value {
                                  @media only screen and (max-width: 991px) {
                                      display: none;
                                  }                                
                              }

                          }

                          img {
                              transform: translateY(-1px);
                              height: 14px;
                              width: auto;
                              display: inline-block;
                              margin-right: 3px;
                              @media only screen and (max-width: 1054px) {
                                  margin-right: 1px;
                              } 
                              @media only screen and (max-width: 991px) {
                                  height: 25px;
                              }                            

                          }


                          .lang-translate {

                              display: flex;
                              align-items: center;
                              gap: 2px;
                              position: relative;

                              .flag-icon {
                                  width: 15px;
                                  height: 15px;
                                  display: block;
                                  position: relative;
                                  border-radius: 50%;
                                  overflow: hidden;
                                  @media only screen and (max-width: 991px) {
                                      width: 25px;
                                      height: 25px;
                                  } 

                                  .inside {
                                      background-size: contain;
                                      background-position: center;
                                      height: 100%;
                                      width: 100%;
                                      position: absolute;
                                      top: 50%;
                                      left: 50%;
                                      transform: translate(-50%, -50%);     


                                  }
                              }

                              .value {

                                  @media only screen and (max-width: 991px) {
                                      position: absolute;
                                      right: 0;
                                      bottom: -26px;
                                      display: none;
                                      z-index: 1;
                                  } 
                                  #flags {
                                      display: none;
                                  }
                                  #google_language_translator {
                                      select {
                                          padding-top: 0 !important;
                                          padding-bottom: 0 !important;
                                          margin: 0 !important;
                                          font-size: 12px;
                                          border: 0 !important;
                                          color: #81142b !important;
                                          padding-left: 0 !important;
                                          background-color: #f6f1e6 !important;                                        
                                      }
                                  }
                              }

                          }

                          &.search-wrapper {
                              position: relative;

                              form {

                                  position: absolute;
                                  display: flex;
                                  align-items: center;
                                  justify-content: center;
                                  background-color: #2e4d59;
                                  padding: 4px 4px;
                                  border-radius: 5px;
                                  top: 22px;
                                  right: 0;
                                  display: none;
                                  z-index: 1;
                                  input {
                                      border-radius: 3px;
                                      border: 0;
                                      border-top-right-radius: 0;
                                      border-bottom-right-radius: 0;
                                      font-size: 12px;
                                      height: 20px;
                                      padding-left: 5px;
                                      &::placeholder {
                                          color:#2e4d59;
                                      }                               
                                  }
                                  button {
                                      border-radius: 3px;
                                      border: 0;
                                      border-top-left-radius: 0;
                                      border-bottom-left-radius: 0;
                                      height: 20px;
                                      background-color: #2e4d59;
                                      color: #fff;
                                      font-size: 12px;
                                  }
                              }

                          }


                      }
                  }
              }
          }
      }
  */
}
body > header.no-banner .primary {
  background-color: #81132a;
  padding-top: 20px;
  position: static;
}
body > header > .secondary {
  background-color: #f6f1e6;
}
body > header > .secondary .inner {
  max-width: 1487px;
  justify-content: space-between;
}
body > header > .secondary .inner .cl {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 402px) {
  body > header > .secondary .inner .cl.search-field {
    padding-right: 0;
  }
}
body > header > .secondary .inner .cl > #site-search-js > span {
  margin-right: 5px;
  color: #81132a;
}
body > header > .secondary .inner .cl > #site-search-js .search-icon-wrap {
  display: block;
  max-width: 30px;
}
body > header > .secondary .inner .cl > #site-search-js .search-icon-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
body > header > .secondary .inner .cl > #site-search-js input {
  padding: 0;
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 402px) {
  body > header > .secondary .inner .cl > #site-search-js input {
    width: 81px;
  }
}
body > header > .secondary .inner .cl > #site-search-js input:focus, body > header > .secondary .inner .cl > #site-search-js input:focus-visible {
  outline: none;
}
body > header > .secondary .inner .cl > #site-search-js input::-moz-placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl > #site-search-js input:-ms-input-placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl > #site-search-js input::placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl > #site-search-js button {
  width: 1px;
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: hidden;
}
body > header > .secondary .inner .cl ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (max-width: 1054px) {
  body > header > .secondary .inner .cl ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul {
    gap: 18px;
  }
  body > header > .secondary .inner .cl ul.header-links {
    display: none;
  }
}
body > header > .secondary .inner .cl ul li {
  list-style: none;
  line-height: 1;
}
body > header > .secondary .inner .cl ul li a {
  text-decoration: none;
  color: inherit;
  color: #81132a;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul li a .value {
    display: none;
  }
}
body > header > .secondary .inner .cl ul li img {
  transform: translateY(-1px);
  height: 14px;
  width: auto;
  display: inline-block;
  margin-right: 3px;
}
@media only screen and (max-width: 1054px) {
  body > header > .secondary .inner .cl ul li img {
    margin-right: 1px;
  }
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul li img {
    height: 25px;
  }
}
body > header > .secondary .inner .cl ul li .lang-translate {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
}
body > header > .secondary .inner .cl ul li .lang-translate .flag-icon {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul li .lang-translate .flag-icon {
    width: 25px;
    height: 25px;
  }
}
body > header > .secondary .inner .cl ul li .lang-translate .flag-icon .inside {
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul li .lang-translate .value {
    position: absolute;
    right: 0;
    bottom: -26px;
    display: none;
    z-index: 1;
  }
}
body > header > .secondary .inner .cl ul li .lang-translate .value #flags {
  display: none;
}
body > header > .secondary .inner .cl ul li .lang-translate .value #google_language_translator select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  font-size: 12px;
  border: 0 !important;
  color: #2e4d59 !important;
  padding-left: 0 !important;
  background-color: #f6f1e6 !important;
}
body > header > .secondary .inner .cl ul li.search-wrapper {
  position: relative;
}
body > header > .secondary .inner .cl ul li.search-wrapper form {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e4d59;
  padding: 4px 4px;
  border-radius: 5px;
  top: 22px;
  right: 0;
  display: none;
  z-index: 1;
}
body > header > .secondary .inner .cl ul li.search-wrapper form input {
  border-radius: 3px;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 12px;
  height: 20px;
  padding-left: 5px;
}
body > header > .secondary .inner .cl ul li.search-wrapper form input::-moz-placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl ul li.search-wrapper form input:-ms-input-placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl ul li.search-wrapper form input::placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl ul li.search-wrapper form button {
  border-radius: 3px;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 20px;
  background-color: #81132a;
  color: #fff;
  font-size: 12px;
}
body > header > .secondary .inner .cl .social-media-link-wrapper {
  gap: 10px;
}
body > header > .secondary .inner .cl .social-media-link-wrapper li a {
  font-size: 20px;
}
body > header > .secondary .inner .cl .join-now-btn {
  background-color: #81132a;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 13px 15px;
}
body > header > .primary {
  transition: background-color 0.3s ease-in-out;
  padding-top: 44px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  body > header > .primary {
    padding-top: 20px;
  }
}
body > header > .primary .inner {
  max-width: 1487px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  body > header > .primary .inner {
    align-items: center;
  }
}
body > header > .primary .inner .cl.logo {
  width: 195px;
}
body > header > .primary .inner .cl.menu-n-contacts {
  display: flex;
}
body > header > .primary .inner .cl.menu-n-contacts .hamburger-wrap {
  display: none;
}
@media only screen and (max-width: 991px) {
  body > header > .primary .inner .cl.menu-n-contacts .hamburger-wrap {
    display: block;
  }
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-top: 19px;
  padding-left: 0;
  margin-bottom: 0;
  height: 43px;
}
@media only screen and (max-width: 1290px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media only screen and (max-width: 1178px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
    display: none;
  }
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li {
  list-style: none;
  position: relative;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li > a {
  text-decoration: none;
  color: #faf4e4;
  font-size: 15.5px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 1178px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li > a {
    letter-spacing: 0;
    font-size: 14px;
  }
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li > a:before {
  content: "";
  height: 1px;
  bottom: -1px;
  left: 50%;
  right: 50%;
  background-color: #faf4e4;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li:hover > a:before {
  left: 0;
  right: 0;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #81132a;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  height: 12px;
  background-color: transparent;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
  background-color: #81132a;
  width: auto;
  box-shadow: 0px 1px 13px -6px #000;
  display: none;
  top: 31px;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li {
  list-style: none;
  position: relative;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li a {
  text-decoration: none;
  color: #fff;
  padding: 2px 11px;
  display: block;
  white-space: nowrap;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li > ul {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding-left: 0;
  background-color: #81132a;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li:hover > ul {
  display: block;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:hover:before {
  display: block;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:hover > ul {
  display: block;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:last-of-type > ul {
  transform: unset;
  left: auto;
  right: 0;
}
body > main {
  padding-bottom: 75px;
}
body > main > section {
  margin-top: 75px;
}
body > main.no-space {
  padding-bottom: 0;
}
body footer section.main-details-v2 {
  background-color: #81132a;
  padding-top: 50px;
  padding-bottom: 50px;
}
body footer section.main-details-v2 .inner {
  max-width: 1487px;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details-v2 .inner {
    gap: 30px;
  }
}
body footer section.main-details-v2 .inner .cl {
  color: #f5efe4;
}
body footer section.main-details-v2 .inner .cl.site-description {
  width: 25%;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details-v2 .inner .cl.site-description {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  body footer section.main-details-v2 .inner .cl.site-description {
    text-align: center;
  }
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details-v2 .inner .cl.site-description .lang-translate {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate .flag-icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details-v2 .inner .cl.site-description .lang-translate .flag-icon {
    width: 25px;
    height: 25px;
  }
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate .flag-icon .inside {
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate .value #flags {
  display: none;
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate .value #google_language_translator select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  border: 0 !important;
  color: #ffffff !important;
  padding-left: 0 !important;
  background-color: #81132a !important;
}
body footer section.main-details-v2 .inner .cl.site-description * {
  color: inherit;
}
body footer section.main-details-v2 .inner .cl.site-description *:last-child {
  margin-bottom: 0;
}
body footer section.main-details-v2 .inner .cl.website-details {
  padding-left: 0;
  padding-right: 0;
  width: 75%;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details-v2 .inner .cl.website-details {
    width: 100%;
  }
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details-v2 .inner .cl.website-details .inner-cls {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 768px) {
  body footer section.main-details-v2 .inner .cl.website-details .inner-cls {
    gap: 30px;
  }
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta {
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
  color: #f5efe4;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta {
    width: 100% !important;
    text-align: center;
  }
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta:nth-child(4) {
  flex: 1;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta:last-of-type {
  width: auto;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta:last-of-type {
    width: 20%;
  }
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta h3,
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta h4 {
  color: inherit;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta a {
  color: inherit;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta > *:last-child {
  margin-bottom: 0;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .menu-footer {
  padding-left: 0;
  margin-bottom: 0;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .menu-footer li {
  list-style: none;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .menu-footer li a {
  color: inherit;
  text-decoration: none;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .social-media-link-wrapper {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -15px;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .social-media-link-wrapper li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .social-media-link-wrapper li a {
  text-align: none;
  font-size: 18px;
}
body footer section.main-details-v2 .inner .cl.cl-100 {
  margin-top: 40px;
}
body footer section.main-details-v2 .inner .cl .logo-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-flow: row wrap;
}
body footer section.main-details-v2 .inner .cl .logo-list a {
  display: block;
  height: 30px;
  width: auto;
  opacity: 0.65;
}
body footer section.main-details-v2 .inner .cl .logo-list a img {
  height: 100%;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  transition: all 0.5s ease-in-out;
}
body footer section.main-details {
  display: none;
  background-color: #81132a;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body footer section.main-details .inner {
  max-width: 1487px;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details .inner {
    gap: 15px;
  }
}
body footer section.main-details .inner .other-details {
  width: 32.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer section.main-details .inner .other-details .menu-footer,
body footer section.main-details .inner .other-details .contact-info {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
body footer section.main-details .inner .other-details .menu-footer li,
body footer section.main-details .inner .other-details .contact-info li {
  list-style: none;
}
body footer section.main-details .inner .other-details .menu-footer li a,
body footer section.main-details .inner .other-details .contact-info li a {
  color: #f5efe4;
  text-decoration: none;
  font-size: 15px;
}
body footer section.main-details .inner .other-details .menu-footer li a img,
body footer section.main-details .inner .other-details .contact-info li a img {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  transform: translateY(-1px);
  height: auto;
}
body footer section.main-details .inner .logo-wrap {
  width: 35%;
}
body footer section.main-details .inner .logo-wrap a {
  display: block;
  height: auto;
  max-width: 286px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
body footer section.main-details .inner .logo-wrap a img {
  width: 100%;
  height: auto;
  display: block;
}
body footer section.main-details .inner .logo-wrap:before, body footer section.main-details .inner .logo-wrap:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 2px;
  height: 94px;
  background-color: #98a4a4;
}
body footer section.main-details .inner .logo-wrap:before {
  left: -1px;
}
body footer section.main-details .inner .logo-wrap:after {
  right: -1px;
}
@media only screen and (max-width: 1272px) {
  body footer section.main-details .inner .cl {
    width: 100%;
  }
  body footer section.main-details .inner .cl.logo-wrap {
    order: 1;
  }
  body footer section.main-details .inner .cl.logo-wrap:before, body footer section.main-details .inner .cl.logo-wrap:after {
    display: none;
  }
  body footer section.main-details .inner .cl.other-details:first-child {
    order: 2;
  }
  body footer section.main-details .inner .cl.other-details:last-child {
    order: 3;
  }
}
body.logged-in > header .primary.im-sticky.see-im-sticky {
  top: 32px !important;
}
@media only screen and (max-width: 782px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 46px !important;
  }
}
@media only screen and (max-width: 601px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 0 !important;
  }
}
body .theme-btn {
  background-color: #81132a;
  letter-spacing: 1.9px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  border-radius: 5px;
  color: #faf4e4;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
body .theme-btn:hover {
  opacity: 0.85;
}
body.single-tribe_events #tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events {
  overflow: unset;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 75px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 11px -10px #000;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100 .page-banner {
  margin-top: 30px;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap h1 {
  margin-bottom: 10px;
  text-align: center;
  color: #81132a;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap h4.date {
  text-align: center;
  color: #81132a;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap h4.date,
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap p.date {
  text-transform: uppercase;
  margin-bottom: 0;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap .editor-genformat-bigger {
  margin-top: 30px;
  font-weight: 500;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap .editor-genformat-bigger > *:last-child {
  margin-bottom: 0;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap .theme-btn {
  display: inline-flex;
}
body.single-tribe_events footer.main-foot {
  margin-top: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container {
  min-height: auto;
  padding: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .tribe-events-header__events-bar,
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .tribe-events-header__messages {
  display: none;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-common-c-btn-icon {
  all: unset;
  font-size: 55px;
  color: #3f3f3f;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 53px;
  padding-top: 10px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 59px;
  padding-right: 59px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker h2 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0082ba;
  padding-top: 8px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker .theme-btn {
  background-color: #0082ba;
  color: #fff;
  border: 1px solid #0082ba;
  background-image: none;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker .theme-btn:hover {
  background-color: transparent;
  color: #0082ba;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column {
  background-color: #828282;
  padding: 21px 0;
  border: 3px solid #ffffff;
  border-top: 0;
  border-bottom: 3px solid #ffffff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3 {
  color: #fff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3 .tribe-events-calendar-month__header-column-title-desktop {
  font-size: 21px;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  text-align: center;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:first-of-type {
  background-color: #0082ba;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body {
  border-top: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
  border: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day {
  border: 3px solid #ffffff;
  background-color: #f2f2f2;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day:first-of-type {
  background-color: #e6f2ff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day:first-of-type .tribe-events-calendar-month__day-cell h3 {
  color: #4fadff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3 {
  color: #4f4f4f;
  opacity: 1;
  font-weight: 500;
  font-size: 26px;
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3 .tribe-events-calendar-month__day-date-daynum {
  color: inherit;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article {
  padding-left: 12px;
  padding-right: 12px;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article .tribe-events-calendar-month__calendar-event-details h3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article .tribe-events-calendar-month__calendar-event-details h3 a {
  margin-bottom: 0;
}
@media only screen and (max-width: 601px) {
  body #wpadminbar {
    display: none;
  }
}
body.search header.no-banner .empty-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e8d9cc;
  text-align: center;
  color: #81132a;
}
body.search header.no-banner .empty-banner > * {
  color: inherit !important;
}
body.single-community-news main section.single-post > div .inner {
  max-width: 1200px;
}
body.single-community-news main section.single-post > div .inner .cl h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #81132a;
}
body.single-community-news main section.single-post > div .inner .cl > *:last-child {
  margin-bottom: 0;
}
body.single-community-news main section.single-post > div .inner.gallery {
  flex-flow: row wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  body.single-community-news main section.single-post > div .inner.gallery .thumbnail {
    width: 50%;
  }
}
@media only screen and (max-width: 619px) {
  body.single-community-news main section.single-post > div .inner.gallery .thumbnail {
    width: 100%;
  }
}
body.single-community-news main section.single-post > div .inner.gallery .thumbnail .thumbnail-wrap {
  display: block;
  aspect-ratio: 1/0.7;
  overflow: hidden;
}
body.single-community-news main section.single-post > div .inner.gallery .thumbnail .thumbnail-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
body.single-community-news main section.single-post > div .inner.gallery .thumbnail .thumbnail-wrap:hover img {
  transform: scale(1.03);
}

section {
  /**

  Last week, I worked on BugHerd tasks for Ryde Eastwood Leagues 
  and set video banners for the Ryde Eastwood Leagues site.

  */
}
section.image-banner > div {
  background-color: #f6f1e6;
}
section.image-banner > div.no-top-space {
  margin-top: -70px;
}
@media only screen and (min-width: 1520px) {
  section.image-banner > div.no-top-space {
    margin-top: -4.6052631579vw;
  }
}
section.image-banner .content {
  position: relative;
}
section.image-banner .image-list {
  overflow: hidden;
}
section.image-banner .image-list .img {
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img {
    padding-top: 0 !important;
    height: 350px;
  }
}
section.image-banner .image-list .img .overlay {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, transparent 46%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.image-banner .image-list .img .captions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.986vw;
  padding-top: 100px;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img .captions {
    padding-bottom: 67px;
  }
}
@media only screen and (max-width: 597px) {
  section.image-banner .image-list .img .captions {
    align-items: center;
  }
}
section.image-banner .image-list .img .captions .details {
  text-align: center;
  color: #ffffff;
}
section.image-banner .image-list .img .captions .details h1,
section.image-banner .image-list .img .captions .details h2 {
  font-size: 4.4736842105vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img .captions .details h1,
section.image-banner .image-list .img .captions .details h2 {
    font-size: 54.378px;
  }
}
section.image-banner .image-list .img .captions .details h3,
section.image-banner .image-list .img .captions .details h4 {
  font-size: 4.1447368421vw;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img .captions .details h3,
section.image-banner .image-list .img .captions .details h4 {
    font-size: 41.778947px;
  }
}
section.image-banner .image-list .img .captions .details em {
  font-family: "GoldenHills";
}
section.image-banner .image-list .img .captions .details > * {
  color: inherit;
}
section.image-banner .image-list .img .captions .details > *:last-child {
  margin-bottom: 0;
}
section.image-banner .image-list .slick-dots {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 44px;
       column-gap: 44px;
  position: absolute;
  bottom: 3vw;
  width: 100%;
}
section.image-banner .image-list .slick-dots li {
  margin-bottom: 0;
  display: block;
  list-style: none;
  line-height: 0;
}
section.image-banner .image-list .slick-dots li button {
  font-size: 0;
  border: 0;
  background-color: #fff;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
section.image-banner .image-list .slick-dots li.slick-active button {
  opacity: 1;
}
section.image-banner.as-video .content .overlay {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, transparent 46%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.image-banner .video-wrap .inner-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap {
    height: 320px !important;
  }
}
section.image-banner .video-wrap .inner-wrap .overflow {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #241f21;
  padding-bottom: var(--vimeo-default-h);
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow {
    padding-bottom: 460px;
  }
}
section.image-banner .video-wrap .inner-wrap .overflow iframe {
  transform: scale(1.1);
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    top: -0.0657894737vw;
  }
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    width: 741px;
    transform: translateX(-50%);
    top: -65px;
    left: 50%;
  }
}
section.link-images > div .inner {
  width: 100%;
  max-width: 1487px;
  row-gap: 30px;
}
section.link-images > div .inner .cl {
  width: 25%;
  transition: width 0.5s ease-in-out;
}
section.link-images > div .inner .cl.cl-100 {
  width: 100%;
}
@media only screen and (max-width: 901px) {
  section.link-images > div .inner .cl {
    width: 100%;
  }
}
section.link-images > div .inner .cl .img-wrap {
  display: block;
  height: 618px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1520px) {
  section.link-images > div .inner .cl .img-wrap {
    height: 40.657vw;
  }
}
@media only screen and (max-width: 640px) {
  section.link-images > div .inner .cl .img-wrap {
    height: 260px;
  }
}
section.link-images > div .inner .cl .img-wrap .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
section.link-images > div .inner .cl .img-wrap .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
section.link-images > div .inner .cl .img-wrap .details .links {
  padding-top: 22px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 901px) {
  section.link-images > div .inner .cl .img-wrap .details .links {
    opacity: 1;
  }
}
section.link-images > div .inner .cl .img-wrap .details .links .left-buttons ul,
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
}
section.link-images > div .inner .cl .img-wrap .details .links .left-buttons ul li,
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons ul li {
  list-style: none;
  margin-bottom: 5px;
}
section.link-images > div .inner .cl .img-wrap .details .links .left-buttons ul li:last-of-type,
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons ul li:last-of-type {
  margin-bottom: 0;
}
section.link-images > div .inner .cl .img-wrap .details .links .left-buttons ul li a,
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons ul li a {
  font-size: 14px;
  color: #2e4d59;
  background-color: #f6f1e6;
  border: 1px solid #f6f1e6;
  text-decoration: none;
  padding: 12px 13px;
  display: inline-block;
  border-radius: 15px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  section.link-images > div .inner .cl .img-wrap .details .links .left-buttons ul li a,
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons ul li a {
    padding: 9px 10px;
    font-size: 13px;
  }
}
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  section.link-images > div .inner .cl .img-wrap .details .links .right-buttons ul {
    display: block;
  }
}
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons li {
  display: inline-block;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
  section.link-images > div .inner .cl .img-wrap .details .links .right-buttons li {
    margin-bottom: 5px !important;
    display: flex;
    justify-content: end;
  }
}
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons li a img {
  width: 22px;
  height: auto;
  display: block;
}
section.link-images > div .inner .cl .img-wrap .details .links .right-buttons li.as-btn a {
  width: 39.6px;
  height: 39.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
section.link-images > div .inner .cl .img-wrap .details .title {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.link-images > div .inner .cl .img-wrap .details .title h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}
section.link-images > div .inner .cl .img-wrap .details .title img {
  width: 10px;
  display: block;
  height: auto;
  transition: all 0.5s ease-in-out;
}
section.link-images > div .inner .cl .img-wrap:hover .img-bg {
  transform: scale(1.05);
}
section.link-images > div .inner .cl.active {
  width: 50%;
}
@media only screen and (max-width: 901px) {
  section.link-images > div .inner .cl.active {
    width: 100%;
  }
}
section.link-images > div .inner .cl.active .img-wrap {
  cursor: default;
}
section.link-images > div .inner .cl.active .img-wrap .details .links {
  opacity: 1;
}
section.link-images > div .inner .cl.active .img-wrap .details .title img {
  transform: rotate(180deg);
}
@media only screen and (max-width: 901px) {
  section.link-images > div .inner .cl.active .img-wrap .details .title img {
    display: none;
  }
}
section.the-events-calendar > div .inner {
  max-width: 1487px;
  /*THE LAYOUT-5 START*/
}
section.the-events-calendar > div .inner.layout2 .cl {
  padding-left: 0;
  padding-right: 0;
}
section.the-events-calendar > div .inner.layout2 .cl .title-section {
  display: flex;
  flex-flow: column;
  gap: 17px;
  margin-bottom: 30px;
}
section.the-events-calendar > div .inner.layout2 .cl .title-section .section-title {
  margin-bottom: 0;
}
section.the-events-calendar > div .inner.layout2 .cl .title-section .section-subtitle {
  font-family: "Bahagia";
  font-weight: 100;
  text-align: center;
  font-size: 50px;
  margin-bottom: 0;
}
section.the-events-calendar > div .inner.layout2 .cl .title-section.sub-ttl-top {
  gap: 0;
}
section.the-events-calendar > div .inner.layout2 .cl .title-section.sub-ttl-top .section-subtitle {
  font-size: 50px;
  margin-bottom: -5px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 button.slick-arrow,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 button.slick-arrow {
  display: block;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 56px;
  width: 56px;
  background-color: #f6f1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 button.slick-arrow.slick-prev,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 button.slick-arrow.slick-prev {
  left: 31px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 button.slick-arrow.slick-next,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 button.slick-arrow.slick-next {
  right: 31px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 button.slick-arrow img,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 button.slick-arrow img {
  width: 100%;
  height: auto;
  display: block;
  width: 30px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap {
  display: block;
  aspect-ratio: 355/456;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8d9cc;
  padding-top: 31px;
  position: relative;
  text-decoration: none;
  color: #000000;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap > .price-and-etc,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap > .price-and-etc {
  position: absolute;
  background-color: #81132a;
  color: #fff;
  bottom: 15px;
  left: 0;
  padding: 5px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 30px -10px #000;
  z-index: 1;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap .details,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 36px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 55px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap .details .texts h3,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap .details .texts h3 {
  text-align: center;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap .details .texts .subtitle,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap .details .texts .subtitle {
  text-align: center;
  font-family: "Bahagia";
  font-size: 45px;
  color: #81142b;
  margin-bottom: 25px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap .details .texts .date,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap .details .texts .date {
  text-align: center;
  font-weight: 500;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap .details .texts .excerpt,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap .details .texts .excerpt {
  text-align: center;
  line-height: 1.3;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap .details .texts .price-and-etc,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap .details .texts .price-and-etc {
  text-align: center;
  color: #81142b;
  font-weight: 500;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap .details .texts > *:last-child,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap .details .texts > *:last-child {
  margin-bottom: 0;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap img,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  position: relative;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap:hover img,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap:hover img {
  transform: translateY(87%);
}
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 {
  display: flex;
  flex-flow: row wrap;
  row-gap: 30px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
  width: 25%;
}
@media only screen and (max-width: 1135px) {
  section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
    width: 33.33%;
  }
}
@media only screen and (max-width: 945px) {
  section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 555px) {
  section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
    width: 100%;
  }
}
section.the-events-calendar > div .inner.layout-slider .cl .events-slider2 {
  display: block;
}
section.the-events-calendar > div .inner.layout-slider .cl .events-not-slider2,
section.the-events-calendar > div .inner.layout-slider .cl .outer-events-with-filter,
section.the-events-calendar > div .inner.layout-slider .cl .layout-5 {
  display: none;
}
section.the-events-calendar > div .inner.layout-grid .cl .events-slider2,
section.the-events-calendar > div .inner.layout-grid .cl .outer-events-with-filter,
section.the-events-calendar > div .inner.layout-grid .cl .layout-5 {
  display: none;
}
section.the-events-calendar > div .inner.layout-grid .cl .events-not-slider2 {
  display: flex;
}
section.the-events-calendar > div .inner.layout-month-filter .cl, section.the-events-calendar > div .inner.layout-month-filter-simple .cl {
  /*THE TITLE START*/
  /*THE TITLE END*/
  /*THE FILTER START*/
  /*THE FILTER END*/
  /*THE SLIDER START*/
  /*THE SLIDER END*/
}
section.the-events-calendar > div .inner.layout-month-filter .cl .month-list, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .month-list {
  border-bottom: 1px solid #81132a;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .month-list .slick-list .slick-track, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .month-list .slick-list .slick-track {
  display: flex !important;
  padding-bottom: 14px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .month-list .slick-list .slick-track .wrap .month, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .month-list .slick-list .slick-track .wrap .month {
  height: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #81132a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .month-list .slick-list .slick-track .wrap .month a, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .month-list .slick-list .slick-track .wrap .month a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .month-list .slick-list .slick-track .wrap .month a::before, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .month-list .slick-list .slick-track .wrap .month a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 85px;
  width: 100%;
  bottom: -14px;
  height: 1.5px;
  background-color: transparent;
  transition: background 0.5s ease-in-out;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .month-list .slick-list .slick-track .wrap.slick-slide, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .month-list .slick-list .slick-track .wrap.slick-slide {
  height: inherit !important;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .month-list .slick-list .slick-track .wrap.slick-current .month, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .month-list .slick-list .slick-track .wrap.slick-current .month {
  font-size: 26px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .month-list .slick-list .slick-track .wrap.slick-current .month a:before, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .month-list .slick-list .slick-track .wrap.slick-current .month a:before {
  background-color: #81132a;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-top: 2px;
  padding-bottom: 2px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter {
  margin-left: -5px;
  margin-right: -5px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .slick-track, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .slick-track {
  display: flex !important;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .slick-slide, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .slick-slide {
  height: inherit !important;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .slick-list, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .slick-list {
  padding-bottom: 1px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event {
  padding-left: 5px;
  padding-right: 5px;
  height: 100%;
  position: relative;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .wrapper, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .wrapper {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .featured-image, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .featured-image {
  aspect-ratio: 53/30;
  background-color: #fff;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .featured-image .price-and-etc, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .featured-image .price-and-etc {
  position: absolute;
  background-color: #81132a;
  color: #fff;
  bottom: 15px;
  left: 0;
  padding: 5px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 30px -10px #000;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .featured-image img, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .featured-image img {
  box-sizing: border-box;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .details, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .details {
  padding-top: 27px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 73px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .details h3, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .details h3 {
  text-align: center;
  font-size: 20px;
  color: #81132a;
  margin-bottom: 0;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .details .date, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .details .date {
  text-align: center;
  color: #81132a;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .details .excerpt, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .details .excerpt {
  text-align: center;
  margin-bottom: 0;
  margin-top: 7.5px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .details .price-and-etc, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .details .price-and-etc {
  text-align: center;
  color: #81132a;
  font-weight: 500;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .details .btn-wrapper, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .details .btn-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .events-with-filter .wrap .event .details .btn-wrapper .theme-btn, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .events-with-filter .wrap .event .details .btn-wrapper .theme-btn {
  letter-spacing: 1px;
  height: 31px;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter .slider-notification, section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter .slider-notification {
  text-align: center;
  margin-bottom: 0;
  color: #81132a;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 {
  display: flex;
  flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
  row-gap: 40px;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 button.slick-arrow {
  display: block;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 190px;
  z-index: 1;
  height: 56px;
  width: 56px;
  background-color: #f6f1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 button.slick-arrow {
    top: 12vw;
  }
}
@media only screen and (max-width: 991px) {
  section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 button.slick-arrow {
    top: 16vw;
  }
}
@media only screen and (max-width: 764px) {
  section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 button.slick-arrow {
    top: 24vw;
  }
}
@media only screen and (max-width: 545px) {
  section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 button.slick-arrow {
    top: 48vw;
  }
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 button.slick-arrow.slick-prev {
  left: 22px;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 button.slick-arrow.slick-next {
  right: 22px;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 button.slick-arrow img {
  width: 100%;
  height: auto;
  display: block;
  width: 30px;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .slick-track {
  display: flex !important;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .slick-track .slick-slide {
  height: inherit !important;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap {
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
}
@media only screen and (max-width: 991px) {
  section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap {
    width: 33.33%;
  }
}
@media only screen and (max-width: 764px) {
  section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 545px) {
  section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap {
    width: 100%;
  }
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 355/452;
  display: block;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item .img-wrap .circle-arrow {
  position: absolute;
  background-color: #f6f1e6;
  background-image: url(../helpers/images/events-next-btn.png);
  height: 47px;
  width: 47px;
  border-radius: 50%;
  z-index: 1;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 14px;
  right: 14px;
  transition: all 0.5s ease-in-out;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item .img-wrap .price-and-etc {
  position: absolute;
  background-color: #81132a;
  color: #fff;
  bottom: 15px;
  left: 0;
  padding: 5px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 30px -10px #000;
  z-index: 1;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item .details {
  padding-top: 19px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 19px;
  gap: 12px;
  display: flex;
  flex-flow: column;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item .details > h4 {
  color: #81132a;
  margin-bottom: 0;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item .details .editor > *:last-child {
  margin-bottom: 0;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item .details .price-and-etc {
  color: #81142b;
  font-weight: 500;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item:hover .img-wrap img {
  transform: scale(1.075);
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 .item-wrap .item:hover .img-wrap .circle-arrow {
  opacity: 0.7;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .events-slider2,
section.the-events-calendar > div .inner.layout-month-filter .cl .events-not-slider2,
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter.simple,
section.the-events-calendar > div .inner.layout-month-filter .cl .layout-5 {
  display: none;
}
section.the-events-calendar > div .inner.layout-month-filter .cl .outer-events-with-filter {
  display: block;
}
section.the-events-calendar > div .inner.layout-month-filter-simple .cl .events-slider2,
section.the-events-calendar > div .inner.layout-month-filter-simple .cl .events-not-slider2,
section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter:not(.simple),
section.the-events-calendar > div .inner.layout-month-filter-simple .cl .layout-5 {
  display: none;
}
section.the-events-calendar > div .inner.layout-month-filter-simple .cl .outer-events-with-filter.simple {
  display: block;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl {
  padding-left: 15px;
  padding-right: 15px;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .events-slider2,
section.the-events-calendar > div .inner.layout-layout-5 .cl .events-not-slider2,
section.the-events-calendar > div .inner.layout-layout-5 .cl .outer-events-with-filter {
  display: none;
}
section.the-events-calendar > div .inner.layout-layout-5 .cl .layout-5 {
  display: block;
}
section.the-events-calendar > div.no-title .inner.layout-month-filter-simple .cl .outer-events-with-filter {
  margin-top: 0;
}
section.the-events-calendar.placement-hidden > div .inner .cl .loc-img,
section.the-events-calendar.placement-hidden > div .inner .cl .loc-desc {
  display: none;
}
section.the-events-calendar.placement-thumbnail > div .inner .cl .loc-desc {
  display: none;
}
section.the-events-calendar.placement-description > div .inner .cl .loc-img {
  display: none;
}
section.the-events-calendar.margin-top-x {
  margin-top: 0;
}
section.the-events-calendar.reduced {
  margin-top: 37.5px;
}
section.the-events-calendar.padding-top-default > div {
  padding-top: 75px;
}
section.the-events-calendar.padding-top-x > div {
  padding-top: 0;
}
section.the-events-calendar.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.the-events-calendar.padding-btm-default > div {
  padding-bottom: 75px;
}
section.the-events-calendar.padding-btm-x > div {
  padding-bottom: 0;
}
section.the-events-calendar.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.text-content > div .inner {
  max-width: 1487px;
  row-gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner {
    width: 100% !important;
  }
}
section.text-content > div .inner .cl {
  max-width: 100%;
  height: auto;
  line-height: 1.35;
}
section.text-content > div .inner .cl .top-none,
section.text-content > div .inner .cl .middle-none,
section.text-content > div .inner .cl .bottom-none,
section.text-content > div .inner .cl .top-left,
section.text-content > div .inner .cl .top-center,
section.text-content > div .inner .cl .top-right,
section.text-content > div .inner .cl .middle-left,
section.text-content > div .inner .cl .middle-center,
section.text-content > div .inner .cl .middle-right,
section.text-content > div .inner .cl .bottom-left,
section.text-content > div .inner .cl .bottom-center,
section.text-content > div .inner .cl .bottom-right,
section.text-content > div .inner .cl .none-left,
section.text-content > div .inner .cl .none-center,
section.text-content > div .inner .cl .none-right {
  display: flex;
  height: 100%;
}
section.text-content > div .inner .cl .top-none {
  align-items: flex-start;
}
section.text-content > div .inner .cl .middle-none {
  align-items: center;
}
section.text-content > div .inner .cl .bottom-none {
  align-items: flex-end;
}
section.text-content > div .inner .cl .top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
section.text-content > div .inner .cl .top-center {
  align-items: flex-start;
  justify-content: center;
}
section.text-content > div .inner .cl .top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
section.text-content > div .inner .cl .middle-left {
  align-items: center;
  justify-content: flex-start;
}
section.text-content > div .inner .cl .middle-center {
  align-items: center;
  justify-content: center;
}
section.text-content > div .inner .cl .middle-right {
  align-items: center;
  justify-content: flex-end;
}
section.text-content > div .inner .cl .bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
section.text-content > div .inner .cl .bottom-center {
  align-items: flex-end;
  justify-content: center;
}
section.text-content > div .inner .cl .bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
section.text-content > div .inner .cl .none-left {
  justify-content: flex-start;
}
section.text-content > div .inner .cl .none-center {
  justify-content: center;
}
section.text-content > div .inner .cl .none-right {
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-33 {
    width: 50%;
  }
  section.text-content > div .inner .cl.cl-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 721px) {
  section.text-content > div .inner .cl.cl-33 {
    width: 100%;
  }
}
section.text-content > div .inner .cl.cl-30-70:first-of-type {
  width: 30%;
}
@media only screen and (max-width: 1186px) {
  section.text-content > div .inner .cl.cl-30-70:first-of-type {
    width: 50% !important;
  }
}
@media only screen and (max-width: 741px) {
  section.text-content > div .inner .cl.cl-30-70:first-of-type {
    width: 100% !important;
  }
}
section.text-content > div .inner .cl.cl-30-70:last-of-type {
  width: 70%;
}
@media only screen and (max-width: 1186px) {
  section.text-content > div .inner .cl.cl-30-70:last-of-type {
    width: 50% !important;
  }
}
@media only screen and (max-width: 741px) {
  section.text-content > div .inner .cl.cl-30-70:last-of-type {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-20 {
    width: 30%;
  }
}
@media only screen and (max-width: 769px) {
  section.text-content > div .inner .cl.cl-20 {
    width: 50%;
  }
}
@media only screen and (max-width: 528px) {
  section.text-content > div .inner .cl.cl-20 {
    width: 100%;
  }
}
section.text-content > div .inner .cl a:not(.theme-btn) {
  color: inherit;
}
section.text-content > div .inner .cl > div.has-bg {
  padding: 30px 15px;
  box-shadow: 0 0 10px -6px #000;
  height: 100%;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields {
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  background-color: #f6f1e6;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::-moz-placeholder, section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::-moz-placeholder, section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  color: #7b7a7a;
  text-transform: uppercase;
  font-weight: 400;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:-ms-input-placeholder, section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #7b7a7a;
  text-transform: uppercase;
  font-weight: 400;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #7b7a7a;
  text-transform: uppercase;
  font-weight: 400;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  min-block-size: unset;
  height: 90px;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  color: #7b7a7a;
  text-transform: uppercase;
  font-weight: 400;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select option {
  color: #000;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_date input {
  width: 100%;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield.gsection {
  border: 0;
  padding-top: 15px;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield.gsection:first-of-type {
  padding-top: 0;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform-body .gform_fields .gfield.gsection h3.gsection_title {
  color: #81132a;
  margin-bottom: 0;
  font-size: 25px;
  text-align: center;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform_footer {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
section.text-content > div .inner .cl > div .gform_wrapper form .gform_footer input[type=submit] {
  max-width: none !important;
  background-color: #81132a !important;
  border-radius: 0% !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 2px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  min-height: 30px !important;
  padding-bottom: 2px !important;
  border-radius: 7px !important;
  line-height: 1px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
section.text-content > div .inner .cl > div > * .alignleft {
  margin-right: 15px;
  float: left;
}
section.text-content > div .inner .cl > div > *:last-child {
  margin-bottom: 0;
}
section.text-content.margin-top-x {
  margin-top: 0;
}
section.text-content.reduced {
  margin-top: 37.5px;
}
section.text-content.padding-top-default > div {
  padding-top: 75px;
}
section.text-content.padding-top-x > div {
  padding-top: 0;
}
section.text-content.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.text-content.padding-btm-default > div {
  padding-bottom: 75px;
}
section.text-content.padding-btm-x > div {
  padding-bottom: 0;
}
section.text-content.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.newsletter > div {
  background-color: #e8d9cc;
}
section.newsletter > div .inner {
  max-width: 1520px;
  width: 100%;
}
section.newsletter > div .inner .cl {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl.cl-50 {
    width: 100%;
  }
}
section.newsletter > div .inner .cl .inner-wrapper {
  display: flex;
  flex-flow: row wrap;
}
section.newsletter > div .inner .cl .inner-wrapper .img-wrap {
  width: 51.5%;
}
@media only screen and (max-width: 585px) {
  section.newsletter > div .inner .cl .inner-wrapper .img-wrap {
    width: 100%;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap {
  width: 48.5%;
  padding: 17px 13px;
  padding-right: 0;
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 585px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap {
    width: 100%;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5efe4;
}
@media only screen and (max-width: 585px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form {
    border-radius: 0;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest {
  width: 100%;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields {
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #2e4d59;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 15px;
  font-size: 14px;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::-moz-placeholder, section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::-moz-placeholder, section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  color: #96a6ac;
  text-transform: uppercase;
  font-weight: 400;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:-ms-input-placeholder, section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #96a6ac;
  text-transform: uppercase;
  font-weight: 400;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #96a6ac;
  text-transform: uppercase;
  font-weight: 400;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select[type=checkbox],
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type=checkbox],
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea[type=checkbox] {
  border-bottom: 0;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  min-block-size: unset;
  height: 90px;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  color: #cfac61;
  text-transform: uppercase;
  font-weight: 400;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_date input {
  width: 100%;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox] {
  padding: 0;
  transform: scale(0.6) translate(-12px, 4px);
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_consent label {
  margin-left: -12px;
  color: #96a6ac;
  text-decoration: underline;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform_footer {
  -webkit-margin-before: 55px;
          margin-block-start: 55px;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform_footer input[type=submit] {
  max-width: none !important;
  background-color: #81132a !important;
  border-radius: 0% !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 2px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  min-height: 30px !important;
  padding-bottom: 2px !important;
  border-radius: 7px !important;
  line-height: 1px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 628px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform_footer {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .logo-news {
  display: block;
  max-width: 166px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 628px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .logo-news {
    margin-bottom: 30px;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .logo-news img {
  width: 100%;
  height: auto;
  display: block;
}
section.newsletter > div .inner .cl.description {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl.description {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.newsletter > div .inner .cl.description .editor {
  line-height: 1.3;
}
section.newsletter > div .inner .cl.description .editor h1,
section.newsletter > div .inner .cl.description .editor h2,
section.newsletter > div .inner .cl.description .editor h3,
section.newsletter > div .inner .cl.description .editor h4,
section.newsletter > div .inner .cl.description .editor h5 {
  font-weight: 100;
  line-height: inherit;
  color: #000;
}
section.newsletter > div .inner .cl.description .editor h1 strong,
section.newsletter > div .inner .cl.description .editor h2 strong,
section.newsletter > div .inner .cl.description .editor h3 strong,
section.newsletter > div .inner .cl.description .editor h4 strong,
section.newsletter > div .inner .cl.description .editor h5 strong {
  font-weight: 600;
}
section.newsletter > div .inner .cl.description .editor h1,
section.newsletter > div .inner .cl.description .editor h2 {
  font-size: 78px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 390px) {
  section.newsletter > div .inner .cl.description .editor h1,
section.newsletter > div .inner .cl.description .editor h2 {
    font-size: 50px;
  }
}
section.newsletter > div .inner .cl.description .editor > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl.cl-50:first-child {
    order: 2;
  }
  section.newsletter > div .inner .cl.cl-50:last-child {
    order: 1;
  }
}
section.image-grid > div .inner {
  max-width: 1487px;
  width: 100%;
  row-gap: 30px;
}
@media only screen and (max-width: 800px) {
  section.image-grid > div .inner .cl {
    width: 100%;
  }
}
section.image-grid > div .inner .cl .img-wrap {
  display: block;
  aspect-ratio: 477/490;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
}
section.image-grid > div .inner .cl .img-wrap .details {
  position: absolute;
  width: 100%;
  padding: 22px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.image-grid > div .inner .cl .img-wrap .details h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}
section.image-grid > div .inner .cl .img-wrap .details img {
  width: 10px;
  display: block;
  height: auto;
}
section.image-grid > div .inner .cl .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.image-grid > div .inner .cl .img-wrap.scheme-light .details h4 {
  color: #ffffff;
}
section.image-grid > div .inner .cl .img-wrap.scheme-dark .details h4 {
  color: #2e4d59;
}
section.dining-details {
  padding-left: 15px;
  padding-right: 15px;
}
section.dining-details > div {
  background-color: #fff;
  max-width: 1457px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding-top: 40px;
}
section.dining-details > div .inner {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width: 1091px) {
  section.dining-details > div .inner {
    width: 100%;
    row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
section.dining-details > div .inner .cl {
  padding-top: 5px;
  padding-left: 37px;
  padding-right: 37px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1091px) {
  section.dining-details > div .inner .cl {
    padding: 0 15px;
  }
}
section.dining-details > div .inner .cl .contents > *:last-child {
  margin-bottom: 0;
}
section.dining-details > div .inner .cl.title-n-links {
  width: 22%;
}
@media only screen and (max-width: 1091px) {
  section.dining-details > div .inner .cl.title-n-links {
    width: 100%;
  }
}
section.dining-details > div .inner .cl.title-n-links h3 {
  margin-bottom: 5px;
}
section.dining-details > div .inner .cl.title-n-links h4 {
  margin-bottom: 5px;
}
section.dining-details > div .inner .cl.title-n-links .buttons {
  margin-top: 22px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
@media only screen and (max-width: 1091px) {
  section.dining-details > div .inner .cl.title-n-links .buttons {
    flex-flow: row wrap;
  }
  section.dining-details > div .inner .cl.title-n-links .buttons .theme-btn {
    max-width: 190px;
    width: 100%;
  }
}
section.dining-details > div .inner .cl.left-contents {
  width: 56%;
}
@media only screen and (max-width: 1091px) {
  section.dining-details > div .inner .cl.left-contents {
    width: 70%;
  }
}
@media only screen and (max-width: 631px) {
  section.dining-details > div .inner .cl.left-contents {
    width: 100%;
  }
}
section.dining-details > div .inner .cl.right-contents {
  width: 22%;
  border-left: 2px solid #f6f1e6;
}
@media only screen and (max-width: 1091px) {
  section.dining-details > div .inner .cl.right-contents {
    width: 30%;
  }
}
@media only screen and (max-width: 631px) {
  section.dining-details > div .inner .cl.right-contents {
    width: 100%;
    border-left: 0;
  }
}
section.dining-details > div .inner.gallery-outer-wrap {
  padding-left: 0;
  padding-right: 0;
}
section.dining-details > div .inner .gallery-wrap {
  width: 100%;
  padding-top: 0;
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1091px) {
  section.dining-details > div .inner .gallery-wrap {
    padding-left: 9px;
    padding-right: 9px;
  }
}
section.dining-details > div .inner .gallery-wrap .dining-gallery {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
section.dining-details > div .inner .gallery-wrap .dining-gallery button.slick-arrow {
  display: block;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 56px;
  width: 56px;
  background-color: #f6f1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.dining-details > div .inner .gallery-wrap .dining-gallery button.slick-arrow.slick-prev {
  left: 22px;
}
section.dining-details > div .inner .gallery-wrap .dining-gallery button.slick-arrow.slick-next {
  right: 22px;
}
section.dining-details > div .inner .gallery-wrap .dining-gallery button.slick-arrow img {
  width: 100%;
  height: auto;
  display: block;
  width: 30px;
}
section.dining-details > div .inner .gallery-wrap .wrap {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
section.dining-details > div .inner .gallery-wrap .wrap .img-wrap {
  display: block;
  aspect-ratio: 330/421;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
section.dining-details > div .inner .gallery-wrap .wrap .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.horizontal-line {
  padding-top: 1px;
  width: 100%;
  background-color: #7a8b8e;
  border-top: 1px solid #909d9e;
}
section.image-text > div .inner {
  max-width: 1487px;
}
@media only screen and (max-width: 765px) {
  section.image-text > div .inner {
    row-gap: 15px;
  }
}
section.image-text > div .inner .cl.img-text-wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 765px) {
  section.image-text > div .inner .cl.img-text-wrap {
    flex-flow: column !important;
  }
}
section.image-text > div .inner .cl.img-text-wrap > div {
  width: 50%;
}
@media only screen and (max-width: 765px) {
  section.image-text > div .inner .cl.img-text-wrap > div {
    width: 100% !important;
  }
}
section.image-text > div .inner .cl.img-text-wrap > div.img-wrap {
  display: block;
  aspect-ratio: 729/400;
  width: 50%;
}
section.image-text > div .inner .cl.img-text-wrap > div.img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.image-text > div .inner .cl.img-text-wrap > div.details {
  background-color: #fbfaf6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px;
}
@media only screen and (max-width: 765px) {
  section.image-text > div .inner .cl.img-text-wrap > div.details {
    padding: 30px 15px;
  }
}
section.image-text > div .inner .cl.img-text-wrap > div.details .details-wrap {
  width: 100%;
}
section.image-text > div .inner .cl.img-text-wrap > div.details .details-wrap h1, section.image-text > div .inner .cl.img-text-wrap > div.details .details-wrap h2, section.image-text > div .inner .cl.img-text-wrap > div.details .details-wrap h3, section.image-text > div .inner .cl.img-text-wrap > div.details .details-wrap h4, section.image-text > div .inner .cl.img-text-wrap > div.details .details-wrap h5, section.image-text > div .inner .cl.img-text-wrap > div.details .details-wrap h6 {
  color: #81132a;
}
section.image-text > div .inner .cl.img-text-wrap > div.details .details-wrap > *:last-child {
  margin-bottom: 0;
}
section.image-text > div .inner .cl.img-text-wrap:nth-child(even) {
  flex-flow: row-reverse;
}
section.image-text.margin-top-x {
  margin-top: 0;
}
section.image-text.reduced {
  margin-top: 37.5px;
}
section.image-text.padding-top-default > div {
  padding-top: 75px;
}
section.image-text.padding-top-x > div {
  padding-top: 0;
}
section.image-text.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.image-text.padding-btm-default > div {
  padding-bottom: 75px;
}
section.image-text.padding-btm-x > div {
  padding-bottom: 0;
}
section.image-text.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.team-bod > div .inner {
  row-gap: 30px;
  max-width: 1487px;
  justify-content: center;
}
section.team-bod > div .inner .cl.cl-100 h2 {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  section.team-bod > div .inner .cl.cl-20 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 539px) {
  section.team-bod > div .inner .cl.cl-20 {
    width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  section.team-bod > div .inner .cl.cl-20 {
    width: 100%;
  }
}
section.team-bod > div .inner .cl .team-wrap .img-wrap {
  display: block;
  aspect-ratio: 250/250;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
section.team-bod > div .inner .cl .team-wrap .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.team-bod > div .inner .cl .team-wrap h4 {
  text-align: center;
  margin-bottom: 5px;
}
section.team-bod > div .inner .cl .team-wrap p {
  text-align: center;
  margin-bottom: 0;
}
section.testimonials {
  background-color: #2e4d59;
  padding-top: 75px;
  padding-bottom: 75px;
}
section.testimonials.padding-top-reduced {
  padding-top: 30px;
}
section.testimonials.padding-btm-reduced {
  padding-bottom: 30px;
}
section.testimonials.padding-top-x {
  padding-top: 0;
}
section.testimonials.padding-btm-x {
  padding-bottom: 0;
}
section.testimonials > div .inner {
  max-width: 1450px;
  width: 100%;
}
section.testimonials > div .inner .cl .as-section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
section.testimonials > div .inner .cl .testimonial-list .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
section.testimonials > div .inner .cl .testimonial-list .wrap .qoute p {
  color: #fff;
}
section.testimonials > div .inner .cl .testimonial-list .wrap .qoute p:last-of-type {
  margin-bottom: 0;
}
section.testimonials.light-mode {
  background-color: #fff;
}
section.testimonials.light-mode > div .inner .cl .as-section-title {
  color: #2e4d59;
}
section.testimonials.light-mode > div .inner .cl .testimonial-list .wrap .qoute p {
  color: #2e4d59;
}
section.testimonials.light-mode > div .inner .cl .testimonial-list .wrap .qoute p:last-of-type {
  margin-bottom: 0;
}
section.gallery {
  padding-left: 0;
  padding-right: 0;
}
section.gallery > div {
  max-width: unset;
  border-radius: 0;
}
section.gallery > div .inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 1487px;
}
section.gallery > div .inner .cl {
  padding-left: 15px;
  padding-right: 15px;
}
section.gallery > div .inner .cl-100 {
  padding-top: 0;
  padding-bottom: 0;
}
section.gallery > div .inner .cl-100 h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #81132a;
}
section.gallery > div .inner .gallery-wrap {
  margin-top: 0;
}
section.gallery > div .inner .gallery-wrap .inner-gallery {
  overflow: hidden;
}
section.gallery > div .inner .gallery-wrap .wrap .img-wrap {
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
section.gallery > div .inner .gallery-wrap .wrap .img-wrap img {
  transition: all 0.5s ease-in-out;
}
section.gallery > div .inner .gallery-wrap .wrap .img-wrap:hover img {
  transform: scale(1.03);
}
section.gallery.style-grid > div .inner .cl .dining-gallery {
  display: flex;
  flex-flow: row wrap;
  row-gap: 15px;
}
section.gallery.style-grid > div .inner .cl .dining-gallery .wrap {
  width: 33.33%;
}
@media only screen and (max-width: 991px) {
  section.gallery.style-grid > div .inner .cl .dining-gallery .wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 551px) {
  section.gallery.style-grid > div .inner .cl .dining-gallery .wrap {
    width: 100%;
  }
}
section.gallery.margin-top-x {
  margin-top: 0;
}
section.gallery.reduced {
  margin-top: 37.5px;
}
section.gallery.padding-top-default > div {
  padding-top: 75px;
}
section.gallery.padding-top-x > div {
  padding-top: 0;
}
section.gallery.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.gallery.padding-btm-default > div {
  padding-bottom: 75px;
}
section.gallery.padding-btm-x > div {
  padding-bottom: 0;
}
section.gallery.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.downloadable > div .inner {
  row-gap: 30px;
  max-width: 1487px;
}
@media only screen and (max-width: 1301px) {
  section.downloadable > div .inner .cl.cl-20 {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  section.downloadable > div .inner .cl.cl-20 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 765px) {
  section.downloadable > div .inner .cl.cl-20 {
    width: 50%;
  }
}
@media only screen and (max-width: 464px) {
  section.downloadable > div .inner .cl.cl-20 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  section.downloadable > div .inner .cl.cl-25 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 765px) {
  section.downloadable > div .inner .cl.cl-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 464px) {
  section.downloadable > div .inner .cl.cl-25 {
    width: 100%;
  }
}
section.downloadable > div .inner .cl a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 9px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
section.downloadable > div .inner .cl a:hover {
  transform: scale(1.02);
}
section.downloadable > div .inner .cl a .icon-wrap {
  background-color: #ececec;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
section.downloadable > div .inner .cl a .icon-wrap i {
  color: #2e4d59;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.downloadable > div .inner .cl a .title {
  color: #2e4d59;
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
}
section.carousel-dp > div .inner {
  max-width: 1487px;
}
section.carousel-dp > div .inner .cl {
  padding-left: 0;
  padding-right: 0;
}
section.carousel-dp > div .inner .cl .the-carousel {
  display: block;
}
section.carousel-dp > div .inner .cl .the-carousel .slick-track {
  display: flex !important;
}
section.carousel-dp > div .inner .cl .the-carousel .slick-slide {
  height: inherit !important;
}
section.carousel-dp > div .inner .cl .the-carousel button.slick-arrow {
  display: block;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 56px;
  width: 56px;
  background-color: #f6f1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.carousel-dp > div .inner .cl .the-carousel button.slick-arrow.slick-prev {
  left: 31px;
}
section.carousel-dp > div .inner .cl .the-carousel button.slick-arrow.slick-next {
  right: 31px;
}
section.carousel-dp > div .inner .cl .the-carousel button.slick-arrow img {
  width: 100%;
  height: auto;
  display: block;
  width: 30px;
}
section.carousel-dp > div .inner .cl .the-carousel .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
section.carousel-dp > div .inner .cl .the-carousel .wrap .slide {
  box-shadow: 0 0 21px -18px #000;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
}
section.carousel-dp > div .inner .cl .the-carousel .wrap .img-wrap {
  display: block;
  aspect-ratio: 355/305;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
section.carousel-dp > div .inner .cl .the-carousel .wrap .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  position: relative;
}
section.carousel-dp > div .inner .cl .the-carousel .wrap .details {
  flex: 1;
  padding: 30px 15px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 90px;
}
section.carousel-dp > div .inner .cl .the-carousel .wrap .details h3 {
  font-size: 24px;
  min-height: 48px;
}
section.carousel-dp > div .inner .cl .the-carousel .wrap .details .editor > *:last-child {
  margin-bottom: 0;
}
section.carousel-dp > div .inner .cl .the-carousel .wrap .details .theme-btn {
  margin-top: 0;
  position: absolute;
  bottom: 30px;
}
section.carousel-dp.margin-top-x {
  margin-top: 0;
}
section.carousel-dp.reduced {
  margin-top: 37.5px;
}
section.carousel-dp.padding-top-default > div {
  padding-top: 75px;
}
section.carousel-dp.padding-top-x > div {
  padding-top: 0;
}
section.carousel-dp.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.carousel-dp.padding-btm-default > div {
  padding-bottom: 75px;
}
section.carousel-dp.padding-btm-x > div {
  padding-bottom: 0;
}
section.carousel-dp.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.link-images-2 > div .inner {
  width: 100%;
  max-width: 1467px;
  row-gap: 30px;
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner {
    flex-flow: column;
    row-gap: 10px;
  }
}
section.link-images-2 > div .inner .cl {
  width: 25%;
  transition: width 0.5s ease-in-out;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner .cl {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
  }
}
section.link-images-2 > div .inner .cl.cl-100 {
  width: 100% !important;
}
@media only screen and (max-width: 901px) {
  section.link-images-2 > div .inner .cl {
    width: 100%;
  }
}
section.link-images-2 > div .inner .cl .img-wrap {
  display: block;
  height: 613px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1520px) {
  section.link-images-2 > div .inner .cl .img-wrap {
    height: 40.657vw;
  }
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner .cl .img-wrap {
    height: 51px;
    transition: all 0.5s ease-in-out;
  }
}
section.link-images-2 > div .inner .cl .img-wrap .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
section.link-images-2 > div .inner .cl .img-wrap .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
section.link-images-2 > div .inner .cl .img-wrap .details .links {
  padding-top: 22px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner .cl .img-wrap .details .links {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}
section.link-images-2 > div .inner .cl .img-wrap .details .links .left-buttons ul,
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
}
section.link-images-2 > div .inner .cl .img-wrap .details .links .left-buttons ul li,
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons ul li {
  list-style: none;
  margin-bottom: 5px;
}
section.link-images-2 > div .inner .cl .img-wrap .details .links .left-buttons ul li:last-of-type,
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons ul li:last-of-type {
  margin-bottom: 0;
}
section.link-images-2 > div .inner .cl .img-wrap .details .links .left-buttons ul li a,
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons ul li a {
  font-size: 14px;
  color: #81132a;
  background-color: #f6f1e6;
  border: 1px solid #f6f1e6;
  text-decoration: none;
  padding: 12px 13px;
  display: inline-block;
  border-radius: 15px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  section.link-images-2 > div .inner .cl .img-wrap .details .links .left-buttons ul li a,
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons ul li a {
    padding: 9px 10px;
    font-size: 13px;
  }
}
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons ul {
    display: block;
  }
}
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons li {
  display: inline-block;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
  section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons li {
    margin-bottom: 5px !important;
    display: flex;
    justify-content: end;
  }
}
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons li a img {
  width: 22px;
  height: auto;
  display: block;
}
section.link-images-2 > div .inner .cl .img-wrap .details .links .right-buttons li.as-btn a {
  width: 39.6px;
  height: 39.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
section.link-images-2 > div .inner .cl .img-wrap .details .title {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner .cl .img-wrap .details .title {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
  }
}
section.link-images-2 > div .inner .cl .img-wrap .details .title h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: absolute;
  height: 0;
  width: 0;
  left: 25px;
  bottom: 21px;
  transform: rotate(270deg);
  text-shadow: 0px 0px 6px #000;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner .cl .img-wrap .details .title h4 {
    transform: none;
    position: static;
    height: auto;
    width: auto;
  }
}
section.link-images-2 > div .inner .cl .img-wrap .details .title img {
  width: 10px;
  display: block;
  height: auto;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner .cl .img-wrap .details .title img {
    transform: rotate(90deg);
  }
}
section.link-images-2 > div .inner .cl .img-wrap:hover .img-bg {
  transform: scale(1.05);
}
section.link-images-2 > div .inner .cl.active .img-wrap {
  cursor: default;
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner .cl.active .img-wrap {
    height: 40.657vw;
  }
}
@media only screen and (max-width: 640px) {
  section.link-images-2 > div .inner .cl.active .img-wrap {
    height: 260px;
  }
}
section.link-images-2 > div .inner .cl.active .img-wrap .details .links {
  opacity: 1;
}
section.link-images-2 > div .inner .cl.active .img-wrap .details .title img {
  transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  section.link-images-2 > div .inner .cl.active .img-wrap .details .title img {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  section.link-images-2 > div .inner .cl:not(.active) .img-wrap {
    cursor: default;
  }
  section.link-images-2 > div .inner .cl:not(.active) .img-wrap .details .title img {
    display: none;
  }
}
@media only screen and (max-width: 1150px) and (max-width: 991px) {
  section.link-images-2 > div .inner .cl:not(.active) .img-wrap .details .title img {
    display: block;
  }
}
section.the-events-calendar-2 > div .inner {
  max-width: 1485px;
}
section.the-events-calendar-2 > div .inner .cl-100 .title-section {
  display: flex;
  flex-flow: column;
  gap: 17px;
  margin-bottom: 40px;
}
section.the-events-calendar-2 > div .inner .cl-100 .title-section .section-title {
  margin-bottom: 0;
}
section.the-events-calendar-2 > div .inner .cl-100 .title-section .section-subtitle {
  font-family: "Bahagia";
  font-weight: 100;
  text-align: center;
  font-size: 58px;
  margin-bottom: 0;
}
section.the-events-calendar-2 > div .inner .cl-100 .month-list {
  border-bottom: 1px solid #81132a;
}
section.the-events-calendar-2 > div .inner .cl-100 .month-list .slick-list .slick-track {
  display: flex !important;
  padding-bottom: 14px;
}
section.the-events-calendar-2 > div .inner .cl-100 .month-list .slick-list .slick-track .wrap .month {
  height: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #81132a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.the-events-calendar-2 > div .inner .cl-100 .month-list .slick-list .slick-track .wrap .month a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
section.the-events-calendar-2 > div .inner .cl-100 .month-list .slick-list .slick-track .wrap .month a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 85px;
  width: 100%;
  bottom: -14px;
  height: 1.5px;
  background-color: transparent;
  transition: background 0.5s ease-in-out;
}
section.the-events-calendar-2 > div .inner .cl-100 .month-list .slick-list .slick-track .wrap.slick-slide {
  height: inherit !important;
}
section.the-events-calendar-2 > div .inner .cl-100 .month-list .slick-list .slick-track .wrap.slick-current .month {
  font-size: 26px;
}
section.the-events-calendar-2 > div .inner .cl-100 .month-list .slick-list .slick-track .wrap.slick-current .month a:before {
  background-color: #81132a;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 2px;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter {
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .slick-track {
  display: flex !important;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .slick-slide {
  height: inherit !important;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .slick-list {
  padding-bottom: 1px;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  height: 100%;
  position: relative;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event .featured-image {
  aspect-ratio: 53/30;
  background-color: #fff;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event .featured-image img {
  box-sizing: border-box;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event .details {
  padding-top: 27px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 73px;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event .details h3 {
  text-align: center;
  font-size: 20px;
  color: #81132a;
  margin-bottom: 0;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event .details .date {
  text-align: center;
  color: #81132a;
  margin-bottom: 0;
  font-weight: 600;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event .details .excerpt {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event .details .btn-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .events-with-filter .wrap .event .details .btn-wrapper .theme-btn {
  letter-spacing: 1px;
  height: 31px;
}
section.the-events-calendar-2 > div .inner .cl-100 .outer-events-with-filter .slider-notification {
  text-align: center;
  margin-bottom: 0;
  color: #81132a;
}
section.grid > div .inner {
  max-width: 1487px;
}
section.grid > div .inner .cl.cl-100 .events-slider2 button.slick-arrow {
  display: block;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 56px;
  width: 56px;
  background-color: #f6f1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.grid > div .inner .cl.cl-100 .events-slider2 button.slick-arrow.slick-prev {
  left: 31px;
}
section.grid > div .inner .cl.cl-100 .events-slider2 button.slick-arrow.slick-next {
  right: 31px;
}
section.grid > div .inner .cl.cl-100 .events-slider2 button.slick-arrow img {
  width: 100%;
  height: auto;
  display: block;
  width: 30px;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap {
  display: block;
  aspect-ratio: 355/456;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8d9cc;
  padding-top: 31px;
  position: relative;
  text-decoration: none;
  color: #000000;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap > .price-and-etc {
  position: absolute;
  background-color: #81132a;
  color: #fff;
  bottom: 15px;
  left: 0;
  padding: 5px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 30px -10px #000;
  z-index: 1;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 36px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 55px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .details .texts h3 {
  text-align: center;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .details .texts .subtitle {
  text-align: center;
  font-family: "Bahagia";
  font-size: 45px;
  color: #81142b;
  margin-bottom: 25px;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .details .texts .date {
  text-align: center;
  font-weight: 500;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .details .texts .excerpt {
  text-align: center;
  line-height: 1.3;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .details .texts .price-and-etc {
  text-align: center;
  color: #81142b;
  font-weight: 500;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .details .texts .button-wrap {
  text-align: center;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .details .texts > *:last-child {
  margin-bottom: 0;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .inner-wrap {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .inner-wrap .bg-filler {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: blur(5px);
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap .inner-wrap img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
section.grid > div .inner .cl.cl-100 .events-slider2 .wrap .img-wrap:hover .inner-wrap {
  transform: translateY(87%);
}
section.grid > div .inner .cl .innerest {
  display: flex;
  flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
  row-gap: 40px;
}
section.grid > div .inner .cl .innerest .slick-list {
  width: 100%;
}
section.grid > div .inner .cl .innerest .slick-track {
  display: flex !important;
}
section.grid > div .inner .cl .innerest .slick-track .slick-slide {
  height: inherit !important;
}
section.grid > div .inner .cl .innerest button.slick-arrow {
  display: block;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 190px;
  z-index: 1;
  height: 56px;
  width: 56px;
  background-color: #f6f1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  section.grid > div .inner .cl .innerest button.slick-arrow {
    top: 12vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid > div .inner .cl .innerest button.slick-arrow {
    top: 16vw;
  }
}
@media only screen and (max-width: 764px) {
  section.grid > div .inner .cl .innerest button.slick-arrow {
    top: 24vw;
  }
}
@media only screen and (max-width: 545px) {
  section.grid > div .inner .cl .innerest button.slick-arrow {
    top: 48vw;
  }
}
section.grid > div .inner .cl .innerest button.slick-arrow.slick-prev {
  left: 22px;
}
section.grid > div .inner .cl .innerest button.slick-arrow.slick-next {
  right: 22px;
}
section.grid > div .inner .cl .innerest button.slick-arrow img {
  width: 100%;
  height: auto;
  display: block;
  width: 30px;
}
section.grid > div .inner .cl .innerest .item-wrap {
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
}
@media only screen and (max-width: 991px) {
  section.grid > div .inner .cl .innerest .item-wrap {
    width: 33.33%;
  }
}
@media only screen and (max-width: 764px) {
  section.grid > div .inner .cl .innerest .item-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 545px) {
  section.grid > div .inner .cl .innerest .item-wrap {
    width: 100%;
  }
}
section.grid > div .inner .cl .innerest .item-wrap .item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}
section.grid > div .inner .cl .innerest .item-wrap .item .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 355/452;
  display: block;
}
section.grid > div .inner .cl .innerest .item-wrap .item .img-wrap .circle-arrow {
  position: absolute;
  background-color: #f6f1e6;
  background-image: url(../helpers/images/events-next-btn.png);
  height: 47px;
  width: 47px;
  border-radius: 50%;
  z-index: 1;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 14px;
  right: 14px;
  transition: all 0.5s ease-in-out;
}
section.grid > div .inner .cl .innerest .item-wrap .item .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
section.grid > div .inner .cl .innerest .item-wrap .item .details {
  padding-top: 19px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 19px;
}
section.grid > div .inner .cl .innerest .item-wrap .item .details > h4 {
  color: #81132a;
  margin-bottom: 12px;
}
section.grid > div .inner .cl .innerest .item-wrap .item .details .editor > *:last-child {
  margin-bottom: 0;
}
section.grid > div .inner .cl .innerest .item-wrap .item:hover .img-wrap img {
  transform: scale(1.075);
}
section.grid > div .inner .cl .innerest .item-wrap .item:hover .img-wrap .circle-arrow {
  opacity: 0.7;
}
section.grid.margin-top-x {
  margin-top: 0;
}
section.grid.reduced {
  margin-top: 37.5px;
}
section.grid.padding-top-default > div {
  padding-top: 75px;
}
section.grid.padding-top-x > div {
  padding-top: 0;
}
section.grid.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.grid.padding-btm-default > div {
  padding-bottom: 75px;
}
section.grid.padding-btm-x > div {
  padding-bottom: 0;
}
section.grid.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.full-width-image > div .inner .cl-100 img {
  width: 100%;
  height: auto;
  display: block;
}
section.full-width-image.margin-top-x {
  margin-top: 0;
}
section.full-width-image.reduced {
  margin-top: 37.5px;
}
section.full-width-image.padding-top-default > div {
  padding-top: 75px;
}
section.full-width-image.padding-top-x > div {
  padding-top: 0;
}
section.full-width-image.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.full-width-image.padding-btm-default > div {
  padding-bottom: 75px;
}
section.full-width-image.padding-btm-x > div {
  padding-bottom: 0;
}
section.full-width-image.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.careers > div .inner {
  max-width: 1111px;
  row-gap: 30px;
}
section.careers > div .inner .cl.cl-100 .section-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  section.careers > div .inner .cl.cl-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 678px) {
  section.careers > div .inner .cl.cl-33 {
    width: 100%;
  }
}
section.careers > div .inner .cl.cl-33 .career-wrap {
  height: 100%;
  position: relative;
}
section.careers > div .inner .cl.cl-33 .career-wrap .img-wrap {
  aspect-ratio: 340/384;
  position: relative;
}
section.careers > div .inner .cl.cl-33 .career-wrap .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.careers > div .inner .cl.cl-33 .career-wrap .img-wrap .location {
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 44px;
  background-color: #81132a;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
section.careers > div .inner .cl.cl-33 .career-wrap .details {
  padding-top: 10px;
  padding-bottom: 56px;
}
section.careers > div .inner .cl.cl-33 .career-wrap .details.no-btn {
  padding-bottom: 10px;
}
section.careers > div .inner .cl.cl-33 .career-wrap .details h4 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
section.careers > div .inner .cl.cl-33 .career-wrap .details .summary {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}
section.careers > div .inner .cl.cl-33 .career-wrap .details .theme-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
section.careers.margin-top-x {
  margin-top: 0;
}
section.careers.reduced {
  margin-top: 37.5px;
}
section.careers.padding-top-default > div {
  padding-top: 75px;
}
section.careers.padding-top-x > div {
  padding-top: 0;
}
section.careers.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.careers.padding-btm-default > div {
  padding-bottom: 75px;
}
section.careers.padding-btm-x > div {
  padding-bottom: 0;
}
section.careers.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.image-banner.as-video .content .video-wrap .inner-wrap .overflow video {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 741px) {
  section.image-banner.as-video .content .video-wrap .inner-wrap .overflow video {
    width: 741px;
    transform: translateX(-50%);
    top: -65px;
    left: 50%;
  }
}
section.dp-table > div .inner {
  max-width: 1150px;
}
section.dp-table > div .inner .cl table {
  width: 100%;
  box-shadow: 0 0 21px -16px #000;
}
section.dp-table > div .inner .cl table thead {
  background-color: #81132a;
}
section.dp-table > div .inner .cl table thead tr th {
  width: 50%;
  color: #fff;
  padding: 10px 20px;
}
section.dp-table > div .inner .cl table thead tr th span {
  font-size: 13px;
  font-weight: 400;
}
section.dp-table > div .inner .cl table tbody tr {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
section.dp-table > div .inner .cl table tbody tr td {
  padding: 10px 20px;
}
section.dp-table > div .inner .cl table tbody tr:nth-child(even) {
  background-color: #fbf9f5;
}
section.dp-table > div .inner .cl table tbody tr:hover {
  background-color: #f2e7e9;
}
section.dp-table > div .inner .cl table.col3 thead tr th {
  width: 33.33%;
}
section.dp-table.margin-top-x {
  margin-top: 0;
}
section.dp-table.reduced {
  margin-top: 37.5px;
}
section.dp-table.padding-top-default > div {
  padding-top: 75px;
}
section.dp-table.padding-top-x > div {
  padding-top: 0;
}
section.dp-table.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.dp-table.padding-btm-default > div {
  padding-bottom: 75px;
}
section.dp-table.padding-btm-x > div {
  padding-bottom: 0;
}
section.dp-table.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.community-news > div .inner {
  max-width: 1487px;
  row-gap: 30px;
}
@media only screen and (max-width: 1190px) {
  section.community-news > div .inner .cl {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  section.community-news > div .inner .cl {
    width: 50%;
  }
}
@media only screen and (max-width: 619px) {
  section.community-news > div .inner .cl {
    width: 100%;
  }
}
section.community-news > div .inner .cl .news {
  height: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 46px;
}
section.community-news > div .inner .cl .news .img-wrapper {
  aspect-ratio: 340/190;
}
section.community-news > div .inner .cl .news .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.community-news > div .inner .cl .news .details {
  padding: 15px 20px;
}
section.community-news > div .inner .cl .news .details h5 {
  text-transform: uppercase;
}
section.community-news > div .inner .cl .news .details p {
  margin-bottom: 0;
  font-weight: 500;
}
section.community-news > div .inner .cl .news .details .buttons {
  position: absolute;
  bottom: 15px;
}
section.community-news.margin-top-x {
  margin-top: 0;
}
section.community-news.reduced {
  margin-top: 37.5px;
}
section.community-news.padding-top-default > div {
  padding-top: 75px;
}
section.community-news.padding-top-x > div {
  padding-top: 0;
}
section.community-news.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.community-news.padding-btm-default > div {
  padding-bottom: 75px;
}
section.community-news.padding-btm-x > div {
  padding-bottom: 0;
}
section.community-news.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.image-banner-2 > div .inner .cl-100 .image-banner-wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  section.image-banner-2 > div .inner .cl-100 .image-banner-wrapper {
    height: auto;
  }
}
section.image-banner-2 > div .inner .cl-100 .image-banner-wrapper .bg-filler {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  filter: blur(8px);
  background-size: cover;
  background-position: center;
}
section.image-banner-2 > div .inner .cl-100 .image-banner-wrapper img {
  width: 900px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  section.image-banner-2 > div .inner .cl-100 .image-banner-wrapper img {
    height: auto;
    width: 100%;
  }
}
section.image-banner-2.margin-top-x {
  margin-top: 0;
}
section.image-banner-2.reduced {
  margin-top: 37.5px;
}
section.image-banner-2.padding-top-default > div {
  padding-top: 75px;
}
section.image-banner-2.padding-top-x > div {
  padding-top: 0;
}
section.image-banner-2.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.image-banner-2.padding-btm-default > div {
  padding-bottom: 75px;
}
section.image-banner-2.padding-btm-x > div {
  padding-bottom: 0;
}
section.image-banner-2.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.search-results-list > div .inner .cl.cl-100 h2 {
  text-align: center;
  text-transform: uppercase;
}
section.search-results-list > div .inner .cl.cl-100 .search-results {
  margin-bottom: 30px;
}
section.search-results-list > div .inner .cl.cl-100 .search-results:last-of-type {
  margin-bottom: 0;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form {
  text-align: center;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form {
  border: 2px solid #fff;
  padding: 30px 19px;
  border-radius: 11px;
  box-shadow: 0 0 8px -5px #000;
  max-width: 320px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form .gform_heading h3 {
  text-transform: uppercase;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form .gform_body .gform_fields .gfield {
  margin-bottom: 10px;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form .gform_body .gform_fields .gfield:last-of-type {
  margin-bottom: 0;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form .gform_body .gform_fields .gfield label {
  font-weight: 700;
  margin-bottom: 5px;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form .gform_body .gform_fields .gfield label span {
  font-weight: 400;
  font-style: italic;
  margin-left: 3px;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form .gform_body .gform_fields .gfield .ginput_container input[type=text],
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form .gform_body .gform_fields .gfield .ginput_container input[type=password] {
  width: 280px;
  height: 35px;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_form form .gform_footer {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
section.hidden-page > div .inner .cl.cl-100 .gf_login_links {
  display: none;
}
section.single-post .inner {
  flex-flow: column;
  align-items: center;
  row-gap: 30px;
}
section.single-post .inner .cl .page-banner img {
  border-radius: 24px;
}
section ul {
  padding-left: 15px;
}
section ul li {
  margin-bottom: 4px;
}
section ul li:last-of-type {
  margin-bottom: 0;
}
section.reduced {
  margin-top: 21px;
}
section.margin-top-x {
  margin-top: 0;
}
section > div .inner .cl .section-title {
  text-align: center;
  color: #81132a;
  font-size: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 611px) {
  section > div .inner .cl .section-title {
    font-size: 43px !important;
    margin-bottom: 25px !important;
  }
}

#mobile-menu-nav {
  display: none;
}

.hamburger-wrap {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.hamburger-wrap span {
  height: 5px;
  width: 30px;
  display: block;
  background-color: #faf4e4;
  position: absolute;
  border-radius: 3px;
}
.hamburger-wrap span:first-of-type {
  top: 0;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.1s;
}
.hamburger-wrap span:nth-child(2) {
  top: 10px;
  right: 0;
  transition-property: right, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.2s, 0.3s;
  z-index: 2;
}
.hamburger-wrap span:last-of-type {
  bottom: 0;
  transition-property: bottom, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.4s, 0.5s;
}
.hamburger-wrap.move span:first-of-type {
  top: 10px; /* IE 9 */ /* Safari */
  transform: rotate(45deg);
}
.hamburger-wrap.move span:nth-child(2) {
  opacity: 0;
  right: -25px;
}
.hamburger-wrap.move span:last-of-type {
  bottom: 10px; /* IE 9 */ /* Safari */
  transform: rotate(-45deg);
}

#moby1 {
  min-width: 265px;
  background-color: #81132a;
}
#moby1.moby-active {
  box-shadow: 0 0 27px -4px #000;
}
#moby1 .moby-wrap .moby-menu > div {
  padding-top: 30px;
  background-color: #81132a;
  color: #000;
  font-size: 16px;
}
#moby1 .moby-wrap .moby-menu > div .site-logo-link {
  display: block;
  max-width: 220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#moby1 .moby-wrap .moby-menu > div .other-links {
  text-align: center;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn {
  font-size: 21px;
  letter-spacing: 0.225px;
  line-height: 30px;
  padding: 0 12px;
  margin-top: 18px;
  width: 240px;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:after {
  background-color: #fbc4a6;
  z-index: 0;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn span {
  z-index: 1;
  color: #fbc4a6;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:hover span {
  color: #e7f1f0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile {
  margin-top: 20px;
  padding-left: 0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile .moby-expand i {
  color: #faf4e4;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile a {
  font-weight: 500;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li:last-of-type > a {
  border-bottom: 1px solid #faf4e4;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li > a {
  border-top: 1px solid #faf4e4;
  padding: 20px 15px;
  color: #faf4e4;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul {
  padding-left: 0;
  border-top: 1px solid #faf4e4;
  background-color: #000000;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul li a {
  padding: 15px;
  color: #faf4e4;
}

.moby-overlay.light {
  background-color: rgba(255, 255, 255, 0.35);
}

html.translated-ltr[lang]:not([lang=en]) body > header > .primary .inner .cl.menu-n-contacts {
  max-width: 1078px;
  width: 100%;
}
html.translated-ltr[lang]:not([lang=en]) body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
  width: 100%;
  -moz-column-gap: unset;
       column-gap: unset;
  justify-content: space-around;
}

body.post-type-archive-product h1.page-title, body.tax-product_cat h1.page-title {
  display: none;
}
@media only screen and (max-width: 578px) {
  body.woocommerce .woocommerce-result-count {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 578px) {
  body.woocommerce .woocommerce-ordering {
    float: none;
    display: block;
  }
}
body.woocommerce .woocommerce-ordering select {
  background-color: transparent;
  border: 0;
}
body.woocommerce ul.products {
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 30px;
}
body.woocommerce ul.products:before, body.woocommerce ul.products:after {
  display: none !important;
}
body.woocommerce ul.products.columns-5 .product {
  width: calc(20% - 24px);
}
body.woocommerce ul.products.columns-3 .product {
  width: calc(33.33% - 20px);
}
body.woocommerce ul.products.columns-2 .product {
  width: calc(50% - 15px);
}
body.woocommerce ul.products.columns-1 .product {
  width: 100%;
}
body.woocommerce ul.products li.product {
  float: none;
  margin: 0;
  background-color: #fff;
  padding-bottom: 19px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0 !important;
  width: calc(25% - 22.5px);
}
@media only screen and (max-width: 1200px) {
  body.woocommerce ul.products li.product {
    width: calc(33.33% - 20px) !important;
  }
}
@media only screen and (max-width: 768px) {
  body.woocommerce ul.products li.product {
    width: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 578px) {
  body.woocommerce ul.products li.product {
    width: 100% !important;
  }
}
body.woocommerce ul.products li.product a img {
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.woocommerce ul.products li.product a.added_to_cart {
  display: none !important;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 19px;
}
body.woocommerce ul.products li.product .star-rating {
  display: none;
}
body.woocommerce ul.products li.product .price {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 19px;
  color: #000000;
}
body.woocommerce ul.products li.product .button {
  background-color: #81132a;
  letter-spacing: 1.9px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  border-radius: 5px;
  color: #faf4e4;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
body.woocommerce ul.products li.product .button:hover {
  opacity: 0.85;
}
body.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 690/690;
  display: block;
}
body.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
body.woocommerce.single-product .product .summary .product_title {
  text-transform: uppercase;
  color: #81132a;
}
body.woocommerce.single-product .product .summary .woocommerce-product-rating .star-rating:before {
  color: #81132a;
}
body.woocommerce.single-product .product .summary .woocommerce-product-rating .star-rating > span {
  color: #81132a;
}
body.woocommerce.single-product .product .summary .woocommerce-product-rating .woocommerce-review-link {
  background-color: #e8d9cc;
  text-decoration: none;
  font-size: 12px;
  padding: 3px 7px;
  font-weight: 500;
  color: #81132a;
  border-radius: 5px;
}
body.woocommerce.single-product .product .summary .price {
  font-size: 25px;
  font-weight: 700;
  color: inherit;
}
body.woocommerce.single-product .product .summary .woocommerce-product-details__short-description {
  font-weight: 500;
}
body.woocommerce.single-product .product .summary .cart {
  display: flex;
  flex-flow: row wrap;
}
body.woocommerce.single-product .product .summary .cart .quantity {
  margin-right: 0;
  float: none;
}
body.woocommerce.single-product .product .summary .cart .quantity input {
  height: 100%;
  border: 2px solid #81132a;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.woocommerce.single-product .product .summary .cart .single_add_to_cart_button {
  background-color: #81132a;
  letter-spacing: 1.9px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #faf4e4;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
}
body.woocommerce.single-product .product .summary .cart .single_add_to_cart_button:hover {
  opacity: 0.85;
}
body.woocommerce.single-product .product .summary .product_meta .posted_in {
  text-transform: uppercase;
  font-weight: 500;
}
body.woocommerce.single-product .product .summary .product_meta .posted_in a {
  background-color: #e8d9cc;
  text-decoration: none;
  font-size: 12px;
  padding: 3px 7px;
  font-weight: 500;
  color: #81132a;
  border-radius: 5px;
}
body.woocommerce.single-product .product .woocommerce-tabs {
  background-color: #fff;
}
body.woocommerce.single-product .product .woocommerce-tabs .tabs {
  background-color: #f5efe4;
  margin-bottom: 0;
}
body.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 2em 15px;
  border: 1px solid #cfc8d8;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  text-transform: uppercase;
  color: #81132a;
  font-size: 35px;
}
body.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #commentform .comment-form-rating .stars span a {
  color: #81132a;
}
body.woocommerce.single-product .product .related h2 {
  text-transform: uppercase;
  color: #81132a;
  font-size: 35px;
}
body .woocommerce-message,
body .woocommerce-info {
  border-color: #81132a;
}
body .woocommerce-notices-wrapper .button,
body .woocommerce-form-coupon-toggle .button {
  background-color: #81132a;
  letter-spacing: 1.9px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  border-radius: 5px;
  color: #faf4e4;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
body .woocommerce-notices-wrapper .button:hover,
body .woocommerce-form-coupon-toggle .button:hover {
  opacity: 0.85;
  background-color: #81132a;
  color: #fff;
}
body .woocommerce-cart-form .shop_table thead {
  background-color: #81132a;
}
body .woocommerce-cart-form .shop_table thead tr th {
  color: #fff;
}
body .woocommerce-cart-form .shop_table thead tr th span {
  color: inherit;
}
body .cart_totals h2 {
  text-transform: uppercase;
  color: #81132a;
  font-size: 35px;
}
body .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #81132a;
  color: #fff !important;
  text-transform: uppercase;
}
body .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #81132a;
  opacity: 0.8;
}
body .woocommerce .woocommerce-checkout .col-1 .woocommerce-billing-fields h3 {
  text-transform: uppercase;
  color: #81132a;
  font-size: 35px;
}
body .woocommerce .woocommerce-checkout .col-2 .woocommerce-additional-fields h3 {
  text-transform: uppercase;
  color: #81132a;
  font-size: 35px;
}
body .woocommerce #order_review_heading {
  text-transform: uppercase;
  color: #81132a;
  font-size: 35px;
  margin-top: 1em;
}
body .woocommerce #place_order {
  background-color: #81132a;
  letter-spacing: 1.9px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  border-radius: 5px;
  color: #faf4e4;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0;
}
body .woocommerce #place_order:hover {
  opacity: 0.85;
}
body .woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  background-color: #e8d9cc;
}
body .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
  list-style: none;
  border-bottom: 2px solid #f5efe4;
}
body .woocommerce .woocommerce-MyAccount-navigation ul li:last-of-type {
  border-bottom: 0;
}
body .woocommerce .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 15px;
  display: block;
}
body .woocommerce .u-columns .u-column1 h2,
body .woocommerce .u-columns .u-column2 h2 {
  color: #81132a;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
body .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  background-color: #81132a;
  letter-spacing: 1.9px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  border-radius: 5px;
  color: #faf4e4;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
body .woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
  opacity: 0.85;
}
body.woocommerce-account.logged-in .woocommerce {
  display: flex;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  float: none;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  padding: 10px 15px;
  width: 70%;
  background-color: #fff;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h2 {
  color: #81132a;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

section.products-archive > div .inner {
  max-width: 1467px;
}
