@charset "UTF-8";
/*
 Theme Name:   Serbia.com Child Theme
 Theme URI:    https://github.com/leonp/underscores-child-theme
 Description:  Child of Underscores theme which removes extraneous styles and javascript
 Author:       Leon Paternoster
 Author URI:   https://www.thisdaysportion.com
 Template:     serbia-com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         clean, accessibility-ready
 Text Domain:  underscores-child
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  position: relative;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

html,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}

li {
  list-style-type: none;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}
.container:before, .container:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.container:after {
  clear: both;
}
.container.not-relative {
  position: static;
}

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

.row {
  margin-right: -13px;
  margin-left: -13px;
  font-size: 0;
  line-height: normal;
}
.row:after, .row:before {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  clear: both;
  zoom: 1;
}
@media (max-width: 1100px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.row:before, .row:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.row:after {
  clear: both;
}
.row > [class*=col_] {
  padding-left: 13px;
  padding-right: 13px;
  display: inline-block;
  float: left;
}
@media (max-width: 1100px) {
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -26px;
  margin-right: -26px;
}
@media (max-width: 1100px) {
  .row.big-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 26px;
  padding-right: 26px;
}
@media (max-width: 1100px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row.small-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0px;
  padding-right: 0px;
}

.col_16 {
  width: 16.66%;
}

.col_10 {
  width: 10%;
}

.col_15 {
  width: 15%;
}

.col_14 {
  width: 14.28%;
}

.col_33 {
  width: 33.33%;
}

.col_20 {
  width: 20%;
}

.col_auto {
  width: auto;
}

.col_25 {
  width: 25%;
}

.col_12 {
  width: 12.5%;
}

.col_50 {
  width: 50%;
}

.col_100 {
  width: 100%;
}

.col_30 {
  width: 30%;
}

.col_35 {
  width: 35%;
}

.col_70 {
  width: 70%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 20px;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(250px, 1fr));
  gap: 20px;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
}

body {
  font-size: 1.4rem;
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #546569;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 30px;
  letter-spacing: normal;
}
@media (max-width: 1100px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
  }
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: 700;
  color: #e62129;
}

h1 {
  font-size: 4rem;
  margin-bottom: 40px;
}
@media (max-width: 1350px) {
  h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
h1 b {
  color: #e62129;
}
@media (max-width: 767px) {
  h1 b {
    display: block;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h2 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h3 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 13rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

p,
a,
span,
label {
  margin: 0;
}
p p,
p a,
p span,
a p,
a a,
a span,
span p,
span a,
span span,
label p,
label a,
label span {
  font-size: 100%;
  margin: 0;
}
p,
a,
span,
label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #778284;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 767px) {
  p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}
p a {
  text-decoration: none;
  color: #e62129;
}
p a:hover {
  color: rgb(74.7225529888%, 8.4147019132%, 11.1074065254%);
}
p i {
  font-style: italic;
}
p b {
  font-weight: 700;
}
p u {
  border-bottom: 2px solid #e62129;
  text-decoration: none;
}

a {
  margin: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #778284;
  text-decoration: none;
}
a:hover {
  color: #e62129;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

ul li {
  font-size: 1.4rem;
}

ol li {
  font-size: 1.4rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select, .selectize-input,
.fluentform .ff-el-form-control.ff-el-form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  border: 2px solid #f1f1f1;
  width: 100%;
  height: auto;
  padding: 5px 20px;
  line-height: normal;
  background: #fff;
  color: #546569;
  outline: 0;
  -webkit-appearance: none;
  letter-spacing: normal;
  box-shadow: none;
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus, .selectize-input:active, .selectize-input:hover, .selectize-input:focus,
.fluentform .ff-el-form-control.ff-el-form-control:active,
.fluentform .ff-el-form-control.ff-el-form-control:hover,
.fluentform .ff-el-form-control.ff-el-form-control:focus {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
input[type=text] ::-webkit-input-placeholder,
input[type=text] :-moz-placeholder,
input[type=text] ::-moz-placeholder,
input[type=text] :-ms-input-placeholder,
input[type=email] ::-webkit-input-placeholder,
input[type=email] :-moz-placeholder,
input[type=email] ::-moz-placeholder,
input[type=email] :-ms-input-placeholder,
input[type=password] ::-webkit-input-placeholder,
input[type=password] :-moz-placeholder,
input[type=password] ::-moz-placeholder,
input[type=password] :-ms-input-placeholder,
input[type=search] ::-webkit-input-placeholder,
input[type=search] :-moz-placeholder,
input[type=search] ::-moz-placeholder,
input[type=search] :-ms-input-placeholder,
input[type=tel] ::-webkit-input-placeholder,
input[type=tel] :-moz-placeholder,
input[type=tel] ::-moz-placeholder,
input[type=tel] :-ms-input-placeholder,
input[type=url] ::-webkit-input-placeholder,
input[type=url] :-moz-placeholder,
input[type=url] ::-moz-placeholder,
input[type=url] :-ms-input-placeholder,
input[type=number] ::-webkit-input-placeholder,
input[type=number] :-moz-placeholder,
input[type=number] ::-moz-placeholder,
input[type=number] :-ms-input-placeholder,
input[type=date] ::-webkit-input-placeholder,
input[type=date] :-moz-placeholder,
input[type=date] ::-moz-placeholder,
input[type=date] :-ms-input-placeholder,
input[type=time] ::-webkit-input-placeholder,
input[type=time] :-moz-placeholder,
input[type=time] ::-moz-placeholder,
input[type=time] :-ms-input-placeholder,
input[type=datetime] ::-webkit-input-placeholder,
input[type=datetime] :-moz-placeholder,
input[type=datetime] ::-moz-placeholder,
input[type=datetime] :-ms-input-placeholder,
input[type=datetime-local] ::-webkit-input-placeholder,
input[type=datetime-local] :-moz-placeholder,
input[type=datetime-local] ::-moz-placeholder,
input[type=datetime-local] :-ms-input-placeholder,
input[type=week] ::-webkit-input-placeholder,
input[type=week] :-moz-placeholder,
input[type=week] ::-moz-placeholder,
input[type=week] :-ms-input-placeholder,
input[type=month] ::-webkit-input-placeholder,
input[type=month] :-moz-placeholder,
input[type=month] ::-moz-placeholder,
input[type=month] :-ms-input-placeholder,
textarea ::-webkit-input-placeholder,
textarea :-moz-placeholder,
textarea ::-moz-placeholder,
textarea :-ms-input-placeholder,
select ::-webkit-input-placeholder,
select :-moz-placeholder,
select ::-moz-placeholder,
select :-ms-input-placeholder, .selectize-input ::-webkit-input-placeholder,
.selectize-input :-moz-placeholder,
.selectize-input ::-moz-placeholder,
.selectize-input :-ms-input-placeholder,
.fluentform .ff-el-form-control.ff-el-form-control ::-webkit-input-placeholder,
.fluentform .ff-el-form-control.ff-el-form-control :-moz-placeholder,
.fluentform .ff-el-form-control.ff-el-form-control ::-moz-placeholder,
.fluentform .ff-el-form-control.ff-el-form-control :-ms-input-placeholder {
  color: #858585;
  font-size: 1.4rem;
  letter-spacing: normal;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
}

select.ff-el-form-control.ff-el-form-control:not([size]):not([multiple]) {
  height: 50px;
  font-weight: 700;
  color: #858585;
  position: relative;
  cursor: pointer;
}

.custom-select {
  position: relative;
}
.custom-select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 10;
  pointer-events: none;
  width: 16px;
  height: 10px;
  background-image: url("images/select-arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

textarea {
  line-height: normal;
  height: auto;
  min-height: 130px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  textarea {
    min-height: 50px;
  }
}

select {
  padding-right: 0;
}

label {
  display: inline-block;
  color: #a8b7ba;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
label span {
  color: #e62129;
}
@media (max-width: 767px) {
  label {
    font-size: 12px;
  }
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #858585;
  font-size: 1.4rem;
  letter-spacing: normal;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
}

.input-block, p.form-row {
  margin-bottom: 30px;
  position: relative;
  line-height: normal;
}
.input-block .required, p.form-row .required {
  color: red;
  font-weight: 700;
  border: 0;
}
.input-block .required, p.form-row .required {
  font-weight: 400;
  text-decoration: none;
}
.input-block:before, .input-block:after, p.form-row:before, p.form-row:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.input-block:after, p.form-row:after {
  clear: both;
}
@media (max-width: 767px) {
  .input-block, p.form-row {
    margin-bottom: 10px;
  }
}
.input-block > span, p.form-row > span {
  top: 7px;
  right: 0;
  z-index: 10;
  color: #778284;
}
.input-block > span.wpcf7-form-control-wrap, p.form-row > span.wpcf7-form-control-wrap {
  position: relative;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
}
.input-block > label, p.form-row > label {
  display: block;
  color: #546569;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 767px) {
  .input-block, p.form-row {
    margin-bottom: 20px;
  }
}
.input-block.has-datepicker:before, p.form-row.has-datepicker:before {
  content: "\f073";
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 13px;
  margin-top: -7px;
  right: 0;
  opacity: 0.7;
  z-index: 10;
  color: #778284;
}

.selectric-wrapper {
  background: none;
}
.selectric-wrapper .selectric {
  display: flex;
  align-items: center;
}
.selectric-wrapper .selectric span.label {
  height: 46px;
  line-height: 44px;
  padding: 0 30px 0 15px;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: none;
  color: #546569;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .selectric-wrapper .selectric span.label {
    height: 42px;
    line-height: 40px;
  }
}
.selectric-wrapper .selectric .select-button {
  position: relative;
  width: 10px;
  height: 6px;
  top: auto;
  right: auto;
  z-index: 10;
  font-family: Font Awesome\ 5 Free;
  font-size: 1.8rem;
  color: #546569;
  font-weight: 900;
  line-height: normal;
}
.selectric-wrapper .selectric .select-button:before {
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.selectric-wrapper .selectric-items {
  background: #fff;
}
.selectric-wrapper .selectric-items ul li {
  padding: 7px 20px;
  color: #778284;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 400;
  border: 0;
  border-top: 1px solid #f1f1f6;
}
.selectric-wrapper .selectric-items ul li:before {
  display: none;
}
.selectric-wrapper .selectric-items ul li.highlighted, .selectric-wrapper .selectric-items ul li:hover {
  background: #778284;
  color: #fff;
}
.selectric-wrapper.white-select {
  border: 0;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  width: auto;
  padding: 0;
  text-align: initial;
  text-transform: none;
  display: initial;
  float: none;
  line-height: normal;
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-left: 30px;
}
.styled-checkbox + label:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: "";
  margin-right: 16px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border: 1px solid #efefef;
  position: absolute;
  left: 0px;
  top: 3px;
}
.styled-checkbox:checked + label:before {
  color: #e62129;
}
.styled-checkbox:disabled + label {
  color: #ccc;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  background: #e62129;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #e62129, 4px 0 0 #e62129, 4px -2px 0 #e62129, 4px -4px 0 #e62129, 4px -6px 0 #e62129, 4px -8px 0 #e62129;
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .styled-checkbox:checked + label:after {
    top: 10px;
  }
}

.styled-checkbox-wrapper {
  position: relative;
}
.styled-checkbox-wrapper label {
  font-size: 1.5rem;
  color: #546569;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.general-form-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 100px 40px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .general-form-wrapper {
    padding: 50px 50px 30px;
  }
}
@media (max-width: 767px) {
  .general-form-wrapper {
    padding: 40px 30px 30px;
  }
}
.general-form-wrapper .field-block + .field-block {
  margin-top: 30px;
}
.general-form-wrapper .wpcf7-submit {
  margin-top: 20px;
}
.general-form-wrapper .help-text {
  font-size: 12px;
  color: #778284;
  margin-bottom: 10px;
}
.general-form-wrapper .help-text p {
  color: inherit;
  line-height: normal;
  font-size: inherit;
}
.general-form-wrapper p {
  margin: 0 !important;
}
.general-form-wrapper p br {
  display: none;
}
.general-form-wrapper label {
  display: block;
  width: 100%;
  color: #546569;
}
.general-form-wrapper .wpcf7-list-item-label {
  color: #194189;
}
.general-form-wrapper input[type=text],
.general-form-wrapper input[type=email],
.general-form-wrapper textarea {
  width: 100%;
}
.general-form-wrapper .text-center {
  text-align: center;
}
.general-form-wrapper .text-center p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-bottom: 0;
}
.general-form-wrapper .wpcf7-list-item {
  margin: 0;
  display: block;
  width: 100%;
  padding-left: 10px;
}
.general-form-wrapper .wpcf7-list-item label {
  display: flex;
  align-items: start;
  cursor: pointer;
}
.general-form-wrapper .wpcf7-list-item label input[type=radio], .general-form-wrapper .wpcf7-list-item label input[type=checkbox] {
  margin: 5px 10px 0 0;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body input[type=submit],
body .button, body button.button, body a.button, .woocommerce input[type=submit],
.woocommerce .button, .woocommerce button.button, .woocommerce a.button {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-flex;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #e62129;
  padding: 12px 30px;
  height: auto;
  line-height: normal;
  position: relative;
  margin-bottom: 0;
  border: 2px solid #e62129;
  min-width: 100px;
  background: transparent;
  overflow: hidden;
  z-index: 2;
  gap: 5px;
  flex-shrink: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
@media (max-width: 1350px) {
  body input[type=submit],
  body .button, body button.button, body a.button, .woocommerce input[type=submit],
  .woocommerce .button, .woocommerce button.button, .woocommerce a.button {
    padding: 10px 20px;
    font-size: 1.3rem;
  }
}
body input[type=submit].button-full,
body .button.button-full, body button.button.button-full, body a.button.button-full, .woocommerce input[type=submit].button-full,
.woocommerce .button.button-full, .woocommerce button.button.button-full, .woocommerce a.button.button-full {
  width: 100%;
}
body input[type=submit] i,
body .button i, body button.button i, body a.button i, .woocommerce input[type=submit] i,
.woocommerce .button i, .woocommerce button.button i, .woocommerce a.button i {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: inherit;
}
body input[type=submit] img,
body .button img, body button.button img, body a.button img, .woocommerce input[type=submit] img,
.woocommerce .button img, .woocommerce button.button img, .woocommerce a.button img {
  float: left;
  margin-top: 11px;
}
body input[type=submit] span,
body .button span, body button.button span, body a.button span, .woocommerce input[type=submit] span,
.woocommerce .button span, .woocommerce button.button span, .woocommerce a.button span {
  position: relative;
  z-index: 2;
  display: block;
  transform: translateY(0%);
  transition: all 0.5s;
  color: #e62129;
}
body input[type=submit] span.second,
body .button span.second, body button.button span.second, body a.button span.second, .woocommerce input[type=submit] span.second,
.woocommerce .button span.second, .woocommerce button.button span.second, .woocommerce a.button span.second {
  color: black;
  opacity: 0;
}
body input[type=submit]:hover,
body .button:hover, body button.button:hover, body a.button:hover, .woocommerce input[type=submit]:hover,
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce a.button:hover {
  color: #fff;
  background: #e62129;
}
body input[type=submit]:hover span,
body .button:hover span, body button.button:hover span, body a.button:hover span, .woocommerce input[type=submit]:hover span,
.woocommerce .button:hover span, .woocommerce button.button:hover span, .woocommerce a.button:hover span {
  color: #fff;
}
body input[type=submit]:hover span.second,
body .button:hover span.second, body button.button:hover span.second, body a.button:hover span.second, .woocommerce input[type=submit]:hover span.second,
.woocommerce .button:hover span.second, .woocommerce button.button:hover span.second, .woocommerce a.button:hover span.second {
  transform: translateY(-100%);
  opacity: 1;
}
body input[type=submit].soft,
body .button.soft, body button.button.soft, body a.button.soft, .woocommerce input[type=submit].soft,
.woocommerce .button.soft, .woocommerce button.button.soft, .woocommerce a.button.soft {
  background: #ffedd9;
  color: #546569;
}
body input[type=submit].medium,
body .button.medium, body button.button.medium, body a.button.medium, .woocommerce input[type=submit].medium,
.woocommerce .button.medium, .woocommerce button.button.medium, .woocommerce a.button.medium {
  height: 48px;
  line-height: 46px;
  min-width: 0;
  padding: 0 20px;
  font-size: 1.8rem;
  font-weight: 400;
}
body input[type=submit].button-fill,
body .button.button-fill, body button.button.button-fill, body a.button.button-fill, .woocommerce input[type=submit].button-fill,
.woocommerce .button.button-fill, .woocommerce button.button.button-fill, .woocommerce a.button.button-fill {
  background: #e62129;
  color: #fff;
}
body input[type=submit].button-fill:hover,
body .button.button-fill:hover, body button.button.button-fill:hover, body a.button.button-fill:hover, .woocommerce input[type=submit].button-fill:hover,
.woocommerce .button.button-fill:hover, .woocommerce button.button.button-fill:hover, .woocommerce a.button.button-fill:hover {
  background: rgb(74.7225529888%, 8.4147019132%, 11.1074065254%);
}
body input[type=submit].big,
body .button.big, body button.button.big, body a.button.big, .woocommerce input[type=submit].big,
.woocommerce .button.big, .woocommerce button.button.big, .woocommerce a.button.big {
  padding: 17px 30px;
  font-size: 18px;
  font-weight: 600;
  min-width: 220px;
}
body input[type=submit].facebook,
body .button.facebook, body button.button.facebook, body a.button.facebook, .woocommerce input[type=submit].facebook,
.woocommerce .button.facebook, .woocommerce button.button.facebook, .woocommerce a.button.facebook {
  background: #0084ff;
}
body input[type=submit].white,
body .button.white, body button.button.white, body a.button.white, .woocommerce input[type=submit].white,
.woocommerce .button.white, .woocommerce button.button.white, .woocommerce a.button.white {
  border: 2px solid #fff;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.46);
}
body input[type=submit].white:hover,
body .button.white:hover, body button.button.white:hover, body a.button.white:hover, .woocommerce input[type=submit].white:hover,
.woocommerce .button.white:hover, .woocommerce button.button.white:hover, .woocommerce a.button.white:hover {
  background: #fff;
  color: #e62129;
}
body input[type=submit].white.outlined,
body .button.white.outlined, body button.button.white.outlined, body a.button.white.outlined, .woocommerce input[type=submit].white.outlined,
.woocommerce .button.white.outlined, .woocommerce button.button.white.outlined, .woocommerce a.button.white.outlined {
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: background 0.2s ease-in-out;
}
body input[type=submit].white.outlined:hover,
body .button.white.outlined:hover, body button.button.white.outlined:hover, body a.button.white.outlined:hover, .woocommerce input[type=submit].white.outlined:hover,
.woocommerce .button.white.outlined:hover, .woocommerce button.button.white.outlined:hover, .woocommerce a.button.white.outlined:hover {
  background: rgba(0, 0, 0, 0.4);
}
body input[type=submit].grey,
body .button.grey, body button.button.grey, body a.button.grey, .woocommerce input[type=submit].grey,
.woocommerce .button.grey, .woocommerce button.button.grey, .woocommerce a.button.grey {
  background: #f1f1f6;
  border: 2px solid #e8e8e8;
  color: #b4b1c3;
  box-shadow: none;
  line-height: 63px;
}
@media (max-width: 767px) {
  body input[type=submit].grey,
  body .button.grey, body button.button.grey, body a.button.grey, .woocommerce input[type=submit].grey,
  .woocommerce .button.grey, .woocommerce button.button.grey, .woocommerce a.button.grey {
    line-height: 48px;
  }
}
body input[type=submit].dark,
body .button.dark, body button.button.dark, body a.button.dark, .woocommerce input[type=submit].dark,
.woocommerce .button.dark, .woocommerce button.button.dark, .woocommerce a.button.dark {
  border: 2px solid #546569;
  color: #546569;
}
body input[type=submit].dark:hover,
body .button.dark:hover, body button.button.dark:hover, body a.button.dark:hover, .woocommerce input[type=submit].dark:hover,
.woocommerce .button.dark:hover, .woocommerce button.button.dark:hover, .woocommerce a.button.dark:hover {
  background: #546569;
  color: #fff;
}
body input[type=submit].small,
body .button.small, body button.button.small, body a.button.small, .woocommerce input[type=submit].small,
.woocommerce .button.small, .woocommerce button.button.small, .woocommerce a.button.small {
  height: auto;
  font-size: 1.4rem;
  min-width: 0;
  padding: 7px 20px;
  letter-spacing: normal;
}
body input[type=submit].facebook-btn,
body .button.facebook-btn, body button.button.facebook-btn, body a.button.facebook-btn, .woocommerce input[type=submit].facebook-btn,
.woocommerce .button.facebook-btn, .woocommerce button.button.facebook-btn, .woocommerce a.button.facebook-btn {
  background: #3b5998;
}
body input[type=submit].load-more-btn .loading-icon,
body .button.load-more-btn .loading-icon, body button.button.load-more-btn .loading-icon, body a.button.load-more-btn .loading-icon, .woocommerce input[type=submit].load-more-btn .loading-icon,
.woocommerce .button.load-more-btn .loading-icon, .woocommerce button.button.load-more-btn .loading-icon, .woocommerce a.button.load-more-btn .loading-icon {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 35%;
  right: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transform-origin: center center;
  margin: 0;
}
body input[type=submit].load-more-btn.loading,
body .button.load-more-btn.loading, body button.button.load-more-btn.loading, body a.button.load-more-btn.loading, .woocommerce input[type=submit].load-more-btn.loading,
.woocommerce .button.load-more-btn.loading, .woocommerce button.button.load-more-btn.loading, .woocommerce a.button.load-more-btn.loading {
  opacity: 0.6;
  padding-right: 45px;
}
body input[type=submit].load-more-btn.loading .loading-icon,
body .button.load-more-btn.loading .loading-icon, body button.button.load-more-btn.loading .loading-icon, body a.button.load-more-btn.loading .loading-icon, .woocommerce input[type=submit].load-more-btn.loading .loading-icon,
.woocommerce .button.load-more-btn.loading .loading-icon, .woocommerce button.button.load-more-btn.loading .loading-icon, .woocommerce a.button.load-more-btn.loading .loading-icon {
  opacity: 1;
}
body input[type=submit]:disabled,
body .button:disabled, body button.button:disabled, body a.button:disabled, .woocommerce input[type=submit]:disabled,
.woocommerce .button:disabled, .woocommerce button.button:disabled, .woocommerce a.button:disabled {
  background: #f1f1f6;
  color: #fff;
}
body input[type=submit].button-simple,
body .button.button-simple, body button.button.button-simple, body a.button.button-simple, .woocommerce input[type=submit].button-simple,
.woocommerce .button.button-simple, .woocommerce button.button.button-simple, .woocommerce a.button.button-simple {
  padding: 0;
  border: 0;
  font-weight: 600;
}
body input[type=submit].button-simple:hover,
body .button.button-simple:hover, body button.button.button-simple:hover, body a.button.button-simple:hover, .woocommerce input[type=submit].button-simple:hover,
.woocommerce .button.button-simple:hover, .woocommerce button.button.button-simple:hover, .woocommerce a.button.button-simple:hover {
  background: transparent;
  color: #194189;
}
body input[type=submit].button-simple.light,
body .button.button-simple.light, body button.button.button-simple.light, body a.button.button-simple.light, .woocommerce input[type=submit].button-simple.light,
.woocommerce .button.button-simple.light, .woocommerce button.button.button-simple.light, .woocommerce a.button.button-simple.light {
  color: #fff;
}
body .round-button, .woocommerce .round-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #fff;
  padding: 0 15px;
  height: 60px;
  line-height: 56px;
  position: relative;
  margin-bottom: 0px;
  border: 2px solid #fff;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.43);
  overflow: hidden;
  z-index: 2;
  min-width: 250px;
  letter-spacing: 0.3em;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
@media (max-width: 767px) {
  body .round-button, .woocommerce .round-button {
    height: 38px;
    line-height: 36px;
    min-width: 190px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}
body .round-button:hover, .woocommerce .round-button:hover {
  background: rgb(0, 0, 0);
  color: #fff;
}

@keyframes spin-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html, body {
  background-color: #fff;
  /* background-image: url(images/pattern_bg.jpg); */
  background-repeat: repeat;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #e62129;
  color: #fff;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #e62129;
  color: #fff;
  /* Gecko Browsers */
}

