/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap);
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (1) ***!
  \**********************************************************************************************************************************************/
:root {
  --primary-color: #8A0013;
  --primary-rgb: rgb(138, 0, 19);
  --secondary-color: #211723;
  --secondary-rgb: rgb(33, 23, 35);
  --primary-font: Mulish, sans-serif;
  --secondary-font: Mulish, sans-serif;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.display-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sticky {
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  position: sticky !important;
  top: 80px;
}

.transition-slow {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item-center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.item-center-left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -ms-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -o-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
}

.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.check:after {
  display: block;
  width: 8px;
  height: 16px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  left: -12px;
  top: 11px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.times:after, .times:before {
  top: 5px;
  left: -11px;
  height: 20px;
  width: 2px;
  background-color: rgba(33, 23, 35, 0.1);
}
.times:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.times:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stretched-link:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
  z-index: 1;
}

.arrow-up {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 33px;
  height: 33px;
}
.close-btn .arrow-up {
  width: 27.5px;
  height: 30px;
}
.hide .close-btn .arrow-up {
  height: 24px;
}
.arrow-up::after {
  top: 45%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.close-btn .arrow-up::after {
  left: 48%;
  top: 48%;
}
.arrow-down {
  width: 16px;
}
.arrow-down::after {
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-left {
  width: 16px;
}
.arrow-left::after {
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-right {
  width: 16px;
}
.arrow-right::after {
  top: 9px;
  left: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow-fill-right {
  width: 16px;
}

.comment-body .fn, .tag-list ul li a, #primary .post .entry-content table thead tr th, blockquote cite, .btn-text, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, .entry-header .entry-title, .dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--primary-font);
}

body,
html, .comments-title,
.comment-reply-title, .wp-caption-text,
figcaption, ::placeholder, .btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a {
  font-family: var(--secondary-font);
}

.section-title {
  font-weight: 800;
}

.btn-text, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, .dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-weight: 700;
}

.tag-list ul, dt, .btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a, .entry-meta > span, table tr th {
  font-weight: 600;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select, .comment-body .comment-metadata, .comment-body .fn a, #primary .post .entry-content table tbody tr td, #primary .post .entry-content table thead tr th, ::placeholder, .entry-header .entry-title, .entry-meta {
  font-weight: 500;
}

body,
html, label, .tag-list ul li a, blockquote cite {
  font-weight: 400;
}

.comment-respond .comment-reply-title, .tag-list ul li a, .entry-header .entry-title .author a {
  text-transform: capitalize;
}

.select, .comment-body .comment-content, .comments-area .comment-body, blockquote, .check, .times, .arrow-up, .arrow-down, .arrow-left, .arrow-right, .arrow-fill-right {
  position: relative;
}

blockquote::after, .absolute-center, .check:after, .times:after, .times:before, .stretched-link:before {
  position: absolute;
}

blockquote::after, .check:after, .times:after, .times:before, .stretched-link:before, .arrow-up::after, .arrow-down::after, .arrow-left::after, .arrow-right::after {
  content: "";
}

.comment-respond form .comment-form-cookies-consent, .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  background: #eee;
  padding: 20px;
}

a {
  background-color: transparent;
  color: var(--primary-color);
}
a:focus {
  outline: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 12px;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  cursor: pointer;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-size: 1rem;
  line-height: 1.778;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}
p > small {
  font-size: 12px;
}

small {
  font-size: 12px;
  margin-bottom: 3px;
}

label {
  line-height: 1.2;
  font-size: 12px;
}
@media screen and (min-width: 767px), print {
  label {
    font-size: 14px;
  }
}

.btn:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .reply a:focus,
button:focus {
  outline: none !important;
}
.btn button:after,
input[type=button] button:after,
input[type=reset] button:after,
input[type=submit] button:after, .reply a button:after, .btn button:before,
input[type=button] button:before,
input[type=reset] button:before,
input[type=submit] button:before, .reply a button:before,
button button:after,
button button:before {
  display: none !important;
}

a:focus {
  text-decoration: none;
  color: var(--secondary-color);
  outline: 0;
}

.dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-size: 100px;
  line-height: 1;
  float: left;
  margin-right: 5px;
  color: var(--primary-color);
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: rgba(55, 126, 249, 0.1);
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul,
ol {
  padding-left: 0;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: none;
}
.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 1.5em 0;
  width: 100%;
  border-radius: 0;
  font-size: 1rem;
  text-align: left;
  overflow: hidden;
  border-collapse: collapse;
}
table tr th {
  padding: 10px 15px;
  border-bottom: 2px solid #D9DBE1;
  background: rgba(0, 0, 0, 0.03);
  color: #000000;
}
table tr td {
  padding: 10px 15px;
}
table p {
  margin-bottom: 0;
}
table tr,
table th,
table td {
  border: 1px solid #D9DBE1;
  padding: 10px 15px;
}

a:hover,
a:focus,
a:active {
  color: var(--secondary-color);
}

a:hover,
a:active {
  outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #000000;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #000000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000000;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #000000;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.entry-meta {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
}
.entry-meta a {
  color: #000000;
}
.entry-meta a:hover {
  color: var(--primary-color);
}
.entry-meta > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.entry-meta > span :last-child {
  margin-right: 0;
  padding-right: 0;
}
.entry-meta > span :last-child :after {
  display: none;
}
.entry-meta .category a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.entry-meta .category a :last-child {
  margin-right: 0;
}
.entry-meta .category a :last-child :after {
  display: none;
}
.entry-meta .category a ::after {
  content: ",";
}
.entry-header {
  margin-bottom: 1px;
}
.entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.3;
  color: #000;
}
.entry-header .entry-title a {
  text-decoration: none;
  color: #000000;
}
.entry-header .entry-title a:hover {
  color: var(--secondary-color);
}
.entry-content {
  color: #474A57;
}
.entry-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.entry-content p a {
  text-decoration: underline;
  color: var(--primary-color);
}
.entry-content p a:hover {
  text-decoration: none;
}
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 20px 0;
}
@media screen and (min-width: 1199px) {
  .single-mphb_room_type .entry-content .h1,
  .single-mphb_room_type .entry-content .h2,
  .single-mphb_room_type .entry-content .h3,
  .single-mphb_room_type .entry-content .h4,
  .single-mphb_room_type .entry-content .h5,
  .single-mphb_room_type .entry-content .h6,
  .single-mphb_room_type .entry-content h1,
  .single-mphb_room_type .entry-content h2,
  .single-mphb_room_type .entry-content h3,
  .single-mphb_room_type .entry-content h4,
  .single-mphb_room_type .entry-content h5,
  .single-mphb_room_type .entry-content h6 {
    margin: 50px 0 30px;
  }
}
.entry-content figure {
  margin: 15px 0;
}
@media screen and (min-width: 992px), print {
  .entry-content figure {
    margin: 40px 0;
  }
}
.entry-content figure:first-child {
  margin-top: 0;
}
.entry-content .heading__title {
  margin-top: 0;
  margin-bottom: 14px;
}
.entry-content .heading p {
  margin-bottom: 0;
}
.post .entry-content {
  margin: 0;
}