.desktop-only {
  display: block !important;
}
@media (max-width: 1100px) {
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

.tablet-only {
  display: none !important;
}
@media (max-width: 1100px) {
  .tablet-only {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.hidden-on-desktop {
  display: none !important;
}
@media (max-width: 1100px) {
  .hidden-on-desktop {
    display: block !important;
  }
}

@media (max-width: 1350px) {
  .hidden-on-small-desktop {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .hidden-on-small-desktop {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-on-small-desktop {
    display: block !important;
  }
}

@media (max-width: 1100px) {
  .hidden-on-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-on-tablet {
    display: block !important;
  }
}

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

@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1350px) {
  .container {
    width: 1024px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: 90%;
  }
}
.container {
  /*@include mobile {
      width: 92%;
  }*/
}

.limited-container {
  max-width: 800px;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.no-scroll {
  overflow: hidden !important;
}

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

.floating-objects:after, .floating-objects:before {
  content: "";
  display: table;
}
.floating-objects:after {
  clear: both;
}
.floating-objects {
  clear: both;
  zoom: 1;
}

.show {
  display: block !important;
}

.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}

.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

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

.selected-tours-section {
  padding: 80px 0;
  background: #f5f1ec;
  border-top: 1px solid #efe7df;
  border-bottom: 1px solid #efe7df;
  position: relative;
}
@media (max-width: 1100px) {
  .selected-tours-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .selected-tours-section {
    padding: 40px 0;
  }
}
.selected-tours-section p:last-child {
  margin: 0;
}
.selected-tours-section .selected-tours-bg {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  max-height: 80%;
}
.selected-tours-section .container {
  z-index: 2;
}

.standard-section {
  padding: 80px 0;
}
.standard-section:not(.bordered) + .standard-section:not(.bordered) {
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 1100px) {
  .standard-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .standard-section {
    padding: 40px 0;
  }
}
.standard-section p:last-child {
  margin: 0;
}
.standard-section.bordered {
  border-top: 1px solid #efe7df;
  border-bottom: 1px solid #efe7df;
}

.section-header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.4;
  font-family: "DM Serif Display", serif;
}
@media (max-width: 1100px) {
  .section-header h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .section-header h3 {
    font-size: 26px;
  }
}
.section-header h5 {
  font-size: 18px;
  font-weight: 400;
  color: #858585;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .section-header h5 {
    font-size: 16px;
  }
}

.gray-section {
  background: #f1f1f6;
  padding: 60px 0;
}
@media (max-width: 1100px) {
  .gray-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .gray-section {
    margin-bottom: 40px;
    padding: 30px 0;
  }
}
.gray-section h3 {
  font-size: 30px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gray-section h3 {
    font-size: 24px;
  }
}
.gray-section h3 + h5 {
  margin-top: -30px;
}

blockquote {
  text-align: center;
  clear: both;
}
blockquote:before, blockquote:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
blockquote:after {
  clear: both;
}
blockquote {
  font-size: 4rem;
  line-height: 56px;
  color: #546569;
  padding: 60px 40px;
  font-style: italic;
  position: relative;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 2.4rem;
    line-height: normal;
    padding: 30px 20px;
  }
}
blockquote:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 45px;
  z-index: 10;
  top: 20px;
  visibility: visible;
}
@media (max-width: 767px) {
  blockquote:before {
    top: -5px;
  }
}

.no-border {
  border: 0 !important;
}

.picker__holder {
  min-width: 350px;
}
.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
  min-width: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #778284;
  height: auto;
  line-height: normal;
}

.picker--opened .picker__holder {
  border: 0;
  outline: 0;
}

.mobile-menu-buttons {
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu-buttons {
    display: inline-block;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slider .slick-disabled {
  display: none !important;
}
.slick-slider .slick-slide {
  outline: 0;
  border: 0;
}
.slick-slider .slick-dots {
  bottom: 65px;
  left: 6%;
  opacity: 0.2;
}
@media (max-width: 1600px) {
  .slick-slider .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .slick-slider .slick-dots {
    bottom: 20px;
  }
}
.slick-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 0;
  float: left;
  margin-right: 5px;
}
.slick-slider .slick-dots li button {
  min-width: 0;
  padding: 0;
  width: 6px;
  height: 6px;
  margin-top: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}
.slick-slider .slick-dots li button {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.slick-slider .slick-dots li button:before {
  display: none !important;
}
.slick-slider .slick-dots li:before {
  display: none !important;
}
.slick-slider .slick-dots li.slick-active button {
  width: 20px;
  height: 6px;
}
.slick-slider .slick-custom-prev,
.slick-slider .slick-custom-next {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  width: 14px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  box-shadow: none;
  border: 0px solid #fff;
  z-index: 90;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #858585;
  font-size: 20px;
}
.slick-slider .slick-custom-prev:focus,
.slick-slider .slick-custom-next:focus {
  outline: 0;
}
.slick-slider .slick-custom-prev,
.slick-slider .slick-custom-next {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.slick-slider .slick-custom-prev:before,
.slick-slider .slick-custom-next:before {
  display: none;
}
.slick-slider .slick-custom-prev:hover,
.slick-slider .slick-custom-next:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .slick-slider .slick-custom-prev,
  .slick-slider .slick-custom-next {
    font-size: 16px;
  }
}
.slick-slider .slick-custom-prev {
  left: -35px;
}
@media (max-width: 1100px) {
  .slick-slider .slick-custom-prev {
    left: -25px;
  }
}
@media (max-width: 480px) {
  .slick-slider .slick-custom-prev {
    left: -15px;
  }
}
.slick-slider .slick-custom-next {
  right: -35px;
}
@media (max-width: 1100px) {
  .slick-slider .slick-custom-next {
    right: -25px;
  }
}
@media (max-width: 480px) {
  .slick-slider .slick-custom-next {
    right: -15px;
  }
}
.slick-slider.dark-controls .slick-custom-prev,
.slick-slider.dark-controls .slick-custom-next {
  color: #fff;
}
.slick-slider.full-width-controls .slick-custom-prev {
  left: 30px;
}
@media (max-width: 767px) {
  .slick-slider.full-width-controls .slick-custom-prev {
    left: 10px;
  }
}
.slick-slider.full-width-controls .slick-custom-next {
  right: 30px;
}
@media (max-width: 767px) {
  .slick-slider.full-width-controls .slick-custom-next {
    right: 10px;
  }
}
.slick-slider.big-controls .slick-custom-prev,
.slick-slider.big-controls .slick-custom-next {
  width: 18px;
  height: 30px;
}

.home-top-slider .slick-custom-next,
.home-top-slider .slick-custom-prev {
  font-size: 30px;
}

.sep {
  margin-bottom: 40px;
  height: 1px;
  background: #e8e8e8;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 50px;
}
.sep:before, .sep:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.sep:after {
  clear: both;
}
@media (max-width: 767px) {
  .sep {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.sep.big {
  margin: 160px 0;
}

.clear:before, .clear:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.clear:after {
  clear: both;
}

.picker__select--month, .picker__select--year {
  color: #fff;
  line-height: normal;
}

.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
  color: #fff;
}

.fancybox-slide > * {
  padding: 0;
}

img {
  max-width: 100%;
}

.limited-content {
  max-width: 700px;
  margin: 0 auto;
}

.page-content {
  min-height: 500px;
}

.tabs-wrapper .navigator {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.tabs-wrapper .navigator .tab-selector {
  display: inline-block;
  float: left;
  min-width: 120px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 3px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #778284;
  border-bottom: 0;
  cursor: pointer;
}
.tabs-wrapper .navigator .tab-selector.active {
  background: #f1f1f6;
  color: #e62129;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
}
.tabs-wrapper .tab-wrapper {
  padding: 25px 30px;
  background: #f1f1f6;
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
.tabs-wrapper .tab-wrapper .tab {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.tabs-wrapper .tab-wrapper .tab.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.hide {
  display: none !important;
}

@media (max-width: 767px) {
  .container.visible {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .container.visible-overflow {
    overflow: visible;
  }
}

.accordion-wrapper .accordion-item {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion-wrapper .accordion-item .accordion-header {
  position: relative;
  padding: 10px 10px 10px 27px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.accordion-wrapper .accordion-item .accordion-header:before {
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  right: 20px;
  top: 12px;
  font-weight: 900;
  font-size: 1.8rem;
  color: #546569;
}
.accordion-wrapper .accordion-item .accordion-header h6 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.accordion-wrapper .accordion-item .accordion-hidden-content {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin: 0px 27px;
}
.accordion-wrapper .accordion-item.active .accordion-header:before {
  content: "\f106";
}
.accordion-wrapper .accordion-item.active .accordion-hidden-content {
  max-height: 800px;
  margin: 15px 27px;
  transition: max-height 0.4s ease-in;
}

.big-mb {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .big-mb {
    margin-bottom: 30px;
  }
}

.mb {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 45px;
  }
}

.medium-mb {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .medium-mb {
    margin-bottom: 40px;
  }
}

.small-mb {
  margin-bottom: 25px;
}

.mt {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}

.small-mt {
  margin-top: 25px;
}

.no-mb {
  margin-bottom: 0;
}

.default-mb {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .default-mb {
    margin-bottom: 40px;
  }
}

@media (max-width: 1100px) {
  .mobile-mb {
    margin-bottom: 25px;
  }
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.group.group-align-center {
  align-items: center;
}

/* clear fix */
.masonry-grid:after {
  content: "";
  display: block;
  clear: both;
}

.gutter-sizer {
  width: 2%;
}

.grid-item--width2 {
  width: 49%;
}

.standard-carousel .slick-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .standard-carousel .slick-list {
    margin: 0 -5px;
  }
}
.standard-carousel .slick-slide {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .standard-carousel .slick-slide {
    margin: 0 5px;
  }
}

.small-gaps-carousel .slick-list {
  margin: 0 -7px;
}
@media (max-width: 767px) {
  .small-gaps-carousel .slick-list {
    margin: 0 -5px;
  }
}
.small-gaps-carousel .slick-slide {
  margin: 0 7px;
}
@media (max-width: 767px) {
  .small-gaps-carousel .slick-slide {
    margin: 0 5px;
  }
}

.same-height-slides .slick-track {
  display: flex !important;
}
.same-height-slides .slick-slide {
  height: inherit !important;
}

.horizontal-separator {
  border-bottom: 1px solid #efefef;
}

.latest-articles-section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .latest-articles-section {
    padding: 40px 0;
  }
}

.articles-section-title {
  margin: 0 0 40px;
  font-size: 30px;
  text-align: center;
  font-family: "DM Serif Display", serif;
}
@media (max-width: 767px) {
  .articles-section-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.articles-section-subtitle {
  text-align: center;
  margin-top: -30px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  column-gap: 30px;
  row-gap: 40px;
}

.article-item .image {
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-item .image {
    margin-bottom: 20px;
  }
}
.article-item .image img {
  height: auto;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
}
.article-item .text-content {
  position: relative;
}
.article-item .text-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 4px;
  background-color: #194189;
}
.article-item .text-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 4px;
  background-color: #e62129;
}
.article-item .text-content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .article-item .text-content {
    padding-left: 20px;
  }
}
.article-item .text-content h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.3;
}
@media (max-width: 1350px) {
  .article-item .text-content h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .article-item .text-content h4 {
    margin-bottom: 5px;
  }
}
.article-item .text-content .postdate {
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #a8b7ba;
}
.article-item .categories-wrapper {
  color: #a8b7ba;
  font-size: 12px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .article-item .categories-wrapper {
    margin: 0;
  }
}
.article-item .categories-wrapper a {
  color: inherit;
  font-weight: inherit;
}
.article-item .categories-wrapper a:hover {
  color: #194189;
}

.featured-article-item {
  overflow: hidden;
  position: relative;
  height: 400px;
  display: block;
}
.featured-article-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
}
.featured-article-item .featured-article-item-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.featured-article-item .text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 25px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  z-index: 3;
}
.featured-article-item .text-content h4 {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  font-family: "DM Serif Display", serif;
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: normal;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-article-item .text-content p {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}
.featured-article-item:hover::before {
  opacity: 1;
}

.left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}

.search-results h1 {
  text-align: center;
}
@media (max-width: 767px) {
  .search-results h1 {
    font-size: 30px;
  }
}
@media (max-width: 1350px) {
  .search-results h1 {
    margin-bottom: 30px;
  }
}

.pages-result {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: max-content;
  gap: 20px;
  margin-bottom: 30px;
}
.pages-result .page-item {
  padding: 20px;
  background: #f1f1f6;
}
.pages-result .page-item h4 {
  font-size: 18px;
  margin: 0 0 5px;
}
.pages-result .page-item .postdate {
  font-size: 12px;
  font-weight: 600;
  color: #858585;
  margin-bottom: 5px;
  display: block;
}
.pages-result .page-item p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  color: #778284;
}

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

.most-popular-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 60px;
  row-gap: 40px;
}
@media (max-width: 1100px) {
  .most-popular-posts {
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .most-popular-posts {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.most-popular-posts > *:first-child {
  grid-column: 1/2;
  grid-row: 1/-1;
}
.most-popular-posts > *:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.most-popular-posts > *:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.most-popular-posts > *:nth-child(4) {
  grid-column: 2/3;
  grid-row: 3/3;
}
@media (max-width: 767px) {
  .most-popular-posts > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.most-popular-posts .most-popular-post-item {
  display: flex;
  align-items: start;
  gap: 20px;
}
.most-popular-posts .most-popular-post-item .most-popular-post-item-thumb {
  flex-shrink: 0;
  flex-basis: 150px;
  height: 150px;
}
@media (max-width: 1100px) {
  .most-popular-posts .most-popular-post-item .most-popular-post-item-thumb {
    flex-basis: 100px;
  }
}
@media (max-width: 767px) {
  .most-popular-posts .most-popular-post-item .most-popular-post-item-thumb {
    flex-basis: 150px;
  }
}
.most-popular-posts .most-popular-post-item .most-popular-post-item-image {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.most-popular-posts .most-popular-post-item .most-popular-post-item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  padding-block-start: 5px;
  position: relative;
  padding-inline-end: 40px;
}
.most-popular-posts .most-popular-post-item .most-popular-post-item-content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("./images/long-arrow-right.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  .most-popular-posts .most-popular-post-item .most-popular-post-item-content::before {
    display: none;
  }
}
@media (max-width: 1100px) {
  .most-popular-posts .most-popular-post-item .most-popular-post-item-content {
    padding-inline-end: 0;
  }
}
@media (max-width: 480px) {
  .most-popular-posts .most-popular-post-item .most-popular-post-item-content {
    padding-block-start: 0;
  }
}
.most-popular-posts .most-popular-post-item .most-popular-post-item-title {
  font-size: 20px;
  color: #546569;
  font-family: "DM Serif Display", serif;
}
.most-popular-posts .most-popular-post-item .most-popular-post-item-excerpt {
  font-size: 14px;
}
.most-popular-posts .most-popular-post-item .most-popular-post-item-date {
  font-size: 13px;
}
.most-popular-posts .most-popular-post-item:hover .most-popular-post-item-content::before {
  transform: translate(0, -50%);
  opacity: 1;
}
@media (min-width: 768px) {
  .most-popular-posts > :first-child {
    display: block;
    position: relative;
  }
  .most-popular-posts > :first-child .most-popular-post-item-image {
    width: 100%;
  }
  .most-popular-posts > :first-child .most-popular-post-item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 60px 30px 30px;
    color: #fff;
  }
  .most-popular-posts > :first-child .most-popular-post-item-content::before {
    display: none;
  }
  .most-popular-posts > :first-child .most-popular-post-item-content .most-popular-post-item-title {
    color: #fff;
    font-size: 36px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .most-popular-posts > :first-child .most-popular-post-item-content .most-popular-post-item-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .most-popular-posts > :first-child .most-popular-post-item-content .most-popular-post-item-excerpt {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    font-size: 16px;
  }
  .most-popular-posts > :first-child .most-popular-post-item-content .most-popular-post-item-date {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
}

.destinations-carousel .slick-track,
.curated-stories-carousel .slick-track {
  display: flex;
}

.destinations-carousel .slick-slide,
.curated-stories-carousel .slick-slide {
  height: auto; /* override Slick's inline height */
  display: flex !important;
}

.destinations-carousel .slick-slide > div,
.curated-stories-carousel .slick-slide > div {
  display: flex;
  width: 100%;
}

.destination-item {
  border: 1px solid #efe7df;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
}
.destination-item .destination-item-header {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.destination-item .destination-item-header .destination-item-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.2s ease-in-out;
}
.destination-item .destination-item-header .destination-item-header-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(31, 31, 34, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(31, 31, 34, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(31, 31, 34, 0) 100%);
  padding: 40px 30px 20px;
}
@media (max-width: 767px) {
  .destination-item .destination-item-header .destination-item-header-content {
    padding: 40px 20px 20px;
  }
}
.destination-item .destination-item-header .destination-item-header-content h3 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-size: 26px;
  margin: 0;
  color: #fff;
  font-family: "DM Serif Display", serif;
}
.destination-item .destination-item-content {
  padding: 20px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .destination-item .destination-item-content {
    padding: 20px;
  }
}
.destination-item .destination-item-content p {
  font-size: 14px;
  line-height: 24px;
}
.destination-item .destination-item-content .button {
  margin-top: auto;
}
.destination-item:hover .destination-item-header-image {
  transform: scale(1.2);
}

.selected-tours-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .selected-tours-grid {
    grid-template-columns: auto;
  }
}

.selected-tours-grid > *:only-child,
.selected-tours-grid > *:last-child:nth-child(odd) {
  grid-column: 1/-1;
  min-height: 300px;
}

.selected-tour-item {
  min-height: 250px;
  border: 4px solid #fff;
  position: relative;
}
.selected-tour-item .selected-tour-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.selected-tour-item .selected-tour-item-content {
  position: relative;
  z-index: 2;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  min-width: 250px;
  height: 100%;
}
.selected-tour-item .selected-tour-item-content > * {
  flex-shrink: 0;
}
.selected-tour-item .selected-tour-item-content h3 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  margin: 0 0 10px;
  font-size: 26px;
  font-family: "DM Serif Display", serif;
  color: #fff;
}
.selected-tour-item .selected-tour-item-content p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.selected-tour-item .selected-tour-item-content .button {
  align-self: start;
}

.curated-stories .curated-story {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding-block-end: 25px;
}
.curated-stories .curated-story::before, .curated-stories .curated-story::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 50%;
}
.curated-stories .curated-story::before {
  left: 0;
  background: #194189;
}
.curated-stories .curated-story::after {
  right: 0;
  background: #e62129;
}
.curated-stories .curated-story .curated-story-image {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.curated-stories .curated-story h3 {
  font-size: 18px;
  margin: 0;
  color: #546569;
  font-family: "DM Serif Display", serif;
}
.curated-stories .curated-story h3 a {
  font: inherit;
}
.curated-stories .curated-story .postdate {
  font-size: 12px;
  color: #a8b7ba;
}
.curated-stories .curated-story p {
  color: #778284;
}

.navigation.pagination {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.navigation.pagination .nav-links .page-numbers {
  display: flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  padding: 5px 5px;
}
.navigation.pagination .nav-links .page-numbers.current {
  border-color: #e62129;
  color: #e62129;
}

table {
  width: 100%;
}

table, th, td {
  border-spacing: 0;
  border: 1px solid #e8e8e8;
  padding: 1em;
  line-height: 1;
  vertical-align: middle;
}

th {
  text-align: left;
  font-weight: normal;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: padding 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background: #fff;
}
@media (max-width: 1100px) {
  .site-header {
    padding: 15px 0;
  }
}
.site-header .header-container {
  display: flex;
  align-items: center;
}
.site-header .logo {
  display: inline-block;
  margin-top: -5px;
  flex-shrink: 0;
}
.site-header .logo img {
  height: 50px;
  transition: height 0.2s ease-in-out;
}
@media (max-width: 1600px) {
  .site-header .logo img {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .site-header .logo img {
    height: 30px;
  }
}
.site-header .header-right-content {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1100px) {
  .site-header .desktop-navigation-menu {
    display: none;
  }
}
.site-header .desktop-navigation-menu div > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
@media (max-width: 1350px) {
  .site-header .desktop-navigation-menu div > ul {
    gap: 30px;
  }
}
.site-header .desktop-navigation-menu div > ul > li.menu-item-has-children {
  position: relative;
}
.site-header .desktop-navigation-menu div > ul > li.menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 10px;
  height: 6px;
  background: url("images/angle-arrow-down-blue.svg") no-repeat center center;
  background-size: 100% auto;
}
.site-header .desktop-navigation-menu div > ul > li > a {
  color: #194189;
  text-decoration: none;
  transition: color 0.2s ease-in-out, padding 0.2s ease-in-out;
  font-size: 13px;
  display: inline-block;
  padding: 30px 0;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.site-header .desktop-navigation-menu div > ul > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e62129;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.site-header .desktop-navigation-menu div > ul > li > a:hover {
  color: #e62129;
}
.site-header .desktop-navigation-menu div > ul > li > a:hover:before {
  opacity: 1;
}
.site-header .desktop-navigation-menu div > ul > li.current_page_item > a:before {
  opacity: 1;
}
.site-header .desktop-navigation-menu div > ul > li > ul {
  display: none;
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: all 0.2s ease-in-out;
  min-width: 200px;
}
.site-header .desktop-navigation-menu div > ul > li > ul li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.site-header .desktop-navigation-menu div > ul > li > ul li:last-child {
  border-bottom: none;
}
.site-header .desktop-navigation-menu div > ul > li > ul li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
.site-header .desktop-navigation-menu div > ul > li > ul li.menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 6px;
  height: 10px;
  background: url("images/angle-arrow-right-blue.svg") no-repeat center center;
  background-size: 100% auto;
}
.site-header .desktop-navigation-menu div > ul > li > ul li a {
  padding: 10px 20px;
  display: block;
  color: #778284;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  font-size: 13px;
}
.site-header .desktop-navigation-menu div > ul > li > ul li a:hover {
  color: #e62129;
}
.site-header .desktop-navigation-menu div > ul > li > ul li.current-menu-item a {
  color: #e62129;
}
.site-header .desktop-navigation-menu div > ul > li > ul li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100;
  display: none;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.site-header .desktop-navigation-menu div > ul > li > ul li:hover > ul {
  display: block;
}
.site-header .desktop-navigation-menu div > ul > li:hover > ul {
  display: block;
}
.site-header .mobile-navigation-menu {
  display: none;
}
@media (max-width: 1100px) {
  .site-header .mobile-navigation-menu {
    display: block;
  }
}
.site-header .light-menu .desktop-navigation-menu div > ul > li > a {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.site-header .light-menu .desktop-navigation-menu div > ul > li > a:before {
  background: #fff;
}
.site-header .light-menu .desktop-navigation-menu div > ul > li > a:hover {
  color: #fff;
}
.site-header .light-menu .desktop-navigation-menu div > ul > li.menu-item-has-children:before {
  background: url("images/angle-arrow-down-white.svg") no-repeat center center;
}
.site-header .light-menu .desktop-navigation-menu div > ul > li.current_page_item > a:before {
  background: #fff;
}
.site-header .light-menu .desktop-navigation-menu div > ul > li.current_page_item > a:hover {
  color: #fff;
}
.site-header .light-menu .menu-trigger span {
  background: #fff;
}

.open-search-form {
  padding: 0;
  background: none;
  border: 0;
  color: #194189;
  font-size: 16px;
}
.open-search-form img {
  width: 20px;
}

.search-wrapper {
  display: flex;
  gap: 5px;
}

.header-search-form {
  overflow: hidden;
  width: 0;
  display: flex;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-search-form input[type=text] {
  background: none;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  height: 26px;
  line-height: 26px;
  padding: 0;
  min-width: 0;
  color: #778284;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header-search-form input[type=text]::placeholder, .header-search-form input[type=text]::-webkit-input-placeholder, .header-search-form input[type=text]:-ms-input-placeholder, .header-search-form input[type=text]:-moz-placeholder, .header-search-form input[type=text]:-ms-input-placeholder {
  color: #ffedd9;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: italic;
}
@media (max-width: 767px) {
  .header-search-form input[type=text]::placeholder, .header-search-form input[type=text]::-webkit-input-placeholder, .header-search-form input[type=text]:-ms-input-placeholder, .header-search-form input[type=text]:-moz-placeholder, .header-search-form input[type=text]:-ms-input-placeholder {
    font-size: 13px;
  }
}
.header-search-form.active {
  width: 150px;
}
@media (max-width: 767px) {
  .header-search-form.active {
    width: 105px;
  }
}

body:not(.home):not(.page-template-template-destinations-page):not(.single-destination):not(.tax-region):not(.page-template-template-eat-stay-page):not(.single-provider):not(.page-template-template-partnerships) .header-wrapper {
  padding-top: 80px;
}
@media (max-width: 1100px) {
  body:not(.home):not(.page-template-template-destinations-page):not(.single-destination):not(.tax-region):not(.page-template-template-eat-stay-page):not(.single-provider):not(.page-template-template-partnerships) .header-wrapper {
    padding-top: 60px;
  }
}
body:not(.home):not(.page-template-template-destinations-page):not(.single-destination):not(.tax-region):not(.page-template-template-eat-stay-page):not(.single-provider):not(.page-template-template-partnerships) .site-header.scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home .site-header,
.page-template-template-destinations-page .site-header,
.single-destination .site-header,
.tax-region .site-header,
.page-template-template-eat-stay-page .site-header,
.single-provider .site-header,
.page-template-template-partnerships .site-header {
  background: transparent;
}
.home .scrolled.site-header,
.page-template-template-destinations-page .scrolled.site-header,
.single-destination .scrolled.site-header,
.tax-region .scrolled.site-header,
.page-template-template-eat-stay-page .scrolled.site-header,
.single-provider .scrolled.site-header,
.page-template-template-partnerships .scrolled.site-header {
  background: rgba(0, 0, 0, 0.7);
}
.home .open-search-form,
.page-template-template-destinations-page .open-search-form,
.single-destination .open-search-form,
.tax-region .open-search-form,
.page-template-template-eat-stay-page .open-search-form,
.single-provider .open-search-form,
.page-template-template-partnerships .open-search-form {
  color: #fff;
}
.home .header-search-form input,
.page-template-template-destinations-page .header-search-form input,
.single-destination .header-search-form input,
.tax-region .header-search-form input,
.page-template-template-eat-stay-page .header-search-form input,
.single-provider .header-search-form input,
.page-template-template-partnerships .header-search-form input {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.home .header-search-form input::placeholder, .home .header-search-form input::-webkit-input-placeholder, .home .header-search-form input:-ms-input-placeholder, .home .header-search-form input:-moz-placeholder, .home .header-search-form input:-ms-input-placeholder,
.page-template-template-destinations-page .header-search-form input::placeholder,
.page-template-template-destinations-page .header-search-form input::-webkit-input-placeholder,
.page-template-template-destinations-page .header-search-form input:-ms-input-placeholder,
.page-template-template-destinations-page .header-search-form input:-moz-placeholder,
.page-template-template-destinations-page .header-search-form input:-ms-input-placeholder,
.single-destination .header-search-form input::placeholder,
.single-destination .header-search-form input::-webkit-input-placeholder,
.single-destination .header-search-form input:-ms-input-placeholder,
.single-destination .header-search-form input:-moz-placeholder,
.single-destination .header-search-form input:-ms-input-placeholder,
.tax-region .header-search-form input::placeholder,
.tax-region .header-search-form input::-webkit-input-placeholder,
.tax-region .header-search-form input:-ms-input-placeholder,
.tax-region .header-search-form input:-moz-placeholder,
.tax-region .header-search-form input:-ms-input-placeholder,
.page-template-template-eat-stay-page .header-search-form input::placeholder,
.page-template-template-eat-stay-page .header-search-form input::-webkit-input-placeholder,
.page-template-template-eat-stay-page .header-search-form input:-ms-input-placeholder,
.page-template-template-eat-stay-page .header-search-form input:-moz-placeholder,
.page-template-template-eat-stay-page .header-search-form input:-ms-input-placeholder,
.single-provider .header-search-form input::placeholder,
.single-provider .header-search-form input::-webkit-input-placeholder,
.single-provider .header-search-form input:-ms-input-placeholder,
.single-provider .header-search-form input:-moz-placeholder,
.single-provider .header-search-form input:-ms-input-placeholder,
.page-template-template-partnerships .header-search-form input::placeholder,
.page-template-template-partnerships .header-search-form input::-webkit-input-placeholder,
.page-template-template-partnerships .header-search-form input:-ms-input-placeholder,
.page-template-template-partnerships .header-search-form input:-moz-placeholder,
.page-template-template-partnerships .header-search-form input:-ms-input-placeholder {
  color: #fff !important;
}
.home .header-search-form input::-webkit-input-placeholder,
.page-template-template-destinations-page .header-search-form input::-webkit-input-placeholder,
.single-destination .header-search-form input::-webkit-input-placeholder,
.tax-region .header-search-form input::-webkit-input-placeholder,
.page-template-template-eat-stay-page .header-search-form input::-webkit-input-placeholder,
.single-provider .header-search-form input::-webkit-input-placeholder,
.page-template-template-partnerships .header-search-form input::-webkit-input-placeholder {
  color: white;
  font-weight: 400;
}
.home .header-search-form input::-moz-placeholder,
.page-template-template-destinations-page .header-search-form input::-moz-placeholder,
.single-destination .header-search-form input::-moz-placeholder,
.tax-region .header-search-form input::-moz-placeholder,
.page-template-template-eat-stay-page .header-search-form input::-moz-placeholder,
.single-provider .header-search-form input::-moz-placeholder,
.page-template-template-partnerships .header-search-form input::-moz-placeholder {
  color: white;
  font-weight: 400;
}

.search .site-header:not(.scrolled),
.category .site-header:not(.scrolled),
.tag .site-header:not(.scrolled) {
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .scrolled.site-header {
    padding: 10px 0;
  }
}
.scrolled.site-header .logo img {
  height: 30px;
}
.scrolled.site-header .desktop-navigation-menu div > ul > li > a {
  padding: 15px 0;
}
.scrolled.site-header .desktop-navigation-menu div > ul > li > ul {
  top: 100%;
}

.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.admin-barbody:not(.home) .header-wrapper {
  padding-top: 80px;
}
.admin-bar .mobile-menu-wrapper-inner {
  padding-top: 46px;
}

#wpadminbar {
  position: fixed;
}

.menu-trigger {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 6px;
  width: 26px;
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
}
.menu-trigger span {
  background: #194189;
  display: inline-block;
  width: 100%;
  transition: width 0.2s ease-in-out;
  height: 2px;
}
.menu-trigger span:nth-child(2) {
  width: 60%;
}
.menu-trigger.active span:nth-child(2) {
  width: 100%;
}

.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  overflow: hidden;
}
.mobile-menu-wrapper .mobile-menu-wrapper-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.mobile-menu-wrapper .mobile-menu-wrapper-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  transform: translateX(100%);
  opacity: 0;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.mobile-menu-wrapper.active {
  pointer-events: all;
}
.mobile-menu-wrapper.active .mobile-menu-wrapper-backdrop {
  opacity: 1;
}
.mobile-menu-wrapper.active .mobile-menu-wrapper-inner {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu-wrapper .mobile-language-switcher {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 5px 20px;
  display: flex;
  flex-direction: row-reverse;
}
.mobile-menu-wrapper .close-action-wrapper {
  display: flex;
  flex-direction: row-reverse;
  padding: 5px 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
.mobile-menu-wrapper .close-action-wrapper button {
  color: #a8b7ba;
  font-size: 16px;
  background: none;
  border: 0;
  outline: 0;
  padding: 5px;
}
.mobile-menu-wrapper .menu-main-container,
.mobile-menu-wrapper .menu-glavni-meni-container {
  flex-grow: 1;
  overflow: auto;
}
.mobile-menu-wrapper .header-mobile-menu {
  border-top: 1px solid #e8e8e8;
}
.mobile-menu-wrapper .header-mobile-menu > li {
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu-wrapper .header-mobile-menu > li.current_page_item > a {
  color: #194189;
}
.mobile-menu-wrapper .header-mobile-menu > li > a {
  display: block;
  font-size: 14px;
  color: #414042;
  padding: 12px 30px;
  flex: 1 1 auto;
  font-weight: 600;
  order: 1;
}
@media (max-width: 480px) {
  .mobile-menu-wrapper .header-mobile-menu > li > a {
    font-size: 13px;
    padding: 10px 25px;
  }
}
@media (max-width: 480px) {
  .mobile-menu-wrapper .header-mobile-menu > li.menu-item-has-children a {
    padding-right: 10px;
  }
}
.mobile-menu-wrapper .header-mobile-menu > li .sub-menu {
  display: none;
  order: 3;
  flex: 1 1 100%;
  background: #f1f1f6;
}
.mobile-menu-wrapper .header-mobile-menu > li .sub-menu li {
  border-top: 1px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu-wrapper .header-mobile-menu > li .sub-menu li a {
  display: block;
  color: #414042;
  font-size: 13px;
  font-weight: 300;
}
.mobile-menu-wrapper .header-mobile-menu > li .sub-menu li a:not(.open-mobile-submenu) {
  padding: 10px 30px;
  flex-grow: 1;
}
.mobile-menu-wrapper .header-mobile-menu > li .sub-menu li li {
  padding-left: 20px;
}
.mobile-menu-wrapper .header-mobile-menu > li .sub-menu li.current-menu-item a {
  color: #e62129;
}
.mobile-menu-wrapper .header-mobile-menu .open-mobile-submenu {
  padding: 12px 15px;
  border-left: 1px solid #e8e8e8;
  flex: 0 0 40px;
  order: 2;
  color: #e62129;
}
.mobile-menu-wrapper .header-mobile-menu .open-mobile-submenu.active i {
  transform: rotate(180deg);
}

@media (max-width: 1100px) {
  .language-switcher {
    display: none;
  }
}

.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click {
  background: none;
  border: 2px solid #194189;
  color: #194189;
  width: auto;
}
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click ul li a {
  background: none;
  color: #194189;
  font-size: 14px;
  padding: 7px 24px 7px 12px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu li a {
  color: #778284;
}

.light-menu .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click {
  color: #fff;
  border-color: #fff;
}
.light-menu .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click ul li a {
  background: none;
  color: #fff;
  font-size: 14px;
}
.light-menu .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu li a {
  color: #778284;
}

.mobile-menu-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click ul li a {
  color: #778284;
}

/* ------------------------------------------------------------------ *
 * Panel shell
 *
 * The wrapper is a fixed overlay sitting just under the header, offset by
 * --mega-top which JS keeps in step with the header's actual height. It
 * lives outside <header> so the header box never grows around the panels
 * and its scrolled background can never paint over them.
 *
 * Closed panels use visibility: hidden rather than display: none — that
 * keeps them out of the tab order while still allowing a transition.
 * ------------------------------------------------------------------ */
.mega-panels {
  position: fixed;
  top: var(--mega-top, 110px);
  left: 0;
  right: 0;
  z-index: 101;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .mega-panels {
    display: none;
  }
}

.mega-panel {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: 0 auto;
  pointer-events: auto;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09);
  max-height: 70vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  scrollbar-color: #c5af99 transparent;
  scrollbar-width: thin;
}
.mega-panel::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.mega-panel::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #e8e8e8;
}
.mega-panel::-webkit-scrollbar-track {
  background: transparent;
}
.mega-panel::-webkit-scrollbar-thumb {
  background-color: #c5af99;
}
.mega-panel::-webkit-scrollbar-thumb:hover {
  background-color: #b58b5a;
}
.mega-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.mega-panel__inner {
  padding: 30px;
}

/* ------------------------------------------------------------------ *
 * Open-state caret under the active trigger
 *
 * Uses :after because the existing nav styles already claim :before for
 * the hover bar along the top of the item.
 * ------------------------------------------------------------------ */
.desktop-navigation-menu li.has-mega > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 10px;
  height: 6px;
  margin-left: -5px;
  background: url("images/angle-arrow-down-blue.svg") no-repeat center center;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.desktop-navigation-menu li.has-mega > a[aria-expanded=true]:after {
  opacity: 1;
}

.light-menu .desktop-navigation-menu li.has-mega > a:after {
  background: url("images/angle-arrow-down-white.svg") no-repeat center center;
  background-size: 100% auto;
}

/* ------------------------------------------------------------------ *
 * Columns layout — Destinations, Experience Serbia, About Serbia
 * ------------------------------------------------------------------ */
.mega-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-columns--1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.mega-columns--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-columns--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mega-columns--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mega-columns--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mega-columns--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 1350px) {
  .mega-columns--5,
  .mega-columns--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }
}
.mega-column {
  display: flex;
  flex-direction: column;
}
.mega-column__icon {
  display: block;
  margin-bottom: 14px;
  color: #cfa14e;
}
.mega-column__icon svg {
  display: block;
  width: 42px;
  height: 42px;
}
.mega-column__icon img {
  display: block;
  width: 42px;
  height: auto;
}
.mega-column__title {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #414042;
}
.mega-column__links {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.mega-column__links li {
  margin-bottom: 11px;
}
.mega-column__links li:last-child {
  margin-bottom: 0;
}
.mega-column__links a {
  font-size: 14px;
  line-height: 1.4;
  color: #778284;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.mega-column__links a:hover, .mega-column__links a:focus-visible {
  color: #cfa14e;
}
.mega-column__more {
  position: relative;
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #cfa14e;
  text-decoration: none;
  align-self: flex-start;
  width: 100%;
}
.mega-column__more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}
.mega-column__more i {
  transition: transform 0.2s ease-in-out;
}
.mega-column__more:hover i, .mega-column__more:focus-visible i {
  transform: translateX(4px);
}
.mega-column__image {
  margin: 20px 0 0;
  overflow: hidden;
}
.mega-column__image a {
  display: block;
}
.mega-column__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.mega-column__image:hover img {
  transform: scale(1.04);
}

/* ------------------------------------------------------------------ *
 * Feature list — Stories, and the right side of Partnerships
 * ------------------------------------------------------------------ */
.mega-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-feature + .mega-feature {
  border-top: 1px solid #f1f1f1;
}
.mega-feature__link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  text-decoration: none;
}
.mega-feature__link:hover .mega-feature__title, .mega-feature__link:focus-visible .mega-feature__title {
  color: #cfa14e;
}
.mega-feature__link:hover .mega-feature__arrow i, .mega-feature__link:focus-visible .mega-feature__arrow i {
  transform: translateX(4px);
}
.mega-feature__icon {
  flex-shrink: 0;
  color: #cfa14e;
}
.mega-feature__icon svg {
  display: block;
  width: 48px;
  height: 48px;
}
.mega-feature__icon img {
  display: block;
  width: 48px;
  height: auto;
}
.mega-feature__body {
  flex: 1 1 auto;
  min-width: 0;
}
.mega-feature__title {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #414042;
  transition: color 0.2s ease-in-out;
}
.mega-feature__desc {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #778284;
}
.mega-feature__arrow {
  flex-shrink: 0;
  padding-left: 24px;
  border-left: 1px solid #f1f1f1;
  color: #cfa14e;
}
.mega-feature__arrow i {
  transition: transform 0.2s ease-in-out;
}

/* ------------------------------------------------------------------ *
 * Promo + list — Partnerships
 * ------------------------------------------------------------------ */
.mega-promo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1350px) {
  .mega-promo {
    gap: 34px;
  }
}
.mega-promo__intro {
  padding-right: 50px;
  border-right: 1px solid #f1f1f1;
}
@media (max-width: 1350px) {
  .mega-promo__intro {
    padding-right: 34px;
  }
}
.mega-promo__eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #cfa14e;
}
.mega-promo__heading {
  margin: 0 0 24px;
  font-family: "DM Serif Display", serif;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 400;
  color: #414042;
}
.mega-promo__heading:after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 24px;
  background: #cfa14e;
}
.mega-promo__text {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.75;
  color: #778284;
}
.mega-promo__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border: 1px solid #cfa14e;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cfa14e;
  text-decoration: none;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.mega-promo__cta:hover, .mega-promo__cta:focus-visible {
  background: #cfa14e;
  color: #fff;
}
.mega-promo__list .mega-feature:first-child .mega-feature__link {
  padding-top: 0;
}