blockquote,
q {
  font-style: italic;
  margin: 1.5em 1em;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
}

q {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  text-align: left;
  width: 50%;
  margin: 0;
  float: left;
  display: block;
}
q:before, q:after {
  display: none;
}

blockquote span,
q span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.text-center, .wp-caption-text,
figcaption, .btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a, .entry-content figure, .entry-content .heading--center {
  text-align: center;
}
.text-left, blockquote p {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-bolder {
  font-weight: 800;
}
.text-bold {
  font-weight: 700;
}
.text-sbold {
  font-weight: 600;
}
.text-medium {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-light {
  font-weight: 300;
}
.text-primary {
  color: var(--primary-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #131313;
}

.h1,
h1 {
  line-height: 66px;
  font-size: 36px;
}
@media screen and (min-width: 992px), print {
  .h1,
  h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
  }
}

.h2,
h2 {
  line-height: 58px;
  font-size: 32px;
}
@media screen and (min-width: 992px), print {
  .h2,
  h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1199px) {
  .h2,
  h2 {
    font-size: 44px;
  }
}

.h3,
h3 {
  line-height: 48px;
  font-size: 28px;
}
@media screen and (min-width: 992px), print {
  .h3,
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1199px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

.h4,
h4 {
  line-height: 38px;
  font-size: 24px;
}
@media screen and (min-width: 992px), print {
  .h4,
  h4 {
    font-size: 28px;
  }
}

.h5,
h5 {
  color: #131313;
  line-height: 1.55;
  font-size: 20px;
}
@media screen and (min-width: 992px), print {
  .h5,
  h5 {
    font-size: 22px;
  }
}
.offers .h5, .news-and-blogs .h5, .testimonial .h5,
.offers h5,
.news-and-blogs h5,
.testimonial h5 {
  text-transform: unset;
}

.h6,
h6 {
  line-height: 26px;
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
}

.w-100 {
  width: 100%;
}

a {
  color: #131313;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

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

.container,
.container-fluid {
  max-width: 500px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px), print {
  .container,
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 575px), print {
  .container,
  .container-fluid {
    max-width: 700px;
  }
}
@media screen and (min-width: 767px), print {
  .container,
  .container-fluid {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px), print {
  .container,
  .container-fluid {
    max-width: 960px;
  }
}
@media screen and (min-width: 1199px) {
  .container,
  .container-fluid {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1440px) {
  .container,
  .container-fluid {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1600px) {
  .container,
  .container-fluid {
    max-width: 1440px;
  }
}

.row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-right: -15px;
}
@media screen and (min-width: 992px), print {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px), print {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 767px), print {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px), print {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.m-0 {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0;
}

.bg-dim-primary {
  background-color: rgba(138, 0, 19, 0.1);
}

.section-padding, .comment-list + .comment-respond {
  padding: 40px 0;
}
@media screen and (min-width: 767px), print {
  .section-padding, .comment-list + .comment-respond {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1199px) {
  .section-padding, .comment-list + .comment-respond {
    padding: 100px 0;
  }
}

.btn-primary::after, button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after, .reply a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2711%27 viewBox=%270 0 19 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13 9L16.5 5.5M16.5 5.5L13 2M16.5 5.5H2%27 stroke=%27white%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 10px;
  width: 20px;
  display: inline-block;
  margin-left: 12px;
}

button::after {
  content: none; /* Reset content for global buttons */
}

.btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a {
  font-size: 14px;
  line-height: 17.6px;
  display: inline-block;
  padding: 12px 16px;
  box-sizing: inherit;
  vertical-align: middle;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}
@media screen and (min-width: 767px), print {
  .btn, button,
  input[type=button],
  input[type=reset],
  input[type=submit], .reply a {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.btn-primary, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a {
  background: var(--primary-color);
  border-color: unset;
}
.btn-primary:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .reply a:hover, .btn-primary:focus, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .reply a:focus {
  background: var(--secondary-color);
  border-color: unset;
  color: #fff;
}
.btn-primary:hover:after, button:hover:after,
input[type=button]:hover:after,
input[type=reset]:hover:after,
input[type=submit]:hover:after, .reply a:hover:after, .btn-primary:focus:after, button:focus:after,
input[type=button]:focus:after,
input[type=reset]:focus:after,
input[type=submit]:focus:after, .reply a:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2711%27 viewBox=%270 0 19 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13 9L16.5 5.5M16.5 5.5L13 2M16.5 5.5H2%27 stroke=%27white%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.btn-sm, .reply a {
  padding: 9px 30px;
  font-size: 14px;
  line-height: 18px;
}
.btn-lg, button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 13px 32px;
  font-size: 16px;
  line-height: 1.375;
}
.btn-white {
  background: #fff;
  border: 1.5px solid #fff;
  color: #131313;
}
.btn-white:hover, .btn-white:focus {
  background: transparent;
  color: #fff;
}
.btn-book {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
}
@media screen and (min-width: 767px), print {
  .btn-book {
    padding: 12px 20px;
  }
}
.btn-book:hover, .btn-book:focus {
  background: var(--secondary-color);
  color: #fff;
}
.btn-book:hover:before, .btn-book:focus:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M19.724 15.3559L15.564 19.5159L15.2 19.4509C13.3819 19.0871 11.6289 18.4517 10 17.5659C8.39793 16.7056 6.93066 15.615 5.64501 14.3289C3.04578 11.6958 1.28202 8.35369 0.575009 4.72194L0.497009 4.38394L4.61801 0.262939L8.93401 4.56594L6.54201 6.95794C6.75125 7.40916 6.99463 7.84376 7.27001 8.25794L6.32101 9.20694C5.88 8.5232 5.49315 7.80602 5.16401 7.06194L4.98201 6.65894L7.08801 4.56594L4.61801 2.09594L1.91401 4.79994C2.25326 6.36439 2.80894 7.87392 3.56501 9.28494C4.37632 10.8006 5.40561 12.1891 6.62001 13.4059C7.81484 14.607 9.18183 15.6235 10.676 16.4219C12.0936 17.1998 13.6179 17.7649 15.2 18.0989L17.943 15.3559L15.46 12.8859L13.328 15.0049L12.925 14.8229C11.23 14.0774 9.69077 13.0189 8.38801 11.7029C8.03974 11.4023 7.70981 11.0811 7.40001 10.7409L8.32301 9.81794C8.59601 10.1559 8.89501 10.4809 9.19401 10.7929C10.2894 11.8841 11.5591 12.7848 12.951 13.4579L15.356 11.0399L19.724 15.3559Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
}
.btn-book:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M19.724 15.3559L15.564 19.5159L15.2 19.4509C13.3819 19.0871 11.6289 18.4517 10 17.5659C8.39793 16.7056 6.93066 15.615 5.64501 14.3289C3.04578 11.6958 1.28202 8.35369 0.575009 4.72194L0.497009 4.38394L4.61801 0.262939L8.93401 4.56594L6.54201 6.95794C6.75125 7.40916 6.99463 7.84376 7.27001 8.25794L6.32101 9.20694C5.88 8.5232 5.49315 7.80602 5.16401 7.06194L4.98201 6.65894L7.08801 4.56594L4.61801 2.09594L1.91401 4.79994C2.25326 6.36439 2.80894 7.87392 3.56501 9.28494C4.37632 10.8006 5.40561 12.1891 6.62001 13.4059C7.81484 14.607 9.18183 15.6235 10.676 16.4219C12.0936 17.1998 13.6179 17.7649 15.2 18.0989L17.943 15.3559L15.46 12.8859L13.328 15.0049L12.925 14.8229C11.23 14.0774 9.69077 13.0189 8.38801 11.7029C8.03974 11.4023 7.70981 11.0811 7.40001 10.7409L8.32301 9.81794C8.59601 10.1559 8.89501 10.4809 9.19401 10.7929C10.2894 11.8841 11.5591 12.7848 12.951 13.4579L15.356 11.0399L19.724 15.3559Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 0px;
  vertical-align: middle;
}
.btn-secondary {
  background: var(--secondary-color);
  border-color: unset;
  color: var(--primary-color);
  white-space: nowrap;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--secondary-color);
  border-color: unset;
  color: var(--primary-color);
  opacity: 0.8;
}
.btn-secondary:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2711%27 viewBox=%270 0 19 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13 9L16.5 5.5M16.5 5.5L13 2M16.5 5.5H2%27 stroke=%27%23232A40%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 10px;
  width: 20px;
  display: inline-block;
  margin-left: 12px;
}
.btn-text {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 1.34;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-text span {
  padding-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-text span svg path {
  fill: var(--primary-color);
}
.btn-text:hover {
  color: var(--secondary-color);
}
.btn-text:hover span {
  padding-left: 12px;
}
.btn-text:hover span svg path {
  fill: var(--secondary-color);
}

.owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  bottom: 8px;
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 767px), print {
  .owl-dots {
    bottom: 40px;
    gap: 12px;
  }
}
.owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 1000px;
  background-color: #fff !important;
  opacity: 0.25;
  z-index: 99999;
}
@media screen and (min-width: 767px), print {
  .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
  }
}
.owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-dots button[role=button]:after {
  display: none !important;
}

.section-title {
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 767px), print {
  .section-title {
    font-size: 46px;
    margin-bottom: 36px;
  }
}
.section-subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
  color: var(--primary-color);
}
@media screen and (min-width: 767px), print {
  .section-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.taxonomy-banner-image {
  height: 150px;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .taxonomy-banner-image {
    height: 300px;
  }
}
.taxonomy-banner-image:before {
  background-color: #000000;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.taxonomy-banner-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.taxonomy-banner-heading {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.taxonomy-banner-heading h1 {
  color: #fff;
}
.taxonomy__description {
  margin-top: 32px;
}

/* Elements --------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

select {
  max-width: 100%;
}

::placeholder {
  font-size: 1em;
}

.wp-caption-text,
figcaption {
  font-size: 16px;
  line-height: 2.3333333;
  color: #969BAB;
}

blockquote {
  background-color: rgba(138, 0, 19, 0.1);
  margin: 0;
  padding: 30px;
  border-left: 3px solid var(--primary-color);
}
blockquote::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%27128%27 height=%27100%27 viewBox=%270 0 128 100%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.2%27 d=%27M73.2631 92.8699L77.8977 100C109.983 78.4314 127.809 52.2282 127.809 30.6595C127.809 9.80392 112.479 0 99.4663 0C83.0671 0 71.4806 13.9037 71.4806 28.5205C71.4806 40.82 79.3237 51.3369 89.8407 55.2585C92.871 56.328 95.723 57.2193 95.723 62.3886C95.723 68.984 90.9102 78.7879 73.2631 92.8699ZM2.49665 92.8699L7.13123 100C38.8603 78.4314 57.0421 52.2282 57.0421 30.6595C57.0421 9.80392 41.3558 0 28.3434 0C11.7658 0 0.00111389 13.9037 0.00111389 28.5205C0.00111389 40.82 8.0225 51.3369 18.8959 55.2585C21.9262 56.328 24.6 57.2193 24.6 62.3886C24.6 68.984 19.6089 78.7879 2.49665 92.8699Z%27 fill=%27%23AF9065%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 127px;
  height: 100px;
}
blockquote p {
  margin-bottom: 0 !important;
  font-style: normal;
}
blockquote cite {
  color: #000000;
  font-style: normal;
  margin-top: 5px;
  display: block;
}

#primary .post .entry-content table {
  border-collapse: collapse;
  text-align: left;
  padding: 20px;
  border: none;
}
#primary .post .entry-content table thead tr {
  background: var(--primary-color);
  border: none;
}
#primary .post .entry-content table thead tr th {
  color: #fff;
  font-size: 1em;
  line-height: 1.5556;
  padding: 18px 21px;
  border: none;
}
#primary .post .entry-content table tbody {
  border: none;
}
#primary .post .entry-content table tbody tr {
  border: none;
}
#primary .post .entry-content table tbody tr td {
  border: none;
  font-size: 1em;
  line-height: 1.5556;
  color: #474A57;
  padding: 18px 21px;
}
#primary .post .entry-content table tbody tr td a {
  text-decoration: underline;
}
#primary .post .entry-content table tbody tr td a:hover {
  text-decoration: none;
}
#primary .post .entry-content table tbody tr:nth-of-type(odd) {
  background: rgba(138, 0, 19, 0.1);
}
#primary .post .entry-content table tbody tr:nth-of-type(even) {
  background: rgba(138, 0, 19, 0.2);
}

.wp-block-image .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignright {
    margin-left: 0;
    float: none;
  }
}
.wp-block-image .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignleft {
    margin-right: 0;
    float: none;
  }
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 8%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .tag-list {
    text-align: left;
  }
}
.tag-list span {
  margin-right: 20px;
  display: inline-block;
}
.tag-list ul {
  margin: 0;
  font-size: 0.89rem;
  color: #000000;
}
.tag-list ul li {
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px), print {
  .tag-list ul li {
    margin-bottom: 20px;
  }
}
.tag-list ul li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (min-width: 767px), print {
  .tag-list ul li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.tag-list ul li a {
  padding: 9px 10px;
  max-height: 36px;
  line-height: 1;
  background: rgba(55, 126, 249, 0.1);
  color: #000000;
  font-size: 0.89rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area ol li:not(:last-child) {
  border-bottom: 1px solid #D9DBE1;
}
.comments-area ol.children {
  border-top: 1px solid #D9DBE1;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .comments-area ol.children {
    padding-left: 40px;
  }
}
@media screen and (min-width: 767px), print {
  .comments-area ol.children li {
    padding-left: 110px;
  }
}
.comments-area ol.children .comment-content {
  border: none;
}
.comments-area ol.children .comment-content:after, .comments-area ol.children .comment-content:before {
  display: none;
}
.comments-area ol.children .comment-content p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.comments-area ol.children .comment-content p a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.comments-area ol.children > li:first-child > .comment-body {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 767px), print {
  .comments-area .comment-meta {
    padding-left: 120px;
  }
}

.comments-title,
.comment-reply-title {
  margin-top: 0;
  font-size: 16px;
  margin: 35px 0 20px;
}
@media screen and (min-width: 992px), print {
  .comments-title,
  .comment-reply-title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1199px) {
  .comments-title,
  .comment-reply-title {
    margin-bottom: 50px;
  }
}

.comment-reply-title {
  margin-bottom: 30px;
}
.comment-reply-title a#cancel-comment-reply-link {
  display: inline-block;
  margin-left: 20px;
  text-decoration: underline;
  color: #333;
  text-transform: capitalize;
}
.comment-reply-title a#cancel-comment-reply-link:hover {
  color: #3f46ad;
  text-decoration: none;
}

.comment-body {
  margin-top: 15px;
}
.comment-body .fn {
  font-size: 1.22rem;
  line-height: 34px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .comment-body .fn {
    margin-left: 15px;
  }
}
.comment-body .fn a {
  color: #000;
}
.comment-body .fn a:hover {
  color: var(--secondary-color);
}
.comment-body .fn .says {
  display: none;
}
.comment-body .comment-metadata {
  font-size: 14px;
}
.comment-body .comment-metadata a {
  color: var(--primary-color);
}
.comment-body .comment-awaiting-moderation {
  margin: 0;
  font-size: 0.888em;
  color: var(--primary-color);
}
.comment-body .comment-content {
  font-size: 1rem;
  padding: 5px 0 15px 0;
  color: #000000;
}
@media screen and (min-width: 767px), print {
  .comment-body .comment-content {
    padding: 5px 0 25px 120px;
  }
}
.comment-body .comment-content p {
  margin-top: 0px;
  margin-bottom: 20px;
}
.comment-body .comment-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .comment-list {
    margin-bottom: 20px;
  }
}
.comment-list img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 767px), print {
  .comment-list img {
    position: absolute;
    width: 70px;
    height: 70px;
  }
}

.comment-body .fn a:hover,
.comment-body .comment-metadata a:hover {
  color: var(--secondary-color);
}

.reply a {
  padding: 2px 5px;
  width: auto;
}

.comment-respond {
  color: #000000;
  padding-bottom: 20px;
  display: none;
}
.comment-respond.open {
  display: block;
}
.comment-respond .comment-reply-title {
  font-size: 1.33rem;
}
.comment-respond .comment-reply-title span a {
  font-size: 1rem;
  float: right;
  color: #000000;
}
.comment-respond .comment-reply-title span a:hover {
  color: var(--primary-color);
}
.comment-respond .form-info {
  float: right;
  padding-bottom: 10px;
  color: #000000;
}
.comment-respond form p {
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px), print {
  .comment-respond form p {
    margin-bottom: 20px;
  }
}
.comment-respond form p:not(.comment-form-cookies-consent) label {
  display: none;
}
.comment-respond form p textarea {
  height: 150px;
}
.comment-respond form p.form-submit {
  margin-bottom: 0;
}
.comment-respond form .comment-form-cookies-consent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.comment-respond form input#wp-comment-cookies-consent {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.comment-respond form label[for=wp-comment-cookies-consent] {
  font-size: 0.89rem;
  display: inline-block;
  width: calc(100% - 15px);
  margin-bottom: 0;
}
.comment-respond form label[for=wp-comment-cookies-consent]:hover {
  text-decoration: underline;
}
.comment-respond form .comment-form-comment label,
.comment-respond form .comment-form-email label,
.comment-respond form .comment-form-author label {
  display: none;
}
.comment-respond form .comment-form-comment input,
.comment-respond form .comment-form-comment textarea,
.comment-respond form .comment-form-email input,
.comment-respond form .comment-form-email textarea,
.comment-respond form .comment-form-author input,
.comment-respond form .comment-form-author textarea {
  border: 0;
  width: 100%;
  padding: 17.5px 15px;
  vertical-align: middle;
}
.comment-respond form .comment-form-author {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .comment-respond form .comment-form-author {
    float: unset;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .comment-respond form {
    float: unset;
    width: 100%;
    padding-right: 0;
  }
}
.comment-respond form .comment-form-email {
  width: 50%;
  float: right;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .comment-respond form .comment-form-email {
    float: unset;
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.comment-form p.comment-notes {
  display: none;
}

.comment-respond form p input[type=text],
.comment-respond form p input[type=url],
.comment-respond form p input[type=email],
.comment-respond form p input[type=tel],
.comment-respond form p textarea {
  height: 60px;
  background: #fff;
  border-color: #D9DBE1;
  padding: 10px 15px;
  font-size: 0.89rem;
  width: 100%;
}
.comment-respond form p input[type=text]::-webkit-input-placeholder,
.comment-respond form p input[type=url]::-webkit-input-placeholder,
.comment-respond form p input[type=email]::-webkit-input-placeholder,
.comment-respond form p input[type=tel]::-webkit-input-placeholder,
.comment-respond form p textarea::-webkit-input-placeholder {
  color: #474A57;
  opacity: 1;
}
.comment-respond form p input[type=text]:-moz-placeholder,
.comment-respond form p input[type=url]:-moz-placeholder,
.comment-respond form p input[type=email]:-moz-placeholder,
.comment-respond form p input[type=tel]:-moz-placeholder,
.comment-respond form p textarea:-moz-placeholder {
  color: #474A57;
  opacity: 1;
}
.comment-respond form p input[type=text]::-moz-placeholder,
.comment-respond form p input[type=url]::-moz-placeholder,
.comment-respond form p input[type=email]::-moz-placeholder,
.comment-respond form p input[type=tel]::-moz-placeholder,
.comment-respond form p textarea::-moz-placeholder {
  color: #474A57;
  opacity: 1;
}
.comment-respond form p input[type=text]:-ms-input-placeholder,
.comment-respond form p input[type=url]:-ms-input-placeholder,
.comment-respond form p input[type=email]:-ms-input-placeholder,
.comment-respond form p input[type=tel]:-ms-input-placeholder,
.comment-respond form p textarea:-ms-input-placeholder {
  color: #474A57;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .comment-respond form p input[type=text],
  .comment-respond form p input[type=url],
  .comment-respond form p input[type=email],
  .comment-respond form p input[type=tel],
  .comment-respond form p textarea {
    height: 50px;
  }
}

.comment-respond form p textarea {
  height: 100px;
}

.comment-open {
  background: rgba(138, 0, 19, 0.1);
  border-color: rgba(138, 0, 19, 0.1);
  padding: 12px 40px;
  width: 100%;
  color: #000000;
}
@media screen and (min-width: 1199px) {
  .comment-open {
    padding: 19px 0;
  }
}

form {
  margin-bottom: 32px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #000000;
  background: #fff;
  padding: 0;
  border: none;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 767px), print {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  select {
    font-size: 18px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--primary-color);
}

.select select {
  appearance: none;
}
.select:after {
  position: absolute;
  content: "";
  color: #474A57;
  right: 15px;
  top: 16px;
  pointer-events: none;
  background-image: url("data:image/svg+xml utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%234A545A\" d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg>");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 14px;
}

textarea {
  width: 100%;
  max-height: 150px;
}

label {
  display: inline-block;
}

form p {
  margin-bottom: 20px;
}
@media screen and (min-width: 1199px) {
  form p {
    margin-bottom: 30px;
  }
}
form p:last-child {
  margin-bottom: 0;
}

input[type=checkbox] {
  margin: 0 14px 2px 0;
}

.form-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .form-2col {
    flex-direction: row;
  }
}
.form-2col .form-singleField {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .form-2col .form-singleField {
    width: calc((100% - 12px) / 2);
  }
}
.form-2col .form-singleField:first-child {
  margin-top: 12px;
}
.form-singleField {
  padding: 4px 16px;
  border: 1px solid var(--primary-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-top: 12px;
}
.form-singleField:first-child {
  margin-top: 0;
}

.latest-products {
  background: #f1f1f1;
}
.latest-products .section-subtitle,
.latest-products .section-title {
  text-align: center;
}
.latest-products__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .latest-products__wrapper {
    flex-direction: row;
  }
}

.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 767px), print {
  .product-card {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .product-card {
    width: calc((100% - 96px) / 5);
  }
}
.product-card__img {
  position: relative;
  max-height: 220px;
  max-width: 220px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.product-card__img:hover img {
  transform: scale(1.1);
}
.product-card__img img {
  transition: 0.3s all ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-card__title {
  text-align: center;
  margin-top: 16px;
}

.woocommerce-products-header {
  background: initial;
}

.woocommerce-breadcrumb {
  margin: 24px 0 !important;
}

.hero-item {
  position: relative;
}
.hero__img {
  height: auto;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .hero__img {
    height: 550px;
  }
}
.hero__img:before {
  content: "";
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__content {
  width: 100%;
  position: absolute;
  bottom: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  align-content: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero__content {
    width: 900px;
  }
}
.hero__title {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .hero__title {
    font-size: 2.5rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    font-size: 3.5rem;
  }
}
.hero__btn {
  margin-top: 16px;
}
@media screen and (min-width: 767px), print {
  .hero__btn {
    margin-top: 36px;
  }
}

.blog__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .blog__wrapper {
    flex-direction: row;
  }
}
.blog .section-subtitle,
.blog .section-title {
  text-align: center;
}
.blog-card {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .blog-card {
    width: calc((100% - 64px) / 3);
  }
}
.blog-card__img {
  height: 230px;
}
.blog-card__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blog-card__title {
  font-size: 24px;
  line-height: 1.4;
  margin: 8px 0;
}
.blog-card__title:hover {
  color: var(--primary-color);
}
.cta {
  background: var(--secondary-color);
  padding: 60px 0;
  text-align: center;
}
.cta .section-title {
  color: #fff;
}
.cta .section-subtitle {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

.site-footer {
  background: var(--secondary-color);
  color: #fff;
  padding-top: 100px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.footer-col__wrapper {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  gap: 24px;
}
.footer-col:first-child {
  grid-column: 1/2;
  margin-right: 0;
}
@media screen and (min-width: 767px), print {
  .footer-col:first-child {
    margin-right: 100px;
  }
}
.footer-col:nth-child(2) {
  grid-column: 2/3;
}
.footer-col:last-child {
  grid-column: 3/5;
}
.footer-col ul {
  margin: 0;
}
.footer-col ul li {
  padding: 6px 0;
}
.footer-col ul li a {
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.footer-col ul li a:hover {
  opacity: 0.8;
}
.footer-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 24px;
}
.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.footer-text {
  color: #fff;
  font-size: 52px;
  line-height: 1.3;
  font-weight: 700;
}
.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.footer-contact__title {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.footer-contact__img {
  height: 42px;
  width: 42px;
  margin-top: 4px;
}
.footer-contact__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer-contact__content {
  width: calc(100% - 54px);
}
.footer-bottom {
  padding: 48px 0;
  border-top: 1px solid #535353;
}
.footer-bottom__left a {
  color: #fff;
  text-decoration: underline;
  margin: 0;
}
.footer-bottom__left a:hover {
  opacity: 0.7;
}
.footer-bottom__right ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-bottom__right ul li a {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.footer-bottom__right ul li a:hover {
  opacity: 0.7;
}

.social-links {
  display: flex;
  gap: 12px;
  margin: 0;
  align-items: center;
  margin-top: 32px;
}
.social-links li {
  display: flex;
  align-items: center;
}
.social-links li a {
  padding: 4px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  transition: 0.3s all ease-in-out;
}
.social-links li a:hover {
  border: 1px solid #fff;
}
.social-links li a:hover path {
  fill: #fff;
}
.social-links li a svg {
  height: 24px;
  width: 24px;
}
.social-links li a svg path {
  transition: 0.3s all ease-in-out;
  fill: #d3d3d3;
}

header {
  background: #F5F5F5;
  padding: 16px 0;
}
header .wooheader-icons {
  display: flex;
  gap: 24px;
}

.header_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_wrap .site-branding {
  height: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 160px;
}
@media screen and (min-width: 767px), print {
  .header_wrap .site-branding {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header_wrap .site-branding {
    max-width: unset;
  }
}
.header_wrap .site-branding img {
  max-width: 120px;
  height: auto;
  width: 60px;
}
@media screen and (min-width: 767px), print {
  .header_wrap .site-branding img {
    width: 90px;
  }
}

@media screen and (min-width: 767px), print {
  .nav__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 36px;
  }
}
.nav__wrapper .wooheader-icons,
.nav__wrapper .book-btn {
  display: none;
}
@media screen and (min-width: 767px), print {
  .nav__wrapper .wooheader-icons,
  .nav__wrapper .book-btn {
    display: block;
  }
}

#primary-menu {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 40px;
}

.desktop-navigation .menu-item:hover .sub-menu {
  display: block !important;
}
.desktop-navigation .menu-item a {
  padding: 12px 0;
  display: inline-block;
}
.desktop-navigation .menu-item-has-children {
  position: relative;
}
.desktop-navigation .menu-item-has-children:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L6 6L10 2%27 stroke=%27%23232A40%27 stroke-width=%271.5%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.desktop-navigation .menu-item .sub-menu {
  display: none;
  position: absolute;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.04);
  top: 48px;
  left: 0;
  width: max-content;
  min-width: 180px;
  padding: 0 12px;
  z-index: 9999;
  background: #F5F5F5;
  margin: 0;
}
.desktop-navigation .menu-item .sub-menu li {
  border-bottom: 1px solid #eee;
}
.desktop-navigation .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.desktop-navigation .menu-item .sub-menu a {
  width: 100%;
}

.mobile-nav {
  transform: translateX(100%);
  transition: 0.3s all ease-in-out;
  position: fixed;
  height: 100vh;
  width: 100%;
  padding: 24px 0;
  background: #fff;
  top: 0;
}
.mobile-nav--active {
  display: block;
  width: 100vw;
  left: 0;
  z-index: 999;
  transform: translateX(0%);
}
.mobile-nav .menu-item a {
  padding: 12px 24px;
  display: inline-block;
  width: 100%;
}
.mobile-nav .menu-item a:after {
  display: none;
}
.mobile-nav .menu-item-has-children a {
  position: relative;
}
.mobile-nav .menu-item-has-children a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L6 6L10 2%27 stroke=%27%23232A40%27 stroke-width=%271.5%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 16px;
}
.mobile-nav .menu-item .sub-menu {
  width: 100%;
  z-index: 9999;
  display: none;
}
.mobile-nav .menu-item .sub-menu--active {
  display: block;
}
.mobile-nav .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-nav .menu-item .sub-menu a {
  width: 100%;
}
.mobile-nav .menu-item .sub-menu a:after {
  display: none;
}
.mobile-nav #mobile-primary-menu {
  margin: 0;
}

.menu-toggle {
  display: block;
}
@media screen and (min-width: 767px), print {
  .menu-toggle {
    display: none;
  }
}

.desktop-navigation {
  display: none;
}
@media screen and (min-width: 767px), print {
  .desktop-navigation {
    display: block;
  }
}

button.toggle-btn {
  background: none;
  padding: 0;
  display: block;
  margin-left: 15px;
}
@media screen and (min-width: 767px), print {
  button.toggle-btn {
    display: none;
  }
}
button.toggle-btn:after {
  display: none;
}
button.toggle-btn .hamburger {
  height: 2px;
  width: 28px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: block;
}
button.toggle-btn .hamburger:last-child {
  margin-top: 8px;
}
button.toggle-btn .hamburger:first-child {
  margin-bottom: 8px;
}

#mobile-navigation {
  padding-top: 40px;
}
#mobile-navigation #primary-menu {
  display: block;
}

button.btn-close {
  background: none;
  padding: 0;
  display: block;
  position: fixed;
  right: 20px;
  padding: 12px;
}
button.btn-close:after {
  display: none;
}
button.btn-close .hamburger {
  height: 2px;
  width: 28px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: block;
}
button.btn-close .hamburger:last-child {
  transform: rotate(-45deg);
}
button.btn-close .hamburger:first-child {
  transform: rotate(45deg);
}

.about__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .about__wrapper {
    flex-direction: row;
  }
}
.about__left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .about__left {
    width: calc((100% - 48px) / 2);
  }
}
.about__right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .about__right {
    width: calc((100% - 48px) / 2);
  }
}
.about-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 24px;
}
.about-img img {
  height: 320px;
  object-fit: cover;
  width: 100%;
}
.about-img__left {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .about-img__left {
    width: calc((100% - 24px) / 2);
  }
}
.about-img__left img {
  margin-top: 24px;
}
.about-img__left img:first-child {
  margin-top: 0;
}
.about-img__left img:last-child {
  display: none;
}
@media screen and (min-width: 767px), print {
  .about-img__left img:last-child {
    display: block;
  }
}
.about-img__right {
  width: calc((100% - 24px) / 2);
  display: none;
}
@media screen and (min-width: 767px), print {
  .about-img__right {
    display: block;
  }
}
.about-img img {
  border-radius: 15px;
}

.contact-page .section-title {
  margin-bottom: 16px;
}
.contact-page__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.contact-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
}
.contact-info__item:first-child {
  margin-top: 0;
}
.contact-info__left {
  width: calc((100% - 48px) / 2);
}
.contact-info__right {
  width: calc((100% - 48px) / 2);
}
.contact-info__content-answer {
  margin: 0;
}
.contact-info__wrapper {
  margin-top: 48px;
}

.about-service {
  padding-bottom: 100px;
  text-align: center;
}
.about-service .section-title {
  margin-bottom: 16px;
}
.about-service__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .about-service__wrapper {
    gap: 48px;
    flex-direction: row;
    margin-top: 48px;
  }
}
.about-service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  background: rgba(138, 0, 19, 0.04);
  border: 1px solid var(--primary-color);
  min-height: 250px;
}
@media screen and (min-width: 767px), print {
  .about-service__item {
    width: calc((100% - 144px) / 4);
  }
}
.about-service__item-title {
  margin: 12px 0;
}

.post-single {
  padding: 60px 0;
  max-width: 720px;
  margin: 0 auto;
}
.post-single .post-thumbnail {
  margin-bottom: 16px;
}
.post-single .post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (min-width: 767px), print {
  .post-single .post-thumbnail img {
    height: 400px;
  }
}
.post-single .posted-on {
  font-size: 16px;
  font-weight: 400;
}
.post-single .posted-on a {
  color: var(--primary-color);
}
.post-single .entry-header .entry-title {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (min-width: 767px), print {
  .post-single .entry-header .entry-title {
    font-size: 38px;
  }
}
.post-single .entry-content ul li {
  margin: 6px 0;
}
.post-single .entry-content ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2721%27 viewBox=%270 0 21 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.5 18.375C14.8492 18.375 18.375 14.8492 18.375 10.5C18.375 6.15076 14.8492 2.625 10.5 2.625C6.15076 2.625 2.625 6.15076 2.625 10.5C2.625 14.8492 6.15076 18.375 10.5 18.375Z%27 stroke=%27%238A0013%27 stroke-width=%272%27/%3E%3Cpath d=%27M7 10.5L9.625 13.125L14 7.875%27 stroke=%27%238A0013%27 stroke-width=%272%27/%3E%3C/svg%3E%0A");
  height: 24px;
  width: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

body,
html {
  color: #222222;
  font-size: 16px;
  margin: 0;
  scroll-behavior: smooth;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 125px;
}
@media screen and (min-width: 1199px) {
  body,
  html {
    font-size: 18px;
  }
}

body.custom-background-image .site, body.custom-background-color .site {
  margin: 20px;
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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