/* ------------------------------------------------------------------ *
 * Shared footer bar
 * ------------------------------------------------------------------ */
.mega-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #f1f1f1;
}
.mega-footer__icon {
  flex-shrink: 0;
  color: #cfa14e;
}
.mega-footer__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.mega-footer__icon img {
  display: block;
  width: 20px;
  height: auto;
}
.mega-footer__text {
  margin: 0;
  font-size: 14px;
  color: #778284;
}
.mega-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cfa14e;
  text-decoration: none;
}
.mega-footer__link i {
  transition: transform 0.2s ease-in-out;
}
.mega-footer__link:hover i, .mega-footer__link:focus-visible i {
  transform: translateX(4px);
}
.mega-footer:not(.mega-footer--centered) .mega-footer__link {
  padding-left: 16px;
  border-left: 1px solid #e8e8e8;
}
.mega-footer--centered {
  border-top: none;
  gap: 22px;
}
.mega-footer--centered:before, .mega-footer--centered:after {
  content: "";
  flex: 1 1 auto;
  max-width: 230px;
  height: 1px;
  background: #e8e8e8;
}

/* ------------------------------------------------------------------ *
 * Mobile drawer projection
 *
 * Rendered into the existing `.sub-menu` accordion, so only the group
 * label needs styling here.
 * ------------------------------------------------------------------ */
.mega-mobile__group {
  padding: 12px 0 2px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cfa14e;
}

.site-footer {
  background: #313637;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 0;
  }
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1100px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
}
.footer-container:before, .footer-container:after {
  display: none;
}
.footer-container .footer-logo {
  position: relative;
  top: -5px;
}
.footer-container .footer-logo a {
  display: inline-block;
}
.footer-container .footer-logo img {
  height: 27px;
}
.footer-container .footer-menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .footer-container .footer-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
.footer-container .footer-menu ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.footer-container .footer-menu ul li a:hover {
  color: #e62129;
}

.footer-copyright {
  color: #a8b7ba;
  font-size: 13px;
}

.home-top-slider-wrapper {
  background: #27292c;
  min-height: 80px;
}

.home-top-slider {
  max-height: 100vh;
  background: #27292c;
  overflow: hidden;
}
.home-top-slider .slide-item {
  height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 1100px) {
  .home-top-slider .slide-item {
    height: 100vh;
  }
}
.home-top-slider .slide-item:before {
  content: "";
  background: #000;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.home-top-slider .slide-item .container {
  height: 100%;
  z-index: 2;
  position: relative;
}
.home-top-slider .slide-item .text-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.home-top-slider .slide-item .slide-title {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 80px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: normal;
}
@media (max-width: 1100px) {
  .home-top-slider .slide-item .slide-title {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .slide-item .slide-title {
    font-size: 60px;
  }
}
.home-top-slider .slide-item .slide-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 1100px) {
  .home-top-slider .slide-item .slide-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .slide-item .slide-subtitle {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.home-featured-pages-carousel {
  margin-top: -200px;
  z-index: 2;
  position: relative;
}
.home-featured-pages-carousel .featured-page-carousel-item {
  position: relative;
}
.home-featured-pages-carousel .featured-page-carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 4px;
  background-color: #194189;
}
.home-featured-pages-carousel .featured-page-carousel-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 4px;
  background-color: #e62129;
}
.home-featured-pages-carousel .featured-page-carousel-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  padding: 27px 25px;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 1350px) {
  .home-featured-pages-carousel .featured-page-carousel-item {
    padding: 20px 20px;
  }
}
.home-featured-pages-carousel .featured-page-carousel-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px;
  text-transform: capitalize;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .home-featured-pages-carousel .featured-page-carousel-item h4 {
    font-size: 16px;
  }
}
.home-featured-pages-carousel .featured-page-carousel-item p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  opacity: 0.6;
  margin-bottom: 5px;
}
.home-featured-pages-carousel .featured-page-carousel-item a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.home-featured-pages-carousel .featured-page-carousel-item a:hover {
  text-decoration: underline;
}
.home-featured-pages-carousel .featured-page-carousel-item.slick-current {
  opacity: 1;
}
.home-featured-pages-carousel .slick-custom-prev {
  left: -20px;
  color: #fff;
}
@media (max-width: 767px) {
  .home-featured-pages-carousel .slick-custom-prev {
    left: 10px;
  }
}
.home-featured-pages-carousel .slick-custom-next {
  color: #fff;
  right: -20px;
}
@media (max-width: 767px) {
  .home-featured-pages-carousel .slick-custom-next {
    right: 10px;
  }
}

.home-featured-pages-slider {
  margin: 100px 0;
}
@media (max-width: 1350px) {
  .home-featured-pages-slider {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .home-featured-pages-slider {
    margin: 40px 0;
  }
}

.featured-page-slider-item {
  position: relative;
}
.featured-page-slider-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 4px;
  background-color: #194189;
}
.featured-page-slider-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 4px;
  background-color: #e62129;
}
.featured-page-slider-item {
  padding-left: 60px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1350px) {
  .featured-page-slider-item {
    padding-left: 30px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .featured-page-slider-item {
    flex-wrap: wrap;
  }
}
.featured-page-slider-item .image {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .featured-page-slider-item .image {
    width: 100%;
    flex-grow: 1;
  }
}
.featured-page-slider-item .image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .featured-page-slider-item .image img {
    width: 100%;
  }
}
.featured-page-slider-item .text-content {
  flex-grow: 1;
}
.featured-page-slider-item .text-content h4 {
  font-size: 30px;
  text-transform: none;
  margin: 0 0 20px;
}

.instagram-section-wrapper {
  padding: 30px 0 50px;
}
.instagram-section-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .instagram-section-wrapper h3 {
    font-size: 20px;
  }
}

.intro-section .container {
  max-width: 900px;
}
.intro-section .intro-section-container {
  padding: 80px 100px;
  box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .intro-section .intro-section-container {
    padding: 40px;
  }
}
.intro-section p {
  font-size: 18px;
  line-height: 2;
}

.destinations-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media (max-width: 1100px) {
  .destinations-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
.destinations-grid.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
@media (max-width: 767px) {
  .destinations-grid.grid-2 {
    grid-template-columns: auto;
  }
}
.destinations-grid .destination-card {
  position: relative;
  overflow: hidden;
  transition: border-radius 0.2s ease-in-out;
  min-height: 350px;
}
@media (max-width: 767px) {
  .destinations-grid .destination-card {
    min-height: 300px;
  }
}
.destinations-grid .destination-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.destinations-grid .destination-card .destination-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.destinations-grid .destination-card .destination-card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 60px;
  z-index: 3;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.7));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.destinations-grid .destination-card .destination-card-content .destination-separator {
  width: 2px;
  height: 40px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.destinations-grid .destination-card .destination-card-description p {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
  opacity: 0.9;
}
.destinations-grid .destination-card .destination-card-title h4 {
  font-size: 34px;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 20px;
  font-family: "DM Serif Display", serif;
}
@media (max-width: 1350px) {
  .destinations-grid .destination-card .destination-card-title h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .destinations-grid .destination-card .destination-card-title h4 {
    font-size: 30px;
  }
}
.destinations-grid .destination-card .destination-card-subtitle h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  opacity: 0.7;
}
.destinations-grid .destination-card .destination-cta {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 3;
  color: #fff;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-size: 14px;
  padding: 7px 20px;
  border: 2px solid #fff;
  font-weight: 600;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  width: max-content;
  transform: translateY(100%);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .destinations-grid .destination-card .destination-cta {
    opacity: 1;
    padding: 5px 15px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .destinations-grid .destination-card .destination-cta {
    background: none;
    padding: 0;
    border: 0;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}
.destinations-grid .destination-card:hover .destination-card-image {
  transform: scale(1.1);
}
.destinations-grid .destination-card:hover .destination-card-content .destination-separator {
  height: 20px;
}
.destinations-grid .destination-card:hover .destination-cta {
  transform: translateY(0);
  opacity: 1;
}
.destinations-grid.grid-2 .destination-card .destination-card-title h4 {
  font-size: 40px;
}
@media (max-width: 1100px) {
  .destinations-grid.grid-2 .destination-card .destination-card-title h4 {
    font-size: 36px;
  }
}
.destinations-grid .destination-item .destination-item-header-content {
  padding: 40px 20px 20px;
}
.destinations-grid .destination-item .destination-item-content {
  padding: 20px;
}

.destinations-grid + .destinations-grid {
  margin-top: 20px;
}

.single-destination .destinations-grid .destination-card .destination-card-title h4 {
  font-size: 30px;
}

.destinations-grid.destinations-grid-as-carousel {
  display: block;
  grid-template-columns: initial;
  gap: initial;
}
.destinations-grid.destinations-grid-as-carousel .destination-card {
  display: block;
  width: 100%;
}

.articles-carousel .slick-slide {
  margin: 0 10px;
}
.articles-carousel .slick-list {
  margin: 0 -10px;
}

.editors-picks-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 60px;
  row-gap: 40px;
}
@media (max-width: 1100px) {
  .editors-picks-posts {
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .editors-picks-posts {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.editors-picks-posts > *:first-child {
  grid-column: 1/2;
  grid-row: 1/-1;
}
.editors-picks-posts > *:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.editors-picks-posts > *:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.editors-picks-posts > *:nth-child(4) {
  grid-column: 2/3;
  grid-row: 3/3;
}
@media (max-width: 767px) {
  .editors-picks-posts > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.editors-picks-posts .editors-picks-post-item {
  display: flex;
  align-items: start;
  gap: 20px;
}
.editors-picks-posts .editors-picks-post-item .editors-picks-post-item-thumb {
  flex-shrink: 0;
  flex-basis: 150px;
  height: 150px;
}
@media (max-width: 1100px) {
  .editors-picks-posts .editors-picks-post-item .editors-picks-post-item-thumb {
    flex-basis: 100px;
  }
}
@media (max-width: 767px) {
  .editors-picks-posts .editors-picks-post-item .editors-picks-post-item-thumb {
    flex-basis: 150px;
  }
}
.editors-picks-posts .editors-picks-post-item .editors-picks-post-item-image {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.editors-picks-posts .editors-picks-post-item .editors-picks-post-item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  padding-block-start: 5px;
  position: relative;
  padding-inline-end: 40px;
}
.editors-picks-posts .editors-picks-post-item .editors-picks-post-item-content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("./images/long-arrow-right.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  .editors-picks-posts .editors-picks-post-item .editors-picks-post-item-content::before {
    display: none;
  }
}
@media (max-width: 1100px) {
  .editors-picks-posts .editors-picks-post-item .editors-picks-post-item-content {
    padding-inline-end: 0;
  }
}
@media (max-width: 480px) {
  .editors-picks-posts .editors-picks-post-item .editors-picks-post-item-content {
    padding-block-start: 0;
  }
}
.editors-picks-posts .editors-picks-post-item .editors-picks-post-item-title {
  font-size: 20px;
  color: #546569;
  font-family: "DM Serif Display", serif;
  margin: 0;
}
.editors-picks-posts .editors-picks-post-item .editors-picks-post-item-title a {
  font-family: inherit;
}
.editors-picks-posts .editors-picks-post-item .editors-picks-post-item-excerpt p {
  font-size: 14px;
  margin: 0;
}
.editors-picks-posts .editors-picks-post-item .editors-picks-post-item-date {
  font-size: 13px;
}
.editors-picks-posts .editors-picks-post-item:hover .editors-picks-post-item-content::before {
  transform: translate(0, -50%);
  opacity: 1;
}
@media (min-width: 768px) {
  .editors-picks-posts > :first-child {
    display: block;
    position: relative;
  }
  .editors-picks-posts > :first-child .editors-picks-post-item-thumb {
    height: 100%;
  }
  .editors-picks-posts > :first-child .editors-picks-post-item-image {
    width: 100%;
  }
  .editors-picks-posts > :first-child .editors-picks-post-item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 60px 30px 30px;
    color: #fff;
  }
  .editors-picks-posts > :first-child .editors-picks-post-item-content::before {
    display: none;
  }
  .editors-picks-posts > :first-child .editors-picks-post-item-content .editors-picks-post-item-title {
    color: #fff;
    font-size: 36px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .editors-picks-posts > :first-child .editors-picks-post-item-content .editors-picks-post-item-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .editors-picks-posts > :first-child .editors-picks-post-item-content .editors-picks-post-item-excerpt {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    font-size: 16px;
  }
  .editors-picks-posts > :first-child .editors-picks-post-item-content .editors-picks-post-item-date {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
}

.contact-page h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  margin-bottom: 15px;
}
.contact-page p {
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 20px;
}
.contact-page h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.8rem;
  color: #546569;
}
.contact-page h4:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .contact-page .col_60 {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 1100px) {
  .contact-page .col_40 {
    width: 100%;
    float: none;
  }
}
.contact-page .company-logo {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact-page .company-logo {
    margin-top: 20px;
  }
}
.contact-page div.wpforms-container-full {
  margin: 0;
}
.contact-page div.wpforms-container-full .wpforms-form .wpforms-title {
  font-size: 2rem;
  font-weight: 700;
  color: #194189;
}
.contact-page div.wpforms-container-full .wpforms-form input.wpforms-field-medium, .contact-page div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .contact-page div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  width: 48%;
}
@media (max-width: 767px) {
  .contact-page div.wpforms-container-full .wpforms-form input.wpforms-field-medium, .contact-page div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .contact-page div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-page div.wpforms-container-full .wpforms-form .wpforms-one-half, .contact-page div.wpforms-container-full .wpforms-form .wpforms-three-sixths, .contact-page div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-page .wpforms-form .wpforms-one-fourth, .contact-page div.wpforms-container-full .wpforms-form .wpforms-one-half {
    margin-left: 0;
    margin-top: 10px;
  }
}
.contact-page div.wpforms-container-full .wpforms-form button[type=submit] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #e62129;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.page-id-255 .default-page .page-content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.default-page p {
  margin-bottom: 25px;
  color: #546569;
  font-size: 1.4rem;
  line-height: 24px;
}
.default-page ol {
  margin-left: 30px;
}
.default-page ol li {
  margin-bottom: 15px;
  font-size: 1.4rem;
  list-style-type: initial;
  font-weight: 400;
}
.default-page ul {
  margin-left: 30px;
}
.default-page ul li {
  margin-bottom: 15px;
  font-weight: 400;
  list-style-type: square;
}
@media (max-width: 1100px) {
  .default-page .col_50 {
    flex-basis: 100%;
  }
}
.default-page .col_50 img {
  width: 100%;
}

.search_results .col_50 {
  flex-basis: 25%;
}
.search_results .col_50:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 1100px) {
  .search_results .col_50 {
    flex-basis: 50%;
  }
  .search_results .col_50:nth-child(4n+1) {
    clear: none;
  }
  .search_results .col_50:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .search_results .col_50 {
    flex-basis: 100%;
  }
  .search_results .col_50:nth-child(2n+1) {
    clear: none;
  }
}
.search_results .col_50 .article-item .text-content {
  height: auto;
}
.search_results .col_50 .article-item .text-content h4 {
  height: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
}

.tribe-events .tribe-events-c-search__button, .tribe-events .tribe-events button.tribe-events-c-search__button {
  background: #e62129 !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  border-color: #e62129;
  color: #e62129;
}
.tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover {
  background: #e62129;
  color: #fff;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background: #e62129;
  color: #fff;
}

.post-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 500px;
  background: #546569;
  padding: 40px 30px;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .post-header {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .post-header {
    min-height: 300px;
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .post-header {
    min-height: 250px;
  }
}
.post-header .post-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-header.post-header-without-image {
  height: 200px;
}

.post-text-content-header {
  background: #fff;
  box-shadow: 0px -70px 70px 0px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  z-index: 10;
  padding: 40px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .post-text-content-header {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .post-text-content-header {
    padding: 20px 15px;
    margin-top: -60px;
  }
}
.post-text-content-header h1 {
  font-size: 40px;
  color: #546569;
  font-weight: 100;
  margin: 0 0 15px;
  z-index: 2;
}
@media (max-width: 1350px) {
  .post-text-content-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .post-text-content-header h1 {
    font-size: 30px;
    font-weight: 300;
  }
}
@media (max-width: 480px) {
  .post-text-content-header h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
.post-text-content-header .categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .post-text-content-header .categories-wrapper {
    margin-bottom: 5px;
  }
}
.post-text-content-header .categories-wrapper a {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #778284;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 13px;
  background: #f1f1f1;
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
}
.post-text-content-header .categories-wrapper a:hover {
  background-color: #e8e8e8;
}
.post-text-content-header .post-meta {
  color: #a8b7ba;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-weight: 400;
}
.post-text-content-header .post-meta a {
  color: inherit;
  font-weight: inherit;
}
.post-text-content-header .post-meta a:hover {
  color: #194189;
}

.post-content {
  padding: 50px 0;
}
.post-content img {
  height: auto;
}
@media (max-width: 1600px) {
  .post-content {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .post-content {
    padding: 30px 0;
  }
}
.post-content + .standard-section {
  padding-top: 0;
}
.post-content .container p:last-child {
  margin-bottom: 0;
}

.tags-section {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .tags-section {
    margin-bottom: 25px;
  }
}
.tags-section h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-top: 3px;
}
.tags-section .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tags-section .tags-wrapper a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  padding: 3px 10px;
  background: #f1f1f1;
  font-size: 12px;
  color: #778284;
  transition: background-color 0.2s ease-in-out;
}
.tags-section .tags-wrapper a:hover {
  background-color: #e8e8e8;
}

.comments-section {
  max-width: 800px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .comments-section {
    margin-bottom: 30px;
  }
}
.comments-section h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.comments-section .navigation {
  display: none;
}
.comments-section .commentlist {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comments-section .commentlist .comment {
  list-style: none;
  border: 2px solid #f1f1f1;
  padding: 20px 30px;
  margin: 0 0 15px;
  display: flex;
}
@media (max-width: 767px) {
  .comments-section .commentlist .comment {
    padding: 15px 20px;
  }
}
@media (max-width: 480px) {
  .comments-section .commentlist .comment {
    padding: 10px 15px;
  }
}
.comments-section .commentlist .comment .comment-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comments-section .commentlist .comment .comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .comments-section .commentlist .comment .comment-meta {
    margin-bottom: 10px;
  }
}
.comments-section .commentlist .comment .comment-meta .comment-author {
  font-size: 16px;
  color: #546569;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .comments-section .commentlist .comment .comment-meta .comment-author {
    font-size: 14px;
    flex-wrap: wrap;
  }
}
.comments-section .commentlist .comment .comment-meta .comment-author .avatar {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .comments-section .commentlist .comment .comment-meta .comment-author .avatar {
    width: 32px;
    height: 32px;
  }
}
.comments-section .commentlist .comment .comment-meta .comment-author b, .comments-section .commentlist .comment .comment-meta .comment-author a {
  font: inherit;
  font-weight: 600;
}
.comments-section .commentlist .comment .comment-meta .comment-author .fn {
  margin-right: 5px;
}
.comments-section .commentlist .comment .comment-meta .comment-author span {
  font: inherit;
  font-weight: 300;
}
.comments-section .commentlist .comment .comment-meta .comment-metadata {
  font-size: 13px;
  color: #a8b7ba;
  font-weight: 300;
}
@media (max-width: 1350px) {
  .comments-section .commentlist .comment .comment-meta .comment-metadata {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .comments-section .commentlist .comment .comment-meta .comment-metadata {
    font-size: 10px;
  }
}
.comments-section .commentlist .comment .comment-meta .comment-metadata a {
  color: inherit;
}
.comments-section .commentlist .comment .comment-content p {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #778284;
  margin: 0;
}
.comments-section .commentlist .comment .comment-content p:not(:last-child) {
  margin-bottom: 15px;
}

.comments-section-header {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .comments-section-header {
    margin-bottom: 15px;
  }
}
.comments-section-header h5 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-weight: 600;
  color: #a8b7ba;
  margin: 0 0 5px;
}
.comments-section-header h3 {
  color: #546569;
  font-size: 24px;
  margin: 0;
  font-weight: 300;
}

.comment-respond {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1350px) {
  .comment-respond {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .comment-respond {
    margin-top: 30px;
  }
}
.comment-respond h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
.comment-respond .form-submit {
  text-align: center;
}

.page-header {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 500px;
  background: #546569;
  padding: 40px 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .page-header {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .page-header {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .page-header {
    min-height: 250px;
  }
}
.page-header h1 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 100;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 3.6rem;
  }
}
.page-header .page-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20272e;
  z-index: 1;
  opacity: 0.3;
}
.page-header.page-header-without-image {
  min-height: 300px;
}
@media (max-width: 767px) {
  .page-header.page-header-without-image {
    min-height: 200px;
  }
}

.page-content {
  padding: 80px 0;
}
@media (max-width: 1600px) {
  .page-content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding: 40px 0;
  }
}

.pages-menu-wrapper {
  padding: 60px 0;
}
.pages-menu-wrapper + .pages-menu-wrapper {
  border-top: 1px solid #e8e8e8;
}
.pages-menu-wrapper h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
  font-weight: 700;
}

.similar-pages-carousel .slick-custom-prev,
.similar-pages-carousel .slick-custom-next {
  color: #dedee8;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.similar-pages-carousel .slick-custom-prev:hover,
.similar-pages-carousel .slick-custom-next:hover {
  opacity: 1;
}
.similar-pages-carousel .carousel-item-title {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 16px;
}
@media (max-width: 1350px) {
  .similar-pages-carousel .carousel-item-title {
    padding: 10px 10px;
  }
}
@media (max-width: 480px) {
  .similar-pages-carousel .carousel-item-title {
    padding: 7px 10px;
    font-size: 14px;
  }
}
.similar-pages-carousel .carousel-image {
  height: 200px;
  flex-shrink: 0;
  background: #f1f1f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #778284;
  font-size: 30px;
}
@media (max-width: 1600px) {
  .similar-pages-carousel .carousel-image {
    height: 150px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .similar-pages-carousel .carousel-image {
    height: 100px;
    font-size: 20px;
  }
}
.similar-pages-carousel .carousel-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.similar-pages-carousel .carousel-item {
  color: #546569;
  border: 2px solid #f1f1f1;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.similar-pages-carousel .carousel-item:hover {
  border-color: #e62129;
}
.similar-pages-carousel .carousel-item:hover .carousel-item-title {
  color: #e62129;
}

.widgets-area {
  background: #fff;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .widgets-area {
    margin: 40px 0;
  }
}
.widgets-area.widgets-area-standard {
  margin: 0;
}
.widgets-area .section-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .widgets-area .section-header {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
.widgets-area .slick-slider {
  border-right: 2px solid transparent;
}
.widgets-area {
  /*.slick-track > * {
    height: 200px;
    display: flex;
    flex-direction: column;

    .widgettitle {
      flex-shrink: 0;
    }

    .textwidget {
      flex-grow: 1;
    }

    > * {
      max-height: 200px;
    }
  }*/
}
.widgets-area .slick-custom-prev,
.widgets-area .slick-custom-next {
  color: #dedee8;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.widgets-area .slick-custom-prev:hover,
.widgets-area .slick-custom-next:hover {
  opacity: 1;
}
.widgets-area.sticky:not(.widgets-area-standard) {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  margin: 0;
}

.feature-page-widget {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  overflow: hidden;
  margin-block: 5px 15px;
  background: #fff;
}
.feature-page-widget .feature-page-widget-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-block-end: 20px;
  padding-inline: 20px;
  margin-top: -30px;
  z-index: 1;
}
.feature-page-widget .feature-page-widget-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  color: #546569;
  transition: color 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f1ec;
}
@media (max-width: 1350px) {
  .feature-page-widget .feature-page-widget-icon {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .feature-page-widget .feature-page-widget-icon {
    font-size: 30px;
  }
}
.feature-page-widget .feature-page-widget-image {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.feature-page-widget .feature-page-widget-image .feature-page-widget-image-link {
  display: block;
}
.feature-page-widget .feature-page-widget-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease-in-out;
}
.feature-page-widget .feature-page-widget-button {
  margin-top: 5px;
}
.feature-page-widget .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  gap: 10px;
}
.feature-page-widget .feature-page-widget-subtitle {
  color: #a8b7ba;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1350px) {
  .feature-page-widget .feature-page-widget-subtitle {
    font-size: 13px;
  }
}
.feature-page-widget .feature-page-widget-title {
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  color: #546569;
  font-weight: normal;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1350px) {
  .feature-page-widget .feature-page-widget-title {
    font-size: 20px;
  }
}
.feature-page-widget:hover .feature-page-widget-icon {
  color: #c5af99;
}
.feature-page-widget:hover .feature-page-widget-image img {
  transform: scale(1.05);
}

.plan-your-visit-section {
  padding: 60px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #f1f1f6;
}

.editors-picks-section {
  padding: 80px 0;
  background: #f7f3f0;
}
@media (max-width: 1600px) {
  .editors-picks-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .editors-picks-section {
    padding: 40px 0;
  }
}
.editors-picks-section .editors-picks-header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editors-picks-section .editors-picks-header {
    margin-bottom: 25px;
  }
}
.editors-picks-section .section-eyebrow {
  display: block;
  color: #e62129;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 15px;
}
.editors-picks-section .section-eyebrow:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #e62129;
  opacity: 0.5;
  margin: 12px auto 0;
}
.editors-picks-section .editors-picks-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .editors-picks-section .editors-picks-actions {
    margin-top: 20px;
  }
}

.editors-picks-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .editors-picks-grid {
    grid-template-columns: 1fr;
  }
}

.editors-picks-grid-side {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.editors-picks-grid-side > *:nth-child(-n+2) {
  grid-column: span 3;
}
.editors-picks-grid-side > *:nth-child(n+3) {
  grid-column: span 2;
}
@media (max-width: 1100px) {
  .editors-picks-grid-side {
    grid-template-columns: repeat(2, 1fr);
  }
  .editors-picks-grid-side > * {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .editors-picks-grid-side {
    grid-template-columns: 1fr;
  }
}

.editors-picks-card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 300px;
  padding: 25px;
  color: #fff;
  background: #20272e;
}
@media (max-width: 1350px) {
  .editors-picks-card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .editors-picks-card {
    min-height: 260px;
  }
}
.editors-picks-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 75%);
}
.editors-picks-card.editors-picks-card-main {
  min-height: 620px;
  padding: 35px;
}
@media (max-width: 1350px) {
  .editors-picks-card.editors-picks-card-main {
    min-height: 520px;
    padding: 25px;
  }
}
@media (max-width: 1100px) {
  .editors-picks-card.editors-picks-card-main {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .editors-picks-card.editors-picks-card-main {
    min-height: 340px;
    padding: 20px;
  }
}
.editors-picks-card.editors-picks-card-main .editors-picks-card-title {
  font-size: 3.6rem;
}
@media (max-width: 1350px) {
  .editors-picks-card.editors-picks-card-main .editors-picks-card-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .editors-picks-card.editors-picks-card-main .editors-picks-card-title {
    font-size: 2.6rem;
  }
}
.editors-picks-card .editors-picks-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.editors-picks-card .editors-picks-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
.editors-picks-card .editors-picks-card-badge,
.editors-picks-card .editors-picks-card-label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .editors-picks-card .editors-picks-card-badge,
  .editors-picks-card .editors-picks-card-label {
    top: 15px;
    left: 15px;
  }
}
.editors-picks-card .editors-picks-card-badge {
  background: #e62129;
}
.editors-picks-card .editors-picks-card-label {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  font-weight: 600;
}
.editors-picks-card .editors-picks-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.editors-picks-card .editors-picks-card-category {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.85;
}
.editors-picks-card .editors-picks-card-title {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1350px) {
  .editors-picks-card .editors-picks-card-title {
    font-size: 2.1rem;
  }
}
.editors-picks-card .editors-picks-card-cta {
  font-size: 1.4rem;
  text-transform: none;
}
.editors-picks-card .editors-picks-card-cta i {
  transition: transform 0.3s ease-in-out;
}
.editors-picks-card:hover {
  color: #fff;
}
.editors-picks-card:hover .editors-picks-card-image img {
  transform: scale(1.05);
}
.editors-picks-card:hover .editors-picks-card-cta {
  color: #fff;
  text-decoration: none;
}
.editors-picks-card:hover .editors-picks-card-cta i {
  transform: translateX(4px);
}

.featured-page-header {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 30px 20px;
  max-height: 400px;
  background: #194189;
}
.featured-page-header .featured-page-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-page-header h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin: 40px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .featured-page-header h1 {
    font-size: 30px;
  }
}
.featured-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0.3;
}

.featured-page-content {
  background: #fff;
  box-shadow: 0px -70px 70px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 100px;
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: -80px auto 0;
}
@media (max-width: 767px) {
  .featured-page-content {
    padding: 30px 50px;
  }
}
@media (max-width: 480px) {
  .featured-page-content {
    padding: 30px 40px;
  }
}
.featured-page-content p {
  font-size: 16px;
  line-height: 30px;
  color: #778284;
}
@media (max-width: 480px) {
  .featured-page-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.featured-boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .featured-boxes-wrapper {
    grid-template-columns: 1fr;
  }
}

.featured-page-box {
  background: #fff;
  box-shadow: 0px 70px 70px 0px rgba(0, 0, 0, 0.1);
}
.featured-page-box .featured-page-box-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.featured-page-box .featured-page-box-image-link {
  display: block;
  height: 220px;
  position: relative;
  margin-bottom: 10px;
}
.featured-page-box .featured-page-box-icon {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50px);
  width: 100px;
  height: 100px;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-page-box .featured-page-box-icon img {
  height: 60px;
}
.featured-page-box .text-content {
  text-align: center;
  padding: 40px 25px;
}
.featured-page-box .text-content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #546569;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .featured-page-box .text-content h4 {
    margin-bottom: 15px;
  }
}
.featured-page-box .text-content p {
  font-size: 14px;
  line-height: 24px;
  color: #778284;
}

.featured-pages-form-wrapper {
  max-width: 800px;
  margin: 0 auto 40px;
  border: 1px solid #e8e8e8;
  padding: 65px 100px;
  position: relative;
}
@media (max-width: 767px) {
  .featured-pages-form-wrapper {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .featured-pages-form-wrapper {
    padding: 40px 30px;
  }
}
.featured-pages-form-wrapper .form-icon {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #194189;
}
@media (max-width: 480px) {
  .featured-pages-form-wrapper .form-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.featured-pages-form-wrapper h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
  color: #546569;
}
@media (max-width: 767px) {
  .featured-pages-form-wrapper h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.featured-pages-form-wrapper p:not(:last-child) {
  margin-bottom: 15px;
}
.featured-pages-form-wrapper label {
  display: block;
  width: 100%;
}
.featured-pages-form-wrapper input[type=text],
.featured-pages-form-wrapper input[type=email],
.featured-pages-form-wrapper textarea {
  width: 100%;
}
.featured-pages-form-wrapper .text-center {
  text-align: center;
}
.featured-pages-form-wrapper .text-center p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-bottom: 0;
}

.ff-default .ff-el-input--label label {
  width: auto;
}

.taxonomy-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 50px;
  justify-content: center;
}
.taxonomy-filter-wrapper a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #778284;
  background: #f1f1f6;
}
.taxonomy-filter-wrapper a.active {
  background: #efe7df;
  color: #414042;
}

.tours-list-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.tour-item {
  background: #fff;
  box-shadow: 0px 70px 70px 0px rgba(0, 0, 0, 0.1);
}
.tour-item .image-link {
  display: flex;
  height: 220px;
  position: relative;
  background: #efe7df;
  align-items: center;
  justify-content: center;
}
.tour-item .image-link img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.tour-item .image-link .no-image {
  color: #858585;
  font-size: 50px;
}
.tour-item .image-link .tour-icon {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  color: #194189;
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 700;
}
.tour-item .image-link:before, .tour-item .image-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  z-index: 1;
  pointer-events: none;
}
.tour-item .image-link:before {
  background: #e62129;
  left: 0;
}
.tour-item .image-link:after {
  background: #194189;
  right: 0;
}
.tour-item .text-content {
  padding: 20px 25px;
}
.tour-item .text-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #546569;
  margin-bottom: 10px;
  margin-top: 5px;
}
.tour-item .text-content p {
  font-size: 14px;
  line-height: 24px;
  color: #778284;
}
.tour-item .text-content .tour-location,
.tour-item .text-content .tour-duration {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #778284;
  font-weight: 700;
  opacity: 0.7;
}

.tours-list-carousel .tour-item {
  box-shadow: none;
  border: 1px solid #f1f1f1;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.pagination {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 2px 5px;
  color: #778284;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.pagination a:not(:last-child),
.pagination span:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.pagination span {
  color: #194189;
}

.tour-page .post-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
  margin-bottom: 30px;
}
.tour-page .post-header .tour-icon {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: 3;
  background: #194189;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-page .post-header .tour-icon img {
  height: 30px;
  width: auto;
  max-width: 80%;
}
.tour-page .post-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tour-page .post-header .text-content {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  z-index: 3;
  text-align: center;
  max-width: 800px;
}
.tour-page .post-header .text-content .categories-wrapper {
  gap: 5px;
}
.tour-page .post-header .text-content .categories-wrapper a {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
}
.tour-page .post-header .text-content h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1350px) {
  .tour-page .post-header .text-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tour-page .post-header .text-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tour-page .post-header .text-content h1 {
    font-size: 32px;
  }
}
.tour-page .post-header-image {
  z-index: 1;
}
.tour-page .tour-content-wrapper {
  display: flex;
  gap: 50px;
  overflow: visible;
  position: relative;
  max-width: 100%;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 1350px) {
  .tour-page .tour-content-wrapper {
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  .tour-page .tour-content-wrapper {
    flex-direction: column;
  }
}
.tour-page .tour-content-wrapper .tour-content-main {
  flex-grow: 1;
}
.tour-page .tour-content-wrapper .tour-content-sidebar {
  flex-shrink: 0;
  width: 300px;
  position: sticky;
  top: 80px;
  background: #f1f1f6;
}
@media (max-width: 1100px) {
  .tour-page .tour-content-wrapper .tour-content-sidebar {
    width: 100%;
    position: static;
  }
}
.tour-page h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .tour-page h3 {
    font-size: 24px;
  }
}

.tour-content-sidebar h3 {
  background: #194189;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.tour-sidebar-content {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}
.tour-sidebar-content .tour-sidebar-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.tour-sidebar-content .tour-sidebar-item i {
  font-size: 30px;
  color: #194189;
}
.tour-sidebar-content .tour-sidebar-item .text {
  font-size: 16px;
  font-weight: 600;
  color: #778284;
}
.tour-sidebar-content .tour-sidebar-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #e62129;
}
.tour-sidebar-content .tour-sidebar-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.tour-sidebar-content .tour-sidebar-item + .tour-sidebar-item {
  padding-top: 20px;
}
.tour-sidebar-content .tour-sidebar-item .tour-include {
  font-size: 14px;
}
.tour-sidebar-content .tour-sidebar-item .tour-include i {
  color: inherit;
  font-size: inherit;
}

.tour-photo-gallery {
  margin: 60px 0;
  padding: 60px 0;
  background: #f1f1f6;
}
@media (max-width: 767px) {
  .tour-photo-gallery {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.tour-photo-gallery h3 {
  text-align: center;
}

.tour-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.tour-gallery-wrapper .tour-gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 250px;
}
@media (max-width: 480px) {
  .tour-gallery-wrapper .tour-gallery-item {
    height: 200px;
  }
}
.tour-gallery-wrapper .tour-gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.similar-tours-carousel-wrapper {
  margin-bottom: 60px;
}
.similar-tours-carousel-wrapper h3 {
  text-align: center;
}

.book-tour-form {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  padding: 60px 60px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .book-tour-form {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .book-tour-form {
    padding: 30px;
  }
}
.book-tour-form h3 {
  text-align: center;
}
.book-tour-form input:not(.wpcf7-submit), .book-tour-form textarea {
  width: 100%;
}
.book-tour-form .wpcf7-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.book-tour-form .wpcf7-spinner {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.book-tour-form p label {
  display: block;
}
.book-tour-form p:last-of-type {
  margin-bottom: 0;
}
.book-tour-form form.submitting .wpcf7-spinner {
  display: block;
}

.destinations-page-header {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  padding: 130px 30px 40px;
  background: #194189;
}
.destinations-page-header .destinations-page-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destinations-page-header h1 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media (max-width: 767px) {
  .destinations-page-header h1 {
    font-size: 30px;
  }
}
.destinations-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20272e;
  z-index: 2;
  opacity: 0.3;
}
.destinations-page-header .destinations-header-content {
  position: relative;
  z-index: 4;
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
}
.destinations-page-header .destinations-header-content p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.6rem;
}
.destinations-page-header .destinations-header-content .wp-block-buttons {
  margin-bottom: 30px;
}
.destinations-page-header .destinations-header-content .wp-block-button.is-style-outline--1 .wp-block-button__link {
  color: #fff;
  border-color: #fff;
}
.destinations-page-header .destinations-header-content .wp-block-button.is-style-outline--1 .wp-block-button__link.has-black-color {
  color: #fff !important;
}

.single-destination .destination-page-header {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 70px 0 40px;
  display: flex;
  align-items: center;
}
.single-destination .destination-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20272e;
  z-index: 2;
  opacity: 0.3;
}
.single-destination .destination-page-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 3;
}
.single-destination .destination-page-header .container {
  z-index: 4;
}
.single-destination .destination-page-header .destination-page-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-destination .destination-page-header .destination-header-content {
  text-align: left;
  max-width: 800px;
}
.single-destination .destination-page-header h1 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-weight: normal;
  margin: 0;
  font-size: 60px;
}
@media (max-width: 767px) {
  .single-destination .destination-page-header h1 {
    font-size: 36px;
  }
}
.single-destination .destination-page-header p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single-destination .destination-page-header p {
    font-size: 16px;
  }
}

.destination-header-meta {
  display: flex;
  gap: 60px;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 1350px) {
  .destination-header-meta {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .destination-header-meta {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .destination-header-meta {
    flex-wrap: wrap;
  }
}
.destination-header-meta .destination-header-meta-item {
  display: flex;
  gap: 20px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .destination-header-meta .destination-header-meta-item {
    gap: 15px;
  }
}
.destination-header-meta .destination-header-meta-item .destination-header-meta-icon {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  color: #eac09d;
  font-weight: normal;
}
@media (max-width: 767px) {
  .destination-header-meta .destination-header-meta-item .destination-header-meta-icon {
    font-size: 16px;
  }
}
.destination-header-meta .destination-header-meta-item .destination-header-meta-content {
  padding-top: 3px;
}
.destination-header-meta .destination-header-meta-item .destination-header-meta-content h6 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  color: inherit;
}
@media (max-width: 767px) {
  .destination-header-meta .destination-header-meta-item .destination-header-meta-content h6 {
    font-size: 16px;
  }
}
.destination-header-meta .destination-header-meta-item .destination-header-meta-content p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .destination-header-meta .destination-header-meta-item .destination-header-meta-content p {
    font-size: 14px;
  }
}

.eat-stay-page-header {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  background: #194189;
}
.eat-stay-page-header .eat-stay-page-header-content-wrapper {
  flex-grow: 1;
}
.eat-stay-page-header .eat-stay-page-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eat-stay-page-header h1 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media (max-width: 767px) {
  .eat-stay-page-header h1 {
    font-size: 30px;
  }
}
.eat-stay-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20272e;
  z-index: 2;
  opacity: 0.3;
}
.eat-stay-page-header .eat-stay-page-header-content {
  position: relative;
  z-index: 4;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.eat-stay-page-header .eat-stay-page-header-content p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.6rem;
}
.eat-stay-page-header .eat-stay-page-header-content .wp-block-button.is-style-outline--1 .wp-block-button__link {
  color: #fff;
  border-color: #fff;
}
.eat-stay-page-header .eat-stay-page-header-content .wp-block-button.is-style-outline--1 .wp-block-button__link.has-black-color {
  color: #fff !important;
}

.travel-essentials-page-header {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 70px 0 40px;
  display: flex;
  align-items: center;
  background: #27292c;
}
.travel-essentials-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20272e;
  z-index: 2;
  opacity: 0.3;
}
.travel-essentials-page-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 3;
}
.travel-essentials-page-header .container {
  z-index: 4;
}
.travel-essentials-page-header .travel-essentials-page-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.travel-essentials-page-header .travel-essentials-header-content {
  text-align: left;
  max-width: 600px;
}
.travel-essentials-page-header h1 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-weight: normal;
  margin: 0;
  font-size: 60px;
}
@media (max-width: 767px) {
  .travel-essentials-page-header h1 {
    font-size: 36px;
  }
}
.travel-essentials-page-header p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .travel-essentials-page-header p {
    font-size: 16px;
  }
}

.page-template-template-travel-essentials .editorial-intro-content {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1100px) {
  .page-template-template-travel-essentials .editorial-intro-content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-template-travel-essentials .editorial-intro-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.page-template-template-travel-essentials .editorial-intro-content h2 {
  max-width: 300px;
  font-size: 4.2rem;
  font-family: "DM Serif Display", serif;
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 1350px) {
  .page-template-template-travel-essentials .editorial-intro-content h2 {
    font-size: 3rem;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .page-template-template-travel-essentials .editorial-intro-content h2 {
    max-width: 100%;
  }
}
.page-template-template-travel-essentials .editorial-intro-content p {
  font-size: 16px;
}
.page-template-template-travel-essentials .editorial-intro-content-graphic {
  max-height: 200px;
}
@media (max-width: 767px) {
  .page-template-template-travel-essentials .editorial-intro-content-graphic {
    max-height: 100px;
  }
}

.services-pages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) {
  .services-pages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-pages-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-pages-grid .service-page-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s ease-in-out;
}
.services-pages-grid .service-page-item .service-page-item-graphic-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #194189;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .services-pages-grid .service-page-item .service-page-item-graphic-link {
    width: 60px;
    height: 60px;
  }
}
.services-pages-grid .service-page-item .service-page-item-graphic-link img {
  height: 40px;
}
@media (max-width: 767px) {
  .services-pages-grid .service-page-item .service-page-item-graphic-link img {
    height: 30px;
  }
}
.services-pages-grid .service-page-item .service-page-item-content {
  flex-grow: 1;
}
.services-pages-grid .service-page-item .service-page-item-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.services-pages-grid .service-page-item .service-page-item-content p {
  font-size: 1.5rem;
}
.services-pages-grid .service-page-item .icon-button {
  align-self: end;
  transition: transform 0.2s ease-in-out;
}
.services-pages-grid .service-page-item:hover {
  background: #f1f1f6;
}
.services-pages-grid .service-page-item:hover .icon-button {
  transform: translateX(10px);
  color: #194189;
}
.services-pages-grid .service-page-item-blue .service-page-item-graphic-link {
  background: #2d61a8;
}
.services-pages-grid .service-page-item-green .service-page-item-graphic-link {
  background: #366242;
}
.services-pages-grid .service-page-item-orange .service-page-item-graphic-link {
  background: #e6791e;
}
.services-pages-grid .service-page-item-purple .service-page-item-graphic-link {
  background: #70519f;
}

.trusted-providers-carousel .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
@media (max-width: 767px) {
  .trusted-providers-carousel .slick-slide {
    margin: 0 5px;
  }
}
.trusted-providers-carousel .slick-slide > div {
  height: 100%;
}
.trusted-providers-carousel .slick-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .trusted-providers-carousel .slick-list {
    margin: 0 -5px;
  }
}
.trusted-providers-carousel .slick-track {
  display: flex !important;
}

.trusted-provider-carousel-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  .trusted-provider-carousel-item {
    padding: 20px;
    text-align: center;
  }
}
.trusted-provider-carousel-item img {
  height: 60px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .trusted-provider-carousel-item img {
    height: 50px;
  }
}
.trusted-provider-carousel-item h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .trusted-provider-carousel-item h4 {
    font-size: 1.4rem;
  }
}
.trusted-provider-carousel-item .trusted-provider-subtitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a8b7ba;
  font-weight: 700;
}

.partner-cta-section {
  background: #e4ebf0;
}
.partner-cta-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
@media (max-width: 767px) {
  .partner-cta-section .container {
    grid-template-columns: auto;
  }
}
.partner-cta-section .partner-cta-content {
  padding: 60px 40px 60px 0;
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .partner-cta-section .partner-cta-content {
    grid-column: 1/-1;
  }
}
.partner-cta-section .partner-cta-content h3 {
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 0 20px;
}
@media (max-width: 1100px) {
  .partner-cta-section .partner-cta-content h3 {
    font-size: 2.4rem;
  }
}
.partner-cta-section .partner-cta-content p {
  font-size: 1.6rem;
}
.partner-cta-section .partner-cta-image {
  height: 100%;
  grid-column: 2/-1;
}
@media (max-width: 767px) {
  .partner-cta-section .partner-cta-image {
    grid-column: 1/-1;
    padding-bottom: 60px;
  }
}
.partner-cta-section .partner-cta-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.travel-essentials-page-header {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 70px 0 40px;
  display: flex;
  align-items: center;
  background: #27292c;
}
.travel-essentials-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20272e;
  z-index: 2;
  opacity: 0.3;
}
.travel-essentials-page-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 3;
}
.travel-essentials-page-header .container {
  z-index: 4;
}
.travel-essentials-page-header .travel-essentials-page-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.travel-essentials-page-header .travel-essentials-header-content {
  text-align: left;
  max-width: 600px;
}
.travel-essentials-page-header .travel-essentials-header-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .travel-essentials-page-header .travel-essentials-header-eyebrow {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.travel-essentials-page-header .travel-essentials-header-eyebrow h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.travel-essentials-page-header .travel-essentials-header-hero-title {
  font-size: 36px;
  margin: 0;
  color: #fff;
}
.travel-essentials-page-header .travel-essentials-header-icon {
  height: 40px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .travel-essentials-page-header .travel-essentials-header-icon {
    height: 32px;
  }
}
.travel-essentials-page-header .travel-essentials-header-subtitle {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .travel-essentials-page-header .travel-essentials-header-subtitle {
    font-size: 14px;
  }
}
.travel-essentials-page-header h1 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-weight: normal;
  margin: 0;
  font-size: 60px;
}
@media (max-width: 767px) {
  .travel-essentials-page-header h1 {
    font-size: 36px;
  }
}
.travel-essentials-page-header p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .travel-essentials-page-header p {
    font-size: 16px;
  }
}

.page-template-template-service-category .editorial-intro-content {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1100px) {
  .page-template-template-service-category .editorial-intro-content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-template-service-category .editorial-intro-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.page-template-template-service-category .editorial-intro-content h2 {
  max-width: 300px;
  font-size: 4.2rem;
  font-family: "DM Serif Display", serif;
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 1350px) {
  .page-template-template-service-category .editorial-intro-content h2 {
    font-size: 3rem;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .page-template-template-service-category .editorial-intro-content h2 {
    max-width: 100%;
  }
}
.page-template-template-service-category .editorial-intro-content p {
  font-size: 16px;
}
.page-template-template-service-category .editorial-intro-content-graphic {
  max-height: 200px;
}
@media (max-width: 767px) {
  .page-template-template-service-category .editorial-intro-content-graphic {
    max-height: 100px;
  }
}

.services-pages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) {
  .services-pages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-pages-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-pages-grid.services-pages-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .services-pages-grid.services-pages-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-pages-grid .service-page-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s ease-in-out;
}
.services-pages-grid .service-page-item .service-page-item-graphic-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #194189;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .services-pages-grid .service-page-item .service-page-item-graphic-link {
    width: 60px;
    height: 60px;
  }
}
.services-pages-grid .service-page-item .service-page-item-graphic-link img {
  height: 40px;
}
@media (max-width: 767px) {
  .services-pages-grid .service-page-item .service-page-item-graphic-link img {
    height: 30px;
  }
}
.services-pages-grid .service-page-item .service-page-item-content {
  flex-grow: 1;
}
.services-pages-grid .service-page-item .service-page-item-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.services-pages-grid .service-page-item .service-page-item-content p {
  font-size: 1.5rem;
}
.services-pages-grid .service-page-item .icon-button {
  align-self: end;
  transition: transform 0.2s ease-in-out;
}
.services-pages-grid .service-page-item:hover {
  background: #f1f1f6;
}
.services-pages-grid .service-page-item:hover .icon-button {
  transform: translateX(10px);
  color: #194189;
}
.services-pages-grid .service-page-item-blue .service-page-item-graphic-link {
  background: #2d61a8;
}
.services-pages-grid .service-page-item-green .service-page-item-graphic-link {
  background: #366242;
}
.services-pages-grid .service-page-item-orange .service-page-item-graphic-link {
  background: #e6791e;
}
.services-pages-grid .service-page-item-purple .service-page-item-graphic-link {
  background: #70519f;
}

.trusted-providers-carousel .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
@media (max-width: 767px) {
  .trusted-providers-carousel .slick-slide {
    margin: 0 5px;
  }
}
.trusted-providers-carousel .slick-slide > div {
  height: 100%;
}
.trusted-providers-carousel .slick-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .trusted-providers-carousel .slick-list {
    margin: 0 -5px;
  }
}
.trusted-providers-carousel .slick-track {
  display: flex !important;
}

.trusted-provider-carousel-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  .trusted-provider-carousel-item {
    padding: 20px;
    text-align: center;
  }
}
.trusted-provider-carousel-item img {
  height: 60px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .trusted-provider-carousel-item img {
    height: 50px;
  }
}
.trusted-provider-carousel-item h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .trusted-provider-carousel-item h4 {
    font-size: 1.4rem;
  }
}
.trusted-provider-carousel-item .trusted-provider-subtitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a8b7ba;
  font-weight: 700;
}

.partner-cta-section {
  background: #e4ebf0;
}
.partner-cta-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
@media (max-width: 767px) {
  .partner-cta-section .container {
    grid-template-columns: auto;
  }
}
.partner-cta-section .partner-cta-content {
  padding: 60px 40px 60px 0;
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .partner-cta-section .partner-cta-content {
    grid-column: 1/-1;
  }
}
.partner-cta-section .partner-cta-content h3 {
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 0 20px;
}
@media (max-width: 1100px) {
  .partner-cta-section .partner-cta-content h3 {
    font-size: 2.4rem;
  }
}
.partner-cta-section .partner-cta-content p {
  font-size: 1.6rem;
}
.partner-cta-section .partner-cta-image {
  height: 100%;
  grid-column: 2/-1;
}
@media (max-width: 767px) {
  .partner-cta-section .partner-cta-image {
    grid-column: 1/-1;
    padding-bottom: 60px;
  }
}
.partner-cta-section .partner-cta-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.why-it-matters-section .why-it-matters-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 80px;
  align-items: start;
}
@media (max-width: 1350px) {
  .why-it-matters-section .why-it-matters-grid {
    gap: 50px;
  }
}
@media (max-width: 1100px) {
  .why-it-matters-section .why-it-matters-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.why-it-matters-section .why-it-matters-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: #a8b7ba;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.why-it-matters-section .why-it-matters-intro h2 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  font-size: 3.6rem;
  margin: 0 0 20px;
}
@media (max-width: 1350px) {
  .why-it-matters-section .why-it-matters-intro h2 {
    font-size: 3rem;
  }
}
.why-it-matters-section .why-it-matters-text {
  color: #546569;
  font-size: 1.6rem;
  line-height: 1.7;
}
.why-it-matters-section .why-it-matters-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1100px) {
  .why-it-matters-section .why-it-matters-points {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .why-it-matters-section .why-it-matters-points {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.why-it-matters-section .why-it-matters-point-icon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
  background: #f5f1ec;
  color: #858585;
  font-size: 18px;
}
.why-it-matters-section .why-it-matters-point-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.why-it-matters-section .why-it-matters-point-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #194189;
}
.why-it-matters-section .why-it-matters-point-description {
  color: #546569;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}

.partner-cta-banner {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #27292c;
}
.partner-cta-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
}
.partner-cta-banner .partner-cta-banner-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-cta-banner .container {
  position: relative;
  z-index: 3;
}
.partner-cta-banner .partner-cta-banner-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 60px;
  align-items: center;
}
@media (max-width: 1350px) {
  .partner-cta-banner .partner-cta-banner-grid {
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  .partner-cta-banner .partner-cta-banner-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.partner-cta-banner .partner-cta-banner-intro h2 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #fff;
  font-size: 3.6rem;
  margin: 0 0 18px;
}
@media (max-width: 1350px) {
  .partner-cta-banner .partner-cta-banner-intro h2 {
    font-size: 3rem;
  }
}
.partner-cta-banner .partner-cta-banner-text {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.partner-cta-banner .button.green {
  border-color: #366242;
  background: #366242;
  color: #fff;
}
.partner-cta-banner .button.green span {
  color: #fff;
}
.partner-cta-banner .button.green:hover {
  border-color: rgb(15.4922600619%, 28.1155830753%, 18.9349845201%);
  background: rgb(15.4922600619%, 28.1155830753%, 18.9349845201%);
}
.partner-cta-banner .partner-cta-banner-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 767px) {
  .partner-cta-banner .partner-cta-banner-points {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.partner-cta-banner .partner-cta-banner-point-icon {
  display: inline-block;
  margin-bottom: 16px;
}
.partner-cta-banner .partner-cta-banner-point-icon img {
  height: 60px;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.4));
}
.partner-cta-banner .partner-cta-banner-point-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.partner-cta-banner .partner-cta-banner-point-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
}

/* ------------------------------------------------------------------ *
 * Hero
 * ------------------------------------------------------------------ */
.provider-page-header {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 70px 0 40px;
  display: flex;
  align-items: center;
}
.provider-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20272e;
  z-index: 2;
  opacity: 0.3;
}
.provider-page-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 3;
}
.provider-page-header .container {
  z-index: 4;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .provider-page-header .container {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.provider-page-header .provider-page-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.provider-page-header .provider-header-content {
  text-align: left;
  max-width: 800px;
  margin-inline-end: auto;
}
.provider-page-header h1 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-weight: normal;
  margin: 0;
  font-size: 60px;
  line-height: 1.05;
}
@media (max-width: 767px) {
  .provider-page-header h1 {
    font-size: 36px;
  }
}
.provider-page-header .provider-header-location {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #eac09d;
}
.provider-page-header .provider-header-location i {
  font-size: 16px;
}
.provider-page-header .provider-header-location span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .provider-page-header .provider-header-location {
    margin-top: 15px;
  }
  .provider-page-header .provider-header-location span {
    font-size: 13px;
  }
}
.provider-page-header p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.provider-page-header p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #eac09d;
}
@media (max-width: 767px) {
  .provider-page-header p {
    font-size: 16px;
    margin-top: 22px;
    padding-top: 22px;
  }
}
.provider-page-header .provider-pick-badge {
  height: 200px;
  align-self: end;
  margin-left: auto;
  opacity: 0.8;
}
@media (max-width: 1100px) {
  .provider-page-header .provider-pick-badge {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .provider-page-header .provider-pick-badge {
    height: 100px;
    align-self: start;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .provider-page-header .provider-pick-badge {
    height: 70px;
  }
}

/* ------------------------------------------------------------------ *
 * Shared eyebrow label
 * ------------------------------------------------------------------ */
.provider-page .provider-section-eyebrow {
  display: inline-block;
  color: #b0824e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------------ *
 * The Story + Quick Facts
 * ------------------------------------------------------------------ */
.provider-story-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 70px;
  align-items: start;
}
@media (max-width: 1100px) {
  .provider-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.provider-story-text {
  color: #778284;
  font-size: 16px;
  line-height: 1.8;
}
.provider-story-text h1, .provider-story-text h2, .provider-story-text h3 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #414042;
  line-height: 1.2;
  margin: 0 0 25px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .provider-story-text h1, .provider-story-text h2, .provider-story-text h3 {
    font-size: 30px;
  }
}
.provider-story-text p {
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.provider-story-text p:last-child {
  margin-bottom: 0;
}

.provider-quick-facts {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 35px 35px 10px;
}
@media (max-width: 767px) {
  .provider-quick-facts {
    padding: 25px 25px 5px;
  }
}
.provider-quick-facts .provider-quick-facts-title {
  display: block;
  color: #b0824e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.provider-quick-facts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.provider-quick-facts-list .provider-quick-fact {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  margin: 0;
}
.provider-quick-facts-list .provider-quick-fact:last-child {
  border-bottom: 0;
}
.provider-quick-facts-list .provider-quick-fact-icon {
  flex-shrink: 0;
  width: 28px;
  text-align: center;
  color: #b0824e;
  font-size: 20px;
  padding-top: 2px;
}
.provider-quick-facts-list .provider-quick-fact-content h6 {
  margin: 0 0 6px;
  color: #b0824e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.provider-quick-facts-list .provider-quick-fact-content p {
  margin: 0;
  color: #414042;
  font-size: 16px;
  line-height: 1.5;
}

/* ------------------------------------------------------------------ *
 * Spaces & Atmosphere gallery
 * ------------------------------------------------------------------ */
.provider-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 235px);
  gap: 16px;
}
@media (max-width: 1100px) {
  .provider-gallery-grid {
    grid-template-rows: repeat(2, 200px);
  }
}
@media (max-width: 767px) {
  .provider-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 160px);
  }
}
.provider-gallery-grid .provider-gallery-item {
  display: block;
  overflow: hidden;
  height: 100%;
}
.provider-gallery-grid .provider-gallery-item:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .provider-gallery-grid .provider-gallery-item:first-child {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
.provider-gallery-grid .provider-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.provider-gallery-grid .provider-gallery-item:hover img {
  transform: scale(1.05);
}
.provider-gallery-grid .provider-gallery-item.is-hidden {
  display: none;
}

.provider-gallery-view-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  color: #b0824e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: gap 0.3s ease;
}
.provider-gallery-view-all i {
  font-size: 16px;
}
.provider-gallery-view-all:hover {
  color: #b0824e;
  gap: 18px;
}

.provider-gallery-section .container {
  text-align: center;
}
.provider-gallery-section .provider-gallery-grid {
  text-align: left;
}

/* ------------------------------------------------------------------ *
 * Editorial recommendation quote
 * ------------------------------------------------------------------ */
.provider-quote-section {
  background: #f5f1ec;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .provider-quote-section {
    padding: 45px 0;
  }
}

.provider-quote-inner {
  position: relative;
  max-width: 780px;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .provider-quote-inner {
    padding-left: 0;
    padding-top: 50px;
  }
}
.provider-quote-inner .provider-quote-mark {
  position: absolute;
  top: -18px;
  left: 0;
  font-family: "DM Serif Display", serif;
  font-size: 100px;
  line-height: 1;
  color: #c5af99;
}
@media (max-width: 767px) {
  .provider-quote-inner .provider-quote-mark {
    font-size: 70px;
    top: -10px;
  }
}
.provider-quote-inner .provider-quote-text {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.35;
  color: #546569;
  text-align: left;
  margin: 0;
  padding: 0;
}
.provider-quote-inner .provider-quote-text:before, .provider-quote-inner .provider-quote-text:after {
  content: none;
}
@media (max-width: 767px) {
  .provider-quote-inner .provider-quote-text {
    font-size: 22px;
  }
}
.provider-quote-inner .provider-quote-attribution {
  display: block;
  margin-top: 22px;
  color: #b0824e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* ------------------------------------------------------------------ *
 * Plan your visit / CTA
 * ------------------------------------------------------------------ */
.provider-cta-section {
  background: #efe7df;
}
.provider-cta-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
@media (max-width: 767px) {
  .provider-cta-section .container {
    grid-template-columns: auto;
  }
}
.provider-cta-section .provider-cta-content {
  padding: 70px 50px 70px 0;
  grid-column: 1/2;
  align-self: center;
}
@media (max-width: 767px) {
  .provider-cta-section .provider-cta-content {
    grid-column: 1/-1;
    padding: 45px 0;
  }
}
.provider-cta-section .provider-cta-content h3 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
  color: #414042;
  margin: 0 0 30px;
}
@media (max-width: 1100px) {
  .provider-cta-section .provider-cta-content h3 {
    font-size: 30px;
  }
}
.provider-cta-section .provider-cta-image {
  grid-column: 2/-1;
  height: 100%;
}
@media (max-width: 767px) {
  .provider-cta-section .provider-cta-image {
    grid-column: 1/-1;
    padding-bottom: 45px;
  }
}
.provider-cta-section .provider-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .provider-cta-section .provider-cta-image img {
    height: 250px;
  }
}

.provider-cta-button.button {
  background: #16291f;
  border-color: #16291f;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 16px 28px;
}
.provider-cta-button.button span {
  color: #fff;
}
.provider-cta-button.button i {
  color: #fff;
  font-size: 1.3rem;
}
.provider-cta-button.button:hover {
  background: rgb(14.2147525677%, 26.4911297852%, 20.0298786181%);
  border-color: rgb(14.2147525677%, 26.4911297852%, 20.0298786181%);
}
.provider-cta-button.button:hover span,
.provider-cta-button.button:hover i {
  color: #fff;
}

/* ------------------------------------------------------------------ *
 * Hero
 * ------------------------------------------------------------------ */
.partnerships-page-header {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  padding: 70px 0 40px;
  display: flex;
  align-items: center;
}
.partnerships-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20272e;
  z-index: 2;
  opacity: 0.3;
}
.partnerships-page-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 3;
}
.partnerships-page-header .container {
  z-index: 4;
}
.partnerships-page-header .partnerships-page-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partnerships-page-header .partnerships-header-content {
  text-align: left;
  max-width: 800px;
}
.partnerships-page-header h1 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-weight: normal;
  margin: 0;
  font-size: 60px;
  line-height: 1.05;
}
@media (max-width: 767px) {
  .partnerships-page-header h1 {
    font-size: 36px;
  }
}
.partnerships-page-header p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.partnerships-page-header p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #eac09d;
}
@media (max-width: 767px) {
  .partnerships-page-header p {
    font-size: 16px;
    margin-top: 22px;
    padding-top: 22px;
  }
}
.partnerships-page-header .button {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .partnerships-page-header .button {
    margin-top: 25px;
  }
}

/* ------------------------------------------------------------------ *
 * Shared helpers
 * ------------------------------------------------------------------ */
.partnerships-page .partnerships-section-eyebrow {
  display: inline-block;
  color: #b58b5a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}
.partnerships-page .partnerships-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px;
}
.partnerships-page .partnerships-section-header h2 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #414042;
  font-size: 40px;
  line-height: 1.15;
  margin: 0;
}
@media (max-width: 767px) {
  .partnerships-page .partnerships-section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .partnerships-page .partnerships-section-header {
    margin-bottom: 40px;
  }
}

.partnerships-button.button {
  background: #e62129;
  border-color: #e62129;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 15px 28px;
}
.partnerships-button.button span {
  color: #fff;
}
.partnerships-button.button:hover {
  background: rgb(91.61308248%, 25.524172422%, 28.2079860284%);
  border-color: rgb(91.61308248%, 25.524172422%, 28.2079860284%);
  color: #fff;
}

/* ------------------------------------------------------------------ *
 * How We Build Meaningful Partnerships
 * ------------------------------------------------------------------ */
.partnerships-how-section .partnerships-section-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  color: #778284;
}
.partnerships-how-section .partnerships-section-intro h1, .partnerships-how-section .partnerships-section-intro h2, .partnerships-how-section .partnerships-section-intro h3 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #414042;
  line-height: 1.15;
  margin: 0 0 22px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .partnerships-how-section .partnerships-section-intro h1, .partnerships-how-section .partnerships-section-intro h2, .partnerships-how-section .partnerships-section-intro h3 {
    font-size: 30px;
  }
}
.partnerships-how-section .partnerships-section-intro h5 {
  text-transform: uppercase;
  color: #cfa14e;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.partnerships-how-section .partnerships-section-intro p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 18px;
}
.partnerships-how-section .partnerships-section-intro p:last-child {
  margin-bottom: 0;
}

.partnerships-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}
@media (max-width: 767px) {
  .partnerships-how-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.partnerships-how-grid .partnerships-how-item {
  text-align: center;
  padding: 0 40px;
  border-left: 1px solid #e8e8e8;
}
.partnerships-how-grid .partnerships-how-item:first-child {
  border-left: 0;
}
@media (max-width: 1100px) {
  .partnerships-how-grid .partnerships-how-item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .partnerships-how-grid .partnerships-how-item {
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid #e8e8e8;
  }
  .partnerships-how-grid .partnerships-how-item:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
.partnerships-how-grid .partnerships-how-icon {
  color: #e62129;
  font-size: 42px;
  margin-bottom: 25px;
  line-height: 1;
}
.partnerships-how-grid h3 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #414042;
  font-size: 24px;
  margin: 0 0 15px;
}
.partnerships-how-grid p {
  color: #778284;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* ------------------------------------------------------------------ *
 * Featured Editorial Partnership
 * ------------------------------------------------------------------ */
.partnerships-featured-section {
  background: #f5f1ec;
}

.partnerships-featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .partnerships-featured-card {
    grid-template-columns: 1fr;
  }
}
.partnerships-featured-card .partnerships-featured-image {
  position: relative;
  min-height: 340px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .partnerships-featured-card .partnerships-featured-image {
    min-height: 240px;
  }
}
.partnerships-featured-card .partnerships-featured-badge {
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #e62129;
  color: #fff;
  padding: 12px 26px 12px 30px;
  text-align: left;
}
.partnerships-featured-card .partnerships-featured-badge .partnerships-featured-badge-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.85;
}
.partnerships-featured-card .partnerships-featured-badge .partnerships-featured-badge-brand {
  display: block;
  font-family: "DM Serif Display", serif;
  font-size: 26px;
  line-height: 1.1;
}
.partnerships-featured-card .partnerships-featured-content {
  padding: 55px 55px 55px 60px;
  align-self: center;
}
@media (max-width: 1100px) {
  .partnerships-featured-card .partnerships-featured-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .partnerships-featured-card .partnerships-featured-content {
    padding: 35px 25px;
  }
}
.partnerships-featured-card .partnerships-featured-content h2 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #414042;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .partnerships-featured-card .partnerships-featured-content h2 {
    font-size: 26px;
  }
}
.partnerships-featured-card .partnerships-featured-content p {
  color: #778284;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 30px;
}
.partnerships-featured-card .partnerships-featured-content .partnerships-small-note {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 20px 0 0;
}

/* ------------------------------------------------------------------ *
 * Where Your Brand Belongs
 * ------------------------------------------------------------------ */
.partnerships-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) {
  .partnerships-brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .partnerships-brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.partnerships-brand-grid .partnerships-brand-item {
  background: #f5f1ec;
  padding: 32px 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .partnerships-brand-grid .partnerships-brand-item {
    padding: 25px 18px;
  }
}
.partnerships-brand-grid .partnerships-brand-icon {
  color: #7a2230;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1;
}
.partnerships-brand-grid h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  color: #414042;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 14px;
}
.partnerships-brand-grid p {
  color: #778284;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* ------------------------------------------------------------------ *
 * More Than Exposure. Real Impact.
 * ------------------------------------------------------------------ */
.partnerships-why-section {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1c2a2f;
}
@media (max-width: 1100px) {
  .partnerships-why-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .partnerships-why-section {
    padding: 45px 0;
  }
}
.partnerships-why-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 42, 47, 0.82);
  z-index: 1;
}
.partnerships-why-section .container {
  position: relative;
  z-index: 2;
}
.partnerships-why-section .partnerships-section-header .partnerships-section-eyebrow {
  color: #cfa14e;
}
.partnerships-why-section .partnerships-section-header h2 {
  color: #fff;
}

.partnerships-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .partnerships-why-grid {
    grid-template-columns: 1fr;
  }
}
.partnerships-why-grid .partnerships-why-item {
  text-align: center;
  padding: 0 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.partnerships-why-grid .partnerships-why-item:first-child {
  border-left: 0;
}
@media (max-width: 1100px) {
  .partnerships-why-grid .partnerships-why-item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .partnerships-why-grid .partnerships-why-item {
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .partnerships-why-grid .partnerships-why-item:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
.partnerships-why-grid .partnerships-why-icon {
  color: #e62129;
  font-size: 36px;
  margin-bottom: 22px;
  line-height: 1;
}
.partnerships-why-grid h3 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  margin: 0 0 14px;
}
.partnerships-why-grid p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* ------------------------------------------------------------------ *
 * Flexible Solutions for Every Partner
 * ------------------------------------------------------------------ */
.partnerships-options-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1100px) {
  .partnerships-options-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
  }
}
@media (max-width: 767px) {
  .partnerships-options-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 0;
  }
}
.partnerships-options-grid .partnerships-options-item {
  text-align: center;
  padding: 0 28px;
  border-left: 1px solid #e8e8e8;
}
.partnerships-options-grid .partnerships-options-item:first-child {
  border-left: 0;
}
@media (max-width: 1100px) {
  .partnerships-options-grid .partnerships-options-item {
    border-left: 0;
  }
}
.partnerships-options-grid .partnerships-options-icon {
  color: #194189;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1;
}
.partnerships-options-grid h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  color: #414042;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 12px;
}
.partnerships-options-grid p {
  color: #778284;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* ------------------------------------------------------------------ *
 * CTA
 * ------------------------------------------------------------------ */
.partnerships-cta-section {
  position: relative;
  padding: 70px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1c2a2f;
}
@media (max-width: 767px) {
  .partnerships-cta-section {
    padding: 45px 0;
    text-align: center;
  }
}
.partnerships-cta-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 42, 47, 0.78);
  z-index: 1;
}
.partnerships-cta-section .container {
  position: relative;
  z-index: 2;
}
.partnerships-cta-section .partnerships-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .partnerships-cta-section .partnerships-cta-inner {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.partnerships-cta-section .partnerships-cta-text {
  max-width: 620px;
}
.partnerships-cta-section .partnerships-cta-text h2 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .partnerships-cta-section .partnerships-cta-text h2 {
    font-size: 30px;
  }
}
.partnerships-cta-section .partnerships-cta-text p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.partnerships-cta-section .partnerships-cta-action {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .partnerships-cta-section .partnerships-cta-action {
    display: inline-block;
  }
}

/* ------------------------------------------------------------------ *
 * Partnership CTA modal
 * ------------------------------------------------------------------ */
.partnership-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.partnership-modal.is-open {
  display: flex;
}
.partnership-modal .partnership-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.partnership-modal .partnership-modal-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  padding: 50px 55px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  animation: fade-in-bottom 0.4s ease;
}
@media (max-width: 767px) {
  .partnership-modal .partnership-modal-dialog {
    padding: 40px 25px;
  }
}
.partnership-modal .partnership-modal-dialog {
  scrollbar-width: thin;
}
.partnership-modal .partnership-modal-dialog::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
.partnership-modal .partnership-modal-dialog::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #e8e8e8;
}
.partnership-modal .partnership-modal-close {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  color: #414042;
  font-size: 20px;
  transition: color 0.2s ease;
}
.partnership-modal .partnership-modal-close:hover {
  color: #7a2230;
}
.partnership-modal .partnership-modal-title {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #414042;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 25px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .partnership-modal .partnership-modal-title {
    font-size: 24px;
  }
}

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